Skip to content

Commit 23948cd

Browse files
dcojgithub-actions[bot]
authored andcommitted
Bump version to v3.26.0 and update changelog
GitOrigin-RevId: cce7155bf3e1eab68277776ced369e92e6ba7c49
1 parent f9b2d67 commit 23948cd

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
## 3.26.0-rc.1
1+
## 3.26.0
22

33
### Breaking changes ⚠️
44

55
- Remove `transition` and `interpolated` flags from the `camera-projection` style property — enum properties cannot be transitioned, so these flags were incorrect.
66

77
### Features and improvements ✨
88

9-
- Add support for async `transformRequest`: the callback can now return a `Promise` and receives an `AbortSignal`, enabling patterns such as refreshing an auth token before each request.
10-
- Add `lightOverrides` to model source, allowing per-model light configuration independent of the global style light setup.
11-
- Expose `setWorkerUrl` for the ESM entry point.
129
- Make published TypeScript declarations self-contained, fixing consumer builds that failed with `skipLibCheck: false`.
1310
- Improve terrain raycast accuracy for mouse events, camera fitting, and other pointer interactions.
1411
- Improve landmark model LOD switching with size-based distance heuristics for better rendering performance.
@@ -43,6 +40,9 @@
4340
- Remove all direct dependencies from `package.json` slightly improving NPM install size and time.
4441
- Improve anti-aliasing for lines with borders.
4542
- Implement automatic conflation of regular and HD road data in preparation for future Mapbox Standard updates.
43+
- Add support for async `transformRequest`: the callback can now return a `Promise` and receives an `AbortSignal`, enabling patterns such as refreshing an auth token before each request.
44+
- Add `lightOverrides` to model source, allowing per-model light configuration independent of the global style light setup.
45+
- Expose `setWorkerUrl` for the ESM entry point.
4646

4747
## Bug fixes 🐞
4848

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mapbox-gl",
33
"description": "A WebGL interactive maps library",
4-
"version": "3.26.0-rc.1",
4+
"version": "3.26.0",
55
"main": "dist/mapbox-gl.js",
66
"style": "dist/mapbox-gl.css",
77
"types": "dist/mapbox-gl.d.ts",

src/style-spec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/mapbox-gl-style-spec",
3-
"version": "14.26.0-rc.1",
3+
"version": "14.26.0",
44
"description": "a specification for mapbox gl styles",
55
"author": "Mapbox",
66
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)