Skip to content

Releases: twisty/formsy-react-components

v0.2.1

16 May 22:12
Compare
Choose a tag to compare
  • Add a Checkbox component.

v0.2.0

14 May 09:03
Compare
Choose a tag to compare
  • Add a CheckboxGroup component.
  • Whitelist the html5 search input type.
  • Remove one unused validation warning class.

v0.1.5

13 May 19:58
Compare
Choose a tag to compare

Somehow missed this in the last tag.

  • Add validation-message class to validation error messages to make them CSS targetable.

Thanks to @addexm for contributing to this release.

v0.1.4

13 May 19:49
Compare
Choose a tag to compare
  • Add support for multiple variant of select type.

Thanks to @Semigradsky for contributions to previous releases and the link from the formsy-react Readme.

v0.1.3

12 May 20:41
Compare
Choose a tag to compare

v0.1.2

12 May 09:37
Compare
Choose a tag to compare
  • Export Row and Icon components.
  • Move examples to gh-pages branch.

v0.1.1

11 May 19:05
Compare
Choose a tag to compare

Include a compiled version of the jsx source.

v0.1.0

11 May 18:59
Compare
Choose a tag to compare

For Input, textarea and select types: properties are passed through to the form element, and React will render these according to it’s HTML attribute whitelist. For example a placeholder property passed to the component is applied to the form control within the component.

Initial npm release

11 May 19:03
Compare
Choose a tag to compare
Initial npm release Pre-release
Pre-release
v0.0.0

Add package.json, and main.js.