Ember Page Title Versions Save

Page title management for Ember.js Apps

v8.2.3-ember-page-title

2 weeks ago

Release (2024-03-12)

ember-page-title 8.2.3 (patch)

:bug: Bug Fix

  • ember-page-title

Committers: 1

v8.2.2-ember-page-title

1 month ago

Release (2024-02-15)

ember-page-title 8.2.2 (patch)

:bug: Bug Fix

  • ember-page-title

:house: Internal

  • docs, test-app

Committers: 2

v8.2.1-ember-page-title

2 months ago

Release (2024-01-23)

ember-page-title 8.2.1 (patch) docs 8.2.1 (patch) test-app 8.2.1 (patch)

:bug: Bug Fix

:house: Internal

Committers: 1

v8.2.0

2 months ago

:rocket: Enhancement

  • #275 TypeScript conversion so we have accurately generated types for consumers (@NullVoxPopuli)

:house: Internal

Committers: 1

v8.1.0

4 months ago

:rocket: Enhancement

Committers: 2

v8.0.0

7 months ago

:boom: Breaking Change

:memo: Documentation

:house: Internal

Committers: 5

v8.0.0-beta.1

7 months ago

:boom: Breaking Change

:house: Internal

Committers: 4

v7.0.0

2 years ago

See CHANGELOG.md for changes.

What's Changed

New Contributors

Full Changelog: https://github.com/ember-cli/ember-page-title/compare/v6.2.2...v7.0.0

v6.2.1

3 years ago

See CHANGELOG.md for changes.

v6.0.0

3 years ago

⚠ 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)