Releases: acss-io/atomizer
Releases · acss-io/atomizer
Atomizer 3.0.3
- Added support for color keywords PR #202 Issue #198 Thanks @corysimmons!
- Added
excludesupport in the config object. PR #203.
Atomizer 3.0.2
Atomizer 3.0.1
- Rules that don't require param now need to set
noParamstotrue. - Performance optimizations to
parseConfig.
Atomizer 3.0.0
- Opacity now gives IE fallback if --ie option is passed.
- Version 3.0.0 official release.
Atomizer 3.0.0-alpha.7
Atomizer 3.0.0-alpha.6
- Bgz should accept custom values: PR #176. Thanks @markk!
- Refactored grammar code in atomizer.js. This change should be invisible to the user but it greatly improves the quality of the code. Thanks @3den! PR #181.
- Custom values now accept break points in the config. For more information see Issue #178. PR #182.
Atomizer 3.0.0-alpha.5
- Add missing quotes around value of content property. PR #175.
Atomizer 3.0.0-alpha.4
- New format for rules.js and helpers.js PR #169 + Issue #133, thanks @3den.
- Added aliases for function values (Rotate, Scale, Blur, etc) PR #172.
- Added missing helper classes PR #173.
- Added support for old IE via
--ieflag PR #174, Issue #80. - Added default value for all props
inherit. PR #170. - Better format for the CLI output. PR #174.
- Small bug fix to parseConfig when no option is passed PR #171.
Atomizer 3.0.0-alpha.3
- Making 2nd argument to
parseConfig()optional - Reverting
LineClampfix
Atomizer 3.0.0-alpha.2
- Being more defensive when no classnames are passed PR #156;
Bdswis nowBdstartw, following class name syntax PR #154;- parent-namespaced classes with predefined values should have important PR #159;
- $ symbol in custom is now correctly generated in CSS PR #158;
LineClamphelper fix for Chrome withdisplay: flexPR #161;