All Versions
99
Latest Version
Avg Release Cycle
7 days
Latest Release
1 day ago
Changelog History
Page 9
Changelog History
Page 9
-
v4.3.4 Changes
April 10, 2020 -
v4.3.3 Changes
March 26, 2020March 26, 2020
- 🛠 Bugfix : Fixed
<InputNumber>
triggeringonChange
event incorrectly when losing focus. (#923) - 🛠 Bugfix : Update broken types in
<DateRangePicker>
. (#916) - 🛠 Bugfix :
rowHeight
should be optional on<Table>
. (#913) - 👌 Improve : The
content
props value supportsfalse
on<Badge>
. (#915) - 👌 Improve : Support keyboard enter key selection after the search is completed on Picker. (#914)
- 🛠 Bugfix : 修复了
<InputNumber>
在失去焦点时候,值未改变的情况下也触发了onChange
事件。 (#923) - 🛠 Bugfix : 修复了
<DateRangePicker>
中错误的 typescript 类型定义。 (#916) - 🛠 Bugfix : 修复了
<Table>
错误的 typescript 类型定义,rowHeight
应该是可选属性。 (#913) - 👌 Improve : 更新
<Badge>
组件content
属性的值可以设置为false
。 (#915) - 👌 Improve : 改进了
Picker
组件在搜索后,支持键盘Enter
键直接选中第一个结果。 (#914)
- 🛠 Bugfix : Fixed
-
v4.3.2 Changes
March 19, 2020March 19, 2020
- 🔋 Feature: Support
showOneCalendar
on<DateRangePicker>
. (#911,#848) - 🛠 Bugfix: Fixed an issue where the scroll bar would not reset after the table was updated with data. (rsuite-table#136)
- 🛠 Bugfix: Fixed missing typescript type definition in table.
- Example: Added example for
Nav.Item
withreact-router-dom/link
. (#909) - Example: Added example for
Nav.Item
withnext/link
. (#907)
- 🔋 Feature:
<DateRangePicker>
新增showOneCalendar
属性,支持只显示一个日历。(#911,#848) - 🛠 Bugfix: 修复了
<Table>
在数据更新后,滚动条位置未重重的问题。 (rsuite-table#136) - 🛠 Bugfix: 修复了
<Table>
缺少 Typescript 的类型定义。 - Example: 新增
Nav.Item
与react-router-dom/link
组合的示例 (#909) - Example: 新增
Nav.Item
与next/link
组合的示例 (#907)
- 🔋 Feature: Support
-
v4.3.1 Changes
March 13, 2020March 13, 2020
- 🛠 Bugfix : Fixed rendering error in local language. (#903)
- 🛠 Bugfix : Fixed the problem that the
resizable
property of the columns of the table would not work. (rsuite-table#135) - 🛠 Bugfix : Fix Icon issue when Panel is nested. (#894)
- 🛠 Bugfix : Fix incorrect value passing. (#888)
- 🛠 Bugfix : [docs] Fixed issue that website can't load in safari and ie. (#901)
- 🛠 Bugfix : [docs] Add title to home page. (#898)
- Example : Add with-gatsby example. (#897)
- 🛠 Bugfix : 修复本地语言渲染错误的问题。 (#903)
- 🛠 Bugfix : 修复 Table 列设置
resizable
以后拖拽列宽不工作的问题。 (rsuite-table#135) - 🛠 Bugfix : 修复 Panel 组件嵌套 Icon 重复显示的问题 (#894)
- 🛠 Bugfix : 修复 PaginationButton 中传递的错误值。 (#888)
- 🛠 Bugfix : [docs] 修复文档不能再 safari 和 ie 浏览器正常访问的问题。 (#901)
- 🛠 Bugfix : [docs] 修复文档首页缺失 title 的问题 (#898)
- Example : 添加 rsuite 与 gatsby 集成的示例 (#897)
-
v4.3.0 Changes
March 05, 2020March 5, 2020
- 🔋 Feature : Added Arabic, Finnish, Swedish and Danish locales. (#849,#821)
- 🔋 Feature : Added
expanded
parameter inrenderTreeToggle
of<Table>
. (rsuite-table#130) - 🔋 Feature : Added support
treeCol
on<Table.Column>
. (rsuite-table#129) - 🛠 Bugfix : Fixed
<CheckPicker>
rendering error when settinggroupBy
. (#887) - 🛠 Bugfix : Fixed
<Slider>
bar is invisible on Drawer in dark mode. (#876) - 🛠 Bugfix : Fixed disabled
<InputNumber>
in<InputGroup>
shows unexpected border radius. (#875) - 🛠 Bugfix : Fixed radio-group inline item styles. (#872)
- 🛠 Bugfix : Fixed missing typescript declaration files *.d.ts in
/locales
. (#856) - 🛠 Bugfix : Fixed mark cannot be customized rendering in
<Slider>
correctly. (#840) - 👌 Improve : Updated check rules for disabled times on
<DatePicker>
. (#852) - 👌 Improve : Support for getting the
active
property when the Pagination button is a custom element. (#833) - 💥 Breaking : The
rowHeight
property of Table supports function values. Remove thesetRowHeight
property. - Chore : Improved HoC to support ref passing. (#862,#872)
- Chore : Added some integrated examples. (#860,examples)
- Chore : The Table component migrates Typescript from Flow. (rsuite-table#127)
- 🔋 Feature : 新增支持阿拉伯语,芬兰语,瑞典语和丹麦语。 (#849,#821)
- 🔋 Feature :
<Table>
的renderTreeToggle
属性新增expanded
参数。 (rsuite-table#130) - 🔋 Feature :
<Table.Column>
上新增treeCol
属性,指定 Tree 显示的列。 (rsuite-table#129) - 🛠 Bugfix : 修复了
<CheckPicker>
当设置groupBy='group'
渲染出错。 (#887) - 🛠 Bugfix : 修复了
<Slider>
在 dark 主题下选择栏不可见的问题。 (#876) - 🛠 Bugfix : 修复了
<InputGroup>
里禁用的<InputNumber>
显示错误的边框。 (#875) - 🛠 Bugfix : 修复了
<RadioGroup>
单行显示时的样式问题。 (#872) - 🛠 Bugfix : 修复了 locales 目录下语言包缺少 Typescript 类型定义。 (#856)
- 🛠 Bugfix : 修复了
<Slider>
的标记在自定义时候无法正确呈现。 (#840) - 👌 Improve : 更新了
<DatePicker>
上禁用时间的检查规则。 (#852) - 👌 Improve : 支持在
<Pagination>
按钮是自定义元素时获取active
属性 。 (#833) - 💥 Breaking :
<Table>
的rowHeight
属性值支持函数,同时删除了setRowHeight
属性。 - Chore : 改进了高阶组件以支持 ref 传递。 (#862,#872)
- Chore : 新增了一些集成的示例项目。 (#860,examples)
- Chore : Table 组件库从 Flow 迁移到 Typescript。 (rsuite-table#127)
-
v4.2.1 Changes
February 02, 2020February 2, 2020
- 🛠 Bugfix : Fixed "script-src" content security policy (CSP) failure (#830)
- 🛠 Bugfix : Fixed an issue where
onSelect
was called undefined, when usingenter
on the<AutoComplete>
to select it. (#828) - 🛠 Bugfix : Fixed vertical alignment of xs
<Datepicker>
icon. (#817) - 🛠 Bugfix : Fixed List and Modal combo setting has drag issue. (#812)
- 🛠 Bugfix : Fixed toggle text/icon font size. (#810)
- 🛠 Bugfix : Fixed an issue where
scrollTop
would not work in<Table>
. (rsuite-table#13da7a9) - 🛠 Bugfix : Fixed
<Table>
style overlap problem, when there are both loading and empty states. (rsuite-table#120) - 🛠 Bugfix : [TS] Update ts type definition for Animation. (#822)
- 👌 Improve : Special handling of
<Button>
when it is used as alink
. (#831) - 👌 Improve : Remove defalut value of
parentSelectable
in<Cascader>
(#808) - Chore : Update eslint (#808)
- 🛠 Bugfix : 修复了
script-src
内容安全策略(CSP)的问题。 (#830) - 🛠 Bugfix : 修复了
<AutoComplete>
组件使用enter
选择时候onSelect
回调未被调用的问题。(#828) - 🛠 Bugfix : 修复了 xs
<Datepicker>
图标的垂直对齐方式。 (#817) - 🛠 Bugfix : 修复了 List 和 Modal 组合时候存在的拖拽问题。 (#812)
- 🛠 Bugfix : 修复了 Toggle 字体大小的问题。 (#810)
- 🛠 Bugfix : 修复了
<Table>
的scrollTop
API 调用无效的问题。(rsuite-table#13da7a9) - 🛠 Bugfix : 修复了
<Table>
的加载中状态与数据为空状态的样式重叠的问题。 (rsuite-table#120) - 🛠 Bugfix : [TS] 更新了 Animation 的类型定义。 (#822)
- 👌 Improve : 当
<Button>
为link
的时候的特殊处理。 (#831) - 👌 Improve : 删除
<Cascader>
的parentSelectable
属性的默认值。 (#808) - Chore : 更新 eslint 配置。 (#808)
-
v4.2.0 Changes
January 02, 2020January 2, 2020
- 🔋 Feature : Added support for
<RangeSlider>
(#805) - 🔋 Feature : Added support for
parentSelectable
on<Cascader>
. (#802) - 🔋 Feature : Added support for Russian. (#799)
- 🔋 Feature : Added option
image
to thegraph
property of<Placeholder>
(#755) - 🔋 Feature : Added support for
dragable
on<Uploader>
. (#752) - 👌 Improve : Enhance
<Tooltip>
and<Popover>
to support HTML attributes (#806) - 🛠 Bugfix : Fixed the height of the buttons in the
<InputGroup>
.(#807) - 🛠 Bugfix : Fixed
Drawer
gap bug when in RTL mode.(#803) - 🛠 Bugfix : Fixed
<TreePicker>
changing width does not work when settingvirtualized
props. (#796) - 🛠 Bugfix : Fixed
<TreePicker>
not showing child nodes when loading data asynchronously. (#796) - 🛠 Bugfix : Fixed
xsHidden
don't work as expected (#795)
- 🔋 Feature : 新增组件
<RangeSlider>
(#805) - 🔋 Feature :
<Cascader>
组件支持parentSelectable
属性,让父节点可选择。(#802) - 🔋 Feature : 添加对俄语支持。(#799)
- 🔋 Feature :
<Placeholder>
的graph
属性值添加了image
选项。 (#755) - 🔋 Feature :
<Uploader>
组件支持dragable
属性,可以拖拽上传文件。(#752) - 👌 Improve :
<Tooltip>
和<Popover>
支持 HTML 元素默认属性。 (#806) - 🛠 Bugfix : 修复了
<InputGroup>
内部按钮高度的问题。(#807) - 🛠 Bugfix : 修复了
<Drawer>
在 RTL 模式下,左侧存在间隙的样式问题。(#803) - 🛠 Bugfix : 修复了
<TreePicker>
在设置virtualized
属性后,改变宽度无效的问题。 (#796) - 🛠 Bugfix : 修复了
<TreePicker>
在异步更新后,不能展示子节点的问题。 (#796) - 🛠 Bugfix : 修复了
xsHidden
属性不能按照预期显示的问题。 (#795)
- 🔋 Feature : Added support for
-
v4.1.5 Changes
December 19, 2019December 19, 2019
- 🔋 Feature : Added support for
virtualized
on picker.(#786) - 🛠 Bugfix : Fixed
<CheckTreePicker>
checkbox style issue.(#786) - 🛠 Bugfix : Fixed RTL related bugs. (#779)
- 🛠 Bugfix : Fixed
<Icon>
rotate props not working. (#790) - 👌 Improve : Added parameter to Uploader's callback method. (#781)
- Chore : Added component prefix to
<Popover>
arrow. (#791) - Chore : upgrade ESLint and format code. (#780)
- 🔋 Feature : Added support for
-
v4.1.4 Changes
December 12, 2019December 12, 2019
- 👌 Improve: Improve the performance of virtualized table (rsuite-table#120)
- Chore: Adjusted the sideEffects configuration.. (#774)
- 👌 Improve: 优化了 Table 组件在渲染大数据时候性能。 (rsuite-table#120)
- Chore: 调整了 sideEffects 配置。 (#774)
-
v4.1.3 Changes
December 05, 2019