Merge pull request #508 from guettli/patch-10

Typo in useTemplateFragments
This commit is contained in:
1cg 2021-05-25 12:24:04 -06:00 committed by GitHub
commit 6f91e41c44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
* Added the `queue` option to the [hx-trigger](/attributes/hx-trigger) attribute, allowing you to specify how events
should be queued when they are received with a request in flight
* The `htmx.config.useTemplateFraments` option was added, allowing you to use HTML template tags for parsing content
* The `htmx.config.useTemplateFragments` option was added, allowing you to use HTML template tags for parsing content
from the server. This allows you to use Out of Band content when returning things like table rows, but it is not
IE11 compatible.
* The `defaultSettleDelay` was dropped to 20ms from 100ms