Skip to content

Releases: ember-cli/ember-page-title

v6.0.0

06 Oct 15:26
Compare
Choose a tag to compare

⚠ 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.1.0

28 Aug 14:59
Compare
Choose a tag to compare

Add a front argument to place the title at the front

5.0.2

17 Jun 02:44
Compare
Choose a tag to compare

Update dependencies

5.0.1

11 Jan 04:19
Compare
Choose a tag to compare
  • Resolves Ember 3.6 deprecations
  • Readme updated to reflect new location
  • Docs site link updated

5.0.0

07 Nov 15:21
23cccb2
Compare
Choose a tag to compare

🚨 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

03 Jan 17:00
6ae6f92
Compare
Choose a tag to compare

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

07 Dec 05:09
Compare
Choose a tag to compare

Remove addon-docs and ember-engines as optionalDependencies.

4.0.0

04 Dec 02:25
Compare
Choose a tag to compare

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

01 Jun 14:21
efffbd5
Compare
Choose a tag to compare

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.1.6

03 May 16:47
ba5f511
Compare
Choose a tag to compare

tldr; Remove deprecation warnings caused by router.js becoming private.