Skip to content

Latest commit

 

History

History
99 lines (49 loc) · 5.01 KB

CHANGELOG.md

File metadata and controls

99 lines (49 loc) · 5.01 KB

1.0.11 (2023-05-11)

Bug Fixes

  • deps: update dependency ember-cli-typescript to v5 (18051b9)

1.0.10 (2023-05-11)

Bug Fixes

  • deps: update dependency ember-cli-htmlbars to ^6.2.0 (e59aefe)

1.0.9 (2023-05-10)

Bug Fixes

  • add missing @types/ember__destroyable dependency (9f61791)
  • add webpack@5 to fix "ember test" (29c2e51)
  • bump @types/ember-qunit to fix typechecking (7b15be2)
  • dedup "@types/ember" packages (9d64849)
  • dedup @types/eslint to prevent type mismatch (3191338)
  • deps: update dependency ember-cli-babel to ^7.26.11 (6a9f076)
  • deps: update dependency ember-cli-htmlbars to ^5.7.2 (55b44e5)
  • deps: update dependency ember-cli-htmlbars to v6 (1256130)
  • ignore loading route when handling initial page load (853ea7a)
  • update ember-try to fix local run (5d4c880)
  • update node version for CI (80554ec)

1.0.8 (2021-06-17)

Bug Fixes

  • deps: update dependency ember-cli-typescript to ^4.2.1 (42b2b11)

1.0.7 (2021-06-15)

Bug Fixes

  • deps: update dependency ember-cli-typescript to ^4.2.0 (819a2c1)

1.0.6 (2021-05-26)

Bug Fixes

  • types: withHashSupport needs explicit type (5d447ef)

1.0.5 (2021-05-26)

Bug Fixes

  • intent is not always present, like when during qp-only transitions (fbc7c3c)

1.0.4 (2021-05-18)

Bug Fixes

  • deps: update dependency ember-cli-babel to ^7.26.6 (4d0c977)

1.0.3 (2021-04-28)

Bug Fixes

  • deps: update dependency ember-cli-babel to ^7.26.4 (8cd88ec)

1.0.2 (2021-04-24)

Bug Fixes

  • deps: update dependency ember-cli-babel to ^7.26.3 (fd50c80)

1.0.1 (2021-04-24)

Bug Fixes

  • deps: update dependency ember-cli-htmlbars to ^5.7.1 (84d36b7)

1.0.0 (2021-04-23)

Features

BREAKING CHANGES

  • initial release prep (actually implement the behavior)