cropping
cropping copied to clipboard
Bump rc-form from 1.5.0 to 2.4.12
Bumps rc-form from 1.5.0 to 2.4.12.
Changelog
Sourced from rc-form's changelog.
History
2.4.10 / 2019-11-09
- There should not be any lifecycle warning now!
2.4.0 / 2018-12-21
- Field option add
preserveto enable you keep value even if field removed.2.3.0 / 2018-12-17
createFormaddnameprop. It will be as prefix withfieldNameProp2.2.1 / 2018-07-11
validateFieldsAndScrollshould ignoreinput[type=hidden]#169 @HsuTingmapPropsToFieldsand so on support field withnullvalue #159 @normanrz2.2.0 / 2018-04-04
- Support callback in setFieldsValue #144
- Expose formShape #154 @sylvainar
- Fix bug with disordered array #143
2.1.0 / 2017-11-22
- Support switching from different components with same field name. #117
2.0.0 / 2017-11-07
- Remove
option.exclusiveofgetFieldPropsandgetFieldDecorator, just use something likeantd.Radio.Grouporantd.Checkbox.Groupas workaround.- Add
createFormField, and you must use it to wrap field data inoption.mapPropsToFieldsofcreateFormorcreateDOMForm: Before [email protected]:After [email protected]:import { createForm } from 'rc-form'; createFrom({ mapPropsToFields() { return { name: { value: 'rc-form' }, }; }, })import { createForm, createFormField } from 'rc-form'; createFrom({ mapPropsToFields() {
Commits
f02b478bump: 2.4.122656d16bump 2.4.12-alpha.0376901afeat: getFieldDecorator support no ref component (#468)58adb9fdocs: update README.md (#310)3272159bump 2.4.11d58a30afix array type validate logic448fd20:sparkles: Release 2.4.10876c807⚠️ fix unsafe lifecycle warnings (#355)efa40fdbump 2.4.9e646219fix: validateFields function not resolve or reject (#340)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by zombiej, a new releaser for rc-form since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)