All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
6.2.1 (2021-02-12)
6.2.0 (2021-01-20)
6.1.0 (2021-01-15)
6.0.3 (2020-11-02)
6.0.2 (2020-10-17)
- Dummy app hitting recently added assertion (#188) (cba2987)
- Fastboot title updates with nested slow model() routes (#196) (0fa6f8c)
- Regression in dummy app layout (#187) (15a380f)
6.0.1 (2020-10-06)
- Do not remove existing title elements, assert instead (#185) (d4ea9bb)
- Use assign() from @ember/polyfills for IE11 (#183) (48a5fa5)
6.0.0 (2020-10-06)
- Drop support for Ember < 3.16
- removes deprecated
{{title}}
ast transform, rename to{{page-title}}
- Drop Node < 10
- Migrate away from ember-cli-head for <title> updates
- Clean up head.hbs being generated by blueprint (#175) (7266d6b)
- don't use classic on addon (2bc2ca4)
- Improvements for blueprint index.html title removal (#179) (6fdf2b2)
- Migrate away from ember-cli-head for <title> updates (#168) (f8fff84)
- remove deprecated {{title}} ast transform (#176) (0c7b999)
- remove ember-copy (0977897)
- update dependencies and tweak description (0ce446c)
- Update Ember codemod v3.20.2...v3.21.2 (f48a437)
- Update ember-cli-head to v1.0.0 (#162) (4f249a9)
- Use service:router routeDidChange instead (#178) (af3a830)
5.2.4 (2020-06-06)
5.2.3 (2020-06-06)
5.2.2 (2020-06-06)
- deprecate usage of
{{title}}
(2a9e46d) - inject page title list to component in dummy (659d76e)
- title removed in tests (b89ba58)