Skip to content

Latest commit

 

History

History
381 lines (124 loc) · 12.3 KB

CHANGELOG.md

File metadata and controls

381 lines (124 loc) · 12.3 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)

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

1.4.0 (2020-09-04)

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

1.3.2 (2020-08-20)

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

1.3.0 (2020-08-11)

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

1.2.2 (2020-08-05)

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

1.2.0 (2020-08-05)

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

1.1.2 (2020-07-20)

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

1.1.1 (2020-06-30)

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

1.1.0 (2020-05-23)

Bug Fixes

  • Use sync interface for config in ember-cli. (b16d433)

1.0.0 (2020-04-04)

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.7 (2020-02-23)

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

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

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

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

Bug Fixes

  • Removing invalid paths from the package.json. (#381) (e600514)

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

Features

  • Enable optimization for production builds by default. (8b2d595)

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

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

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

Bug Fixes

  • Add missing dependency. (c4dc125)

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

Bug Fixes

  • Fix dev build performance issue. (bf9bd06), closes #357
  • Must invalidate the handlebars template cache across processes. (2afd213)
  • Properly prune unprocessed CSS Block files from build output. (076973d)

Features

  • Load the css-blocks configuration file. (6dc7397)

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

Bug Fixes

  • Fix bugs introduced by per-block namespaces. (180b416)

0.24.0 (2019-09-16)

Bug Fixes

Features

  • Invalidate handlebar template caches when dependent blocks change. (e3fd6f2)

0.23.2 (2019-06-13)

Bug Fixes

  • ember-cli: Detect ember by presece of ember-source. (28e8811)

0.23.0 (2019-05-08)

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

0.22.0 (2019-05-02)

Bug Fixes

  • Over-zealous conflicts from inherited in-stylesheet compositions. (c70ed03)

0.21.0 (2019-04-07)

Features

0.20.0 (2019-03-11)

Features

0.20.0-beta.8 (2019-02-26)

Bug Fixes

  • ember-cli: Use separate file for CSS staging, merge app.css at end. (#230) (40a0022)

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

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

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

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

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

Bug Fixes

  • Comment out failing node_modules test case breaking build in CI. (7548289)
  • Deliver both 'visitor' and 'visitors' for Glimmer AST Plugins. (e7d6fad)
  • Use local versions of packages in ember-cli. (6228eaa)

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)

Features

  • Ember CLI addon Preprocessor support. (574483d)

0.20.0-beta.2 (2018-09-25)

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

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

Bug Fixes

  • Comment out failing node_modules test case breaking build in CI. (09f1a17)
  • Use local versions of packages in ember-cli. (4c75501)

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

Features

  • broccoli: Add naive caching strategy for Broccoli. (#190) (d63626f)
  • ember-cli: Ember cli classic (#185). (865267c)

0.19.0 (2018-04-25)

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

0.18.0 (2018-04-24)

Features