Skip to content

Releases: akuzko/react-form-js

v1.2.1

26 Feb 13:44
Compare
Choose a tag to compare

Patch Updates

  • Added travis-ci integration.
  • Added [build status] and [npm version] badges to README.

v1.2.0

24 Feb 00:47
Compare
Choose a tag to compare

New Features

  • Depends on [email protected]. This is primary reason of release: bindState helper function is re-exported from this package for conveniency, so you can now do
import Form, { bindState } from 'react-form-js';

v1.1.0

21 Feb 23:53
Compare
Choose a tag to compare

New Features

  • Added CheckboxGroup input component. This component allows you to represent collection value, whose items can be included in / excluded out of collection via checkboxes.

Patch updates

  • Removed empty string as default value for className-properties in all components.
  • Removed isRequired modifier for Select's options prop.
  • Fixed a number of erroneous flaws in README, as well as some minor issues in DemoApp.