Improved alpine-morph description

This commit is contained in:
Ben Croker 2022-03-01 11:00:45 +00:00 committed by GitHub
parent 9081545706
commit 863f20e5f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ I'm happy to announce the [1.7.0 release](https://unpkg.com/browse/htmx.org@1.7.
* You can now mask out [attribute inheritance](/docs#inheritance) via the [`hx-disinherit`](/attributes/hx-disinherit) attribute.
* The `HX-Push` header can now have the `false` value, which will prevent a history snapshot from occuring.
* Many new extensions, with a big thanks to all the contributors!
* A new [`alpine-morph`](/extensions/alpine-morph) extension allows you to use Alpine's swapping engine, which preserves Alpine
* A new [`alpine-morph`](/extensions/alpine-morph) extension allows you to use Alpine's swapping engine, which preserves Alpine state when you have entire Alpine components swapped by htmx.
* A [restored](/extensions/restored) extension was added that will trigger a `restore` event on all elements in the DOM
on history restoration.
* A [loading-states](/extensions/loading-states) extension was added that allows you to easily manage loading states