|
1 | | -## 3.17.0-beta.2 |
| 1 | +## 3.17.0 |
| 2 | + |
2 | 3 |
|
3 | 4 | ### Features and improvements ✨ |
4 | 5 |
|
| 6 | +- Add experimental ESM support. |
5 | 7 | - Make `line-emissive-strength` data-driven. |
6 | 8 | - Remove experimental flag from the `extra_bounds` property of raster and vector sources. |
7 | | -- Various performance improvements. |
| 9 | +- Remove experimental flag from `model` layer. |
| 10 | +- Remove experimental flag from `building` layer. |
| 11 | +- Improve vector icons rasterization performance. |
| 12 | +- Improve shadow rendering performance. |
| 13 | +- Improve `building` layer performance. |
| 14 | +- Improve shader initialization performance. |
8 | 15 |
|
9 | 16 | ### Bug fixes 🐞 |
10 | 17 |
|
| 18 | +- Fix polygon rendering for dynamic GeoJSON sources. |
| 19 | +- Fix `raster-array` layers not working on iOS < 18.4. |
| 20 | +- Fix a performance issue for symbol layers with zero fade duration and static camera. |
| 21 | +- Fix occasional WebGL texture warnings when rendering terrain. |
11 | 22 | - Fix features not being localized in dynamic filters when a worldview is set. |
| 23 | +- Fix an issue with clipping models on Standard. |
| 24 | +- Fix an issue with models flashing on `setData`. |
| 25 | +- Fix an issue with incorrect scoping of models added during runtime. |
| 26 | +- Fix line patterns not elevating properly on HD roads. |
| 27 | +- Sanitize attributions in `AttributionControl`. |
12 | 28 | - Correctly support filtered features in appearances. |
13 | 29 | - Fix an issue occuring when expressions are used in appearances. |
14 | | - |
15 | | -## 3.17.0-beta.1 |
16 | | - |
17 | | -### Features and improvements ✨ |
18 | | - |
19 | | -- Experimental ESM support. |
20 | | -- Remove experimental flag from model layer. |
21 | | -- Conflate building parts together as a whole building. |
22 | | - |
23 | | -### Bug fixes 🐞 |
24 | | - |
25 | | -- Fix line patterns not elevating properly on HD roads. |
26 | | -- Sanitize attributions in AttributionControl. |
27 | 30 | - Fix appearance optimization that resulted in wrong appearances being rendered. |
| 31 | +- Fix appearance icons not changing when feature state changed multiple times. |
| 32 | +- Improve TypeScript types. |
28 | 33 |
|
29 | 34 | ## 3.16.0 |
30 | 35 |
|
|
0 commit comments