10000 CHANGELOG · tanangular/less.js@54e1a6b · GitHub
[go: up one dir, main page]

Skip to content

Commit 54e1a6b

Browse files
committed
CHANGELOG
1 parent 3fb212d commit 54e1a6b

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
1.3.0
2+
3+
@media bubbling
4+
Support arbitrary entities as selectors
5+
Variadic argument support, see: https://gist.github.com/1933613
6+
Behaviour of zero-arity mixins has changed, see link above.
7+
Allow '@import' directives in any selector
8+
Media-query features can now be a variable
9+
Automatic merging of media-query conditions
10+
Fix global variable leaks
11+
Fix error message on wrong-arity call
12+
Fix an '@arguments' behaviour bug
13+
Fix '::' selector output
14+
Fix a bug when using @media with mixins
15+
16+
1.2.1
17+
18+
Fix imports on browser
19+
Improve error reporting on browser
20+
Fix Runtime error reports from imported files
21+
Fix 'File not found' import error reporting
22+
23+
1.2.0
24+
25+
Mixin guards
26+
New function `percentage`
27+
New `color` function to parse hex color strings
28+
New type-checking stylesheet functions
29+
Fix Rhino support
30+
Fix bug in string arguments to mixin call
31+
Fix error reporting when index is 0
32+
Fix browser support in webkit and IE
33+
Fix string interpolation bug when var is empty
34+
Support '!important' after mixin calls
35+
Support vanilla @keyframes directive
36+
Support variables in certain css selectors, like 'nth-child'
37+
Support @media and @import features properly
38+
Improve @import support with media features
39+
Improve error reports from imported files
40+
Improve function call error reporting
41+
Improve error-reporting

0 commit comments

Comments
 (0)
0