Skip to content

Commit 0b94eca

Browse files
authored
v1.5.1
1 parent 76838ab commit 0b94eca

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.5.1
4+
5+
* Fix midpoint rendering precision by @romain-tracktik in https://github.com/mapbox/mapbox-gl-draw/pull/1433
6+
* Fix keybindings ordering and tooltips by @underoot in https://github.com/mapbox/mapbox-gl-draw/pull/1320
7+
* Fix drag-pan being disabled after multiple consecutive clicks on non-Point features in DirectSelect mode by @underoot in https://github.com/mapbox/mapbox-gl-draw/pull/1341
8+
* Improve browser compatibility in keyboard handling by @erotourtes in https://github.com/mapbox/mapbox-gl-draw/pull/1394
9+
310
## 1.5.0
411

512
* Library modernization by @stepankuzmin in https://github.com/mapbox/mapbox-gl-draw/pull/1242:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/mapbox-gl-draw",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"engines": {
55
"node": "^18.0.0 || >=20.0.0"
66
},

0 commit comments

Comments
 (0)