v3.1.0
Changelog (v3.0.0...v3.1.0)
- security #557 Require X-Requested-With header to prevent CSRF (@Kocal)
- security #cve-2026-49208 Parse format-less date LiveProps strictly with RFC 3339 (@Kocal)
- security #cve-2026-49209 Cap the number of actions per
_batchrequest (@Kocal) - security #cve-2026-49210 Reject malicious child component tags (@Kocal)
- security #cve-2026-49212 Bind HMAC checksum to component name and slot (@Kocal)
- feature #3432 Improve form validation error messages in exceptions (@PierreCapel)
- bug #3566 Make
LiveComponentSubscribersafe-by-default (@Kocal) - bug #3508 Fix dynamic template resolution when using "loading" attribute (@xDeSwa)
- feature #3442 Use
aria-busyattribute during component re-render (@Amoifr)