Skip to content

Releases: makinacorpus/django-mapentity

8.0.0

13 Apr 15:09
5508f00
Compare
Choose a tag to compare

Breaking Changes

  • MapentityJSONList is now generated in MapentityViewset. You should update your code to replace JSONList views with MapentityViewset views.
  • Base filters have changed. to care of new design.
  • MapEntityJSONList is now deprecated

New Features

  • Server-side list pagination
  • Configure which fields should be order-able and searchable

Maintenance

  • Update datatables to 1.11.5

New

  • Support django 4.0
  • Support python 3.10

7.1.3

23 Feb 09:07
Compare
Choose a tag to compare

Minor changes

  • Reduce test execution time

7.1.2

28 Jan 13:30
Compare
Choose a tag to compare

New feature

  • Add blocks after attachments detail views

7.1.1

26 Jan 14:34
Compare
Choose a tag to compare
  • Use js for url with tab parameters
  • Add blocks detail views (attachments and properties)

7.1.0

13 Jan 09:35
Compare
Choose a tag to compare

Breaking changes

7.0.6

07 Jan 15:21
Compare
Choose a tag to compare

Bug fixes

  • Set default config for crispy form and messages tags to match with included bootstrap4
  • Fix shapefile generation for GeometryCollection layers

7.0.5

21 Dec 11:00
Compare
Choose a tag to compare

Bug fixes

  • Fix a template break in DEBUG False mode

7.0.4

17 Dec 10:49
Compare
Choose a tag to compare

Bug fixes

7.0.3

15 Dec 16:54
Compare
Choose a tag to compare

New feature

  • Allow to choose regex which find attachments

7.0.2

08 Dec 09:23
Compare
Choose a tag to compare

Bug fixes

  • Update JQuery formsets to fix item deletion

New feature

  • Use map styles to configure colors in lists and detail views