Skip to content

v1.0.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@twisty twisty released this 15 Sep 00:29
· 254 commits to master since this release

Source has been updated to conform to the Airbnb JavaScript Style Guide and is now formatted via prettier.

Breaking change

The optional debounce prop of the <Input /> and <Textarea /> components has been changed from an object (with blur and change keys).

Debounce intervals are now specified via two separate optional props, blurDebounceInterval and changeDebounceInterval.

Fixes

Install with npm or yarn

npm install formsy-react-components@next
yarn add formsy-react-components@next