Change record status: 
Project: 
Introduced in branch: 
12.x
Introduced in version: 
12.0
Description: 

Noting changes pending a full draft

Refactor custom implementations:

  1. Find and replace calls to Htmx::disable with Htmx::ignore
  2. 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