Skip to content

Commit 2b4680a

Browse files
committed
v3.9.3
1 parent dd2a355 commit 2b4680a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.9.3
2+
- Fix issues when updating feature state on symbol layers.
3+
- Fix canvas source not rendering correctly after a canvas resize.
4+
15
## 3.9.2
26
- Fix display of user-rendered images.
37
- Fix a broken build issue in specific bundling configurations using Vite or ESBuild.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mapbox-gl",
33
"description": "A WebGL interactive maps library",
4-
"version": "3.9.2",
4+
"version": "3.9.3",
55
"main": "dist/mapbox-gl.js",
66
"style": "dist/mapbox-gl.css",
77
"types": "dist/mapbox-gl.d.ts",

0 commit comments

Comments
 (0)