MichaelWest22
MichaelWest22
## Description Their was a change to add a regex tag utility function in #2024 and this combined three regex creations into a single function. Since then it seems the...
## Description hx-swap-oob attribute is making its way onto the page/dom after ture/outerHTML oob swaps. They are not needed or used on the page and just add confusion so i've...
I've noticed that when using hx-swap-oob with default true or outerHTML swap strategies that this tag that is used to control the oob swap is then copied into the DOM...
## Description Try to clarify the expected behavior of oob swap strategies which work a little different to normal swaps. all the non inline swap strategies like beforeend etc seem...
## Description ajax api test for body was causing problems possibly as it was swapping and then reverting body. Change this test so it just checks if the body is...
## Description Allow hx-ext extension inheritance to be disabled on an element with a new `this-only:` prefix instead of having to use `ignore:` on all children. It works by setting...
TLDR: Documentation for caching and the implied use of full/partial responses when detecting `HX-Request` header leads to bad back page navigations and broken behavior if you use these caching guidelines...
I've added back the original idiomorph id set matching code. This code counts up the number of id's in the current new node and then as it scans though the...
Here is a possible new feature we can add. We already have support to ignore the value of the active element. This existing feature allow you to morph say a...
https://codepen.io/MichaelWest22/pen/yyBwPww https://codepen.io/MichaelWest22/pen/XJrGzxv In the old idiomorph there is extra bestMatch code that handles outerHTML swaps. It handles the situation where you are replacing a single node with possibly multiple nodes...