Skip to content

Commit 9b7021a

Browse files
committed
2.5.0 release
1 parent dbe2eaa commit 9b7021a

File tree

6 files changed

+671
-338
lines changed

6 files changed

+671
-338
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# 2.5.0
2+
3+
2015-04-03
4+
5+
- supports the scoped `@plugin` directive to load function plugins
6+
- All directives are bubbled (e.g. supports), not just media
7+
- Performance improvements to the parser - should help non-chrome browsers with very large less files to be alot quicker.
8+
- the image size function respects include paths like other file functions
9+
- colour functions take a relative argument that applies percentages relatively instead of absolutely
10+
- include paths now allows : as a separator on windows (recognising and not splitting drive names by the backslash)
11+
- `@import (css)` does not pull the directive above comments
12+
- Fix for import statements without quotes sometimes causing issues
13+
- replace supports dimensions and colours
14+
- the browser field is set in the package.json for use with browserify
15+
- another fix to support paths being passed as a string instead of an array
16+
- detached rulesets can be used as default arguments
17+
- Fix alot of false warnings about extends
18+
- errors written to stderr more consistently
19+
- consistently keep units if strict units is off
20+
- Better support for comments in function all arguments
21+
122
# 2.4.0
223

324
2015-02-07

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.4.0",
3+
"version": "2.5.0",
44
"main": "dist/less.js",
55
"ignore": [
66
"**/.*",

0 commit comments

Comments
 (0)