1.0.0 (2022-05-05)
Bug Fixes
- add output option to postcss plugin (0a910de)
- add plugin.js to npm. lint fixes (5c0c74d)
- cli watch flag (c972e06)
- deps: pin dependencies (58e090d)
- deps: update docusaurus monorepo to v2.0.0-beta.19 (3206a8a)
- expose postcss plugin (ff7f0fc)
- hmr=false was processes all files (9fda8ea)
- improvements to platform prefixes (3496060)
- postcss plugin not compiling variables (4742d58)
- production dependancies (683a7e9)
- revert back to npm lockfile 1 for node 14 support (f718884)
- selector generation when using important (b39125d)
- updated dependancies (e128db7)
Features
- add feature preview flag (9397e67)
- basic platform variant matching (22da605)
- change useTailwind to a factory function (56b4a29)
- new babel modes (4c5741f)
- rename allowModules and blockmodules (cae86cf)
- rewrite extract native styles logic (30c5b76)
BREAKING CHANGES
- skipTransform: true has been changed to mode: "compileOnly"
- allowModules and blockmodules have been renamed to allowModuleTransform and blockmoduleTransform
- Using CSS Stylesheets is now behind the
preview
flag.