Change record status: 
Project: 
Introduced in branch: 
1.5
Introduced in version: 
1.5.1
Description: 

With htmx coming into core, javascript provided by the HTMX module is removed in v.1.5. The javascript that supports asset merging from the HTMX request as well as HTMX itself became part of core in Drupal 11.2.

The htmx/drupal library is deprecated and its javascript is removed. The htmx/drupal library now depends on core/drupal.htmx to ease the upgrade path. Developers should replace their use of htmx/drupal with core/drupal.htmx.

The htmx/htmx library is removed as it should not have been called directly. If you are not using the core provided itegration code and need to load the bare HTMX library, use core/htmx instead.

Impacts: 
Module developers
Themers
Site templates, recipes and distribution developers