File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v5.1.0
4
+
5
+ Added:
6
+ * Add support for property acessors (Piotr Miazga) [ T368408] ( https://phabricator.wikimedia.org/T368408 )
7
+ * Increase parsing flexibility around at-rule blocks and custom properties (Piotr Miazga) [ T368408] ( https://phabricator.wikimedia.org/T368408 )
8
+ * Add support for Namespaces and Accessors (Piotr Miazga) [ T368409] ( https://phabricator.wikimedia.org/T368409 )
9
+
10
+ Fixed:
11
+ * Fix parse error when opacity is set to zero in ` alpha() ` function (Hannah Okwelum) [ T371606] ( https://phabricator.wikimedia.org/T371606 )
12
+
3
13
## v5.0.0
4
14
5
15
Added:
Original file line number Diff line number Diff line change 6
6
class Less_Version {
7
7
8
8
/* Current release version of less.php */
9
- public const version = '5.0 .0 ' ;
9
+ public const version = '5.1 .0 ' ;
10
10
11
11
/* Upstream less.js version that this release should be compatible with */
12
12
public const less_version = '3.13.1 ' ;
13
13
14
14
/* Parser cache version */
15
- public const cache_version = '3131-1 ' ;
15
+ public const cache_version = '3131-2 ' ;
16
16
}
You can’t perform that action at this time.
0 commit comments