Skip to content

v0.5.0

Compare
Choose a tag to compare
@erdem erdem released this 23 Jun 23:54
· 8 commits to main since this release

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 and isort integration.
  • Removed outdated functional and unit tests
  • Removed Travis integration
  • Removed Docker Integration