Skip to content

Latest commit

 

History

History
40 lines (19 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

40 lines (19 loc) · 1.46 KB

Change Log

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

0.19.0 (2018-04-25)

Features

  • Support plain string and object syntax for webpack entries. (9c28ac0)

0.18.0 (2018-04-24)

Features

  • Added css-blocks.com website package and custom docs theme. (b5ad979)
  • Enable root-level typedoc generation for the project. (557fd49)
  • Enable root-level typedoc generation for the project. (59c85a3)
  • Require the :scope pseudo for root states. (1e48882)

0.17.0 (2017-12-08)

Features

  • Allow css assets to be processed after concatenation. (8d5ff5a)
  • webpack: Extract webpack rewriting to its own plugin so that a single analysis can be used in other builds -- eg for SSR builds. (77d6398)