Skip to content
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

feat(core): 支持用户配置 validator 在哪些 pattern & display 下生效 #4211

Open
wants to merge 1 commit into
base: formily_next
Choose a base branch
from

Conversation

liuweiGL
Copy link
Collaborator

@liuweiGL liuweiGL commented Sep 5, 2024

Before submitting a pull request, please make sure the following is done...

  • Ensure the pull request title and commit message follow the Commit Specific in English.
  • Fork the repo and create your branch from master or formily_next.
  • If you've added code that should be tested, add tests!
  • If you've changed APIs, update the documentation.
  • Ensure the test suite passes (npm test).
  • Make sure your code lints (npm run lint) - we've done our best to make sure these rules match our internal linting guidelines.

Please do not delete the above content


What have you changed?

为 form 跟 field 添加 validatePatternvalidateDisplay 参数,允许用户自己决定 validator 生效的时机 #3776

Copy link
Contributor

github-actions bot commented Sep 5, 2024

Size Change: +152 B (+0.03%)

Total Size: 518 kB

Filename Size Change
packages/core/dist/formily.core.umd.development.js 20.8 kB +85 B (+0.41%)
packages/core/dist/formily.core.umd.production.js 13.4 kB +67 B (+0.5%)
ℹ️ View Unchanged
Filename Size
packages/antd/dist/formily.antd.umd.development.js 86.3 kB
packages/antd/dist/formily.antd.umd.production.js 47.5 kB
packages/element/dist/formily.element.umd.development.js 63.1 kB
packages/element/dist/formily.element.umd.production.js 36 kB
packages/grid/dist/formily.grid.umd.development.js 9.16 kB
packages/grid/dist/formily.grid.umd.production.js 5.66 kB
packages/json-schema/dist/formily.json-schema.umd.development.js 7.27 kB
packages/json-schema/dist/formily.json-schema.umd.production.js 4.58 kB
packages/next/dist/formily.next.umd.development.js 79.1 kB
packages/next/dist/formily.next.umd.production.js 45.4 kB
packages/path/dist/formily.path.umd.development.js 11.3 kB
packages/path/dist/formily.path.umd.production.js 7.27 kB
packages/react/dist/formily.react.umd.development.js 6.62 kB
packages/react/dist/formily.react.umd.production.js 3.94 kB
packages/reactive-react/dist/formily.reactive-react.umd.development.js 4.31 kB
packages/reactive-react/dist/formily.reactive-react.umd.production.js 2.02 kB
packages/reactive-vue/dist/formily.reactive-vue.umd.development.js 3.11 kB
packages/reactive-vue/dist/formily.reactive-vue.umd.production.js 1.33 kB
packages/reactive/dist/formily.reactive.umd.development.js 9.83 kB
packages/reactive/dist/formily.reactive.umd.production.js 5.45 kB
packages/shared/dist/formily.shared.umd.development.js 8.14 kB
packages/shared/dist/formily.shared.umd.production.js 4.12 kB
packages/validator/dist/formily.validator.umd.development.js 8.71 kB
packages/validator/dist/formily.validator.umd.production.js 5.97 kB
packages/vue/dist/formily.vue.umd.development.js 11.2 kB
packages/vue/dist/formily.vue.umd.production.js 6.37 kB

compressed-size-action

@liuweiGL
Copy link
Collaborator Author

liuweiGL commented Sep 9, 2024

@janryWang 大佬,人呢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant