Skip to content

Commit

Permalink
v3.5.0-beta.1 (internal-1532)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Stepan Kuzmin <[email protected]>
  • Loading branch information
underoot and stepankuzmin committed Jun 19, 2024
1 parent 3bcdf23 commit 7dec10f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 3.5.0-beta.1

### Breaking changes ⚠️
- This release marks a significant transition for GL JS, moving from [Flow](https://flow.org/) to [TypeScript](https://www.typescriptlang.org/). While we have maintained backward compatibility where possible, the community typings `@types/mapbox-gl` are not fully compatible with the new first-class typings. Users relying on the community typings may experience breaking changes. Please remove the `@types/mapbox-gl` dependency and refer to the [v3.5.0 migration guide](https://github.com/mapbox/mapbox-gl-js/issues/13203) for instructions on upgrading, resolving common issues, and asking questions regarding the migration to the first-class typings. We welcome your feedback and contributions to make Mapbox GL JS better.

### Features and improvements ✨
- Add `color-theme` property to enable colorization with a lookup table (LUT) images.
- Add `icon-occlusion-opacity` and `text-occlusion-opacity` properties to fade symbols behind models and landmarks.
- Add `line-occlusion-opacity` property to fade lines behind 3D objects.
- Add experimental `clip` layer to filter out rendering data.
- Add experimental `line-z-offset` property for a non-globe view.
- Add `model-cutoff-fade-range` property support to control fade out of faraway 3D buildings.

### Bug fixes 🐞
- Fix icon rotation during globe transition.
- Fix GeoJSON data loss due to frequent `updateData` calls.
- Improve `raster-particle` layer animation.

## 3.4.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
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.4.0",
"version": "3.5.0-beta.1",
"main": "dist/mapbox-gl.js",
"style": "dist/mapbox-gl.css",
"types": "dist/mapbox-gl.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/style-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox/mapbox-gl-style-spec",
"version": "14.4.0",
"version": "14.5.0-beta.1",
"description": "a specification for mapbox gl styles",
"author": "Mapbox",
"license": "SEE LICENSE IN LICENSE.txt",
Expand Down

0 comments on commit 7dec10f

Please sign in to comment.