Skip to content

Commit

Permalink
v3.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Nov 13, 2023
1 parent d1abb3a commit 37624d4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
## 3.0.0-rc.1
## 3.0.0-rc.2

Mapbox GL JS v3 enables the Mapbox Standard Style, a new realistic 3D lighting system, building shadows and many other visual enhancements, and an ergonomic API for using a new kind of rich, evolving, configurable map styles and seamless integration with custom data. You can get more information about the new features in the [Mapbox GL JS v3 migration guide](./MIGRATION_GUIDE_v3.md). Changes since `v3.0.0-rc.1`:

### Features and improvements ✨

- Improve performance for styles that use both hillshade layers and terrain.

Mapbox GL JS v3 enables the Mapbox Standard Style, a new realistic 3D lighting system, building shadows and many other visual enhancements, and an ergonomic API for using a new kind of rich, evolving, configurable map styles and seamless integration with custom data. You can get more information about the new features in the [Mapbox GL JS v3 migration guide](./MIGRATION_GUIDE_v3.md). Changes since `v3.0.0-beta.5`:
### Bug fixes 🐞

- Fix an issue with `setConfigProperty` not taking effect for certain properties.
- Fix rendering issues when a style and its imports share the same source IDs.
- Fix `symbol-z-elevate` elevating symbols over invisible fill extrusions (with zero opacity).
- Fix an issue with style validation accepting a style import with an empty ID.
- Fix an issue with validation of unknown properties in `lights` objects.

## 3.0.0-rc.1

### Features and improvements ✨

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mapbox-gl",
"description": "A WebGL interactive maps library",
"version": "3.0.0-rc.1",
"version": "3.0.0-rc.2",
"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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapbox/mapbox-gl-style-spec",
"description": "a specification for mapbox gl styles",
"version": "14.0.0-rc.1",
"version": "14.0.0-rc.2",
"author": "Mapbox",
"keywords": [
"mapbox",
Expand Down

0 comments on commit 37624d4

Please sign in to comment.