Update CHANGELOG.md

This commit is contained in:
Ben Croker 2021-01-04 10:11:31 +01:00 committed by GitHub
parent 21ee3f1732
commit c944ad8cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
`HX-Active-Element-Name`, `HX-Active-Element`
* Added the [`hx-preserve`](https://dev.htmx.org/attributes/hx-preserve) attribute, which allows
you to preserve elements across requests (for example, to keep a video element playing properly)
* The [`path-deps](https://dev.htmx.org/extensions/path-deps/#refresh) now surfaces a small api
* The [path-deps](https://dev.htmx.org/extensions/path-deps/#refresh) now surfaces a small api
for refreshing path dependencies manually in javascript
* Now support the `from:` clause on [`hx-trigger`](https://dev.htmx.org/attributes/hx-trigger) to
allow an element to respond to events on other elements.