rsuite v4.0.0 Release Notes

  • September 9, 2019

    • 🔋 Feature: Add <Placeholder>. (#418,#420,#423)
    • 🔋 Feature: Add <List>. (#451)
    • 🔋 Feature: Add <Calendar>. (#492)
    • 🔋 Feature: Add <Avatar>.(#486)
    • 🔋 Feature: Add <Badge>.(#484)
    • 🔋 Feature: Support size on all Picker.(#494)
    • 🔋 Feature: Support dark theme.(#544)
    • 🔋 Feature: Support for asynchronous validation in <Form>, based on Schema. (#570)
    • 🔋 Feature: Support for expandItemValues on <TreePicker> and <CheckTreePicker>.(#569)
    • 🔋 Feature: Support readOnly prop on <FormControl>. (#432)
    • 🔋 Feature: Support plaintext prop on <FormControl>. (#448,#449)
    • 🔋 Feature: <Whisper> and all Picker components support the preventOverfow property to prevent overflow. (#443)
    • 👌 Improve: Adjust swatch algorithm to adjust font color contrast. (#433)
    • 👌 Improve: Migrate from Flow to Typescript. ([#531])
    • 👌 Improve: Support showWeekNumbers on and . ([#526] @viart)
    • 💥 Breaking: Adjust the value of <Whisper> with all Picker components placement properties.(#443)
    • 🛠 Bugfix: Fixed an issue where the <Uploader> upload file was larger than 1GB.(#536)
    • 🛠 Bugfix: Fixed compatibility issue with <Input> on IE browser display. (#507)
    • 🛠 Bugfix: Fixed <InputPicker> on the keyboard Delete key will clear the input worthy question. (#577)
    • 🛠 Bugfix: Fixed an issue where <Dropdown> set toggleComponentClass={Button} background style error.(#525)
    • 🛠 Bugfix: Fixed an issue where styles were missing when introduced on demand.(#567)
    • 🛠 Bugfix: Fixed an issue where <DatePicker> disabled day and inactive month were inconsistent.(#595)
    • 🛠 Bugfix: Fixed an issue where the scrollbar position was not updated after the <Table> data was updated.(#table-92)
    • 🛠 Bugfix: Fixed <Table> property expandedRowKeys The update value is not controlled. (#table-90)
    • 🛠 Bugfix: Fixed callback <Table> property onRowClick's callback parameter is missing event. (#table-89)
    • 🛠 Bugfix: Fixed support for focus events by the <Form> component.(#566)
    • 🛠 Bugfix: Modified the default separator for <Breadcrumb>.(#543)
    • 🛠 Bugfix: Fixed an issue where <Slider> did not update the position of the handle after the change from hidden to display state.(#542)

    • 🔋 Feature: 支持 <Placeholder> 组件。 (#418,#420,#423)
    • 🔋 Feature: 支持 <List> 组件。 (#451)
    • 🔋 Feature: 支持 <Calendar> 组件。(#492)
    • 🔋 Feature: 支持 <Avatar> 组件。(#486)
    • 🔋 Feature: 支持 <Badge> 组件。(#484)
    • 🔋 Feature: <Picker> 组件支持 size 属性。(#494)
    • 🔋 Feature: 支持 dark 主题。(#544)
    • 🔋 Feature: <Form>组件基于 Schema 支持异步校验。(#570)
    • 🔋 Feature: <TreePicker><CheckTreePicker> 支持 expandItemValues 属性。(#569)
    • 🔋 Feature: <FormControl> 组件支持 readOnly 属性。 (#432)
    • 🔋 Feature: <FormControl> 组件支持 plaintext 属性。 (#448,#449)
    • 🔋 Feature: <Whisper> 组件与所有的 Picker 组件支持 preventOverfow 属性,防止溢出。
    • 👌 Improve: 调整色板算法,调整字体颜色对比度。 (#433)
    • 👌 Improve: 从 Flow 迁移到 Typescript。 ([#531])
    • 👌 Improve: <DatePicker><DateRangePicker>组件支持 showWeekNumbers 属性,显示周数 。([#526] @viart)
    • 💥 Breaking: 调整 <Whisper> 组件与所有的 <Picker> 组件 placement 属性的值。(#443)
    • 🛠 Bugfix: 修复了 <Uploader> 上传文件大于 1GB 显示问题。(#536)
    • 🛠 Bugfix: 修复了 <Input> 在 IE 浏览器显示上的兼容性问题。 (#507)
    • 🛠 Bugfix: 修复了 <InputPicker> 在键盘 Delete 键会清除输入值得问题。(#577)
    • 🛠 Bugfix: 修复了 <Dropdown> 设置 toggleComponentClass={Button} 背景样式错误的问题。(#525)
    • 🛠 Bugfix: 修复了按需引入时候样式缺失的问题。 (#567)
    • 🛠 Bugfix: 修复了 <DatePicker> 禁用日与禁用月不一致的问题。(#595)
    • 🛠 Bugfix: 修复了 <Table> 数据更新后滚动条位置不更新的问题。(#table-92)
    • 🛠 Bugfix: 修复了 <Table> 属性 expandedRowKeys 更新值不受控。 (#table-90)
    • 🛠 Bugfix: 修复了 <Table> 属性 onRowClick 的回调参数缺少 event。 (#table-89)
    • 🛠 Bugfix: 修复了 <Form> 组件对 focus 事件的支持。(#566)
    • 🛠 Bugfix: 修改了 <Breadcrumb> 的默认分隔符。(#543)
    • 🛠 Bugfix: 修复了 <Slider> 在从隐藏到显示状态变化后,手柄的位置不更新的问题。(#542)