All Versions
112
Latest Version
Avg Release Cycle
8 days
Latest Release
194 days ago
Changelog History
Page 10
Changelog History
Page 10
-
v4.5.0 Changes
May 07, 2020May 7, 2020
- 🔋 Feature: Support
maxItems
andonExpand
on<Breadcrumb>
.(#1009) - 🛠 Bugfix: Fixed TableProps onDataUpdated & shouldUpdateScroll optional. (#1035)
- 🛠 Bugfix: Fixed Carousel unable to render invalid children. (#1027)
- 🛠 Bugfix: Fixed the clear button style issue on Picker. (#1029)
- 🛠 Bugfix: Fixed Sidenav style issue. (#1020)
- 🔋 Feature: Support
-
v4.4.1 Changes
April 29, 2020 -
v4.4.0 Changes
April 24, 2020April 24, 2020
- 🔋 Feature: Support
draggable
on<Tree>
(#987) - 🔋 Feature: Added
<Rete>
. (#981) - 🔋 Feature: Added support for Italian (#971)
- 🔋 Feature: Added support for custom overlay. (#969)
- 🔋 Feature: Support
endless
on<Timeline>
([#982]) - 🔋 Feature: Support
vertical
on<Progress.Line>
. (#938) - 🔋 Feature: Support
showMeridian
on<DatePicker>
. (#932) - 🔋 Feature: Support
searchBy
on all picker. (#928,#965) - 🔋 Feature: Support
tagProps
on<TagPicker>
. (#927) - 🔋 Feature: Support
container
on<Affix>
. (#912) - 🔋 Feature: Support
onDataUpdated
on<Table>
. (rsuite-table#140) - 🔋 Feature: Support
affixHorizontalScrollbar
on<Table>
. (rsuite-table#137) - 💥 Breaking: Fix misspelling of Uploader props
dragable
, modify todraggable
. - 👌 Improve: Picker support size props at default. (#917)
- 👌 Improve Improved animation of
<Placeholder>
active state. - 👌 Improve: Improved
wordWrap
property for compatibility withrowHeight
. (rsuite-table#138) - 🛠 Bugfix: Fix Types.PlacementAuto definition. (#962)
- Chore: Migrating
rsuite-utils
torsuite
. (#963) - Example: Add with-preact example. (#977)
- 🔋 Feature:
<Tree>
组件新增draggable
属性, 支持拖拽。 (#987) - 🔋 Feature: 新增
<Rete>
组件。 (#981) - 🔋 Feature: 新增对意大利语言支持。 (#971)
- 🔋 Feature: 支持自定义浮层。 (#969)
- 🔋 Feature:
<Timeline>
组件新增endless
属性。 ([#982]) - 🔋 Feature:
<Progress.Line>
组件新增vertical
属性,垂直显示进度条。 (#938) - 🔋 Feature:
<DatePicker>
组件新增showMeridian
属性,支持时间 12 小时格式显示。 (#932) - 🔋 Feature:
<TagPicker>
组件支持tagProps
,设置 Tag 属性。 (#927) - 🔋 Feature:
<Affix>
支持container
属性,把元素只在容器可见范围内才固定。 (#912) - 🔋 Feature:
<Table>
支持onDataUpdated
属性,在表格数据加载完成以后的回调函数。 (rsuite-table#140) - 🔋 Feature:
<Table>
支持affixHorizontalScrollbar
属性,让表格底部横向滚动条固定在可视范围内。 (rsuite-table#137) - 🔋 Feature: 所有带搜索功能的 Picker 组件
searchBy
属性,可以自定义搜索规则。 (#928,#965) - 💥 Breaking: 修复 Uploader 属性
dragable
拼写错误,修改为draggable
。 (#984) - 👌 Improve: 改进所有的 Picker 组件,默认支持
size
属性。(#917) - 👌 Improve 改进
<Placeholder>
的动画效果。 - 🛠 Bugfix: 修复
<Table>
的wordWrap
属性与rowHeight
不兼容的问题。 (rsuite-table#138) - 🛠 Bugfix: 修复 Typescript 一些定义错误。(#962)
- Example: 新增示例项目 with-preact。 (#977)
- Chore: 迁移
rsuite-utils
库到rsuite
,方便维护。 (#963)
- 🔋 Feature: Support
-
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