By fathershawn on
Change record status:
Draft (View all draft change records)
Project:
Introduced in branch:
12.x
Introduced in version:
12.0
Issue links:
Description:
Noting changes pending a full draft
Refactor custom implementations:
- Find and replace calls to Htmx::disable with Htmx::ignore
- Find and replace calls to Htmx::disabledElt with calls to Htmx::disable
The following attributes and their associated methods on the Htmx factory object have been removed:
| Removed | Use instead |
|---|---|
hx-params |
htmx:config:request event |
hx-prompt |
hx-confirm with js: prefix |
hx-ext |
Include extension script directly |
hx-disinherit |
Not needed (inheritance is explicit) |
hx-inherit |
Not needed (inheritance is explicit) |
hx-request |
hx-config |
hx-history |
Removed (no localStorage) |
hx-history-elt |
Removed |
Response headers and associated methods removed:
- HX-Trigger-After-Swap
- HX-Trigger-After-Settle
Impacts:
Module developers