Skip to content

Latest commit

 

History

History
335 lines (113 loc) · 9.99 KB

CHANGELOG.md

File metadata and controls

335 lines (113 loc) · 9.99 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/jsx

1.3.2 (2020-08-20)

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

1.3.0 (2020-08-11)

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

1.2.0 (2020-08-05)

Features

  • Basic runtime data generation with optimizer disabled. (cabd495)
  • Deserializing block definition files & analysis in the ember-app. (ec338bf)
  • Infrastructure for single pass analyzer & rewriter. (466b933)

1.1.2 (2020-07-20)

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

1.1.1 (2020-06-30)

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

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/jsx

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

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

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

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

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

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

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

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

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

Bug Fixes

  • Fix common misspelling of 'cannot'. (457e08c)
  • Fixing tests. (7d368cc)

0.24.0 (2019-09-16)

Features

  • Display selector error locations using sourcemaps. (78756f2)

0.23.2 (2019-06-13)

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

0.23.0 (2019-05-08)

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

0.22.0 (2019-05-02)

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

0.21.0 (2019-04-07)

Features

0.20.0 (2019-03-11)

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

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

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

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

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

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

Bug Fixes

  • Peg Travis' Node.js 10 version to 10.4.1 for mock-fs support. (2586ca3)

Features

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/jsx

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

Bug Fixes

  • Peg Travis' Node.js 10 version to 10.4.1 for mock-fs support. (fbb941c)

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

Bug Fixes

  • Allow all types for children to fix tslint error. (0dbd375)
  • jsx: Better error messages for stray references. (0d9286a), closes #170

Features

0.19.0 (2018-04-25)

Bug Fixes

  • Fix problems with JSX and Webpack integrations. (fa2a536)
  • Keep the filename convention of using *.block.css. (ac1cf16)

Features

  • Use Babel 7 for JSX parsing to better enable tyed languages. (97cd2e4)

0.18.0 (2018-04-24)

Bug Fixes

  • Update global states to use simplified parser utils. (b953602)

Features

  • Added css-blocks.com website package and custom docs theme. (b5ad979)
  • Block Object asSource methods take optional Block scope. (370dfd1)
  • 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)

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