Skip to content

Commit

Permalink
v3.9.2 (internal-2095)
Browse files Browse the repository at this point in the history
  • Loading branch information
underoot committed Jan 2, 2025
1 parent bb28314 commit 8aacecb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.9.2
- Fix display of user-rendered images.
- Fix a broken build issue in specific bundling configurations using Vite or ESBuild.
- Fix console error issue that sometimes occur during map initialization.

## 3.9.1

- Fix an error when using background patterns on styles with vector icons enabled.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mapbox-gl",
"description": "A WebGL interactive maps library",
"version": "3.9.1",
"version": "3.9.2",
"main": "dist/mapbox-gl.js",
"style": "dist/mapbox-gl.css",
"types": "dist/mapbox-gl.d.ts",
Expand Down

0 comments on commit 8aacecb

Please sign in to comment.