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 1
1
# Changelog
2
2
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
+
3
9
## 1.4.2
4
10
5
11
* 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";
30
30
** When using a CDN**
31
31
32
32
``` 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 >
34
34
```
35
35
36
36
#### CSS
@@ -42,7 +42,7 @@ import '@mapbox/mapbox-gl-draw/dist/mapbox-gl-draw.css'
42
42
43
43
** When using CDN**
44
44
``` 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' />
46
46
```
47
47
48
48
### Typescript
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mapbox/mapbox-gl-draw" ,
3
- "version" : " 1.4.2 " ,
3
+ "version" : " 1.4.3 " ,
4
4
"description" : " A drawing component for Mapbox GL JS" ,
5
5
"homepage" : " https://github.com/mapbox/mapbox-gl-draw" ,
6
6
"author" : " mapbox" ,
You can’t perform that action at this time.
0 commit comments