Skip to content

Commit 0759ea9

Browse files
committed
v3.5.2 (internal-1651)
1 parent bcaa6bc commit 0759ea9

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 3.5.2
2+
3+
- Improve 3D models rendering performance.
4+
- Slightly improve terrain rendering performance.
5+
- Fix raster particle data decoding and improve rendering quality.
6+
- Fix 3D lighting rendering when lookup tables (LUT) image is applied.
7+
- Fix shadows rendering artifacts on `fill-extrusion-cutoff-fade-range`.
8+
- Improve TypeScript API, including strongly typed Map event listeners, improved type narrowing, and more.
9+
110
## 3.5.1
211

312
- Revert default behavior of symbol occlusion behind terrain to maintain compatibility. Set `icon-occlusion-opacity`/`text-occlusion-opacity` properties to opt-in to new occlusion behavior.

package-lock.json

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

src/style-spec/package.json

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

0 commit comments

Comments
 (0)