You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed color creation from CSS color string with modern "space-separated" syntax (#11271)
* Fix `Color.fromCssColorString` in case of parsing `rgb(a)`/`hsl(a)` CSS colors with modern "space-separated" syntax
* Add `Alexander Popoff` (@aerialist7) to the list of contributors
* Escaping
* Disable `/` parsing
* Fix regexps
* Only remove surrounding whitespace from color strings
* Enable `/` parsing
* Formatting
* Make sure availability tiles are loaded before deciding there is no terrain at that x, y, level
* Return the correct promise
* Update CHANGES.md
* Adjust camera controls for 3D
* Use first picked position in drag when possible
* Use pick position direction for panning
* Only use new camera controls when globe is false
* Spin3d should fallback to old behavior when globe is defined
* pick globe on spin3d
* Fallback to old behavior for spin3d
* Updates for Google Photorealistic 3D Tiles
* Updates for 1.105.1 release
* Fix doc for Entity.prototype.computeModelMatrix (#11277)
Co-authored-by: Jeshurun Hembd <jeshurun@cesium.com>
* Update widgets version
* fixed datasource display visualizer callback typedef (#11294)
* Add TextureUniform type for setUniform value type (#11284)
* Add unit test
* Enable standard derivatives extension in demodernizeShader
* Update CHANGES.md
---------
Co-authored-by: Gabby Getz <gabby@cesium.com>
Co-authored-by: Jeshurun Hembd <41167620+jjhembd@users.noreply.github.com>
Co-authored-by: Jeshurun Hembd <jeshurun@cesium.com>
Co-authored-by: Ben Kuster <bkuster@vc.systems>
Co-authored-by: Frédéric Junod <frederic.junod@camptocamp.com>
Copy file name to clipboardexpand all lines: CHANGES.md
+1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
7
7
##### Fixes :wrench:
8
8
9
+
- Fixed color creation from CSS color string with modern "space-separated" syntax. [#11271](https://github.com/CesiumGS/cesium/pull/11271)
9
10
- Fixed a race condition when loading cut-out terrain. [#11296](https://github.com/CesiumGS/cesium/pull/11296)
0 commit comments