postcss-utilities
Version:
PostCSS plugin to add a collection of mixins, shortcuts, helpers and tools for your CSS
74 lines (43 loc) • 1.46 kB
Markdown
# Change Log
# v0.8.4
- Drop Node.js v6 compatibility
- Fix all dependencies vulnerabilities
# v0.8.3
- Upgrade postcss to version 7.0.17
- Upgrade postcss-value-parser to version 4.0.0
# v0.8.2
- Upgrade eslint to version 4.18.2 or later
# v0.8.1
- Fix documentation links
- Drop compatibility with Node.js version 4
# v0.8.0
- Fix `centerMethod` option
- Update dependencies
- More customization for `hr` utility
# v0.7.0
- Fix `Container#remove` warning for clearfix utility
- Unify format of alert and error messages
- Add options to set the selectors for `no-hover` and `no-js` utilities
- Add options to use alternative techniques for `text-hide` and `center` utilities [#10](https://github.com/ismamz/postcss-utilities/issues/10)
- Add option `ie8` to use compatible method for `clearfix`
- Add "Quick usage" and styled-jsx support on README.md
# v0.6.1
- Fix [Position utility bug](https://github.com/ismamz/postcss-utilities/issues/8)
# v0.6.0
- Simplify Sticky Footer utility
# v0.5.1
- Change string interpolation to single quotes
# v0.5.0
- Add text-stroke utility
# v0.4.0
- Change `append` to `replaceWith` method (keep the same atRule position for new declarations)
- Fix description and author in `package.json`
# v0.3.0
- Fix support of string as arguments for utilities
- Add 10 new utilities
# v0.2.1
- Add support of function as arguments for utilities
# v0.2.0
- Public release
# v0.1.0
- Initial release