Releases: erdem/django-map-widgets
Releases · erdem/django-map-widgets
v0.5.1
v0.5.0
This release introduces significant changes and improvements to Django Map Widgets, including breaking changes to the settings structure and widget behaviour.
Key changes:
- Added Leaflet interactive widget support
- Added Mapbox static widget support
- Enhanced interactive widget UX for improved user experience
- Updated GoogleMap widget to address JS deprecation warnings and initialisation issues
- Resolved bugs in MapBox Interactive widget
- New settings structure introduced.
- Refreshed demo project to showcase all widget usages in Django 5.x
- Upgraded package to support Python 3.12
- Revised all documents.
- Added contribution guide documentation.
- Poetry package manager started being used for development purposes.
- Added
black
andisort
integration. - Removed outdated functional and unit tests
- Removed Travis integration
- Removed Docker Integration
v0.4.2
v0.4.1
v0.4.0
v0.3.3
- Replaced ugettext_lazy usages with gettext_lazy for Django 4.0. (#127)
- Updated Travis CI file. (#129)