Releases: tivac/modular-css
Releases · tivac/modular-css
v25.0.0
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 thatcomposes
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
v24.2.0
v24.1.0
v24.0.1
v24.0.0
24.0.0 (2019-05-08)
Code Refactoring
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 settingdupewarn : false
as part of the config object.