All Versions
101
Latest Version
Avg Release Cycle
18 days
Latest Release
961 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v5.2.0 Changes
November 18, 2021 -
v5.1.0 Changes
November 12, 2021 -
v5.0.3 Changes
๐ -build(deps): bump dom-lib to 3.0.0 #260
-
v5.0.0 Changes
- ๐ fix(cell): change Cell width and depth prop to optional. (#206)
- ๐ fix(cell): fix sortColumn not getting fired in Gatsby production build. (#204)
- ๐ fix(table): gix that the ColumnGroup array cannot be rendered in the Table. (#200)
- feat(resize): honor minWidth setting when resizing columns. (#201)
- ๐จ refactor(icons): replace all icon with @rsuite/icons. (#180)
- ๐จ refactor: use react hooks to refactor Table. (#232)
- ๐ feat(ColumnGroup): support groupHeaderHeight on
<ColumnGroup>
. (#235) - ๐ fix(autoHeight): fix the extra scroll bar width after autoHeight. (#236)
- ๐ fix(affix): fix scrollbar not re-rendering after data update. (#237)
-
v5.0.0-beta.2 Changes
September 16, 2021 -
v5.0.0-beta.1 Changes
September 16, 2021๐ Bug Fixes
- affix: fix scrollbar not re-rendering after data update (#237) (5a759d6)
- autoHeight: fix the extra scroll bar width after autoHeight (#236) (3ef47cb)
- Cell: fix that the content cannot be styled through
style
(#234) (7823adb) - Cell: fix the problem that style padding value is overwritten (#238) (8b307c2)
- some props of TableProps should be optional. (#240) (f8bf9c8)
- table: fix scroll listener not updated after data update (#242) (75aef50), closes #239
๐ Features
- ColumnGroup: support
groupHeaderHeight
on<ColumnGroup>
(#235) (680035a) - column: support
rowSpan
on<Column>
(#243) (a6e08c2) - Table: refactor: use react hooks to refactor Table. (#232)
- icons: refactor(icons): replace all icon with @rsuite/icons. (#180)
- resize: honor minWidth setting when resizing columns. (#201)
-
v3.14.3 Changes
- ๐ Bugfix: Fix the type definition error of typescript (#195)
- ๐ Bugfix: Fixed ColumnGroup does not support
classPrefix
(#193) - ๐ Bugfix: Fixed Row missing custom rowKey (#191)
- ๐ Bugfix: Fixed the unhandled scroll bar width when the Cell is fixed on the right (#189)