Skip to content

Commit fd2045f

Browse files
committed
v3.3.0-beta.1 (internal-1275)
* 3.3.0-beta.1. Added CHANGELOG.md * 3.3.0-beta.1. Bump version
1 parent f01b3af commit fd2045f

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 3.3.0-beta.1
2+
3+
### Features and improvements ✨
4+
5+
- Add raster particles layer.
6+
- Add raster-array source.
7+
- Add `addImport`, `moveImport`, `updateImport`, and `removeImport` API methods.
8+
- Add `getSlot`, and `setSlot` API methods to control layers' slots.
9+
- Add landmarks and models support in `queryRenderedFeatures`.
10+
- Add `raster-elevation` support for tiled raster sources.
11+
- Add `config` expression support in fog.
12+
- Improve map loading performance.
13+
14+
### Bug fixes 🐞
15+
16+
- Fix zooming with the pitched camera and `maxZoom`.
17+
- Fix memory leak after removing the map. (h/t [@kamil-sienkiewicz-asi](https://github.com/kamil-sienkiewicz-asi)) [#13110](https://github.com/mapbox/mapbox-gl-js/pull/13110), [#13116](https://github.com/mapbox/mapbox-gl-js/pull/13116)
18+
- Fix broken horizon line for some camera values.
19+
- Fix broken globe draping after updating style with `setStyle`.
20+
- Fix the `z` offset when the opacity is evaluated at 0 on the zoom change.
21+
- Fix the `format` expression in the `config` expression.
22+
- Fix adding a marker to the map that is not loaded when fog is enabled.
23+
124
## 3.2.0
225

326
### Features and improvements ✨

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.3.0-alpha.2",
4+
"version": "3.3.0-beta.1",
55
"main": "dist/mapbox-gl.js",
66
"style": "dist/mapbox-gl.css",
77
"license": "SEE LICENSE IN LICENSE.txt",

src/style-spec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mapbox/mapbox-gl-style-spec",
33
"description": "a specification for mapbox gl styles",
4-
"version": "14.3.0-alpha.1",
4+
"version": "14.3.0-beta.1",
55
"author": "Mapbox",
66
"keywords": [
77
"mapbox",

0 commit comments

Comments
 (0)