Skip to content

Latest commit

 

History

History
347 lines (129 loc) · 9.35 KB

CHANGELOG.md

File metadata and controls

347 lines (129 loc) · 9.35 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

14.1.0 (2018-07-18)

Features

14.0.1 (2018-07-16)

Bug Fixes

14.0.0 (2018-07-13)

Bug Fixes

BREAKING CHANGES

  • Common chunks will only be created if necessary now.

13.0.0 (2018-07-13)

Bug Fixes

Features

BREAKING CHANGES

  • Processor.remove() no longer removes the specified files AND their dependencies.

12.1.3 (2018-07-05)

Bug Fixes

  • Actually fix erroneous deletes from rollup (caee07d)

12.1.2 (2018-07-05)

Bug Fixes

12.1.1 (2018-07-05)

Bug Fixes

12.1.0 (2018-06-26)

Features

  • rollup transform dependencies support (#438) (7347d8f)

12.0.2 (2018-06-22)

Bug Fixes

12.0.1 (2018-06-13)

Bug Fixes

  • .emitAsset() can't be called twice now (24e6562)

12.0.0 (2018-06-08)

Features

BREAKING CHANGES

    • modular-css-svelte no longer has a custom rollup integration, use modular-css-rollup instead
  • modular-css-rollup now supports a common option that will handle outputting any CSS that was removed from chunks due to treeshaking.
  • modular-css-rollup accepts a new processor option that is expected to be a fully-configured & instantiated instance of Processor from modular-css-core.

11.0.0 (2018-06-07)

Features

BREAKING CHANGES

  • This will break compatibility with all versions of rollup < 0.60.0

10.1.0 (2018-06-03)

Features

10.0.0 (2018-05-02)

Bug Fixes

BREAKING CHANGES

  • Processor.remove now always returns an array. If nothing was removed the array will be empty.

9.0.0 (2018-04-25)

Features

BREAKING CHANGES

  • svelte template syntax changed in v2, and it is now the only supported syntax.

8.2.0 (2018-03-08)

Bug Fixes

Features

8.1.1 (2018-02-21)

Note: Version bump only for package modular-css-root

8.1.0 (2018-02-21)

Features

  • Allow plugin exports via "processing" lifecycle hook (#404) (72a89de), closes #401

8.0.3 (2018-02-21)

Bug Fixes

8.0.2 (2018-02-16)

Bug Fixes

8.0.0 (2018-02-09)

Features

BREAKING CHANGES

  • Values will now be exported alongside composed classes

7.2.0 (2017-12-13)

Bug Fixes

Features

  • modular-css-core: processor.remove returns removed files (#376) (b560651)

7.1.0 (2017-12-11)

Bug Fixes

  • onwrite not returning the promise (9ab15de)

Features

7.0.0 (2017-11-16)

Bug Fixes

Features

BREAKING CHANGES

  • To prevent postcss-url from running you now specify rewrite: false instead of defining an after segment.