Skip to content

Releases: intercom/ember-href-to

v5.0.1

10 Jan 12:29
Compare
Choose a tag to compare

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

26 Nov 12:31
7156f5d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...v5.0.0

4.1.0

29 Sep 16:29
b1c544f
Compare
Choose a tag to compare

includes #137

4.0.0

06 Aug 14:41
363cd30
Compare
Choose a tag to compare

Includes #132 which fixes #131. Thanks @jordpo!

Breaking change: Ember 3.6+ is now required.

v3

28 Mar 18:14
Compare
Choose a tag to compare
v3

includes #108

v2.0.1

30 Nov 21:38
Compare
Choose a tag to compare
2.0.1

v2.0.0

30 Nov 16:58
Compare
Choose a tag to compare

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

06 Nov 08:29
Compare
Choose a tag to compare

Fixes an issue with route transitioning when rootURL is used: #95

🍻 @jevanlingen

v1.15.0

25 Oct 07:38
Compare
Choose a tag to compare

We now use the router service polyfill which simplifies some of ember-href-to's internals:
#90

v1.14.0

19 Oct 11:55
Compare
Choose a tag to compare

#87 - Fix testing memory leak caused by the click event listener not being removed on application destroy

🍻 @teddyzeenny