Skip to content

v5.0.0-rc.0

Compare
Choose a tag to compare
@alexander-akait alexander-akait released this 21 Sep 17:48
· 6 commits to master since this release

[5.0.0-rc.0] - 2020-09-21

BREAKING CHANGE

  • minimum supported Node.js version is >= 10.13.0 || >= 12.13.0 || >= 14
  • minimum supported postcss version is ^8.0.0
  • postcss was moved to peerDependencies, you need to install postcss in your project before use the plugin
  • you need to pass postcss API to using createICSSRules (third argument)