Skip to content

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 prefixCls property is passed to the Empty . #14404
  • 🐞 Fix the problem that Radio onChange will be override by RadioGroup onChange.#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 将覆盖 Radio onChange 的问题。#14364