Merge remote-tracking branch 'origin/master'

This commit is contained in:
carson 2020-08-19 07:40:09 -06:00
commit 03cacce5a6
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ The response from the `/register` url will be appended to the `div` with the id
There are two special events that are non-standard that htmx supports: There are two special events that are non-standard that htmx supports:
* `load` - triggered on load (useful for lazy-loading something) * `load` - triggered on load (useful for lazy-loading something)
* `reveal` - triggered when an element is scrolled into the viewport (also useful for lazy-loading) * `revealed` - triggered when an element is scrolled into the viewport (also useful for lazy-loading)
### Polling ### Polling

View File

@ -17,7 +17,7 @@ I'm pleased to announce the [0.0.8 release](https://unpkg.com/browse/htmx.org@0.
#### New Features #### New Features
* A bug fix on history when using local anchors: `&lt;a href="#example">...` * A bug fix on history when using local anchors: `<a href="#example">...`
* A bug fix for the aforementioned `show` functionality * A bug fix for the aforementioned `show` functionality
Enjoy! Enjoy!