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(grid): add resize-observer-polyfill #2630

Merged
merged 2 commits into from
Dec 15, 2021

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 #2628

@codecov
Copy link

codecov bot commented Dec 15, 2021

Codecov Report

Merging #2630 (ecaec01) into formily_next (d485a49) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##           formily_next    #2630   +/-   ##
=============================================
  Coverage         95.72%   95.72%           
=============================================
  Files               142      142           
  Lines              6335     6335           
  Branches           1677     1677           
=============================================
  Hits               6064     6064           
  Misses              271      271           

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 d485a49...ecaec01. Read the comment docs.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 15, 2021

Size Change: +27.3 kB (+6%) 🔍

Total Size: 484 kB

Filename Size Change
packages/antd/dist/formily.antd.umd.development.js 64.5 kB +4.37 kB (+7%) 🔍
packages/antd/dist/formily.antd.umd.production.js 36.8 kB +2.44 kB (+7%) 🔍
packages/element/dist/formily.element.umd.development.js 62.7 kB +4.26 kB (+7%) 🔍
packages/element/dist/formily.element.umd.production.js 36.4 kB +2.56 kB (+8%) 🔍
packages/grid/dist/formily.grid.umd.development.js 9.02 kB +4.16 kB (+85%) 🆘
packages/grid/dist/formily.grid.umd.production.js 6.08 kB +2.61 kB (+75%) 🆘
packages/next/dist/formily.next.umd.development.js 69.5 kB +4.24 kB (+7%) 🔍
packages/next/dist/formily.next.umd.production.js 41.3 kB +2.69 kB (+7%) 🔍
ℹ️ View Unchanged
Filename Size
packages/core/dist/formily.core.umd.development.js 19.3 kB
packages/core/dist/formily.core.umd.production.js 13.1 kB
packages/json-schema/dist/formily.json-schema.umd.development.js 6.88 kB
packages/json-schema/dist/formily.json-schema.umd.production.js 4.35 kB
packages/path/dist/formily.path.umd.development.js 11.1 kB
packages/path/dist/formily.path.umd.production.js 7.66 kB
packages/react/dist/formily.react.umd.development.js 11.4 kB
packages/react/dist/formily.react.umd.production.js 7.07 kB
packages/reactive-react/dist/formily.reactive-react.umd.development.js 3.61 kB
packages/reactive-react/dist/formily.reactive-react.umd.production.js 2.25 kB
packages/reactive-vue/dist/formily.reactive-vue.umd.development.js 2.86 kB
packages/reactive-vue/dist/formily.reactive-vue.umd.production.js 1.81 kB
packages/reactive/dist/formily.reactive.umd.development.js 9.3 kB
packages/reactive/dist/formily.reactive.umd.production.js 5.21 kB
packages/shared/dist/formily.shared.umd.development.js 7.39 kB
packages/shared/dist/formily.shared.umd.production.js 4.2 kB
packages/validator/dist/formily.validator.umd.development.js 8.42 kB
packages/validator/dist/formily.validator.umd.production.js 6.26 kB
packages/vue/dist/formily.vue.umd.development.js 16.1 kB
packages/vue/dist/formily.vue.umd.production.js 9.66 kB

compressed-size-action

@janryWang janryWang merged commit 8c234a8 into formily_next Dec 15, 2021
@janryWang janryWang deleted the add_resize_observer_polyfill branch December 15, 2021 10:13
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] 在safari中,FormGrid 报错。ReferenceError: Can't find variable: ResizeObserver
1 participant