@mapbox/mapbox-gl-style-spec 13.24.0-beta.1 → 13.25.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,16 @@
1
- ## 13.24.0-beta.1
1
+ ## 13.25.0-beta.1
2
+
3
+ ### Features ✨
4
+
5
+ * Extend atmospheric `fog` with three new style specification properties: `high-color`, `space-color` and `star-intensity` to allow the design of atmosphere around the globe and night skies. ([#11590](https://github.com/mapbox/mapbox-gl-js/pull/11590))
6
+ * Add a new line layer paint property in the style specification: `line-trim-offset` that can be used to create a custom fade out with improved update performance over `line-gradient`. ([#11570](https://github.com/mapbox/mapbox-gl-js/pull/11570))
7
+
8
+ ### 🐞 Bug fixes
9
+
10
+ * Add `source` field requirement to terrain exaggeration in the style specification. ([#11664](https://github.com/mapbox/mapbox-gl-js/pull/11664))
11
+
12
+ ## 13.24.0
13
+
2
14
  ### 🐞 Bug fixes
3
15
 
4
16
  * Fix error on `gl-style-validate` script. ([#11538](https://github.com/mapbox/mapbox-gl-js/pull/11538))
@@ -6,6 +18,7 @@
6
18
  * Fix error on some valid `filter` expressions. ([#11475](https://github.com/mapbox/mapbox-gl-js/pull/11475))
7
19
 
8
20
  ## 13.23.1
21
+
9
22
  ### ✨ Features and improvements
10
23
 
11
24
  * Improve `coalesce` expressions to return a `ResolvedImage` when images are missing. ([#11371](https://github.com/mapbox/mapbox-gl-js/pull/11371))