Skip to content

Latest commit

 

History

History
302 lines (100 loc) · 9.04 KB

CHANGELOG.md

File metadata and controls

302 lines (100 loc) · 9.04 KB

Change Log

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

1.5.0 (2020-09-16)

Bug Fixes

  • Pick up fix for opticss crash on unknown css declarations. (55f2245)

1.4.0 (2020-09-04)

Note: Version bump only for package @css-blocks/webpack

1.3.2 (2020-08-20)

Note: Version bump only for package @css-blocks/webpack

1.3.0 (2020-08-11)

Note: Version bump only for package @css-blocks/webpack

1.2.0 (2020-08-05)

Features

  • Infrastructure for single pass analyzer & rewriter. (466b933)

1.1.2 (2020-07-20)

Note: Version bump only for package @css-blocks/webpack

1.1.1 (2020-06-30)

Note: Version bump only for package @css-blocks/webpack

1.0.0 (2020-04-04)

Bug Fixes

  • Some packages were erroneously marked as MIT license. (6ba8462)

chore

  • Drop support for node 6, 8, and 11. (3806e82)

BREAKING CHANGES

  • Node 8 is now out of maintainence so we have dropped support for node 6 and 8. Node 11 is no longer needed because node 12 was released.

1.0.0-alpha.6 (2020-02-19)

Note: Version bump only for package @css-blocks/webpack

1.0.0-alpha.5 (2020-02-14)

Note: Version bump only for package @css-blocks/webpack

1.0.0-alpha.4 (2019-12-18)

Note: Version bump only for package @css-blocks/webpack

1.0.0-alpha.3 (2019-12-11)

Note: Version bump only for package @css-blocks/webpack

1.0.0-alpha.1 (2019-12-10)

Note: Version bump only for package @css-blocks/webpack

1.0.0-alpha.0 (2019-11-22)

Bug Fixes

  • Fix common misspelling of 'cannot'. (457e08c)

0.24.0 (2019-09-16)

Note: Version bump only for package @css-blocks/webpack

0.23.0 (2019-05-08)

Note: Version bump only for package @css-blocks/webpack

0.22.0 (2019-05-02)

Bug Fixes

  • webpack: Compatibility w/ webpack-dev-server. (8bf936b)
  • Handle legacy type definition for sourcemap's RawSourceMap. (842454a)

0.21.0 (2019-04-07)

Note: Version bump only for package @css-blocks/webpack

0.20.0 (2019-03-11)

Note: Version bump only for package @css-blocks/webpack

0.20.0-beta.7 (2019-02-01)

Note: Version bump only for package @css-blocks/webpack

0.20.0-beta.6 (2019-02-01)

Note: Version bump only for package @css-blocks/webpack

0.20.0-beta.5 (2019-01-08)

Features

  • Better examples. Work-in-progress. (b01fc3d)
  • Extended @block syntax. Issue #192. (9cbb4ea)
  • core: Simple fully-qualified path node_modules Block imports. (7eb9005)

0.20.0-beta.4 (2018-10-19)

Features

  • Manually throw error for Node 6 in Analyzer. (5788fcc)

0.20.0-beta.3 (2018-10-01)

Note: Version bump only for package @css-blocks/webpack

0.20.0-beta.1 (2018-09-13)

Note: Version bump only for package @css-blocks/webpack

0.20.0-beta.0 (2018-08-20)

Bug Fixes

  • Flatten entry array because it can be nested. (4f287e9), closes #157 #153

Features

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)