mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 15:25:26 +00:00
Fixed typos
This commit is contained in:
parent
f25a7ee470
commit
5cb26e6fb2
@ -23,7 +23,7 @@ release [0.0.1 hyperscript](https://unpkg.com/hyperscript.org@0.0.1).
|
|||||||
with the new `swap:<event name>` syntax.
|
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
|
* [`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
|
* 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`)
|
`htmx:after-on-load`)
|
||||||
|
|
||||||
#### Bug Fixes
|
#### Bug Fixes
|
||||||
@ -32,7 +32,7 @@ with the new `swap:<event name>` syntax.
|
|||||||
* Multi-select elements now send all values
|
* Multi-select elements now send all values
|
||||||
* Exotic element IDs do not break DOM processing
|
* Exotic element IDs do not break DOM processing
|
||||||
* Exotic attribute values do not break the settling phase
|
* 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
|
* Hyperscript now supports empty parameter lists
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user