From 37624d45b7185d5a213b8a5cd094ed95a9eb49d4 Mon Sep 17 00:00:00 2001 From: Volodymyr Agafonkin Date: Mon, 13 Nov 2023 15:16:43 +0200 Subject: [PATCH] v3.0.0-rc.2 --- CHANGELOG.md | 18 ++++++++++++++++-- package.json | 2 +- src/style-spec/package.json | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df36bdab106..f14c74a6c1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ✨ diff --git a/package.json b/package.json index 14116a8fbec..cdb4eed2731 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/style-spec/package.json b/src/style-spec/package.json index 29d67cc62c9..3c1f70e969b 100644 --- a/src/style-spec/package.json +++ b/src/style-spec/package.json @@ -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",