Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

v1.13.0

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 03 Jul 13:10
· 237 commits to master since this release

Documentation

  • The Quickstart Guide has been updated to show how to integrate RRF into existing projects that have an existing store/reducers. #845
  • Sections added to FAQs:
    • "How do I hide native HTML5 validation messages, and still prevent the form from submitting if invalid?" #823
    • "With partial models, how do I get the fully resolved model string?" #751
  • Documentation for <Form onBeforeSubmit={...}> and clarification for validateOn prop added. #854
  • The debounce prop has been added to the Control docs #861
  • More clarification and advanced use-cases of React Native have been added to the docs, thanks to @andrewhl #847

Fixes and Enhancements

  • Avoid storeSubscription from being passed down as props to Field. #835
  • (internal) Check if async keys is array before searching for error key #818 #837
  • Ensuring "iteratee" pattern follows Immutable strategy to prevent Immutable errors. #846
  • Typescript typedef updates: #859

⚠️ Important Note About Issues ⚠️

Please, please 🙏 make sure that there is a reproducible code example on every issue - it makes it a lot faster for me to debug and fix the issue as soon as possible, and it's just courteous - if I'm going to spend a half hour fixing an issue and adding unit tests, you can spend five minutes (max!) creating a reproducible issue.

  • Codepen template that you can fork from 🍴
  • Code Sandbox also makes it really easy to create reproducible examples.
  • If you want, you can also make a Github repo and point me to it.

Any issue without a fully reproducible code example will be immediately closed until an example is provided. Thanks for understanding!