Releases: ember-cli/ember-page-title
v6.0.0
⚠ 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
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.1.0
Add a front
argument to place the title at the front
5.0.2
Update dependencies
5.0.1
- Resolves Ember 3.6 deprecations
- Readme updated to reflect new location
- Docs site link updated
5.0.0
🚨 prepend
is now true
by default!
❤️ Thanks to @ondrejsevcik for this change! For reasoning behind this, I'll quote them directly:
With a limited space to show in a page title, it's a best practice to put current page title first. Otherwise you end up with a title where you can't clearly see what page are you in. This is especially issue when you have nested pages with long titles.
4.0.2
4.0.1
4.0.0
This release contains a breaking change due to a downstream dependency on ember-cli-head
. ember-cli-head
is now at 0.4.0 and requires an addition to your application.hbs
:
Add this to your application template and things should continue working.
Thanks to @topaxi and @cibernox for getting some of this resolved for me 😄
3.2.0
ember-page-title
is compatible with ember-fastboot
1.0.0! 🎉
Many thanks to @buschtoens for getting this done, and @simonihmig for the work done upstream in ember-cli-head
.