rollup-plugin-styles

🎨 Universal Rollup plugin for styles: PostCSS, Sass, Less, Stylus and more.

MIT License

Downloads
230.1K
Stars
244
Committers
13

Bot releases are visible (Hide)

rollup-plugin-styles - v4.0.0 Latest Release

Published by github-actions[bot] almost 3 years ago

4.0.0 (2022-01-14)

Bug Fixes

  • code generation: imports should precede exports (814ccdb)
  • remove debugging log (e09ac09)
  • sass!: remove fibers support (8992356)

Features

Performance Improvements

  • removed deprecated rollup API (46b73e6)
  • sourcemap: switch to source-map-js (0488634)
  • Use Set to optimize performance (b402687)

BREAKING CHANGES

  • node: Now support v12.20.0 and up
rollup-plugin-styles - v3.14.1

Published by github-actions[bot] over 3 years ago

3.14.1 (2021-01-28)

Bug Fixes

  • filter out only related files (0976e8f)
  • more reliable chunk hash augmentation (91f9b8f), closes #143
rollup-plugin-styles - v3.14.0

Published by github-actions[bot] over 3 years ago

3.14.0 (2021-01-25)

Features

  • pass resulting filename to sourcemap transformer when possible (5570cf4)
rollup-plugin-styles - v3.13.0

Published by github-actions[bot] over 3 years ago

3.13.0 (2021-01-24)

Bug Fixes

  • respect esm and styles for sync resolves (0c51253)

Features

rollup-plugin-styles - v3.12.2

Published by github-actions[bot] almost 4 years ago

3.12.2 (2021-01-11)

Bug Fixes

  • occasional wrong order in extract mode (52cb377), closes #153
rollup-plugin-styles - v3.12.1

Published by github-actions[bot] almost 4 years ago

3.12.1 (2020-12-30)

Bug Fixes

  • keep references inside declaration (a6f9b35), closes #159
  • postcss related types (df78c78)
rollup-plugin-styles - v3.12.0

Published by github-actions[bot] almost 4 years ago

3.12.0 (2020-12-28)

Bug Fixes

  • resolving url outside of first order place (c61f0ce), closes #126
  • less: respect paths options (a72ab4c), closes #125
  • avoid partial names replacement when aliasing (f5aa1e2)
  • utils: async resolve types (08ae382)

Features

rollup-plugin-styles - v3.11.0

Published by github-actions[bot] about 4 years ago

3.11.0 (2020-10-10)

Bug Fixes

Features

Reverts

  • Revert "chore(release): 3.10.1 [skip ci]" (dc16939)
rollup-plugin-styles - v3.10.0

Published by github-actions[bot] over 4 years ago

3.10.0 (2020-06-26)

Bug Fixes

  • extract: missing parts of extracted file (9afa9ac)
  • runtime: safer option check (78a5922)
  • url: consider all possible basedirs (62353b2)

Features

  • .d.ts generation and treeshakeable injector options (2990cb0)
  • postcss: support both object and array for plugin (7ce53b9)
rollup-plugin-styles - v3.9.0

Published by github-actions[bot] over 4 years ago

3.9.0 (2020-06-23)

Bug Fixes

  • very rare double code extraction (d89a5fe)

Features

  • replace postcss-load-config with custom implementation (50b19bb)
  • respect rollup's 2.18.0 option changes (53072b0)

Performance Improvements

  • misc optimizations (df1d1ee)
  • modules: simpler internal implementation (c1f92e1)
rollup-plugin-styles - v3.8.2

Published by github-actions[bot] over 4 years ago

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

rollup-plugin-styles - v3.8.1

Published by github-actions[bot] over 4 years ago

3.8.1 (2020-06-11)

Bug Fixes

  • fix overwrite style file in preserveModules mode (2c13345)
  • use path.parse instead of regex (135b658)
rollup-plugin-styles - v3.8.0

Published by github-actions[bot] over 4 years ago

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)
rollup-plugin-styles - v3.7.1

Published by github-actions[bot] over 4 years ago

3.7.1 (2020-05-31)

Bug Fixes

  • respect content option for minification (59b3c07)
rollup-plugin-styles - v3.7.0

Published by github-actions[bot] over 4 years ago

3.7.0 (2020-05-31)

Features

  • option to disable sourcesContent in sourcemaps (afc440b)
rollup-plugin-styles - v3.6.1

Published by github-actions[bot] over 4 years ago

3.6.1 (2020-05-27)

Bug Fixes

  • respect programmatic manual chunks as well (311e0dc)
rollup-plugin-styles - v3.6.0

Published by github-actions[bot] over 4 years ago

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)
rollup-plugin-styles - v3.5.5

Published by github-actions[bot] over 4 years ago

3.5.5 (2020-05-23)

Bug Fixes

  • changelog: repairs after github breakage (b01e058)
rollup-plugin-styles - v3.5.4

Published by github-actions[bot] over 4 years ago

3.5.4 (2020-05-23)

Bug Fixes

  • trigger release due to semantic-release failure (c9e6acf)
  • code splitting: infinite loop on cyclic imports (4dd0ca3)
rollup-plugin-styles - v3.5.3

Published by github-actions[bot] over 4 years ago

3.5.3 (2020-05-20)

Bug Fixes

  • small misc fixes and changes (7cbb05a)