Skip to content

v6.0.0-alpha.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@erikras erikras released this 09 May 23:02
· 1449 commits to master since this release
  • BUG Fixed small typo bug. #892
  • BUG Fixed awkward bug that was not letting you clear a field value if it had been initialized. PR #924 to fix #879
  • BUG Fixed infinite deepEqual loop, PR #929 to fix #919
  • STABILITY Migrated back to lodash for many common functional and looping functions. It's a small trade-off in bundle size in exchange for rock solid modules. Discussions on #859, #890 and #929.
  • FEATURE Implemented getRenderedComponent() on both Field and FieldArray to grant access to the rendered components. #927
  • FEATURE Implemented destroyOnUnmount config parameter. Works exactly as in v5.
  • FEATURE Implemented shouldAsyncValidate config parameter to give library users full control over when async validation is run.

  • TESTING v6 now has 100% test coverage!! 🎉 👯 The last 0.5% were a slog.