Skip to content

Releases: erdem/django-map-widgets

v0.5.1

09 Jul 17:41
Compare
Choose a tag to compare
  • Fix collectstatic command error when using ManifestStaticFilesStorage. (#148).
  • Run collectstatic in demo project in a CI step.

v0.5.0

23 Jun 23:54
Compare
Choose a tag to compare

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

v0.4.2

20 Jul 16:47
Compare
Choose a tag to compare
  • GooglePointFieldInlineWidget bug fixes for Django 4.2.x (#142), thanks for @isarota.
  • Added .readthedocs.yaml to cover new Read the Docs updates.

v0.4.1

21 Dec 20:18
ce64660
Compare
Choose a tag to compare
  • Added scroll wheel zooming functionality switch to Google Point Map Settings. (#134)
  • Added Chinese(ZH) localisation support. (#133)

v0.4.0

16 May 01:03
Compare
Choose a tag to compare
  • Supported MapBox Map for Django Geo Point Field.
  • Fixed undefined place object binding issue in javascript triggers. (#125)
  • Documented MapBox point field map widget features.
  • Updated various localise files.

v0.3.3

26 Jan 22:57
Compare
Choose a tag to compare

v0.3.1

11 Apr 21:51
Compare
Choose a tag to compare
  • Removed six package usages. (#117)
  • Added a new general widget setting in order to specify Google JS libraries. (#119)
  • Implemented some improvements for the demo project.

v0.3.0

01 Apr 00:35
Compare
Choose a tag to compare
  • Implemented a new demo project with Django 2.x.
  • Fixed Django Admin jQuery conflicts #100
  • Fixed a new widget JS instance initialising issue for Django Admin Inlines #84
  • Updated TravisCI conf(added python 3.8 settings)

v0.2.3

22 Feb 00:24
649d46e
Compare
Choose a tag to compare
  • Fixed python six module import issue.
  • Fixed PostGIS setup errors in CI pipeline.
  • Added Estonian language support.

v0.2.2

09 Mar 01:46
Compare
Choose a tag to compare
  • The document updated.
  • Fixed swapped coordinates bug