Skip to content

Releases: Anidetrix/rollup-plugin-styles

v3.8.2

11 Jun 23:13
Compare
Choose a tag to compare

3.8.2 (2020-06-11)

Bug Fixes

  • missing/overwritten files (b4dc69c)
  • loaders: clearly show what options are public (2ab86be)
  • partials: incorrect path without dir in url (68d40be)

Performance Improvements

v3.8.1

11 Jun 22:34
Compare
Choose a tag to compare

3.8.1 (2020-06-11)

Bug Fixes

  • fix overwrite style file in preserveModules mode (2c13345)
  • use path.parse instead of regex (135b658)

v3.8.0

08 Jun 13:12
Compare
Choose a tag to compare

3.8.0 (2020-06-08)

Features

  • sass: sync mode support with dart implementation (91846bc)

Performance Improvements

  • overall considerable performance improvements (6c08d55)
  • replace concat-with-sourcemaps with custom function (a1b04d2)
  • resolved modules caching (7eab36d)

v3.7.1

31 May 04:19
Compare
Choose a tag to compare

3.7.1 (2020-05-31)

Bug Fixes

  • respect content option for minification (59b3c07)

v3.7.0

31 May 03:55
Compare
Choose a tag to compare

3.7.0 (2020-05-31)

Features

  • option to disable sourcesContent in sourcemaps (afc440b)

v3.6.1

27 May 16:19
Compare
Choose a tag to compare

3.6.1 (2020-05-27)

Bug Fixes

  • respect programmatic manual chunks as well (311e0dc)

v3.6.0

27 May 14:50
Compare
Choose a tag to compare

3.6.0 (2020-05-27)

Bug Fixes

  • build: disable minification for use with patch-package (fbba337)

Features

  • code splitting: rollup's manualChunks option support (5aeb350)
  • injector: ability to set attibutes (653e91c)

Performance Improvements

  • replace some sets with arrays (2b7c28e)

v3.5.5

23 May 01:10
Compare
Choose a tag to compare

3.5.5 (2020-05-23)

Bug Fixes

  • changelog: repairs after github breakage (b01e058)

v3.5.4

23 May 00:42
Compare
Choose a tag to compare

3.5.4 (2020-05-23)

Bug Fixes

  • trigger release due to semantic-release failure (c9e6acf)
  • code splitting: infinite loop on cyclic imports (4dd0ca3)

v3.5.3

20 May 22:44
Compare
Choose a tag to compare

3.5.3 (2020-05-20)

Bug Fixes

  • small misc fixes and changes (7cbb05a)