Skip to content

Releases: venantius/accountant

[release] v0.2.5

19 Oct 16:24
Compare
Choose a tag to compare
  • Fix a bug in prevent-reload-on-known-path

[release] v0.2.4

23 Feb 14:54
Compare
Choose a tag to compare
  • Add support for triggering event dispatch when navigating to the same page.

[release] v0.2.3

02 Nov 15:44
00811d9
Compare
Choose a tag to compare
  • Fix page reload blocking for image links on IE11

[release] v0.2.2

02 Nov 15:43
211370e
Compare
Choose a tag to compare
  • Ignore links with the data-trigger attribute, since they trigger other actions.

[release] v0.2.1

02 Nov 15:42
2b741e9
Compare
Choose a tag to compare
  • Fixes a bug around query params and hash fragments due to inproper setup of Html5History.

[release] v0.2.0

25 Apr 17:48
86daa47
Compare
Choose a tag to compare
  • Fixes a bug wherein clicking a link to the same page the user was on would trigger a full page refresh.

[release] v0.1.9

25 Feb 17:42
958f36e
Compare
Choose a tag to compare
  • Fixes a bug introduced in 0.1.8 whereby the port wouldn't be properly set on different browsers.

[release] v0.1.7

24 Feb 06:08
Compare
Choose a tag to compare
  • Fixes a bug where accountant wouldn't reload when the target had a different hostname
  • Removes dependency on Secretary, allowing for use with other routing libraries.

[release] v0.1.6

07 Dec 00:55
Compare
Choose a tag to compare
  • Fixes a bug where query parameters would persist at different paths.
  • Adds support for URL hash fragments.

[release] v0.1.5

15 Nov 03:50
Compare
Choose a tag to compare
  • Internal refactoring
  • Extended browser event gating for meta key, alt key, ctrl key, shift key, etc.