Skip to content

Commit 8aacecb

Browse files
committed
v3.9.2 (internal-2095)
1 parent bb28314 commit 8aacecb

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.9.2
2+
- Fix display of user-rendered images.
3+
- Fix a broken build issue in specific bundling configurations using Vite or ESBuild.
4+
- Fix console error issue that sometimes occur during map initialization.
5+
16
## 3.9.1
27

38
- Fix an error when using background patterns on styles with vector icons enabled.

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.1",
4+
"version": "3.9.2",
55
"main": "dist/mapbox-gl.js",
66
"style": "dist/mapbox-gl.css",
77
"types": "dist/mapbox-gl.d.ts",

0 commit comments

Comments
 (0)