This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
commit 1d6dc655905ea842b03f7f48aa1151e32d3f70c2 Author: Josh Tynjala <[email protected]> AuthorDate: Wed Apr 24 14:57:09 2024 -0700 release notes for recent CSS changes --- RELEASE_NOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f2727c1a9..a98356b4d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -28,6 +28,9 @@ Apache Royale Compiler 0.9.11 - compiler: Fix exceptions for `<fx:Style>` tags that contain invalid CSS. - compiler: Fix silently ignoring errors in some invalid CSS content, if it appears at the end after valid content. - compiler: Fix crash when attempting to use `--remove-circulars=false` with a release build. +- compiler: Added CSS support for modern syntax without commas in `rgb` and `rgba` functions. +- compiler: Added CSS support for `radial-gradient`, `conic-gradient`, and repeating gradient functions. +- compiler: Added CSS support for several translate, rotate, scale, skew, and matrix transformation functions. - debugger: Fix exception when evaluating certain expressions at run-time. - formatter: Added `insert-new-line-else` configuration option. - formatter: Filtered out unnecessary compiler warnings.
