Ember Page Title Versions Save

Page title management for Ember.js Apps

v6.0.1

3 years ago

Bug Fixes

  • Do not remove existing title elements, assert instead (#185) (d4ea9bb)
  • Use assign() from @ember/polyfills for IE11 (#183) (48a5fa5)

5.1.0

4 years ago

Add a front argument to place the title at the front

5.0.2

4 years ago

Update dependencies

5.0.1

5 years ago
  • Resolves Ember 3.6 deprecations
  • Readme updated to reflect new location
  • Docs site link updated

5.0.0

5 years ago

🚨 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

6 years ago

Fixes using ember-page-title in engines so the page title isn't removed multiple times (#1170)

🎉 kudos to @mydea for fixing this

4.0.1

6 years ago

Remove addon-docs and ember-engines as optionalDependencies.

4.0.0

6 years ago

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:

{{head-layout}}

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

6 years ago

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.

3.0.8

6 years ago

tldr; You can now use {{title}} in addons