Skip to content

Releases: imacrayon/alpine-ajax

v0.12.6

06 Nov 18:36

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.5...v0.12.6

v0.12.5

29 Oct 13:00
c84f7ee

Choose a tag to compare

What's Changed

  • Prevent white flash on full page reload by @dzibma in #151

New Contributors

Full Changelog: v0.12.4...v0.12.5

v0.12.4

02 Jul 16:44

Choose a tag to compare

Fixed

  • Remove aria-busy from root node when target is _none by @iamreinder in #140

New Contributors

Full Changelog: v0.12.3...v0.12.4

v0.12.3

23 Jun 15:20

Choose a tag to compare

Fixed inconsistent view transitions when merging content by @boxybird in #138

New Contributors

Full Changelog: v0.12.2...v0.12.3

v0.12.2

26 Apr 00:37

Choose a tag to compare

Added

  • Add support for configuring global settings via CDN loaded scripts by @kermage & @oszoou in #129

Fixed

  • Clean up the Dialog Form example on the documentation site by @Fak3 in #96

Full Changelog: https://github.com/imacrayon/alpine-ajax/compare/v0.12.0..v0.13.0

v0.12.0

22 Feb 18:24

Choose a tag to compare

What's New

We added new back and away target modifiers thanks to @djaiss (#123)

  • target.back="my_element" will target my_element only when the AJAX request redirects back to the same page.

  • target.away="my_element" will target my_element only when the AJAX request redirects away to a new page.

We've deprecated the _self target since the target.away modifier is easier to grok. Instead of target.3xx="_self" use target.away="_top".

There are more examples using the back and away modifiers in the documentation here: https://alpine-ajax.js.org/reference/#targets-based-on-response-status-code

What's fixed

  • We do a better job of normalizing URLs internally. Requests to relative URLs are now appropriately cached (#124)

Full Changelog: v0.11.0...v0.12.0

v0.11.0

31 Dec 18:48

Choose a tag to compare

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

v0.10.5

16 Nov 23:06

Choose a tag to compare

  • Fixed issues caused by targeting an element that is already being synced (with x-sync).

Full Changelog: v0.10.4...v0.10.5

v0.10.4

16 Nov 15:21

Choose a tag to compare

What's Changed

  • Fix target aliases example by @itpey in #112
  • Add the ability to specify '_none' as a target by @justisr in #107

New Contributors

Full Changelog: v0.10.3...v0.10.4

v0.10.3

15 Nov 15:50

Choose a tag to compare

Fixed regression which caused View Transition animations to fail. (Thanks @SmileyChris)

Full Changelog: v0.10.2...v0.10.3