kutty, er, htmx 0.0.3 has been released!
htmx 0.0.3 Release
I’m pleased to announce the 0.0.3 release of kutty, er, htmx, the successor to intercooler.js!
Why not kutty 0.0.2?
One of the reasons you put a 0.0.1
release out there is to see what happens. And one of the things that
happened was that multiple people made comments on how the word “kutty” meant different things in different languages, including
“small”, “child” and a very unfortunate meaning in dutch slang. I had originally
called the project htmx
(html extensions) and went back and forth between the two names for a bit.
It seems like, upon contact with reality, htmx
is a better long term name for the project. It’s also
a lot easier to search twitter & reddit for that term.
It’s a simple fix for anyone who actually used 0.0.1
:
- attributes go from
kt-
tohx-
(their original prefix) - request headers go from
X-KT-
toX-HX-
kutty
goes tohtmx
for event names, etc.
Changes
OK, so besides the big re-rename, what changed?
- A bug fix for the
hx-prompt
attribute - A bug fix for multiple
hx-swap-oob
attributes - Moved the default CSS indicator injection into its own sheet to avoid breaking
- Added the
htmx.config.includeIndicatorStyles
configuration option so people can opt out of injecting the indicator CSS
Cheers!