Skip to content

Commit 2a4a63a

Browse files
authoredFeb 4, 2018
Update CHANGELOG.md with 3.x list
1 parent bb6da28 commit 2a4a63a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
 

‎CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
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+
127
# 2.7.1 HOTFIX
228

329
2016-05-09

0 commit comments

Comments
 (0)
Please sign in to comment.