Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.5.0 #1319

Merged
merged 3 commits into from
Dec 4, 2024
Merged

v1.5.0 #1319

Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 1.5.0

* Library modernization (migration to ES modules, switch from Yarn to NPM etc.) by @stepankuzmin in https://github.com/mapbox/mapbox-gl-draw/pull/1242
* Add `suppressAPIEvents` option to `MapboxDraw` constructor to control event emitting caused by API method calls by @stepankuzmin in https://github.com/mapbox/mapbox-gl-draw/pull/1264
* Remove Static mode from constants by @oodavid in https://github.com/mapbox/mapbox-gl-draw/pull/1078
* Keep dashed line for the active state in theme by @stepankuzmin in https://github.com/mapbox/mapbox-gl-draw/pull/1243
* Drop `map.fire` monkey patch by @stepankuzmin in https://github.com/mapbox/mapbox-gl-draw/pull/1243
* Expose canvas class name by @neodescis in https://github.com/mapbox/mapbox-gl-draw/pull/1184
* Fix of enabling previously disabled the "drag to pan" map interaction by @itoxiq in https://github.com/mapbox/mapbox-gl-draw/pull/1216
* Fix availability of `properties.mode` in `vertex` and `midpoint` by @varna in https://github.com/mapbox/mapbox-gl-draw/pull/1221
* Fix of trigger `featureChanged` on feature properties change by @petermoz in https://github.com/mapbox/mapbox-gl-draw/pull/1201
* Fix exports entries in package.json by @varna in https://github.com/mapbox/mapbox-gl-draw/pull/1275
* Remove `geojson-flatten` dependency by @stevage in https://github.com/mapbox/mapbox-gl-draw/pull/1066
* Replace `hat` with `nanoid` for generating GeoJSON feature IDs by @underoot (h/t @varna for help) in https://github.com/mapbox/mapbox-gl-draw/pull/1318
* Improve custom modes documentation by @mhsattarian in https://github.com/mapbox/mapbox-gl-draw/pull/1022

## 1.4.3

* Fix for layer not found error in `featuresAt` function by @caldwellc in https://github.com/mapbox/mapbox-gl-draw/pull/1194
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox/mapbox-gl-draw",
"version": "1.4.3",
"version": "1.5.0",
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
Expand Down
Loading