Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
* v3.3.0

* fixup

* update package-lock
  • Loading branch information
mourner committed Apr 10, 2024
1 parent 1db9002 commit 541c310
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
@@ -1,9 +1,9 @@
## 3.3.0-beta.1
## 3.3.0

### Features and improvements ✨

- Add raster particles layer.
- Add raster-array source.
- Add a new `raster-array` source type, representing a new experimental Mapbox Raster Tile format which encodes series of tiled raster data (such as weather time series).
- Add a new `raster-particle` layer which animates particles of different speed and color based on underlying `raster-array` data.
- 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`.
Expand All @@ -20,6 +20,7 @@
- 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.
- Fix symbol and icon rendering order when using `symbol-sort-key` property.

## 3.2.0

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-beta.2",
"version": "3.3.0",
"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-beta.2",
"version": "14.3.0",
"author": "Mapbox",
"keywords": [
"mapbox",
Expand Down

0 comments on commit 541c310

Please sign in to comment.