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

fix: remove unexpect label tag #3996

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Conversation

janryWang
Copy link
Collaborator

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?

Fixed #3989

@codecov
Copy link

codecov bot commented Oct 18, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (31d2c8e) 99.55% compared to head (2f8425e) 99.55%.

Additional details and impacted files
@@              Coverage Diff              @@
##           formily_next    #3996   +/-   ##
=============================================
  Coverage         99.55%   99.55%           
=============================================
  Files               152      152           
  Lines              6714     6714           
  Branches           1880     1820   -60     
=============================================
  Hits               6684     6684           
- Misses               29       30    +1     
+ Partials              1        0    -1     

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

Size Change: -21 B (0%)

Total Size: 516 kB

Filename Size Change
packages/antd/dist/formily.antd.umd.development.js 86 kB -5 B (0%)
packages/antd/dist/formily.antd.umd.production.js 47.4 kB -5 B (0%)
packages/next/dist/formily.next.umd.development.js 78.7 kB -5 B (0%)
packages/next/dist/formily.next.umd.production.js 45.2 kB -6 B (0%)
ℹ️ View Unchanged
Filename Size
packages/core/dist/formily.core.umd.development.js 20.6 kB
packages/core/dist/formily.core.umd.production.js 13.3 kB
packages/element/dist/formily.element.umd.development.js 63 kB
packages/element/dist/formily.element.umd.production.js 35.9 kB
packages/grid/dist/formily.grid.umd.development.js 9.13 kB
packages/grid/dist/formily.grid.umd.production.js 5.67 kB
packages/json-schema/dist/formily.json-schema.umd.development.js 7.21 kB
packages/json-schema/dist/formily.json-schema.umd.production.js 4.58 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.55 kB
packages/react/dist/formily.react.umd.production.js 3.91 kB
packages/reactive-react/dist/formily.reactive-react.umd.development.js 4.28 kB
packages/reactive-react/dist/formily.reactive-react.umd.production.js 2.03 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.34 kB
packages/reactive/dist/formily.reactive.umd.development.js 9.68 kB
packages/reactive/dist/formily.reactive.umd.production.js 5.43 kB
packages/shared/dist/formily.shared.umd.development.js 8.05 kB
packages/shared/dist/formily.shared.umd.production.js 4.09 kB
packages/validator/dist/formily.validator.umd.development.js 8.56 kB
packages/validator/dist/formily.validator.umd.production.js 5.84 kB
packages/vue/dist/formily.vue.umd.development.js 11.1 kB
packages/vue/dist/formily.vue.umd.production.js 6.38 kB

compressed-size-action

@janryWang janryWang merged commit e8707e9 into formily_next Oct 18, 2023
10 checks passed
@janryWang janryWang deleted the remove_unexpect_label branch October 18, 2023 06:00
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.

[Bug Report] @formily/antd中FormItem的label重复了,官网也是
1 participant