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 responsive polyfill of Grid FAQ #16090

Merged
merged 1 commit into from Apr 15, 2019
Merged

docs: Add responsive polyfill of Grid FAQ #16090

merged 1 commit into from Apr 15, 2019

Conversation

zombieJ
Copy link
Member

@zombieJ zombieJ commented Apr 15, 2019

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / document update
  • Component style update
  • TypeScript definition update
  • Refactoring
  • Code style optimization
  • Branch merge
  • Other (about what?)

👻 What's the background?

close #16029


View rendered components/grid/index.en-US.md
View rendered components/grid/index.zh-CN.md


### How to support IE9 when using responsive?

You can use [matchMedia polyfill](https://github.com/paulirish/matchMedia.js/) to handle this.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个属性好像 ts3.1后才支持的 要不要加 好几个issue有这个问题

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个东东是内部用的,对外用户不直接接触,应该还好。

@netlify
Copy link

netlify bot commented Apr 15, 2019

Deploy preview for ant-design ready!

Built with commit 28ab57b

https://deploy-preview-16090--ant-design.netlify.com

An enterprise-class UI design language and React-based implementation with a set of high-quality React components, one of best React UI library for enterprises

@afc163 afc163 merged commit ef801ee into master Apr 15, 2019
@delete-merged-branch delete-merged-branch bot deleted the docs branch April 15, 2019 08:00
@codecov
Copy link

codecov bot commented Apr 15, 2019

Codecov Report

Merging #16090 into master will decrease coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16090      +/-   ##
==========================================
- Coverage   95.18%   95.13%   -0.05%     
==========================================
  Files         251      251              
  Lines        6725     6725              
  Branches     1923     1959      +36     
==========================================
- Hits         6401     6398       -3     
- Misses        323      326       +3     
  Partials        1        1
Impacted Files Coverage Δ
components/_util/wave.tsx 85.57% <0%> (-2.89%) ⬇️

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 0216769...28ab57b. Read the comment docs.

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.

Row gutter属性响应式的对象写法 不兼容IE9吗
3 participants