Happy New Year!
Just some quick fixes and clean up items before the year ends.
Breaking
For GET
requests listening to the ajax:send
event: detail.body
will be null
and this data will exist as query parameters in the URL of detail.action
instead.
Fixed
- Fixed simultaneous requests to the same URL aborting all requests (#117)
- Fixed query strings mucking up redirect behavior (#118)
Full Changelog: v0.10.5...v0.11.0