Skip to content

Commit 0603110

Browse files
ibesoragithub-actions[bot]
authored andcommitted
Bump version to v3.27.0 and update changelog
GitOrigin-RevId: c67dcb976670eb05d7f50c8f4364f9f18351fc11
1 parent 03eec2c commit 0603110

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

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

33
### Features and improvements ✨
44

@@ -18,6 +18,8 @@
1818
- Fix `Style#{get,set,remove}FeatureState` with `{target: {layerId}}` so imported-layer targets resolve against their own fragment's sources instead of the root style's
1919
- Fix missing building along tile borders
2020
- Fix dynamic imports in UMD
21+
- Fix import.meta crash under modern bundlers
22+
- Fix `setPaintProperty` on symbol properties with a transition duration of 0
2123

2224
## 3.26.0
2325

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.27.0-rc.1",
4+
"version": "3.27.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.27.0-rc.1",
3+
"version": "14.27.0",
44
"description": "a specification for mapbox gl styles",
55
"author": "Mapbox",
66
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)