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
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
-
##Changelog
1
+
# Changelog
2
2
3
-
# 1.4.0
3
+
## 1.4.1
4
+
5
+
* Revert use of passive event listeners instead of `preventDefault` in https://github.com/mapbox/mapbox-gl-draw/pull/1158
6
+
7
+
## 1.4.0
4
8
5
9
* Reduce NPM package size and big dependency and dev environment cleanup by @mourner in https://github.com/mapbox/mapbox-gl-draw/pull/1119https://github.com/mapbox/mapbox-gl-draw/pull/1053
6
10
* Add Bezier Curve mode by @Jeff-Numix in https://github.com/mapbox/mapbox-gl-draw/pull/1068
@@ -9,20 +13,20 @@
9
13
* Adding sorting rank value for MultiLineString by @zhangchn in https://github.com/mapbox/mapbox-gl-draw/pull/1142
10
14
* Expose constants and lib APIs to make it easier to write custom draw modes by @thaddmt in https://github.com/mapbox/mapbox-gl-draw/pull/1100
11
15
12
-
# 1.3.0
16
+
##1.3.0
13
17
14
18
- ⚠️ Removed GeoJSON validation in `draw.add` — responsibility for valid input is now on the user. #1052
15
19
- Fixed NPM security warnings about dependencies. #1052
16
20
- Fixed midpoint calculation when terrain is enabled. #1039
17
21
- Reduced the size of the plugin's CSS code from 33KB to 5KB. #1038 (h/t @johanrd)
0 commit comments