-
Notifications
You must be signed in to change notification settings - Fork 593
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a90472
commit 81f0763
Showing
6 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
## Changelog | ||
# Changelog | ||
|
||
# 1.4.0 | ||
## 1.4.1 | ||
|
||
* Revert use of passive event listeners instead of `preventDefault` in https://github.com/mapbox/mapbox-gl-draw/pull/1158 | ||
|
||
## 1.4.0 | ||
|
||
* Reduce NPM package size and big dependency and dev environment cleanup by @mourner in https://github.com/mapbox/mapbox-gl-draw/pull/1119 https://github.com/mapbox/mapbox-gl-draw/pull/1053 | ||
* Add Bezier Curve mode by @Jeff-Numix in https://github.com/mapbox/mapbox-gl-draw/pull/1068 | ||
|
@@ -9,20 +13,20 @@ | |
* Adding sorting rank value for MultiLineString by @zhangchn in https://github.com/mapbox/mapbox-gl-draw/pull/1142 | ||
* 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 | ||
|
||
# 1.3.0 | ||
## 1.3.0 | ||
|
||
- ⚠️ Removed GeoJSON validation in `draw.add` — responsibility for valid input is now on the user. #1052 | ||
- Fixed NPM security warnings about dependencies. #1052 | ||
- Fixed midpoint calculation when terrain is enabled. #1039 | ||
- Reduced the size of the plugin's CSS code from 33KB to 5KB. #1038 (h/t @johanrd) | ||
- Fixed `simple_select` mode handling on touch devices. #1008 (h/t @corinv) | ||
|
||
# 1.2.2 | ||
## 1.2.2 | ||
|
||
### Bug Fixes: | ||
- Fix midpoint calculation when using mapbox-gl-draw with 3d terrain | ||
|
||
# 1.2.1 | ||
## 1.2.1 | ||
|
||
### Bug Fixes: | ||
- Upgrade `peerDependencies` to allow `[email protected]+` to be used with gl-draw. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters