Skip to content

Releases: github/auto-check-element

v5.4.2

29 May 17:28
840ca05
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @srt32 made their first contribution in #72

Full Changelog: v5.4.1...v5.4.2

v5.4.1

05 Jul 13:14
cef4eb7
Compare
Choose a tag to compare

What's Changed

  • allow setValidity to be removed from event.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

26 Apr 15:51
4e56282
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.3.0...v5.4.0

v5.3.0

05 Apr 23:41
Compare
Choose a tag to compare

Upgrade mini-throttle to v2.1.0.

Thanks to @camertron for their contributions to this release 🙇🏻

v5.2.0...v5.3.0

v5.2.0

04 Aug 09:55
v5.2.0
d9807b0
Compare
Choose a tag to compare

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 🙇🏻

v5.1.3...v5.2.0

v5.1.3

03 Jun 22:13
293eea9
Compare
Choose a tag to compare
  • Convert to TypeScript/remove Flow type support.
  • Package is now type module. UMD build is removed.

v5.1.2

03 Apr 19:18
9438c4a
Compare
Choose a tag to compare

v5.1.1

27 Jan 13:46
676a061
Compare
Choose a tag to compare
  • add type to HTMLElementTagNameMap (#45)

v5.1.0...v5.1.1

v5.1.0

13 Jan 17:25
1aac8fe
Compare
Choose a tag to compare
  • Fixed a flowtype declaration file error (#43)
  • Added support for supplying CSRF tags via a child element (#44)

v5.0.1...v5.1.0

v5.0.2

13 Dec 19:46
4554e7f
Compare
Choose a tag to compare
  • #42 removes change event listener, so auto-check now only happens on input events. This means if your app was previously programmatically changing input value and firing change event to trigger an auto-check call, you'd need to update the code to fire input instead.