htmx 1.x Compatability Extension

The htmx-1-compat extension allows you to almost seamlessly upgrade from htmx 1.x to htmx 2.

Install


<script src="https://unpkg.com/htmx-ext-htmx-1-compat@2.0.0/htmx-1-compat.js"></script>

What it covers

Htmx 2 introduced a few breaking changes.

To make upgrading from htmx 1.x to htmx 2 easier, we’re providing this extension that reverts most of those, so you’re able to benefit from the other changes without breaking your application.

Obsolete attributes

Default Changes

What it does not cover