You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+39-19Lines changed: 39 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,83 +1,102 @@
1
1
# Change Log
2
+
2
3
All notable changes to this project will be documented in this file.
3
4
4
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
6
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
7
8
## [Unreleased]
8
9
10
+
## [2.0.0] - 2025-04-27
11
+
12
+
### Removed
13
+
14
+
- Compatibility with Wagtail 6.3 and before (use wagtailgmap==1.0.1 instead)
15
+
16
+
### Changed
17
+
18
+
- (BREAKING) Rename the `latlng` kwarg to `latlngMode` to better reflect it's meaning
19
+
- (BREAKING) Rename `edit_handlers` to `panels` in line with Wagtail Core
20
+
- Migrated admin JS to Stimulus
21
+
- Replace "WidgetWithScript" with a plain input that has `media`
22
+
- Migrate CI testing to Github Actions
23
+
- Update tox file
24
+
- Format code with black
25
+
- Updated test app for modern Django (mostly `url` to `path`)
26
+
- Documentation updated with guide for setting up API keys (thanks @FlipperPA)
27
+
9
28
## [1.0.1] - 2018-06-25
10
29
11
30
Thanks to @scisteffan for their contribution.
12
31
13
32
## Fixed
14
33
15
-
- Map would not display correctly in the admin (#36, #37)
34
+
-Map would not display correctly in the admin (#36, #37)
16
35
17
36
## [1.0] - 2018-03-09
18
37
19
38
### Removed
20
39
21
-
- Compatibility with Wagtail 1.13 and before (use wagtailgmap==0.4 instead)
40
+
-Compatibility with Wagtail 1.13 and before (use wagtailgmap==0.4 instead)
22
41
23
42
### Changed
24
43
25
-
- Simplified the implementation of the MapFieldPanel
26
-
- Derive the map ID from the field ID (instead of using a randomly generated ID)
27
-
- Simplifies the flow of options between the widget, the template and the JS.
44
+
-Simplified the implementation of the MapFieldPanel
45
+
-Derive the map ID from the field ID (instead of using a randomly generated ID)
46
+
-Simplifies the flow of options between the widget, the template and the JS.
28
47
29
48
### Fixed
30
49
31
-
- Compatibility with Wagtail 2.0
32
-
- Admin map missing API key for display with noscript
50
+
-Compatibility with Wagtail 2.0
51
+
-Admin map missing API key for display with noscript
33
52
34
53
## [0.4] - 2018-01-15
35
54
36
55
Thanks to @balinabbb for their contribution.
37
56
38
57
### Added
39
58
40
-
- Add the possibility to set the (admin) map language with `WAGTAIL_ADDRESS_MAP_LANGUAGE`
59
+
-Add the possibility to set the (admin) map language with `WAGTAIL_ADDRESS_MAP_LANGUAGE`
41
60
42
61
## [0.3.1] - 2017-11-20
43
62
44
63
### Fixed
45
64
46
-
- Installation on Python 2.7.6 would fail
65
+
-Installation on Python 2.7.6 would fail
47
66
48
67
## [0.3] - 2017-09-21
49
68
50
69
Thanks to @danreeves, @craigloftus, @urlsangel and @SalahAdDin for their contributions.
51
70
52
71
### Added
53
72
54
-
- Dedicated `MapFieldPanel` edit handler
73
+
-Dedicated `MapFieldPanel` edit handler
55
74
56
75
### Changed
57
76
58
-
- License is now MIT
59
-
- Do not require `django-overextends` anymore
77
+
-License is now MIT
78
+
-Do not require `django-overextends` anymore
60
79
61
80
### Fixed
62
81
63
-
- Compatibility with Django >= 1.9
82
+
-Compatibility with Django >= 1.9
64
83
65
84
## [0.2.5] - 2016-04-04
66
85
67
86
### Fixed
68
87
69
-
- Compatibility with Wagtail 1.4
88
+
-Compatibility with Wagtail 1.4
70
89
71
90
## [0.2.3] - 2015-09-02
72
91
73
92
### Added
74
93
75
-
- Multiple classes allowed on the panel (e.g. classname="gmap col3")
76
-
- Added logic to allow outputting a `latlng` value rather than the street address. Adding the `gmap--latlng` modifier class to the panel enables the feature.
94
+
-Multiple classes allowed on the panel (e.g. classname="gmap col3")
95
+
-Added logic to allow outputting a `latlng` value rather than the street address. Adding the `gmap--latlng` modifier class to the panel enables the feature.
77
96
78
97
### Fixed
79
98
80
-
- Compatibility with Wagtail 1.0
99
+
-Compatibility with Wagtail 1.0
81
100
82
101
## [0.2.2] - 2015-07-07
83
102
@@ -87,7 +106,7 @@ Thanks to @danreeves, @craigloftus, @urlsangel and @SalahAdDin for their contrib
87
106
88
107
### Fixed
89
108
90
-
- Compatibility with Wagtail 1.0b2
109
+
-Compatibility with Wagtail 1.0b2
91
110
92
111
## [0.2] - 2015-05-12
93
112
@@ -97,7 +116,8 @@ Thanks to @danreeves, @craigloftus, @urlsangel and @SalahAdDin for their contrib
0 commit comments