Skip to content

Releases: formsy/formsy-material-ui

0.6.2

Choose a tag to compare

@ryanblakeley ryanblakeley released this 21 Jul 18:19
  • Fix to exclude onChange from getting passed on ...rest
  • Update lint config to ignore destructured (...rest) siblings as unused vars

0.6.1

Choose a tag to compare

@ryanblakeley ryanblakeley released this 19 Jul 19:46
  • adds new optional convertValue property to FormsyText
  • bumps all dependencies to latest
  • fixes lint config and errors
  • patches webpack config
  • fixes controlled Date and TimePicker value update
  • fixes test assertions
  • reduces calls to onChange of the parent form
  • fixes AutoComplete unknown props
  • removes unused props

0.5.4

Choose a tag to compare

@ryanblakeley ryanblakeley released this 01 Feb 20:02
  • use FormsyText internal _value to allow external setValue calls
  • support requiredError on FormsyDate
  • add underlineStyle and underlineFocus props to FormsyText
  • fix FormsyAutoComplete to update value when MenuItem selected
  • make compatible with react v15.4.x
  • implement isFormDisabled() check
  • fix tests

0.5.3

Choose a tag to compare

@ryanblakeley ryanblakeley released this 21 Nov 03:19

Fix issues with updateImmediately
Update to material-ui to 0.16
Add component AutoComplete

0.1.4

Choose a tag to compare

@mbrookes mbrookes released this 20 Oct 13:37
Add formsy-react dependency (previously assumed it was already instal…