1.3.21
·
1475 commits
to craft-3
since this release
Fixed
- Updated front-end JS to catch ajax-based forms network errors and timeouts.
- Fixed toggling checkboxes triggering required states, when the field wasn’t required at all.
- Removed
siteRootUrlfor included JS, causing issues with JS form submissions on some sites, where cross-domain issues arise. Rely onsiteIdparam to determine current site.. - Fixed an error with HTML field when “HTML Content” was empty.
- Fixed Name, Address and Date fields not applying an
idattribute of legends for accessibility. - Ensure all front-end field legends output, even when hidden (using
fui-sr-only) for accessibility.