mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-29 22:11:22 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c218853011
@ -23,7 +23,7 @@ release [0.0.2 hyperscript](https://unpkg.com/hyperscript.org@0.0.2).
|
||||
with the new `swap:<event name>` syntax.
|
||||
* [`hx-target`](/attributes/hx-target) now supports a `find` syntax to find elements below the element by a CSS selector
|
||||
* htmx plays better with deferred loading and many package managers
|
||||
* All htmx events is dispatched in both camelCase as well as kebab-case, for better compatibility with AlpineJS and other frameworks. (e.g. `htmx:afterOnLoad` will also be triggered as
|
||||
* All htmx events are dispatched in both camelCase as well as kebab-case, for better compatibility with AlpineJS and other frameworks. (e.g. `htmx:afterOnLoad` will also be triggered as
|
||||
`htmx:after-on-load`)
|
||||
|
||||
#### Bug Fixes
|
||||
@ -32,7 +32,7 @@ with the new `swap:<event name>` syntax.
|
||||
* Multi-select elements now send all values
|
||||
* Exotic element IDs do not break DOM processing
|
||||
* Exotic attribute values do not break the settling phase
|
||||
* Hyperscript now supports `$` amd `_` in function calls
|
||||
* Hyperscript now supports `$` and `_` in function calls
|
||||
* Hyperscript now supports empty parameter lists
|
||||
|
||||
Enjoy!
|
||||
|
Loading…
x
Reference in New Issue
Block a user