Skip to content

Commit 0213579

Browse files
committed
1.5.0 release
1 parent 9a7351d commit 0213579

File tree

5 files changed

+6934
-8
lines changed

5 files changed

+6934
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
# 1.5.0 Beta 4
1+
# 1.5.0
22

3-
2013-10-04
3+
2013-10-21
44

55
- sourcemap support
66
- support for import inline option to include css that you do NOT want less to parse e.g. `@import (inline) "file.css";`
77
- better support for modifyVars (refresh styles with new variables, using a file cache), is now more resiliant
88
- support for import reference option to reference external css, but not output it. Any mixin calls or extend's will be output.
99
- support for guards on selectors (currently only if you have a single selector)
10+
- allow property merging through the +: syntax
1011
- Added min/max functions
1112
- Added length function and improved extract to work with comma seperated values
1213
- when using import multiple, sub imports are imported multiple times into final output
1314
- fix bad spaces between namespace operators
1415
- do not compress comment if it begins with an exclamation mark
15-
- change to not throw exceptions in toCSS - always return an error object
16-
- allow property merging through the +: syntax
1716
- Fix the saturate function to pass through when using the CSS syntax
1817
- Added svg-gradient function
1918
- Added no-js option to lessc (in browser, use javascriptEnabled: false) which disallows JavaScript in less files
@@ -23,7 +22,7 @@
2322
- Browser: added logLevel option to control logging (2 = everything, 1 = errors only, 0 = no logging)
2423
- Browser: added errorReporting option which can be "html" (default) or "console" or a function
2524
- Now uses grunt for building and testing
26-
- A few bug fixes for media queries, extends, scoping, compression
25+
- A few bug fixes for media queries, extends, scoping, compression and import once.
2726

2827
# 1.4.2
2928

0 commit comments

Comments
 (0)