Releases: venantius/accountant
Releases · venantius/accountant
[release] v0.2.5
[release] v0.2.4
- Add support for triggering event dispatch when navigating to the same page.
[release] v0.2.3
- Fix page reload blocking for image links on IE11
[release] v0.2.2
- Ignore links with the
data-trigger
attribute, since they trigger other actions.
[release] v0.2.1
- Fixes a bug around query params and hash fragments due to inproper setup of Html5History.
[release] v0.2.0
- 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
- Fixes a bug introduced in 0.1.8 whereby the port wouldn't be properly set on different browsers.
[release] v0.1.7
- 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
- Fixes a bug where query parameters would persist at different paths.
- Adds support for URL hash fragments.
[release] v0.1.5
- Internal refactoring
- Extended browser event gating for meta key, alt key, ctrl key, shift key, etc.