Skip to content

Commit 6fd2a57

Browse files
committed
v2.4.0 release
1 parent c6bccff commit 6fd2a57

File tree

6 files changed

+698
-589
lines changed

6 files changed

+698
-589
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 2.4.0
2+
3+
2015-02-07
4+
5+
- Support for plugins that pre-process (to add libraries silently etc.)
6+
- Empty sourcemaps now work
7+
- Extract and Length functions now ignore comments in a list (more work to come to fix the general problem)
8+
- fragment url's are treated absolute since they refer to the html document
9+
- Extends on a selector joined with `&` now work better
10+
- Nested mixins work better with !important (regression in 2.3.0)
11+
- The promise dependency is now actually optional (introduced in 2.0.0)
12+
- Files with just `\r` newlines now process ok (regression in 2.0.0)
13+
- When strict units is off and the unit is 1/x, (e.g. 1 / 12px) the unit output is x, previously nothing (regression in 2.0.0)
14+
115
# 2.3.1
216

317
2015-01-28

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "less",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"main": "dist/less.js",
55
"ignore": [
66
"**/.*",

0 commit comments

Comments
 (0)