Releases: ember-cli/ember-page-title
Releases · ember-cli/ember-page-title
3.1.5
tldr; You can now keep your <title>
in your index.html
- it will get replaced with a new one that ember-page-title
will manage.
3.1.4
⚠️ Deprecated ⚠️
tldr; Remove <title>
in a fastboot-compatible way.
3.1.3
⚠️ Deprecated ⚠️
tldr; Allow the <title>
tag to remain on non-fastboot apps.
3.1.2
tldr; Integration tests won't break if they have {{title}}
tags in them.
3.1.1
tldr; Ember 1.13
is no longer supported 💀
3.1.0
tldr; The {{title}}
no longer changes when a route is in a loading substate.
3.0.10
tldr; Fix blueprint generation of head.hbs
3.0.9
tldr; Update ember-cli-head
dependency
3.0.8
tldr; You can now use {{title}}
in addons