Skip to content

Releases: github/auto-check-element

v6.0.0

Choose a tag to compare

@jonrohan jonrohan released this 25 Mar 18:57
bbe05d9

What's Changed

  • Bump esbuild from 0.17.17 to 0.25.0 in the npm_and_yarn group by @dependabot in #80
  • [BREAKING] Align behavior with Primer guidance by default by @joelhawksley in #81

Full Changelog: v5.6.0...v6.0.0

v5.6.0

Choose a tag to compare

@camertron camertron released this 13 Jan 18:53
c5f9802

What's Changed

New Contributors

Full Changelog: v5.5.1...v5.6.0

v5.5.1

Choose a tag to compare

@jonrohan jonrohan released this 11 Dec 19:25
718eff9

What's Changed

Full Changelog: v5.5.0...v5.5.1

v5.5.0

Choose a tag to compare

@jonrohan jonrohan released this 26 Nov 22:09
32051d9

What's Changed

New Contributors

Full Changelog: v5.4.2...v5.5.0

v5.4.2

Choose a tag to compare

@srt32 srt32 released this 29 May 17:28
840ca05

What's Changed

New Contributors

  • @srt32 made their first contribution in #72

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

v5.4.1

Choose a tag to compare

@keithamus keithamus released this 05 Jul 13:14
cef4eb7

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

Choose a tag to compare

@keithamus keithamus released this 26 Apr 15:51
4e56282

What's Changed

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

v5.3.0

Choose a tag to compare

@camertron camertron released this 05 Apr 23:41

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

Choose a tag to compare

@koddsson koddsson released this 04 Aug 09:55
v5.2.0
d9807b0

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

Choose a tag to compare

@muan muan released this 03 Jun 22:13
293eea9
  • Convert to TypeScript/remove Flow type support.
  • Package is now type module. UMD build is removed.