Skip to content

Commit e69724d

Browse files
mournergithub-actions[bot]
authored andcommitted
v3.21.0
GitOrigin-RevId: 11051c3e28a335335cd8c6fa2b8f01b8562c1a22
1 parent 9880b06 commit e69724d

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.20.0-rc.1
1+
## 3.20.0
22

33
### Features and improvements ✨
44

@@ -18,6 +18,7 @@
1818
- Fix an issue when rendering stacked underground 3D roads.
1919
- Fix line dashes with non-integer total array lengths.
2020
- Fix various rendering issues when using `*-cutoff-fade-range` properties.
21+
- Fix `clip` layer not clipping `fill-extrusion` ambient occlusion.
2122

2223
## Breaking changes ⚠️
2324

package-lock.json

Lines changed: 3 additions & 3 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.21.0-rc.1",
4+
"version": "3.21.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.21.0-rc.1",
3+
"version": "14.21.0",
44
"description": "a specification for mapbox gl styles",
55
"author": "Mapbox",
66
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)