File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.4.3
4+
5+ * Fix for layer not found error in ` featuresAt ` function by @caldwellc in https://github.com/mapbox/mapbox-gl-draw/pull/1194
6+ * Trigger ` featureChanged ` on feature props change by @wyozi in https://github.com/mapbox/mapbox-gl-draw/pull/1196
7+ * Remove ` preventDefault() ` on ` touchstart ` and ` touchmove ` events by @Archetylator in https://github.com/mapbox/mapbox-gl-draw/pull/1195
8+
39## 1.4.2
410
511* Fix key event handler checks for ` mapboxgl-canvas ` by @neodescis in https://github.com/mapbox/mapbox-gl-draw/pull/1165
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import MapboxDraw from "@mapbox/mapbox-gl-draw";
3030** When using a CDN**
3131
3232``` html
33- <script src =' https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-draw/v1.4.2 /mapbox-gl-draw.js' ></script >
33+ <script src =' https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-draw/v1.4.3 /mapbox-gl-draw.js' ></script >
3434```
3535
3636#### CSS
@@ -42,7 +42,7 @@ import '@mapbox/mapbox-gl-draw/dist/mapbox-gl-draw.css'
4242
4343** When using CDN**
4444``` html
45- <link rel =' stylesheet' href =' https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-draw/v1.4.2 /mapbox-gl-draw.css' type =' text/css' />
45+ <link rel =' stylesheet' href =' https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-draw/v1.4.3 /mapbox-gl-draw.css' type =' text/css' />
4646```
4747
4848### Typescript
Original file line number Diff line number Diff line change 11{
22 "name" : " @mapbox/mapbox-gl-draw" ,
3- "version" : " 1.4.2 " ,
3+ "version" : " 1.4.3 " ,
44 "description" : " A drawing component for Mapbox GL JS" ,
55 "homepage" : " https://github.com/mapbox/mapbox-gl-draw" ,
66 "author" : " mapbox" ,
You can’t perform that action at this time.
0 commit comments