Merge remote-tracking branch 'origin/master'

This commit is contained in:
carson 2020-09-18 08:46:21 -06:00
commit c218853011

View File

@ -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!