This commit is contained in:
carson 2021-10-02 08:39:20 -06:00
parent dc3023e674
commit f4c63bc858

View File

@ -15,7 +15,7 @@ I'm happy to announce the [1.6.0 release](https://unpkg.com/browse/htmx.org@1.6.
* You can now use the value `unset` to clear a property that would normally be inherited (e.g. hx-confirm)
* The `htmx-added` class is added to new content before a swap and removed after the settle phase, which allows you
more flexibility in writing CSS transitions for added content (rather than relying on the target, as with `htmx-settling`)
* The `htmx:beforeSwap` event has been updated to allow you to [configure swapping](#modifying_swapping_behavior_with_events)
* The `htmx:beforeSwap` event has been updated to allow you to [configure swapping](/docs/#modifying_swapping_behavior_with_events)
behavior
### Improvements & Bug fixes