Skip to content

v25.0.0

Compare
Choose a tag to compare
@tivac tivac released this 16 Sep 06:54

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).