Skip to content

Commit

Permalink
Add CSS Color 4 syntax support - integration with changes from maplib…
Browse files Browse the repository at this point in the history
…re-style (#2376)

* CSS Color 4 support, update tests

* Improve readability of expression test errors

* Add types for interpolate calls

* Bump @maplibre/maplibre-gl-style-spec from 18.0.1 to 19.0.0

* Add color-interpolation render tests

* Make "interpolates" types future-proof

* Bump @maplibre/maplibre-gl-style-spec from 19.0.0 to 19.0.1

* Adjust render tests to run on multiple platforms

* Revert "Improve readability of expression test errors"

This reverts commit d968c4c

* Update CHANGELOG.md

---------

Co-authored-by: kajkal <[email protected]>
  • Loading branch information
kajkal and kajkal authored Apr 19, 2023
1 parent d6dbd71 commit 51bb2aa
Show file tree
Hide file tree
Showing 18 changed files with 609 additions and 38 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- Improve initial loading performance by lazy serializing layers only when needed. ([#2306](https://github.com/maplibre/maplibre-gl-js/pull/2306))
- [Breaking] Cancel unloaded tile request on zooming in across multiple zoom. Previously these requests were not cancelled. ([#2377](https://github.com/maplibre/maplibre-gl-js/pull/2377))
- Add validateStyle MapOption to allow disabling style validation for faster performance in production environment. ([#2390](https://github.com/maplibre/maplibre-gl-js/pull/2390))
- [Breaking] Remove support for `hsl` css color in a format that does not comply with the CSS Color specification. Colors defined in `hsl(110, 0.7, 0.055)` format will no longer work, instead it is recommended to use the format with percentages `hsl(110, 70%, 5.5%)`. ([#2376](https://github.com/maplibre/maplibre-gl-js/pull/2376))
- _...Add new stuff here..._

### 🐞 Bug fixes
Expand Down
232 changes: 212 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 51bb2aa

Please sign in to comment.