File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ 0.2.2
2+
3+ * Ignore links with the ` data-trigger ` attribute, since they trigger other actions.
4+
150.2.1
26 * Fixes a bug around query params and hash fragments due to inproper setup of Html5History.
37
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ browsers will be left behind.
2222Just add the following to your ` project.clj ` :
2323
2424``` clojure
25- :dependencies [venantius/accountant " 0.2.1 " ]
25+ :dependencies [venantius/accountant " 0.2.2 " ]
2626```
2727
2828## Usage
Original file line number Diff line number Diff line change 1- (defproject venantius /accountant " 0.2.1 "
1+ (defproject venantius /accountant " 0.2.2 "
22 :description " Navigation for Single-Page Applications Made Easy."
33 :url " http://github.com/venantius/accountant"
44 :license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments