2.0.0
What's Changed
- Use correct Python 3.4 runtime on Travis by @mojeto in #43
- Touch-ups to the new documentation. by @FlipperPA in #41
- Support Wagtail 7 by @haydngreatnews in #49
- (BREAKING) Removed compatibility with Wagtail 6.3 and before (use wagtailgmap==1.0.1 instead)
- (BREAKING) Rename the
latlng
kwarg tolatlngMode
to better reflect it's meaning - (BREAKING) Rename
edit_handlers
topanels
in line with Wagtail Core - Migrated admin JS to Stimulus
- Replace "WidgetWithScript" with a plain input that has
media
- Migrate CI testing to Github Actions
- Update tox file
- Format code with black
- Updated test app for modern Django (mostly
url
topath
)
New Contributors
- @mojeto made their first contribution in #43
- @FlipperPA made their first contribution in #41
- @haydngreatnews made their first contribution in #49
Full Changelog: 1.0.1...2.0.0