From 8dc2bb58a0840a6642403b5d03277d8669965d48 Mon Sep 17 00:00:00 2001 From: Ben Croker <57572400+bencroker@users.noreply.github.com> Date: Thu, 9 Jul 2020 08:57:23 +0200 Subject: [PATCH 1/2] Fixed encoded character --- www/posts/2020-7-8-htmx-0.0.8-is-released.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/posts/2020-7-8-htmx-0.0.8-is-released.md b/www/posts/2020-7-8-htmx-0.0.8-is-released.md index f07c0d1c..6b9c2333 100644 --- a/www/posts/2020-7-8-htmx-0.0.8-is-released.md +++ b/www/posts/2020-7-8-htmx-0.0.8-is-released.md @@ -17,7 +17,7 @@ I'm pleased to announce the [0.0.8 release](https://unpkg.com/browse/htmx.org@0. #### New Features -* A bug fix on history when using local anchors: `<a href="#example">...` +* A bug fix on history when using local anchors: `...` * A bug fix for the aforementioned `show` functionality Enjoy! From a8e205c4b020b402ee289a6067819e04ab03755b Mon Sep 17 00:00:00 2001 From: Ben Croker <57572400+bencroker@users.noreply.github.com> Date: Thu, 9 Jul 2020 21:47:35 +0200 Subject: [PATCH 2/2] Fix `revealed` modifier --- www/attributes/hx-trigger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/attributes/hx-trigger.md b/www/attributes/hx-trigger.md index 2c5fe01e..6400c930 100644 --- a/www/attributes/hx-trigger.md +++ b/www/attributes/hx-trigger.md @@ -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: * `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