Skip to content

antd 2.12.1

2017-07-17

  • Fix typo in Bulgarian locales. #6788 @NoHomey
  • Fix broken style of <Avatar src="..." /> when image cannot be loaded. #6804
  • Fix broken style of loading icon button in Button.Group. #6822
  • Fix TypeScript's definition of Checkbox. #6768
  • Fix broken style of Collapse.Panel[header] when content is too long. #6832
  • Input
    • Fix that className should be added to wrapper. #6809
    • Fix TypeScript's definition of Input.Search. #6837 @newraina
    • Fix that value of Input.TextArea cannot be reset. #6776
    • Fix broken style of error status of Select in Input.Group.
  • Fix that the implementation of Layout should not affect Anchor and BackTop. #6817
  • Menu
    • Fix animation of inline menu.
    • Fix style of border of Menu.Item. 46ffda9
  • Fix that RangePicker should show correct months in panels when value|defaultValue is set. #6764 point 3
  • Fix alignment of Tooltip. #6830

  • 修复保加利亚语中的拼写错误。#6788 @NoHomey
  • 修复 <Avatar src="..." /> 无法加载图片时的样式问题。#6804
  • 修复 Button.Group 内使用 loading 状态的图标按钮时的样式问题。#6822
  • 修复 Checkbox TypeScript 定义问题。#6768
  • 修复 Collapse.Panel[header] 内容过长时的样式问题。#6832
  • Input
    • 修复 className 没有添加到 wrapper 上的问题。#6809
    • 修复 Input.Search 的 TypeScript 定义。#6837 @newraina
    • 修复 Input.TextArea 的 value 无法被重置的问题。#6776
    • 修复 Input.Group 内使用 Select 组件时的 error 样式问题。
  • 修复 Layout 实现影响 Anchor、BackTop 的功能的问题。#6817
  • Menu
    • 修复折叠动画失效问题。
    • 修复 Menu.Item 边框样式问题。46ffda9
  • 修复 RangePicker 设置了 value|defaultValue 后,浮层中的月份展示不对的问题。#6764 point 3
  • 修复 Tooltip 对齐问题。#6830