v0.4.2
Previously, beam-keep prevented removal of elements even when they didn't exist in the new DOM (e.g., form swaps). This caused inputs to persist incorrectly after full form replacements. Now beam-keep only preserves values during morphing (when element exists in both old and new DOM), but allows removal when the element is gone from the new content. Added demo section 20 to test beam-keep removal behavior.