Skip to content

Releases: steveblue/rollup-plugin-inline-postcss

3.0.1

02 Jul 15:59
Compare
Choose a tag to compare

BREAKING CHANGE:

fix: styleDelineator option changed to styleDelimiter. Ugh, English.

3.0.0

02 Jul 05:07
Compare
Choose a tag to compare

This release contains major feature improvements and bugfixes.

  • feat: support multiple style declarations in same file
  • feat: support inline <style> tags in custom RexExp
  • feat: styleDelineator option allows users to specify the delineator for style declarations
  • feat: env option allows users to specify environment via rollup.config.js, not just NODE_ENV
  • feat: configPath options allows users to configure the path/to/postcss.config.js
  • fix: support Function and Object exported from postcss.config.js
  • fix: use process.cwd() instead of __dirname to find postcss.config.js
  • fix: document missing options in README.md

2.0.0

20 Jan 22:33
ef92d3e
Compare
Choose a tag to compare
  • feat: postcss bumped to ^8.0.0
  • fix: issue that prevented custom regex