Skip to content

Commit

Permalink
v3.3.0-beta.1 (internal-1275)
Browse files Browse the repository at this point in the history
* 3.3.0-beta.1. Added CHANGELOG.md

* 3.3.0-beta.1. Bump version
  • Loading branch information
underoot committed Mar 27, 2024
1 parent f01b3af commit fd2045f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,26 @@
## 3.3.0-beta.1

### Features and improvements ✨

- Add raster particles layer.
- Add raster-array source.
- Add `addImport`, `moveImport`, `updateImport`, and `removeImport` API methods.
- Add `getSlot`, and `setSlot` API methods to control layers' slots.
- Add landmarks and models support in `queryRenderedFeatures`.
- Add `raster-elevation` support for tiled raster sources.
- Add `config` expression support in fog.
- Improve map loading performance.

### Bug fixes 🐞

- Fix zooming with the pitched camera and `maxZoom`.
- 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)
- Fix broken horizon line for some camera values.
- Fix broken globe draping after updating style with `setStyle`.
- Fix the `z` offset when the opacity is evaluated at 0 on the zoom change.
- Fix the `format` expression in the `config` expression.
- Fix adding a marker to the map that is not loaded when fog is enabled.

## 3.2.0

### Features and improvements ✨
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mapbox-gl",
"description": "A WebGL interactive maps library",
"version": "3.3.0-alpha.2",
"version": "3.3.0-beta.1",
"main": "dist/mapbox-gl.js",
"style": "dist/mapbox-gl.css",
"license": "SEE LICENSE IN LICENSE.txt",
Expand Down
2 changes: 1 addition & 1 deletion src/style-spec/package.json
@@ -1,7 +1,7 @@
{
"name": "@mapbox/mapbox-gl-style-spec",
"description": "a specification for mapbox gl styles",
"version": "14.3.0-alpha.1",
"version": "14.3.0-beta.1",
"author": "Mapbox",
"keywords": [
"mapbox",
Expand Down

0 comments on commit fd2045f

Please sign in to comment.