All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Update tests and example to React 16
- Package Updates
- Use prettierrc.js
- Add React v16 to peerDependencies
- Package Updates
- Re-added Automatic "early input" handling when
onEarlyInput
does not exist.
- Added
onEarlyInput
. See docs/examples. Thanks to @vitalyq for the idea. See vitalyq/react-trigger-change#1 (comment)
- Automatic "early input" handling (replaced with
onEarlyInput
) <Textarea />
type="radio"
andtype="checkbox"
early input detection