Skip to content

Commit b2b8043

Browse files
committed
2.2.0 Release
1 parent bac6f22 commit b2b8043

File tree

6 files changed

+304
-214
lines changed

6 files changed

+304
-214
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 2.2.0
2+
3+
2015-01-04
4+
5+
- do not apply relative paths to svg-gradient and data-uri functions data-uri output
6+
- using import filename interpolation and import inline together now works
7+
- deprecate the compression option (still works, but outputs a warning unless silent)
8+
- The node version of less now has image-size, image-width, image-height which return the image dimensions of a file
9+
- Fixed an issue that could cause the parse to occur more than once and the callback be called multiple times
10+
- if you are outputting to the console, lessc defaults to silent so warnings do not end up in output
11+
- isunit function supports '' to test if a dimension has no unit
12+
- data-uri function now counts characters after base64 encoding instead of bytes before encoding to determine ie8 support
13+
- fix bug effecting guards on pseudo class selectors
14+
- do not cache on the browser when used with modifyVars
15+
- detection if less does not parse last character in file
16+
- detection of whether a file is css now requires /css, .css, ?css, &css instead of just css. You can still tell less the type of file using import options.
17+
- remove extra new line added to sourcemap entry inline file
18+
- support safari extension
19+
- less.parse now exposes a way to get the AST. We do not recommend you use this unless you need to.
20+
121
# 2.1.2
222

323
2014-12-20

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

0 commit comments

Comments
 (0)