Version Bump & Prepare for v0.11.2
This commit is contained in:
parent
15412a756c
commit
e2966fa78d
@ -50,7 +50,7 @@ GEM
|
|||||||
autotest-fsevent (0.2.5)
|
autotest-fsevent (0.2.5)
|
||||||
sys-uname
|
sys-uname
|
||||||
builder (2.1.2)
|
builder (2.1.2)
|
||||||
chunky_png (1.1.1)
|
chunky_png (1.2.0)
|
||||||
compass-validator (3.0.0)
|
compass-validator (3.0.0)
|
||||||
css_parser (1.0.1)
|
css_parser (1.0.1)
|
||||||
cucumber (0.9.4)
|
cucumber (0.9.4)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
:major: 0
|
:major: 0
|
||||||
:minor: 11
|
:minor: 11
|
||||||
:build: 1
|
:build: 2
|
||||||
:name: Antares
|
:name: Antares
|
||||||
|
@ -14,16 +14,13 @@ The Documentation for the [latest stable release](http://compass-style.org/docs/
|
|||||||
|
|
||||||
The Documentation for the [latest preview release](http://beta.compass-style.org/)
|
The Documentation for the [latest preview release](http://beta.compass-style.org/)
|
||||||
|
|
||||||
0.11.3 (PENDING)
|
0.11.2 (06/10/2011)
|
||||||
-------------------
|
-------------------
|
||||||
* Sprites will now by default remove any old versions of the sprite a new variable has been created to override this.
|
* Sprites will now by default remove any old versions of the sprite. A new configuration
|
||||||
|
variable has been created to override this.
|
||||||
* Nested sprites are now supported using globs `@import 'nested/**/*.png';`.
|
* Nested sprites are now supported using globs `@import 'nested/**/*.png';`.
|
||||||
* Fixed a bug that was causing sprite variable options to not get passed to the image classes.
|
* Fixed a bug that was causing sprite variable options to not get passed to the image classes.
|
||||||
* Sass Colors will no longer cause an error if you use them as sprite names.
|
* Sass Colors will no longer cause an error if you use them as sprite names.
|
||||||
|
|
||||||
0.11.2 (05/01/2011)
|
|
||||||
-------------------
|
|
||||||
|
|
||||||
* Added support for -ms gradients in background-image and background properties
|
* Added support for -ms gradients in background-image and background properties
|
||||||
* Give a better error if Sass::Script::Functions.declare does not exist.
|
* Give a better error if Sass::Script::Functions.declare does not exist.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user