File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v5.5.0
4+
5+ Added:
6+ * Add support for CSS4 ` #RRGGBBAA ` colors. (Hannah Okwelum) [ T403056] ( https://phabricator.wikimedia.org/T403056 )
7+ * Add support for native CSS color functions including with CSS variables. (Hannah Okwelum) [ T405815] ( https://phabricator.wikimedia.org/T405815 )
8+
9+ Fixed:
10+ * Fix "Using null as the key parameter for array_key_exists" PHP 8.5 warning. (del72683) [ T410596] ( https://phabricator.wikimedia.org/T410596 )
11+ * Fix interpolation of string with number followed by underscore. (Timo Tijhof) [ Less.js #2462 ] ( https://github.com/less/less.js/issues/2462 )
12+ * Less_Functions: Fix "Using null as an array offset is deprecated" PHP 8.5 warnings. (Hannah Okwelum) [ T411398] ( https://phabricator.wikimedia.org/T411398 )
13+ * Less_ImportVisitor: Fix "Using null as an array offset" PHP 8.5 warning. (Hannah Okwelum) [ T411400] ( https://phabricator.wikimedia.org/T411400 )
14+ * Less_Parser: Fix "ord(): Providing an empty string is deprecated" PHP 8.5 warning. (Hannah Okwelum) [ T411397] ( https://phabricator.wikimedia.org/T411397 )
15+
316## v5.4.0
417
518Added:
Original file line number Diff line number Diff line change 66class Less_Version {
77
88 /* Current release version of less.php */
9- public const version = '5.4 .0 ' ;
9+ public const version = '5.5 .0 ' ;
1010
1111 /* Upstream less.js version that this release should be compatible with */
1212 public const less_version = '3.13.1 ' ;
1313
1414 /* Parser cache version */
15- public const cache_version = '3131-10 ' ;
15+ public const cache_version = '3131-11 ' ;
1616}
You can’t perform that action at this time.
0 commit comments