Skip to content

Tags: bamlab/react-native-formik

Tags

v1.7.8

Toggle v1.7.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(ts): Fixed withTouchedProps (#138)

withTouchedProps didn't include the correct `touched` property while instead included the `name` property.

v1.7.7

Toggle v1.7.7's commit message
chore(deps): [security] bump lodash from 4.17.11 to 4.17.13 (#122)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.11...4.17.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

v1.7.6

Toggle v1.7.6's commit message
fix(typescript): RN Typescript - fix type withErrorProps (#111)

v1.7.5

Toggle v1.7.5's commit message
fix(ts): Updated TS Defination for withNextInputAutoFocusForm to acce…

…pt 2nd argument i.e. options. (#89)

v1.7.4

Toggle v1.7.4's commit message
fix(example): Fix DatePicker

v1.7.3

Toggle v1.7.3's commit message
fix: lodash vulnerability

v1.7.2

Toggle v1.7.2's commit message
ci: unpublish tests

v1.7.1

Toggle v1.7.1's commit message
fix: Typescript handleTextInput required

v1.7.0

Toggle v1.7.0's commit message
docs: add meetup livecoding session

v1.6.0

Toggle v1.6.0's commit message
 feat(withNextInputAutoFocusForm): allow disabling of automatic form …

…submit

The last input withNextInputAutoFocus establishes that the input is the last and then submits.  This adds a new parameter to disable autosubmit.