antd 3.12.4
2019-01-19
- 🌟 Update the "Use in creact-react-app" document to be compatible with upgraded creact-react-app and react-scripts-rewired. #14385
- 💄 Fix using autoprefixer 9.4.5 in postcss (webpack) will throw an error
Replace text-decoration-skip: ink to text-decoration-skip-ink: auto, because spec had been changed. #14312 - 💄 Fix InputNumber style not correct in MenuItem. #14373
- 💄 Fix Input.Search with enterButton style issue. #14397
- 💄 Fix Slider focus style. 9202509
- 🐞 Fix the problem that the
prefixClsproperty is passed to theEmpty. #14404 - 🐞 Fix the problem that Radio
onChangewill be override by RadioGrouponChange.#14364
2019-01-19
- 🌟 更新《在 creact-react-app 中使用》文档以兼容升级后的 creact-react-app 和 react-scripts-rewired。#14385
- 💄 修复在 postcss(webpack)中使用 autoprefixer 9.4.5 会抛出错误
Replace text-decoration-skip: ink to text-decoration-skip-ink: auto, because spec had been changed的问题。#14312 - 💄 修复 InputNumber 在 MenuItem 中样式不正确的问题。#14373
- 💄 修复 Input.Search 使用
enterButton时的样式问题。#14397 - 💄 修复 Slider focus 时的样式错误。9202509
- 🐞 修复
prefixCls属性被传递到了 Empty 元素上的问题。#14404 - 🐞 修复 RadioGroup
onChange将覆盖 RadioonChange的问题。#14364