Skip to content

Commit e41c557

Browse files
ibesoramourner
authored andcommitted
GL JS v3.23.0-rc.1 (internal-12491)
Update changelog and bump versions cc @mapbox/gl-js --------- Co-authored-by: Volodymyr Agafonkin <agafonkin@gmail.com> GitOrigin-RevId: 78752087e0ea66b9a7dc02ecd42459137eddf23d
1 parent 2524080 commit e41c557

File tree

4 files changed

+23
-13
lines changed

4 files changed

+23
-13
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 3.23.0-rc.1
2+
3+
### Features and improvements ✨
4+
5+
- Improve the performance of symbol layers on old devices.
6+
- Add `TileProvider` for raster and raster-dem sources, adding support for PMTiles with raster tiles.
7+
- Enable client-side fontstack compositing by default. When multiple fonts are requested they are now fetched individually and composited on the client.
8+
- Promote interactions API to stable.
9+
- Add a bundler-friendly ESM bundle in the NPM package (`import mapboxgl from 'mapbox-gl/esm'`).
10+
- Lazy-load procedural buildings and precipitation code when using the ESM entry point.
11+
12+
### Bug fixes 🐞
13+
14+
- Fix values smaller than 1 in `line-dasharray` not working.
15+
- Fix a render issue where black boxes could appear instead of symbols briefly in some environments.
16+
- Fix `scale-factor` being applied twice to icons with feature-dependent `icon-size`.
17+
- Fix redundant WASM requests on map load when using the Standard style.
18+
119
## 3.22.0
220

321
### Bug fixes 🐞

package-lock.json

Lines changed: 3 additions & 11 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.22.0",
4+
"version": "3.23.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.22.0",
3+
"version": "14.23.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)