Releases: github/auto-check-element
Releases · github/auto-check-element
v5.1.0
- 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
- #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.
v5.0.0
A lot of changes! We've completely re-written parts of the component.
- Make sure we emit a loading state outside the debounced function (#35)
- Set the required property correctly when the attribute changes (#39)
- Add hooks so that the consuming application can set validation messages (#37)
- Set credentials as
same-origin
in fetch options for older browsers (#36)
- Use
AbortController
to cancel inflight requests (#32)
- Use
@github/mini-throttle
for debouncing (#33)
- Replace XHR request implementation with fetch (#29)
v4.1.1...v5.0.0
4.1.0
Merge pull request #24 from github/content-type-in-payload
Set content type in error event payload
v4.0.2
- Merge pull request #20 from github/add-typescript-definition-file 07ceeec
- use a union for nullable type 4e6a779
- Merge branch 'master' into add-typescript-definition-file 16a9019
- Merge branch 'master' into add-typescript-definition-file 4b9f4d9
- add typescript definition file 6d5f818
v4.0.1...v4.0.2