Skip to content

Commit da92696

Browse files
committed
v2.0.0-b2
1 parent 6538c52 commit da92696

File tree

6 files changed

+360
-106
lines changed

6 files changed

+360
-106
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# 2.0.0-b2
22

3-
2014-10-??
3+
2014-10-26
44

5+
- Imports are now sequenced and so are consistent (previously some complex projects might end up with occasional different orderings)
6+
- Imports with variables are better supported - variables can be specified in sub imports
57
- Support for rebeccapurple
68
- Browser can now accept options as attributes on the script tag and the link tags e.g. `<script data-verbose="false" src="less.js"...`
79
- adding a .less file extension is done in the abstract file manager so it the behaviour can be overridden by certain file managers
8-
- Fixed a bug where unquoted urls begining `//` e.g. `url(//file/file.less)` would be incorrectly interpreted (bug introduced in b-1)
10+
- Fixed a bug where unquoted urls beginning `//` e.g. `url(//file/file.less)` would be incorrectly interpreted (bug introduced in b-1)
11+
- lessc plugins can be a function, used as a constructor as well as an object - this to allow the plugin more flexibility to be used programattically
912

1013
# 2.0.0-b1
1114

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "less",
3-
"version": "2.0.0-b1",
3+
"version": "2.0.0-b2",
44
"main": "./dist/less.js",
55
"ignore": [
66
"**/.*",

0 commit comments

Comments
 (0)