Skip to content

v0.14.0

Compare
Choose a tag to compare
@tkrotoff tkrotoff released this 27 Feb 22:54
· 77 commits to master since this release

Breaking Changes

  • Make DisplayFields work with React Native. You will need to write:
    • HTML: <pre>Fields = <DisplayFields /></pre>
    • React Native: <Text>Fields = <DisplayFields /></Text>

Features

  • Upgrade npm packages
  • componentWillMount => UNSAFE_componentWillMount => componentDidMount
  • componentWillUpdate => UNSAFE_componentWillUpdate => componentDidUpdate
  • Prettier + ESLint - TSLint
  • Add Field.element: HTMLInput | TextInput | undefined, see #41

Fixes

  • Fix react-form-with-constraints-tools package.json "main": "lib-es5/index.js"