Skip to content

Releases: tivac/modular-css

v25.0.0

16 Sep 06:54
Compare
Choose a tag to compare

25.0.0 (2019-09-16)

Bug Fixes

  • use this.emitFile() API from rollup (#666) (108a4a1)
  • www: stub out module since resolve-from uses it now (e11947c)
  • www: trying this again... (b3d9221)

Features

  • support from global for composes (#669) (0a7996e)
  • processor: allow composes anywhere in a rule (#646) (31b57a2), closes #645
  • rollup-rewriter: let loader option be a function (#667) (a57cddf)
  • stylelint-config: add @modular-css/stylelint-config package (#637) (bc3b711)

BREAKING CHANGES

  • processor: previously modular-css would require that composes be the first declaration in a rule. This restriction has been removed due to better solutions for enforcing that behavior existing now (stylelint-order).

v24.2.2

08 Jul 17:32
Compare
Choose a tag to compare

Bug Fixes

  • Files in packages/processor/pasers/ weren't being included in npm releases

v24.2.0

06 Jul 21:18
Compare
Choose a tag to compare

24.2.0 (2019-07-06)

Features

v24.1.0

17 Jun 16:26
Compare
Choose a tag to compare

24.1.0 (2019-06-17)

Features

v24.0.1

29 May 07:13
Compare
Choose a tag to compare

24.0.1 (2019-05-29)

Bug Fixes

  • rollup: properly include dependencies (#602) (c581e3d)

v24.0.0

08 May 06:28
Compare
Choose a tag to compare

24.0.0 (2019-05-08)

Code Refactoring

  • processor: add dupewarn option and no longer resolve path case (#582) (01581f9), closes #581

BREAKING CHANGES

  • processor: It was causing massive slowdowns to synchronously resolve files using true-case-path, and making it async wasn't a guaranteed win either. So it's removed, which should solve #581 pretty neatly. Instead now there's a warning if two files are included that differ in case only. It can be disabled by setting dupewarn : false as part of the config object.

v23.0.6

30 Apr 16:31
Compare
Choose a tag to compare

23.0.6 (2019-04-30)

Bug Fixes

  • svelte: properly trigger components to re-render on change (#580) (831ed50)

v23.0.5

09 Apr 06:05
Compare
Choose a tag to compare

23.0.5 (2019-04-09)

Bug Fixes

v23.0.4

03 Apr 06:35
Compare
Choose a tag to compare

23.0.4 (2019-04-03)

Bug Fixes

  • rollup-rewriter: include static dependencies (#577) (ca499c6)

v23.0.3

29 Mar 23:33
Compare
Choose a tag to compare

23.0.3 (2019-03-29)

Bug Fixes

  • don't mutate arrays while iterating (0f63ea2)