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

docs: add notice for onFormValuesChange #2146

Merged
merged 1 commit into from
Sep 13, 2021

Conversation

MisicDemone
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?

@codecov
Copy link

codecov bot commented Sep 13, 2021

Codecov Report

Merging #2146 (08e4ad8) into formily_next (48f574e) will increase coverage by 0.62%.
The diff coverage is 97.82%.

Impacted file tree graph

@@               Coverage Diff                @@
##           formily_next    #2146      +/-   ##
================================================
+ Coverage         92.70%   93.33%   +0.62%     
================================================
  Files               136      137       +1     
  Lines              6114     6148      +34     
  Branches           1520     1525       +5     
================================================
+ Hits               5668     5738      +70     
+ Misses              442      406      -36     
  Partials              4        4              
Impacted Files Coverage Δ
packages/core/src/models/Form.ts 99.38% <90.00%> (-0.32%) ⬇️
packages/core/src/models/ArrayField.ts 100.00% <100.00%> (ø)
packages/core/src/models/Field.ts 99.21% <100.00%> (+<0.01%) ⬆️
packages/core/src/models/Heart.ts 100.00% <100.00%> (ø)
packages/core/src/models/ObjectField.ts 100.00% <100.00%> (ø)
packages/core/src/models/VoidField.ts 100.00% <100.00%> (ø)
packages/core/src/shared/internals.ts 100.00% <100.00%> (+4.20%) ⬆️
packages/json-schema/src/compiler.ts 96.66% <0.00%> (-0.11%) ⬇️
packages/reactive/src/batch.ts 100.00% <0.00%> (ø)
packages/reactive/src/index.ts 100.00% <0.00%> (ø)
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 48ed7b0...08e4ad8. Read the comment docs.

@janryWang janryWang merged commit c8176e5 into alibaba:formily_next Sep 13, 2021
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.

2 participants