File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 3.0.0
2
+ 2018-02-04
3
+ - Rename Directive -> AtRule & Rule -> Declaration
4
+ - Cross-platform ` @plugin ` loading! (Node & Browser)
5
+ - Numerous changes / improvements to plugin architecture
6
+ - Simplified API calls in plugins (` less.atrule() ` vs ` new less.tree.AtRule() ` )
7
+ - Property accessors (` $width ` to refer to ` width: 300px ` value)
8
+ - Inline JavaScript disabled by default for security reasons (use ` @plugin ` )
9
+ - Improvements in Less error reporting
10
+ - Added feature: returning ` null ` / ` false ` from Less functions will remove that line
11
+ - Simple ` boolean() ` and ` if() ` functions added
12
+ - Bug fixes
13
+ - Removal of unnecessary nodes from API (like IE's ` alpha() ` )
14
+
15
+ # 2.7.3
16
+ 2017-10-23
17
+
18
+ - Bump ` request ` dependency
19
+
20
+ # 2.7.2
21
+ 2017-01-04
22
+
23
+ - Revert breaking changes to contrast() function
24
+ - Fix error reporting of lessc executable
25
+ - Changed octals to hex for ES6 strict mode
26
+
1
27
# 2.7.1 HOTFIX
2
28
3
29
2016-05-09
You can’t perform that action at this time.
0 commit comments