Releases: springload/wagtailgmaps
Releases · springload/wagtailgmaps
2.0.1
What's Changed
- Add updated changelog for release 2.0.0 by @haydngreatnews in #51
- Fix up latlngMode and improve readability of map-field-panel.js by @haydngreatnews in #52
Full Changelog: 2.0.0...2.0.1
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
latlngkwarg tolatlngModeto better reflect it's meaning - (BREAKING) Rename
edit_handlerstopanelsin 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
urltopath)
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
1.0.1
1.0
Removed
- Compatibility with Wagtail 1.13 and before (use wagtailgmap==0.4 instead)
Changed
- Simplified the implementation of the MapFieldPanel
- Derive the map ID from the field ID (instead of using a randomly generated ID)
- Simplifies the flow of options between the widget, the template and the JS.
Fixed
- Compatibility with Wagtail 2.0
- Admin map missing API key for display with noscript
0.4
Thanks to @balinabbb for his contribution
Added
- Add the possibility to set the (admin) map language with
WAGTAIL_ADDRESS_MAP_LANGUAGE
0.3.1
Fixed
- Installation on Python 2.7.6 would fail
0.3
Thanks to @danreeves, @craigloftus, @urlsangel and @SalahAdDin for their contributions.
Added
- Dedicated
MapFieldPaneledit handler
Changed
- License is now MIT
- Do not require
django-overextendsanymore
Fixed
- Compatibility with Django >= 1.9
0.2.5
0.2.3
- Compatible with Wagtail 1.0
- Multiple classes allowed on the panel (e.g.
classname="gmap col3") - Added logic to allow outputting a latlng value rather than the street address. Adding the
gmap--latlngmodifier class to the panel enables the feature.
Cheers to @danreeves for the new goodies