v3.15.9
📦 alpine-jsView on GitHub →
🐛 6 fixes🔧 6 symbols
Summary
This release focuses on stability and performance improvements, fixing several bugs related to x-model behavior, x-ref crashing during morphing, and enhancing x-for performance.
🐛 Bug Fixes
- Fixed crash in x-model when input is removed from a form via x-model.blur.
- Corrected x-model to set .checked instead of .value on checkboxes.
- Escaped attribute values during morph setAttribute patching.
- Fixed x-ref crash that occurred during child-element morphing.
- Fixed $watch to correctly report the oldValue for objects.
- Fixed keyboard navigation for UI x-radio when the value of the first or last radio option is null.