|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## 6.0.0 (2022.02.06) |
| 3 | +## [6.1.0] - 2022.02.20 |
4 | 4 |
|
| 5 | +### Added |
| 6 | +- Add geocoding support for Mapbox (Martin Sandström) |
| 7 | +- Add Wagtail 2.16 support |
| 8 | + |
| 9 | +### Fixed |
| 10 | +- Fix: Replace ugettext with gettext (@mariusboe) |
| 11 | +- Fix: Add documentation on leaflet settings (Martin Sandström) |
| 12 | +- Fix: Replace test runniner with pytest |
| 13 | +- Fix: Drop duplicated tests from wagtailgeowidget/tests |
| 14 | + |
| 15 | + |
| 16 | +## [6.0.0] - 2022.02.06 |
| 17 | + |
| 18 | +### Added |
5 | 19 | - Add support for Leaflet with LeafletPanel/LeafletBlock (Martin Sandström) |
6 | 20 | - Add standalone block and panel for GoogleMaps (Martin Sandström) |
7 | | -- Deprecate GeoPanel, GeoBlock and GeoWidget in favour of GoogleMapsPanel, GoogleMapsBlock and GoogleMapsWidget (Martin Sandström) |
8 | 21 | - Add panel for address field (Martin Sandström) |
9 | 22 | - Add geocoding support for Nominatim (Martin Sandström) |
10 | 23 | - Add telepath to widgets (Martin Sandström) |
11 | | -- Drop support for Wagtail < 2.14 (Martin Sandström) |
| 24 | + |
| 25 | +### Changed |
| 26 | +- Deprecate GeoPanel, GeoBlock and GeoWidget in favour of GoogleMapsPanel, GoogleMapsBlock and GoogleMapsWidget (Martin Sandström) |
12 | 27 | - Add Swedish translations (Martin Sandströms) |
| 28 | + |
| 29 | +### Fixed |
13 | 30 | - Fix: Disable form submit on latlang field enter (Martin Sandström) |
14 | 31 | - Fix: Apply prettier formatting to all js (Martin Sandström) |
15 | 32 |
|
16 | | -**Note: Upgrading from 5 to 6** |
| 33 | +### Removed |
| 34 | +- Drop support for Wagtail < 2.14 (Martin Sandström) |
| 35 | + |
| 36 | +### Note: Upgrading from 5 to 6 |
17 | 37 |
|
18 | 38 | - Replace `GeoPanel` with `GoogleMapsPanel` |
19 | 39 | - Replace `GeoBlock` with `GoogleMapsBlock` |
20 | 40 | - Replace `FieldPanel('address')` with `GeoAddressPanel("address", geocoder=geocoders.GOOGLE_MAPS)` |
21 | 41 |
|
22 | 42 |
|
23 | | -## 5.3.0 (2022.01.05) |
| 43 | +## [5.3.0] - 2022.01.05 |
24 | 44 |
|
| 45 | +### Added |
25 | 46 | - Add persistant and user editable zoom for map widget (Martin Sandström) |
26 | 47 | - Enable loading Google Maps API key dynamically (Martin Sandström) |
27 | 48 | - Make it possible to hide latlng field for GeoBlock (@vladox) |
| 49 | + |
| 50 | +### Fixed |
28 | 51 | - Fix: Solve issue with address not working streamfield in Wagtail 1.13+ (@vladox) |
29 | 52 | - Fix: Drop six dependency (Martin Sandström) |
30 | 53 |
|
31 | 54 |
|
32 | | -## 5.2.0 (2022.01.04) |
| 55 | +## [5.2.0] - 2022.01.04 |
33 | 56 |
|
| 57 | +### Removed |
34 | 58 | - Drop support for Python 3.6 |
35 | 59 | - Drop support for EOL Wagtail |
36 | 60 |
|
37 | 61 |
|
38 | | -## 5.1.0 (2020.11.21) |
| 62 | +## [5.1.0] - 2020.11.21 |
39 | 63 |
|
| 64 | +### Added |
40 | 65 | - Implement setting for leaving location field empty (Andreas Bernacca) |
| 66 | + |
| 67 | +### Fixed |
41 | 68 | - Update docs for services that needs to be activated (Timothy Allen) |
42 | 69 | - Fix: Move CI from Travis to Github Actions (Martin Sandström) |
43 | 70 |
|
0 commit comments