alpine-turbo-drive-adapter

Bridge library to enable full support for Alpine components in pages using Turbolinks

MIT License

Stars
219

Bot releases are hidden (Show)

alpine-turbo-drive-adapter - v2.1.0 Latest Release

Published by SimoTod about 1 year ago

Added

X-teleport support

alpine-turbo-drive-adapter - v2.0.0

Published by SimoTod almost 3 years ago

Changed

Support for Alpine v3
Removed support for Alpine v2
Removed support for turbolinks

alpine-turbo-drive-adapter - v1.1.0

Published by SimoTod over 3 years ago

Changed

  • Use turbo:render (triggering update only when not in preview mode) instead of turbo:load to better support turbo frames (turbo:submit-end + request animation frame don't play nicely on Safari).

Fixed

  • Components in HTML snippet returned by turbo streams after navigating to different pages are now initialized correctly
alpine-turbo-drive-adapter - v1.0.4

Published by SimoTod over 3 years ago

Fixed

  • 4xx-5xx responses in Safari
alpine-turbo-drive-adapter - v1.0.3

Published by SimoTod over 3 years ago

Fixed

  • Fixed Alpine components not initializing after 4xx-5xx responses when submitting forms
alpine-turbo-drive-adapter - v1.0.2

Published by SimoTod over 3 years ago

Changed

  • x-cloak will now preserve the custom attribute value when specified
alpine-turbo-drive-adapter - v1.0.1

Published by SimoTod almost 4 years ago

Fixed

  • Typo in documentation
alpine-turbo-drive-adapter - v1.0.0

Published by SimoTod almost 4 years ago

Added

  • Added support for hotwired/turbo

Changed

  • Renamed project from alpine-turbolinks-adapter to alpine-turbo-drive-adapter
alpine-turbo-drive-adapter - v0.3.0

Published by SimoTod about 4 years ago

Added

  • Added support for legacy browsers (e.g. IE11)
alpine-turbo-drive-adapter - v0.2.1

Published by SimoTod about 4 years ago

Fixed

  • Fixed bug when using Livewire+Turbolink causing the mutation observer not to start in certain scenarios
alpine-turbo-drive-adapter - v0.2.0

Published by SimoTod about 4 years ago

Added

  • Added support for x-cloak to avoid flickering when navigating to cached versions

Changed

  • Update CDN link to use npm
  • BC: Order of import is now relevant. Script should go before Alpine Js.
alpine-turbo-drive-adapter - v0.1.4

Published by SimoTod about 4 years ago

Fixed

(Internal) Previous version was wrong on npm

alpine-turbo-drive-adapter - v0.1.3

Published by SimoTod about 4 years ago

Fixed

  • Mutation observer didn't restart correctly after the turbolinks:load event, causing issues with Livewire for some use cases
alpine-turbo-drive-adapter - v0.1.2

Published by SimoTod about 4 years ago

Fixed

  • When using x-for and navigating back to the page using the browser history, all sibling elements (same parent) after the template tag were erroneously removed.
alpine-turbo-drive-adapter - v0.1.1

Published by SimoTod about 4 years ago

Added

  • Documentation updates for Npm (Tag is only to allow Npm to fetch the new readme)
alpine-turbo-drive-adapter - v0.1.0

Published by SimoTod about 4 years ago

Initial Release