Skip to content

Commit ac68257

Browse files
mournergithub-actions[bot]
authored andcommitted
v3.15.0-beta.2
GitOrigin-RevId: 7154f8ef677125c9ab7eec19958306044acb17ed
1 parent 84063bb commit ac68257

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 3.15.0-beta.2
2+
3+
### Features and improvements ✨
4+
5+
- Slightly improve `hsla` expression performance.
6+
- Optimize applying LUT for patterns.
7+
- Round `queryRasterValue` results to 12 decimal digits to fix precision issues.
8+
9+
### Bug fixes 🐞
10+
11+
- Fix an error on GeoJSON with `"Infinity"`` and similar ids.
12+
- Fix `GL_INVALID_VALUE` console warning on Mapbox Satellite Standard and a few other styles.
13+
- Fix model layer positioning during globe to mercator transition.
14+
- Fix an issue with incorrect transparency for some icons with LUT applied.
15+
- Fix an issue where updating `*-occlusion-opacity` properties didn't have any effect.
16+
117
## 3.15.0-beta.1
218

319
### Features and improvements ✨

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.15.0-beta.1",
4+
"version": "3.15.0-beta.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

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.15.0-beta.1",
3+
"version": "14.15.0-beta.2",
44
"description": "a specification for mapbox gl styles",
55
"author": "Mapbox",
66
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)