htmx/www/posts/2020-5-17-kutty-er-htmx-0.0.3-is-released.md
2020-05-17 05:59:13 -07:00

1.6 KiB

layout tags title date
layout.njk post kutty, er, htmx 0.0.3 has been released! 2020-05-18

htmx 0.0.3 Release

I'm pleased to announce the 0.0.2 release of kutty, 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- to hx- (their original prefix)
  • request headers go from X-KT- to X-HX-
  • kutty goes to htmx 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!