-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
refactor(antd): adjust the handling of importing components on demand #485
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
janryWang
added a commit
to janryWang/uform
that referenced
this pull request
Dec 16, 2019
author janryWang <[email protected]> 1576468726 +0800 committer janryWang <[email protected]> 1576468726 +0800 refactor(project): rebase feat: merge master feat: editor 新增菜单树 feat: FieldEditor 中组件、属性、校验规则可以不用枚举 fix: printer get api and add get form schema to doc (alibaba#482) fix(@uform/core): validate (alibaba#484) * fix: change submit and validate function * feat: add validate unit-test compat * feat: abandon this pr` * feat: doc update * feat: add try catch to inner valodate * feat: update validate case * feat: update unitest and cod * feat: update use field Fix form (alibaba#488) fix(@uform/core): fix init visible can not remove value (alibaba#492) * refactor(@uform/core): update onFormSubmit position * fix(@uform/antd/next): fix submit cannot autosubmit * fix(@uform/core): fix init visible can not remove value fix(@uform/antd): Warning Received `true` for a non-boolean attribute `inline` (alibaba#494) fix: types merge error fix: use omit to elegant & fix schema property `minItems ` (alibaba#493) fix(@uform/core): fix batch update(alibaba#497) refactor(antd): adjust the handling of importing components on demand (alibaba#485) chore(publish): v1.0.0-alpha.8 update readme Fix form submit (alibaba#498) * refactor(@uform/core): update onFormSubmit position * fix(@uform/antd/next): fix form submit fix: form effect demo (alibaba#499) fix(@uform/shared/react): fix depreated and get schema (alibaba#502) * fix: get schema and depreate * feat: remove window param Fix initialized (alibaba#505) Fix destructor (alibaba#506) fix(@uform/core): add values to submit resolve callback params (alibaba#508)
ZirkleTsing
pushed a commit
that referenced
this pull request
May 14, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
close #473
更新 FormStep、dispatch、notify、IFormActions、IFormAsyncActions 的 ts 定义
调整
@uform/antd
按需加载的处理,并增加文档