Skip to content

Releases: Anidetrix/rollup-plugin-styles

v4.0.0

14 Jan 01:06
Compare
Choose a tag to compare

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

v3.14.1

28 Jan 07:21
Compare
Choose a tag to compare

3.14.1 (2021-01-28)

Bug Fixes

  • filter out only related files (0976e8f)
  • more reliable chunk hash augmentation (91f9b8f), closes #143

v3.14.0

25 Jan 01:22
Compare
Choose a tag to compare

3.14.0 (2021-01-25)

Features

  • pass resulting filename to sourcemap transformer when possible (5570cf4)

v3.13.0

24 Jan 22:14
Compare
Choose a tag to compare

3.13.0 (2021-01-24)

Bug Fixes

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

Features

v3.12.2

11 Jan 17:41
Compare
Choose a tag to compare

3.12.2 (2021-01-11)

Bug Fixes

  • occasional wrong order in extract mode (52cb377), closes #153

v3.12.1

30 Dec 19:36
Compare
Choose a tag to compare

3.12.1 (2020-12-30)

Bug Fixes

  • keep references inside declaration (a6f9b35), closes #159
  • postcss related types (df78c78)

v3.12.0

28 Dec 07:01
Compare
Choose a tag to compare

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

v3.11.0

10 Oct 12:53
Compare
Choose a tag to compare

3.11.0 (2020-10-10)

Bug Fixes

Features

Reverts

  • Revert "chore(release): 3.10.1 [skip ci]" (dc16939)

v3.10.0

26 Jun 15:43
Compare
Choose a tag to compare

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)

v3.9.0

23 Jun 13:21
Compare
Choose a tag to compare

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)