Skip to content

0.10.1

Compare
Choose a tag to compare
@afc163 afc163 released this 20 Nov 13:49
· 25014 commits to master since this release
  • 修改内部组件的引用结构,方便工具优化。#566
    • 移除了演示中没有使用过的 antd.ButtonGroup,依然用 const ButtonGroup = Button.Group 来使用。

    • Form 和 Input 目录分离,import { Form, Input } from 'ant/lib/form' 的引用方式被废弃。

      现在可以 import Form from 'ant/lib/form'import Input from 'ant/lib/input'

      原有的 import { Form, Input } from 'antd' 则不受影响。

  • 修复 Datepicker 的 stylecalendarStyle 属性失效的问题,并将 calendarStyle 更名为 popupStyle