|
1 |
| -# 1.5.0 Beta 4 |
| 1 | +# 1.5.0 |
2 | 2 |
|
3 |
| -2013-10-04 |
| 3 | +2013-10-21 |
4 | 4 |
|
5 | 5 | - sourcemap support
|
6 | 6 | - support for import inline option to include css that you do NOT want less to parse e.g. `@import (inline) "file.css";`
|
7 | 7 | - better support for modifyVars (refresh styles with new variables, using a file cache), is now more resiliant
|
8 | 8 | - support for import reference option to reference external css, but not output it. Any mixin calls or extend's will be output.
|
9 | 9 | - support for guards on selectors (currently only if you have a single selector)
|
| 10 | + - allow property merging through the +: syntax |
10 | 11 | - Added min/max functions
|
11 | 12 | - Added length function and improved extract to work with comma seperated values
|
12 | 13 | - when using import multiple, sub imports are imported multiple times into final output
|
13 | 14 | - fix bad spaces between namespace operators
|
14 | 15 | - 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 |
17 | 16 | - Fix the saturate function to pass through when using the CSS syntax
|
18 | 17 | - Added svg-gradient function
|
19 | 18 | - Added no-js option to lessc (in browser, use javascriptEnabled: false) which disallows JavaScript in less files
|
|
23 | 22 | - Browser: added logLevel option to control logging (2 = everything, 1 = errors only, 0 = no logging)
|
24 | 23 | - Browser: added errorReporting option which can be "html" (default) or "console" or a function
|
25 | 24 | - 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. |
27 | 26 |
|
28 | 27 | # 1.4.2
|
29 | 28 |
|
|
0 commit comments