Skip to content

Commit

Permalink
2.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeapage committed Apr 3, 2015
1 parent dbe2eaa commit 9b7021a
Show file tree
Hide file tree
Showing 6 changed files with 671 additions and 338 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 2.5.0

2015-04-03

- supports the scoped `@plugin` directive to load function plugins
- All directives are bubbled (e.g. supports), not just media
- Performance improvements to the parser - should help non-chrome browsers with very large less files to be alot quicker.
- the image size function respects include paths like other file functions
- colour functions take a relative argument that applies percentages relatively instead of absolutely
- include paths now allows : as a separator on windows (recognising and not splitting drive names by the backslash)
- `@import (css)` does not pull the directive above comments
- Fix for import statements without quotes sometimes causing issues
- replace supports dimensions and colours
- the browser field is set in the package.json for use with browserify
- another fix to support paths being passed as a string instead of an array
- detached rulesets can be used as default arguments
- Fix alot of false warnings about extends
- errors written to stderr more consistently
- consistently keep units if strict units is off
- Better support for comments in function all arguments

# 2.4.0

2015-02-07
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.4.0",
"version": "2.5.0",
"main": "dist/less.js",
"ignore": [
"**/.*",
Expand Down
Loading

0 comments on commit 9b7021a

Please sign in to comment.