Releases: github/auto-check-element
Releases · github/auto-check-element
v5.5.0
What's Changed
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #73
- Bump the npm_and_yarn group with 7 updates by @dependabot in #74
- Align behavior with Primer guidance behind only-validate-on-blur toggle by @joelhawksley in #76
New Contributors
- @joelhawksley made their first contribution in #76
Full Changelog: v5.4.2...v5.5.0
v5.4.2
What's Changed
- alter error state message by @keithamus in #69
- add aria-atomic/aria-describedby in example by @keithamus in #70
- Bump ip from 1.1.8 to 1.1.9 by @dependabot in #71
- Support alternative HTTP methods by @srt32 in #72
New Contributors
Full Changelog: v5.4.1...v5.4.2
v5.4.1
What's Changed
- allow
setValidity
to be removed fromevent.detail
and still be called. - upgrade CI to node 18 LTS by @keithamus in #64
- add to example page, reorder headers to avoid multiple h1s by @keithamus in #65
- use a more descriptive examplar name for example fields by @keithamus in #66
- Show form submission success messages by @keithamus in #67
- Add aria live regions to state blocks by @keithamus in #68
Full Changelog: v5.4.0...v5.4.1
v5.4.0
What's Changed
- Upgrade packages tests exports by @keithamus in #62
- Events by @keithamus in #63
Full Changelog: v5.3.0...v5.4.0
v5.3.0
Upgrade mini-throttle to v2.1.0.
Thanks to @camertron for their contributions to this release 🙇🏻
v5.2.0
This release brings you documentation and developer dependency updates. Additionally, the CSRF field is now configurable via the csrf-field
attribute. The attribute defaults to authenticity_token
, so this is a non-breaking change.
Thanks to @Blitheness and @eroluysal for their contributions to this release 🙇🏻