Skip to content

Commit

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

Co-authored-by: Volodymyr Agafonkin <[email protected]>
  • Loading branch information
underoot and mourner committed Jul 31, 2024
1 parent 3d92f50 commit 9c76622
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.6.0-beta.1

### Features and improvements ✨
- Improve initial load performance.
- Add inner glow effect for negative `circle-blur` values.
- Add support for inlining TileJSON in style source definitions using `data` field.
- Improve 3D models' shadow appearance.
- Improve performance of updating config values of a style.
- Add more descriptive expression evaluation error messages.
- Improve TypeScript typings.

### Bug fixes 🐞
- Fix `isSourceLoaded` flag on `sourcedata` event for already loaded sources.
- Fix firing `load` event when all tiles fail to load.
- Fix performance issues when GeoJSON in `dynamic` mode is updated too frequently.
- Fix rasterarray layer flickering from stale tiles cache.
- Fix spikes when viewing terrain-enabled maps in certain environments.

## 3.5.2

- Improve 3D models rendering performance.
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.5.2",
"version": "3.6.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.5.2",
"version": "14.6.0-beta.1",
"description": "a specification for mapbox gl styles",
"author": "Mapbox",
"license": "SEE LICENSE IN LICENSE.txt",
Expand Down

0 comments on commit 9c76622

Please sign in to comment.