二货爱吃白萝卜

Results 181 comments of 二货爱吃白萝卜

@clean99 ,最近社区同学在迁移 testing lib 容易其冲突,加一下钉钉群一起共建不~~ https://github.com/ant-design/ant-design/issues/34087#user-content-join

> css in js 不用 styled-components 吗?造新轮子么? https://github.com/ant-design/cssinjs 封装的现成的代码:https://github.com/ant-design/cssinjs/pull/1 > As research of [emotion.js](https://github.com/zombieJ/emotion-research), its strong cssinjs resolution. To enable light-way migration purpose, we use `stylis` `@emotion/hash` `@emotion/unitless` and mix...

> Make components more accessible? I would like to offer help as we rely on that aspect Pls feel free to PR. It's no need to wait v5 : )

I've done some update in internal component like `rc-trigger` to support responsive requirement. But it's still a very early work. But yes, improve responsive experience is in our plan. We...

> 希望`Table`组件能提供一个`Prop` - `transformCellText`,当列数据取得的值是`null/undefined`时,渲染这个文本,比如很多时候我们取得的数据字段是空的,则会展示一个横杠`-`,如果没有统一配置,我们就需要给每一个这样的列都设置一个`render: (value) => value ?? "-"`,稍微有点繁琐。 HOC 封装一下 columns

> Is there a potential to use BEM naming conventions for styles: http://getbem.com/naming/ Not in plan yet : )

在 feature 上搞一个 deprecated warning 出来提示一下用户一些方法在 next major 要废弃了~

诶,等等。不对。controlled 这个不用删,改成 debug: true

@gaokaifeis 依赖顺序是不靠谱的,v5 的样式添加了 hashed 且提升了一部分样式优先级。如果确定有样式覆盖,应该通过 #id 提升优先级更为稳定。