File tree 4 files changed +17
-6
lines changed
4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
- ## 3.10.0-beta.1
1
+ ## 3.10.0
2
2
3
3
### Features and improvements ✨
4
4
5
5
- Add support for data-driven ` *-use-theme ` properties.
6
6
- Improve rendering of complex SVG clip paths for vector icons.
7
7
8
8
### Bug fixes 🐞
9
+ - Fix some mouse gestures for Firefox 136 and later on Mac OS.
9
10
- Fix issue where the close popup button was hidden from screen readers.
11
+ - Fix updating of schema config values of imported styles.
12
+ - Fix line placement symbol disappearing issue during transition from globe.
10
13
- Fix ` queryRenderedFeatures ` not working on duplicated model layers.
14
+ - Fix in-place update for SDF image.
15
+ - Fix LUT not being applied to in-place updated image.
16
+ - Fix various issues with using ` mouseenter ` and ` mouseleave ` with Interactions API.
17
+ - Fix error with interactible map elements during interaction with a map that wasn't fully loaded.
11
18
- Fix rendering of elevated and non-elevated lines on the same layer.
19
+ - Fix pixel ratio handling for patterns with vector icons.
20
+ - Fix positioning of vector icons with modified ` icon-size ` .
12
21
- Fix a blank map issue after WebGL context loss.
22
+ - Fix loss of precision for close to camera models.
23
+ - Fix transparent models not being culled when terrain is enabled.
13
24
14
25
## 3.9.4
15
26
- Fix vector icons rendering with stretch areas on high DPI devices.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mapbox-gl" ,
3
3
"description" : " A WebGL interactive maps library" ,
4
- "version" : " 3.10.0-beta.1 " ,
4
+ "version" : " 3.10.0" ,
5
5
"main" : " dist/mapbox-gl.js" ,
6
6
"style" : " dist/mapbox-gl.css" ,
7
7
"types" : " dist/mapbox-gl.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mapbox/mapbox-gl-style-spec" ,
3
- "version" : " 14.10.0-beta.1 " ,
3
+ "version" : " 14.10.0" ,
4
4
"description" : " a specification for mapbox gl styles" ,
5
5
"author" : " Mapbox" ,
6
6
"license" : " SEE LICENSE IN LICENSE.txt" ,
You can’t perform that action at this time.
0 commit comments