Skip to content

Latest commit

 

History

History
108 lines (63 loc) · 7.64 KB

CHANGELOG.md

File metadata and controls

108 lines (63 loc) · 7.64 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

6.2.1 (2021-02-12)

Bug Fixes

  • Use willDestroy() instead of destroy(). (#211) (38fbc19)

6.2.0 (2021-01-20)

Features

  • provide getPageTitle test helper to consuming apps (#209) (12817df)

6.1.0 (2021-01-15)

Features

6.0.3 (2020-11-02)

Bug Fixes

  • Fastboot ?fastboot=false assertion hit (#198) (1ddbfd3)

6.0.2 (2020-10-17)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

⚠ BREAKING CHANGES

  • 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

Features

  • Blueprint removes <title> from app/index.html upon install for FastBoot (#177) (84a39f0)

Bug Fixes

  • 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)

Bug Fixes

  • add back title to tests (cbdb039)
  • remove usage of {{title}} in dummy (cab3aa2)

5.2.2 (2020-06-06)

Bug Fixes

  • deprecate usage of {{title}} (2a9e46d)
  • inject page title list to component in dummy (659d76e)
  • title removed in tests (b89ba58)

5.2.1 (2020-02-05)

5.2.0 (2020-02-05)

Features

  • Make it possible to specify that a token should ALWAYS be in front (#152) (f4e643f)
  • Moved default config processing to service init() (#157) (e428777)

Bug Fixes

  • Allow for parallel babel builds (#159) (78853db)
  • dependency audit (2ffaf3b)
  • dummy: update github link (bd8bf46)
  • package: update ember-cli-head to version 0.3.0 (86951cc)
  • package: update ember-cli-htmlbars to version 2.0.1 (873c070), closes #64