Releases: makinacorpus/django-mapentity
Releases · makinacorpus/django-mapentity
8.11.0
⚠️ Breaking Change ⚠️
MapEntityList
view now needs an extra MapEntityFilter
view to maintain filtering functionalities. If you customize the FilterSet
, it must be added to: MapEntityFormatList
, MapEntityFilter
, and MapEntityViewSet
. See the "Filters" section in documentation : https://django-mapentity.readthedocs.io/en/stable/customization.html#filters
What's Changed
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #311
- 💄 [UI/UX] Move an object's related objects from the properties tab into their own tab by @justinefricou in #313
- ⚡ [PERF] Delay loading filter form in List Views by @Chatewgne in #312
Full Changelog: 8.10.0...8.11.0
8.10.0
What's Changed
- Use new crispy form 2.0 by @submarcos in #264
- Use HTML
button
tag for create/update forms by @juggler31 in #307 - Add Makefile with some cmd by @juggler31 in #310
- Prevent multiple submissions of create/update form by @juggler31 in #309
Full Changelog: 8.9.2...8.10.0
8.9.2
What's Changed
- Fix last django storage management by @submarcos in #305
- Fix tests warnings by @submarcos in #306
Full Changelog: 8.9.1...8.9.2
8.9.1
8.9.0
What's Changed
- Fix map in ODT exports by @submarcos in #301
- Add django 5.0 support, Drop django 3.2 by @submarcos in #302
- add python 3.12 support by @submarcos in #303
Full Changelog: 8.8.2...8.9.0
8.8.2
What's Changed
- Add a get_columns method to change column list dynamically. by @submarcos in #300
Full Changelog: 8.8.1...8.8.2
8.8.1
What's Changed
- Fix new internal user cache by @marcantoinedupre in #299
New Contributors
- @marcantoinedupre made their first contribution in #299
Full Changelog: 8.8.0...8.8.1
8.8.0
8.7.3
What's Changed
- Fix media and static URL in document public HTML view by @submarcos in #295
- fix: form clearing not handling number fields by @justinefricou in #296
- Doc - Fix customization.rst code blocks by @camillemonchicourt in #297
- fix: revert fixing current object order in overlays menu (#292) by @juggler31 in #293
New Contributors
- @justinefricou made their first contribution in #296
Full Changelog: 8.7.2...8.7.3
8.7.2
What's Changed
- fix: Others color config to use with leaflet overlay by @juggler31 in #289
- fix: beautify js code in mapentity.detail.js by @juggler31 in #291
- Dev: Avoid test warning by using right parsing rules for beautifulsoup by @submarcos in #294
Full Changelog: 8.7.1...8.7.2