File tree Expand file tree Collapse file tree 6 files changed +671
-338
lines changed Expand file tree Collapse file tree 6 files changed +671
-338
lines changed Original file line number Diff line number Diff line change
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
+
1
22
# 2.4.0
2
23
3
24
2015-02-07
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " less" ,
3
- "version" : " 2.4 .0" ,
3
+ "version" : " 2.5 .0" ,
4
4
"main" : " dist/less.js" ,
5
5
"ignore" : [
6
6
" **/.*" ,
You can’t perform that action at this time.
0 commit comments