All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v2.1.0 - 2023-09-17
v2.0.0 - 2021-12-23
v1.1.0 - 2021-05-02
- 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).
- Components in HTML snippet returned by turbo streams after navigating to different pages are now initialised correctly
v1.0.4 - 2021-04-29
- 4xx-5xx responses in Safari
v1.0.3 - 2021-04-28
- Fixed Alpine components not initialising after 4xx-5xx responses when submitting forms
v1.0.2 - 2021-03-05
- x-cloak will now preserve the custom attribute value when specified
v1.0.1 - 2021-01-02
- Typo in documentation
v1.0.0 - 2021-01-02
- Added support for hotwired/turbo
- Renamed project from alpine-turbolinks-adapter to alpine-turbo-drive-adapter
v0.3.0 - 2020-09-27
- Added support for legacy browsers (e.g. IE11)
v0.2.1 - 2020-09-07
- Fixed bug when using Livewire+Turbolink causing the mutation observer not to start in certain scenarios
v0.2.0 - 2020-09-03
- Added support for x-cloak to avoid flickering when navigating to cached versions
- Update CDN link to use npm
- BC: Order of import is now relevant. Script should go before Alpine Js.
v0.1.4 - 2020-08-29
- (Internal) Previous version was wrong on npm
v0.1.3 - 2020-08-29
- Mutation observer didn't restart correctly after the turbolinks:load event, causing issues with Livewire for some use cases
v0.1.2 - 2020-08-15
- When using x-for and navigating back to the page using the browser history, all sibling elements (same parent) after a template tag were erroneously removed.
v0.1.1 - 2020-08-15
- Documentation for Npm
v0.1.0 - 2020-06-23
- Initial Release