Skip to content

Commit

Permalink
v2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeapage committed Feb 8, 2015
1 parent c6bccff commit 6fd2a57
Show file tree
Hide file tree
Showing 6 changed files with 698 additions and 589 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 2.4.0

2015-02-07

- Support for plugins that pre-process (to add libraries silently etc.)
- Empty sourcemaps now work
- Extract and Length functions now ignore comments in a list (more work to come to fix the general problem)
- fragment url's are treated absolute since they refer to the html document
- Extends on a selector joined with `&` now work better
- Nested mixins work better with !important (regression in 2.3.0)
- The promise dependency is now actually optional (introduced in 2.0.0)
- Files with just `\r` newlines now process ok (regression in 2.0.0)
- 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)

# 2.3.1

2015-01-28
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "less",
"version": "2.3.1",
"version": "2.4.0",
"main": "dist/less.js",
"ignore": [
"**/.*",
Expand Down

0 comments on commit 6fd2a57

Please sign in to comment.