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(antd): add defaultOpenPanelCount #1505

Merged
merged 5 commits into from
May 25, 2021
Merged

feat(antd): add defaultOpenPanelCount #1505

merged 5 commits into from
May 25, 2021

Conversation

Lind-pro
Copy link
Contributor

@Lind-pro Lind-pro commented May 25, 2021

  • 增加defaultOpenPanelCount配置
  • 新增Panel默认展开

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.

@codecov-commenter
Copy link

codecov-commenter commented May 25, 2021

Codecov Report

Merging #1505 (99772c1) into formily_next (af58562) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff                @@
##           formily_next    #1505      +/-   ##
================================================
- Coverage         89.50%   89.50%   -0.01%     
================================================
  Files               137      137              
  Lines              6004     6067      +63     
  Branches           1529     1550      +21     
================================================
+ Hits               5374     5430      +56     
- Misses              627      632       +5     
- Partials              3        5       +2     
Impacted Files Coverage Δ
...ckages/reactive-vue/src/observer/observerInVue2.ts 95.45% <0.00%> (-4.55%) ⬇️
packages/vue/src/components/Field.ts 95.65% <0.00%> (-4.35%) ⬇️
packages/vue/src/components/ArrayField.ts 96.00% <0.00%> (-4.00%) ⬇️
packages/vue/src/components/ObjectField.ts 96.00% <0.00%> (-4.00%) ⬇️
packages/vue/src/components/RecursionField.ts 72.00% <0.00%> (-1.12%) ⬇️
packages/validator/src/parser.ts 86.44% <0.00%> (-0.23%) ⬇️
packages/path/src/types.ts 100.00% <0.00%> (ø)
packages/core/src/shared/index.ts 100.00% <0.00%> (ø)
packages/reactive/src/reaction.ts 95.30% <0.00%> (ø)
packages/vue/src/shared/context.ts 100.00% <0.00%> (ø)
... and 17 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 af58562...99772c1. Read the comment docs.

@janryWang janryWang merged commit e9e3f74 into alibaba:formily_next May 25, 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.

3 participants