Releases: intercom/ember-href-to
Releases · intercom/ember-href-to
v5.0.1
What's Changed
- [Patch 🐛 ] Do not rely on ember-legacy-built-in-components by @miguelcobain in #152
Full Changelog: v5.0.0...v5.0.1
v5.0.0
What's Changed
- [Internal 🏠] Use Github actions for CI by @GavinJoyce in #139
- [Internal 🏠] update CI badge by @GavinJoyce in #140
- [Internal 🏠] adding @embroider/test-setup to ensure embroider compatibility by @GavinJoyce in #138
- [Breaking 💥] Upgrade Node version to minimum of v12 by @patocallaghan in #148
- [Internal 🏠] Fix deprecation blocking usage in Ember v4 by @patocallaghan in #147
Full Changelog: 4.1.0...v5.0.0
4.1.0
4.0.0
v3
v2.0.1
2.0.1
v2.0.0
Now uses Ember's internal routing service to generate the URL. This is the same method that Ember's link-to
component uses, so it will be fully compatible. This will also make it easier to use without additional setup in component integration tests.
v1.15.1
Fixes an issue with route transitioning when rootURL
is used: #95
v1.15.0
v1.14.0
#87 - Fix testing memory leak caused by the click event listener not being removed on application destroy