-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduces selectors API for grouped fields #338
Conversation
e2893c8
to
827683f
Compare
Updates dependencies after dominictarr/event-stream#116. The malicious package is no longer present as any level dependency of |
f1d23a7
to
3e7a41a
Compare
This should be published under the minor version (1.6). Therefore, the existing pull request for 1.6 will most likely be a subsequent release, or the next minor version. |
3e7a41a
to
d6f1bea
Compare
removed moment.js in this example as react-datepicker switched to using native Date objects to reduce the size of the package
d6f1bea
to
3297fbe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review comment. It's hard to merge things when you develop alone.
Change log
Touched
Grouped fields schema selectors
form.state.applicableRules
form.state.rules
), which reacts toform.props.rules
updatesvalidation()
invocations (the furthest point of calling the validation), to be aligned with the form state changes, and field changesgetRulesPath()
point to gather the selector keys from the schemaMinor
babel-plugin-ramda
to reduce the bundle size