Skip to content

Releases: ember-cli/ember-page-title

3.1.5

03 May 16:49
Compare
Choose a tag to compare

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

03 May 17:13
Compare
Choose a tag to compare

⚠️ Deprecated ⚠️

tldr; Remove <title> in a fastboot-compatible way.

3.1.3

03 May 17:14
Compare
Choose a tag to compare

⚠️ Deprecated ⚠️

tldr; Allow the <title> tag to remain on non-fastboot apps.

3.1.2

03 May 17:16
Compare
Choose a tag to compare

tldr; Integration tests won't break if they have {{title}} tags in them.

3.1.1

03 May 17:17
Compare
Choose a tag to compare

tldr; Ember 1.13 is no longer supported 💀

3.1.0

03 May 17:18
Compare
Choose a tag to compare

tldr; The {{title}} no longer changes when a route is in a loading substate.

3.0.10

03 May 17:19
Compare
Choose a tag to compare

tldr; Fix blueprint generation of head.hbs

3.0.9

03 May 17:20
Compare
Choose a tag to compare

tldr; Update ember-cli-head dependency

3.0.8

03 May 17:21
Compare
Choose a tag to compare

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