htmx 1.1.0 Release I'm happy to announce the 1.1.0 release of htmx. This is a surprisingly big release, but the star of the show isn't htmx itself, but rather the new preload extension which allows you to preload requests into the cache, cutting down on latency. (This extension i … | Continue reading
htmx 0.4.0 Release I'm pleased to announce the 0.4 release of htmx. Changes New Features Now support the HX-Redirect and HX-Refresh response headers for redirecting client side and triggering a page refresh, respectively hx-vars now overrides input values tags in responses will … | Continue reading
htmx 0.3.0 Release I'm pleased to announce the 0.3 release of htmx. Due to a big testing push I'm happy to say that htmx now has 98.4% test coverage. That said, this release involves some major surgery on trigger parsing, in particular, so please try it out and let me know if you … | Continue reading
htmx 0.2.0 Release I'm pleased to announce the 0.2 release of htmx Changes New Features AJAX file upload is now supported The HTML validation API is now respected Bug Fixes A selected element no longer breaks response processing in some rare cases HTMX-related classes (e.g. .htmx … | Continue reading
htmx 0.1.2 Release I'm pleased to announce the 0.1.2 release of htmx as well as the first non-alpha hyperscript release 0.0.2 hyperscript. Changes Breaking Changes The SSE attribute hx-sse and the Web Sockets attribute hx-ws have changed syntax to now use colon separators: hx-sse … | Continue reading
htmx 0.0.8 Release I'm pleased to announce the 0.0.8 release of htmx. Changes Breaking Changes The view modifier on hx-swap has been renamed to show: hx-swap='innerHTML show:top' New Features A bug fix on history when using local anchors: ... A bug fix for the aforementioned show … | Continue reading
htmx 0.0.7 Release I'm pleased to announce the 0.0.7 release of htmx. Changes Breaking Changes All events fired by htmx have changed name, from .htmx (the old jQuery style) to htmx: New Features The hx-swap attribute now supports two new modifiers: scroll - allows you to scroll t … | Continue reading
htmx 0.0.6 Release I'm pleased to announce the 0.0.6 release of htmx. Changes _hyperscript With this release comes the release of a new sibling project: https://hyperscript.org hyperscript is a scripting language designed to be embedded directly in HTML and inspired by HyperTalk, … | Continue reading
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 co … | Continue reading
Kutty 0.0.1 Release I'm pleased to announce the 0.0.1 release of kutty, the successor to intercooler.js! Like intercooler, kutty brings features of modern browsers that normally require javascript (AJAX, CSS transitions, etc.) directly into HTML. Why the rename? I chose to rename … | Continue reading