Skip to content

Commit e512955

Browse files
underootgithub-actions[bot]
authored andcommitted
v3.18.1
GitOrigin-RevId: d3324d747fa8ff48d463125579e3da3a9a4b4ad7
1 parent 1e8b843 commit e512955

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 3.18.1
2+
3+
### Features and improvements ✨
4+
5+
- Add support for `visibility` property in clip layers.
6+
- Improve `raster-color` precision for fine-grained value ranges.
7+
8+
### Bug fixes 🐞
9+
10+
- Fix color interpolation throwing errors in edge cases.
11+
- Fix appearances with no `icon-size`.
12+
- Fix disappearing symbols when used with elevated raster layers.
13+
114
## 3.18.0
215

316
### Features and improvements ✨

package-lock.json

Lines changed: 4 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.18.0",
4+
"version": "3.18.1",
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.18.0",
3+
"version": "14.18.1",
44
"description": "a specification for mapbox gl styles",
55
"author": "Mapbox",
66
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)