Skip to content

Releases: tivac/modular-css

v28.1.0

11 Mar 03:18
Compare
Choose a tag to compare

28.1.0 (2022-03-11)

Features

v28.0.0

25 Feb 18:54
Compare
Choose a tag to compare

28.0.0 (2022-02-25)

Code Refactoring

  • svelte: <style> tags need type="text/m-css" (713b107)
  • svelte: break apart a bit (5f74c1e)

Features

BREAKING CHANGES

  • svelte: Having both <style type="text/m-css"> and a <link> element in a component will no longer throw. <style> takes precedence over <link>.
  • svelte: Previous all <style> tags would be transformed, now only ones that have type="text/m-css" on them will be transformed.

v27.2.0

13 Feb 07:25
Compare
Choose a tag to compare

27.2.0 (2022-02-13)

Bug Fixes

  • path-aliases: escape regex characters (fecbf3b)
  • svelte: escape regex characters (9345aed)

Features

  • www: add sveltekit aliases (695c69b)
  • www: notifier for imported .md files (cd1f948)

v27.1.1

09 Feb 19:05
Compare
Choose a tag to compare

27.1.1 (2022-02-09)

Bug Fixes

v27.1.0

03 Feb 18:10
Compare
Choose a tag to compare

27.1.0 (2022-02-03)

Bug Fixes

  • processor: cleaning up (897a2c5)
  • svelte: support non .css extensions (8bf5a18)
  • test-utils: don't try to check non-strings (4fb497e)
  • webpack: remove deprecated cjs option (3489907)

Features

  • css-to-js: extract css-to-js from rollup (85aac89)
  • vite: vite plugin (46c80da)
  • www: m-css.com on sveltekit (d434f92)

v27.0.3

03 Feb 17:53
Compare
Choose a tag to compare

27.0.3 (2021-12-17)

Bug Fixes

Code Refactoring

BREAKING CHANGES

  • Only supports postcss@8 and higher
  • composes and @values that reference other entries will need to be listed in dependency order.

v27.0.2

03 Feb 17:54
Compare
Choose a tag to compare

27.0.2 (2021-07-18)

Bug Fixes

v27.0.1

03 Feb 17:54
Compare
Choose a tag to compare

27.0.1 (2021-07-18)

Bug Fixes

v27.0.0

03 Feb 17:54
Compare
Choose a tag to compare

27.0.0 (2021-07-06)

Bug Fixes

Code Refactoring

Features

  • Add .warnings to processor (eb0e117)

BREAKING CHANGES

  • Requires postcss@8 be installed alongside to function.

v26.0.0

25 Feb 23:24
Compare
Choose a tag to compare

26.0.0 (2021-02-25)

Bug Fixes

Features

BREAKING CHANGES

  • postcss@8 upgrade means dropped support for node version 6.x, 8.x, 11.x, and 13.x.
  • @modular-css/processor: .dependencies() was renamed to .fileDependencies()
  • @modular-css/rollup: All @values are now output within a new $values key, previously they were mixed in with classes
  • @modular-css/rollup: Removed namedExportconfig key, named exports are always enabled
  • @modular-css/rollup: Removed common config key, it was unused
  • @modular-css/browserify: All @values are now output within a new $values key, previously they were mixed in with classes
  • @modular-css/webpack: All @values are now output within a new $values key, previously they were mixed in with classes