Skip to content

Commit 6b1c50d

Browse files
committed
v3.11.1
1 parent aab62e7 commit 6b1c50d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.11.1
2+
3+
- Improve icon loading performance, in particular for landmark icons.
4+
- Fix `undefined` passed in `Marker` options not falling back to default values.
5+
16
## 3.11.0
27

38
### Breaking changes ⚠️

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.11.0",
4+
"version": "3.11.1",
55
"main": "dist/mapbox-gl.js",
66
"style": "dist/mapbox-gl.css",
77
"types": "dist/mapbox-gl.d.ts",

0 commit comments

Comments
 (0)