Skip to content

Commit 1596502

Browse files
Project import generated by Copybara.
GitOrigin-RevId: cc6b1a931356e449df0a88925dbce2d6d3092110
1 parent e9f32dc commit 1596502

4 files changed

Lines changed: 22 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 3.20.0-rc
2+
3+
### Features and improvements ✨
4+
5+
- Improve memory efficiency by sharing image resources for symbol layers across map tiles.
6+
7+
### Bug fixes 🐞
8+
9+
- Fix display of symbols added via the Appearances runtime API.
10+
11+
## 3.19.1
12+
13+
### Bug fixes 🐞
14+
15+
- Removed the unused `@types/mapbox__point-geometry` package that was causing some Typescript builds to fail.
16+
117
## 3.19.0
218

319
### Features and improvements ✨

package-lock.json

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

0 commit comments

Comments
 (0)