Skip to content

Releases: Anidetrix/rollup-plugin-styles

v3.0.5

06 May 19:43
Compare
Choose a tag to compare

3.0.5 (2020-05-06)

Bug Fixes

v3.0.4

05 May 17:08
Compare
Choose a tag to compare

3.0.4 (2020-05-05)

Bug Fixes

v3.0.3

05 May 15:03
Compare
Choose a tag to compare

3.0.3 (2020-05-05)

Bug Fixes

  • url handler: working default assetDir (7187a27)

v3.0.2

05 May 11:08
Compare
Choose a tag to compare

3.0.2 (2020-05-05)

Bug Fixes

v3.0.1

05 May 09:32
Compare
Choose a tag to compare

3.0.1 (2020-05-05)

Bug Fixes

  • normalize assetFileNames dir (f551a76)

v3.0.0

05 May 09:02
Compare
Choose a tag to compare

3.0.0 (2020-05-05)

Features

BREAKING CHANGES

  • output.assetFileNames is now respected for both CSS files and assets from CSS
  • extract's path now should be relative to output dir/output file's basedir, but not outside of it
  • extract's path no longer passed to PostCSS as to, added dedicated to option instead
  • Removed hash option from url handler (now handled by Rollup's assetFileName)
  • assetDir option for url handler no longer affects resulting URL
  • signature changes for onExtract

As always, please consult documentation and API Reference for details

v2.2.4

04 May 17:31
Compare
Choose a tag to compare

2.2.4 (2020-05-04)

Bug Fixes

v2.2.3

04 May 17:09
Compare
Choose a tag to compare

2.2.3 (2020-05-04)

Bug Fixes

  • do not bundle mime-types (e444f04)

v2.2.2

04 May 16:28
Compare
Choose a tag to compare

2.2.2 (2020-05-04)

Bug Fixes

  • styles-url: clarify which url is unresolved (aefc263)

v2.2.1

04 May 15:10
Compare
Choose a tag to compare

2.2.1 (2020-05-04)

Bug Fixes

  • skip parsing of invalid sourcemaps (a96d01f)