Skip to content

Commit 2f15fdf

Browse files
dcojgithub-actions[bot]
authored andcommitted
v3.23.0 (internal-12929)
GitOrigin-RevId: e50a532a0597e93aa926b3b4a8c9efd523a69400
1 parent 8676b02 commit 2f15fdf

4 files changed

Lines changed: 53 additions & 40 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
## 3.23.0-rc.2
2-
3-
### Bug fixes 🐞
4-
5-
- Fix hillshade rendering issue when using Safari in private browsing mode.
6-
7-
## 3.23.0-rc.1
1+
## 3.23.0
82

93
### Features and improvements ✨
104

@@ -21,6 +15,7 @@
2115
- Fix a render issue where black boxes could appear instead of symbols briefly in some environments.
2216
- Fix `scale-factor` being applied twice to icons with feature-dependent `icon-size`.
2317
- Fix redundant WASM requests on map load when using the Standard style.
18+
- Fix hillshade rendering issue when using Safari in private browsing mode.
2419

2520
## 3.22.0
2621

package-lock.json

Lines changed: 49 additions & 31 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.23.0-rc.2",
4+
"version": "3.23.0",
55
"main": "dist/mapbox-gl.js",
66
"style": "dist/mapbox-gl.css",
77
"types": "dist/mapbox-gl.d.ts",

src/style-spec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/mapbox-gl-style-spec",
3-
"version": "14.23.0-rc.2",
3+
"version": "14.23.0",
44
"description": "a specification for mapbox gl styles",
55
"author": "Mapbox",
66
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)