Change log for postcss-lazysprite. Details at Github
- Add
keepBackGroundSize
option.
- Update Dependencies.
- Fix svg id different in win / mac.
-
Support for SVG Sprites.
-
Remove
smartUpdate
option. -
Update DevDependencies.
-
Dropped support for Node 4 and Node 5.
-
Update DevDependencies.
-
new Buffer
->Buffer.from
. -
Remove
gulp-util
.
- Fix orders issue in mac and win's difference.
- Update
pseudoClass
option.
- Update
rev-hash
to version 2.0.
-
Remove
positionUnit
option. -
Remove hasSourceImg obj.
-
Fix bug when with second or more depth directory css files.
-
Fix bug with basename like 'icon2' in v1.3.0.
-
Add support for PostCSS 6.0.
-
Add support for gulp-postcss 7.0.
-
Deprecated option
stylesheetPath
and repalce withstylesheetRelative
. -
Add option
stylesheetInput
. -
Add alert for incorrect
2x
or3x
dimensions. -
Add better dimensions stylesheet (
width
/hegith
decls) output way.
If you are going to upgrade from v1.3.x, please see readme to set option again. :)
- Fix bug with basename like 'icon2'.
- Change logLevel, 'already existed' info not show in slient logLevel.
- Support for better css format result.
- Change log output prefix.
-
Support deleting old sprites when with
smartUpdate
option. -
Change absolute path to relative path in output log.
- Add
pseudoClass
option for:hover
and:active
condition.
-
Add smart update mod for high performance.
-
Add logLevel to control log output level.
-
Add support for dynamic class name
block
part. -
Add support sprites with
:hover
and:active
condition. -
Add more examples and tests.
- Fix wrong readme demo which will confuse users.
- Fix wrong english grammar.
- Add better alert when with wrong dirname.
- Fix path problem on Windows stystem.
-
Migrate from
Q
toBluebird
as promise libary. -
Support 3x retina.
-
Support
@2x
,@3x
,_2x
,_3x
suffix. -
Add eslint for better code stander.
-
All comments are English.
- Initial release.