Skip to content

Commit

Permalink
[Next] withFormik (#141)
Browse files Browse the repository at this point in the history
* Include PropTypes in the next bundle

* Move next to main bundle, old bundle to /legacy

* Rename FormComponentProps to FormikProps, add FieldProps

* New examples

* Add withFormik() and helpful warnings in cWM

* Fix import typo in <FIeld />

* Fix typo
  • Loading branch information
jaredpalmer committed Aug 24, 2017
1 parent 1cbd561 commit 1ada0d6
Show file tree
Hide file tree
Showing 22 changed files with 3,094 additions and 2,641 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -4,4 +4,5 @@ compiled
*.log
coverage
.DS_Store
next.d.ts
next.d.ts
legacy.d.ts
1,043 changes: 270 additions & 773 deletions README.md

Large diffs are not rendered by default.

877 changes: 877 additions & 0 deletions README_LEGACY.md

Large diffs are not rendered by default.

374 changes: 0 additions & 374 deletions README_NEXT.md

This file was deleted.

0 comments on commit 1ada0d6

Please sign in to comment.