5.0.0-beta.6 (2021-09-06)
- drawer: fix incorrect styles in drawer title and drawer actions (#1874) (747a5f1)
- list-item: fix unable to set HTML event on List.Item (#1863) (07578a2), closes #1859
- sidenav: fix incorrect indent before dropdown toggle (#1856) (048da73)
- tag-input: add support for TagInput (#1848) (eb66602), closes #1265
- tag-picker: support
triggeron<TagPicker>(#1847) (8ace065) - uploader: support
disableMultiparton<Uploader>(#1862) (a6d7dcb)
5.0.0-beta.5 (2021-08-18)
5.0.0-beta.4 (2021-08-16)
- date-picker: fix AM/PM display incorrect issue when switching hours (#1823) (110715e)
- dropdown-menu: remove unrecognizable activeKey from dom (#1827) (d578b5b)
- locales: fix the undefined problem of Locale (#1834) (bf35a23)
- refactor(styles): change body background in light theme (#1840)
- build(deps): bump rsuite-table from 5.0.0-alpha.5 to 5.0.0-alpha.8 (#1836)
- chore: use proxyDirectories to build esm/cjs (#1830)
5.0.0-beta.3 (2021-08-08)
- pagination: export type definition of
PaginationProps(#1817) (80c7d9e) - sidenav: trigger
<Nav onSelect>on click<Nav.Item>(#1815) (cae171d)
5.0.0-beta.2 (2021-08-03)
- check-picker: fix unable to clear value when pressing
Backspace(#1812) (1534174) - nav: trigger
onSelecton<Nav>when clicking<Nav.Item>(#1797) (3fc99c4) - CheckTreePicker and TreePicker search problems (#1808) (2c5e651), closes #1577
- message: improve close icon style (#1807) (4d1bf3f)
- typescript: export props of all components (#1803) (a4edeba)
5.0.0-beta.1 (2021-07-23)
- calendar: fix the date on the calendar as controlled and remove timezone (#1781) (70e323d)
- cascader: adjust the rendering status of async loaded child nodes (#1764) (ae41a18)
- cascader: fix data not controlled on MultiCascader (#1747) (593adc5)
- check-tree-picker: onChange does't return the correct value (#1743) (b34a919)
- dropdown-item: close inside on click its item (#1791) (cc01a34)
- navigation: improve accessibility of nav components (#1792) (45468bd)
- picker: picker should not focus when it is disabled (#1782) (6640c58)
- picker: update the position after the overlay size is changed (#1780) (6366c36)
- styles: enable dark mode by default (#1776) (13420e3)
- add less plugins to output lib dir, fix #1767 (#1770) (7a83699)
- use-controlled: value doest't change when controlledValue changed (#1742) (682eb2b)
5.0.0-alpha.9 (2021-06-15)
- cascader: fix search result row height (#1717) (94696eb)
- date-picker: correct the style of non-current month dates (#1732) (90058f8)
- datepicker: fix gap between date cells (#1726) (03a7604)
- input-picker: fix extra height in disabled state (#1718) (dd56301)
- input-picker: fix InputPicker value not rendering when plaintext (#1690) (fcb5995)
- keyboard-event: replace the deprecated keyCode with key (#1691) (2f7a6d1)
- list: wrong position when auto scrolling (#1687) (6b387f0)
- modal: remove extra margins in full-size modal (#1699) (d231cc6)
- navbar: fix navbar dropdown hover text color (#1719) (44230fd)
- position: fix the exception that occurs when overlay is unmount (#1714) (9a29a5a)
- radio: fix checked radio style in disabled state (#1708) (62a4dc7)
- radio: fix disabled radio hover style (#1709) (cdf0d09)
- timeline: fix incorrect spacing around axis in alternate alignment (#1731) (b0e2f18)
- MultiCascader data cann't be controlled (#1696) (7f9b03b)
- nav: improve NavItem visibility (#1702) (8cb0b82)
- pickers: improve picker keyboard interaction experience (#1700) (b3bde80)
- Rewrite style system (#1476) (19ed855), closes #1476 #1671 #1679
- deprecate Navbar.Header and Navbar.Body
- refactor(styles): re-org Sidenav styles
- refactor(styles): re-org Pagination styles
- refactor(styles): re-org Button styles
- refactor(styles): re-org InputGroup styles
- refactor(styles): re-org InputNumber styles
- refactor(styles): re-org AutoComplete styles
- refactor(styles): re-org SelectPicker styles
- refactor(styles): re-org CheckPicker styles
- refactor(styles): re-org Checkbox styles
- refactor(styles): re-org Radio styles
- refactor(styles): re-org Toggle styles
- refactor(styles): re-org Rate styles
- refactor(styles): re-org Slider styles
- refactor(styles): re-org Uploader styles
- refactor(styles): re-org Cascader styles
- refactor(styles): remove iconfont related styles
- refactor(styles): re-org Avatar styles
- refactor(styles): re-org Badge styles
- refactor(styles): re-org Tag styles
- refactor(styles): re-org Carousel styles
- refactor(styles): re-org ButtonToolbar styles
- refactor(styles): re-org ButtonGroup styles
- refactor(styles): re-org Animation styles
- refactor(styles): re-org Panel styles
- refactor(styles): re-org List styles
- refactor(styles): re-org Timeline styles
- refactor(styles): re-org Table styles
- refactor(styles): re-org CloseButton styles
- refactor(styles): re-org Modal and Drawer styles
- refactor(styles): re-org IconButton styles
- refactor(styles): re-org Form styles
- refactor(styles): re-org toaster styles
- refactor(styles): re-org Message styles
- docs(theme): add rs-theme- classes on container element
- refactor(theme): use rs-theme- classes to determine color theme
- refactor(styles): remove unused files in Ripple
- refactor(styles): re-org CheckTree and CheckTreePicker styles
- refactor(styles): re-org Picker styles
- refactor(styles): re-org Tree and TreePicker styles
- refactor(styles): re-org InputPicker styles
- refactor(styles): re-org Calendar styles
- refactor(styles): re-org DatePicker and DateRangePicker styles
- refactor(styles): unify theme styles
- refactor(button): alter default button background color
- refactor(styles): remove unused less variables
- docs: use unified themes
- refactor(styles): split themes mixins
- refactor(styles): split non-common keyframes
- refactor(styles): re-order imports
- refactor(styles): remove unused global utility classes
- refactor(styles): remove unused common mixins
- refactor(styles): remove keyframe.less
- refactor(styles): rename core.less to common
- refactor(styles): transform palette hack mixin into less plugin
- refactor(styles): fix palette plugin output type
- test(styles): fix button style tests
- test(styles): fix missing imports that prevent tests running
- fix(styles): fix primary border color in default theme
- chore(deps): re-generate package-lock.json
- style: prettier format
- chore(deps): downgrade eslint-plugin-react to 7.20.3 to avoid issues
- style: upgrade stylelint and resolve violations
- refactor(styles): simplify ripple related styles
- refactor(styles): re-org button styles in different states
- refactor(styles): re-org icon-button in different states
- refactor(styles): remove .rs-btn-default class
- refactor(styles): re-org Button sizing mixins
- refactor(styles): re-org Ripple styles and mixins
- docs: fix docs.css missing from docs app
- chore(stylelint): add stylelint-config-prettier
- docs: add docs for less plugins
- refactor(styles): re-org primary and secondary palettes
- refactor(styles): remove unused color variables in dark theme
- refactor(styles): split theme palette and functional colors
- refactor(styles): remove direct use of gray/highlight levels
- refactor(styles): fix icon button in primary appearance
- refactor(styles): remove redundant color variables from dark theme
- build: omit javascriptEnabled option for less
- chore: eslint ignore less plugins
- refactor(styles): prefix css variables with rs instead of rs-color
- refactor(styles): re-org color themes inclusion
- refactor(styles): re-org variable declarations
- docs(button): fix custom combination example
- refactor(nav): remove margins between nav items
- refactor(styles): replace stateful color variables with semantic colors
- refactor(styles): separate color variables for light/dark modes
- feat(styles): add variable for toggling dark mode inclusion
- fix(styles): fix styling test failures
- test(autocomplete): fix test failures
- test(cascader): fix test failures due to dom change
- test(inputpicker): fix test failures due to dom change
- test(picker): fix test failures due to dom change
- test(selectpicker): fix test failures due to dom change
- chore: skip checking style existence
- build: fix build scripts for stylesheets
- fix(styles): fix incorrect casing in importing paths
- docs: fix button heights in toolbar
- docs: fix button style in codeview toolbar
- fix(styles): remove dark mode styles when enable-dark-mode is false
- docs: add docs for dark mode
- docs(customize): replace deprecated variables with new ones
- fix(message): re-org Message styles
- deprecate Drawer.Footer in favor of new Drawer.Actions
- feat(drawer): improve close button placement and appearance
- feat(drawer): deprecate Drawer.Footer replaced with Drawer.Actions
- fix(drawer): fix drawer body overflow height
- style(drawer): remove redundant comments
- fix(drawer): remove classes incorrectly assigned to close button
- fix(radiogroup): fix radio group picker width
5.0.0-alpha.8 (2021-05-17)
- cascader: fix
childrenKeyproperty not work when searching(#1568) (#1666) (c5f3fc6) - drawer: remove height on Drawer body (#1683) (759fd69)
- input-picker: fix InputPicker can select values in readOnly mode (#1674) (7e5d02b)
- treePicker & CheckTreePicker (ec88694)
- cascader: add
layerparameter inrenderMenucallback (#1681) (1c6b1e0) - nav-item: support
tooltipon NavItem (#1680) (f25d569) - Whisper: added support for trigger prop value
contextMenuonWhisper(491be3a)
5.0.0-alpha.7 (2021-05-11)
- lgtm: fix vulnerabilities in static code scanning using lgtm (#1651) (77d04a7)
- overlay: update the overlay to the correct position (#1654) (8148b7a)
- typescript: fix incorrect definition of Typescript (#1656) (87c5f3d)
- inputpicker: support onCreate on InputPicker and TagPicker (#1645) (5f33fe9)
- multi-cascader: support onCheck on MultiCascader (#1648) (0088a29)
5.0.0-alpha.6 (2021-05-07)
- cascader: fixed the option not re-rendering after data update (#1608) (6a83064), closes #1599
- customprovider: integrate the locale of date-fns in CustomProvider (#1637) (1817430), closes #1636
- pickers: Fixed the inability to pass the type check when the
labelKeyandvalueKeyof the pickers are changed. (#1589) (ed1bea6) - typescript: fix incorrect definition of Typescript (#1640) (73bbe88), closes #1633
5.0.0-alpha.5 (2021-03-19)
- daterangepicker: modify the
characterprop to be optional (#1518) (6b77e52) - inputpicker: fix the input does not work when focused by keyboard (b2dc612)
- inputpicker: inputPicker should clear search keywords when closed (679edc3)
- modal: fix input is not allowed to input text in Modal (#1579) (f4ec497), closes #1570
- overlaytrigger: rename
childtorootin OverlayTrigger instance (05ce0ec) - pickers: picker should not be interactive during animation exit (1f657b7)
- rangeslider: fix RangeSlider style problem (cfaa93e)
- table: change
Tablelocale prop to optional (#1581) (ca15531) - tree: fix
spinicon does not display when Tree is loaded async (#1535) (0294a43) - uploader: fixed the status icon not showing during upload (#1547) (8f24c69)
- form: support for data verification of complex object structure (#1558) (d5b23f4)
- pagination: added for support
layouton Pagination (#1533) (9713cd5) - whisper: support
onCloseon thespeakerprop of Whisper (4ecad64)
5.0.0-alpha.4 (2021-02-23)
- babel: fix the problem that commonjs import
defaultis undefined (#1514) (9855f54) - daterangepicker: delete duplicate type definitions (#1513) (26c9283)
- input-group: fix InputGroup size misalignment when inside (#1474) (ca0f90f)
- radio: fixed the color of Radio in active state (#1475) (bc9a3dd)
- rtl: fixed the docs not work when using
rtl(#1501) (9ee8ce3) - table: fixed unhandled scroll bar width when Cell is fixed on right (#1486) (7e9ccc1)
- typos: fix typos in the docs (#1502) (15e9170)
- locales: add translations for German (#1495) (b71ed41)
- uploader: support file async check on Uploader (#1509) (4726c5a)
5.0.0-alpha.3 (2021-01-23)
- divider: set aria-orientation on Divider (#1457) (fe46e4d)
- picker: fixed the non-unique key in the Picker option when groupBy (#1460) (5ca0fa0)
- tree: fix className of Tree and CheckTree (#1456) (de79cbf)
- whisper: fix overlay jittering when the cursor is hovered (#1459) (d29e785)
5.0.0-alpha.2 (2021-01-05)
- calendar: fix the issue of disabled date styles in Calendar (#1424) (13b64be)
- cascader: fix icon style in Cascader (#1426) (3076eb8)
- check-picker: fixed the group icon not showing in CheckPicker (#1422) (082a648)
- formcontrol: improve the accessibility of FormControl (#1433) (c7855d4)
- pickers: fix the missing value on input in picker (#1430) (7d06531)
- rate: fix the half-ratings style of Rate (#1423) (f064f48)
- select-picker: fix SelectPicker not re-render when data is updated (#1421) (0eb2a65)
- uploader: fix the style of Uploader in plaintext (#1427) (dfb98ee)
5.0.0-alpha.1 (2020-12-24)
- breadcrumb: update locales of Breadcrumb (30a1550)
- checkpicker: fix value error problem when keyboard interaction (#1332) (ea5f91c)
- daterangepicker: fix the issue of DateRangePicker closing delay (9fc40ee)
- DateRangePicker: 修复选择时间时面板收起的问题 & prettier code (#1330) (afd0b7e)
- form-controls: adjust the style of the plain text of form controls (#1405) (cca782f)
- icon: adjust the dependent icons in the component (70fdddb)
- icon: fix icon-related style issues (b0ebaba)
- icon-button: fix IconButton style error when disabled (ecbf4e5)
- input-group: adjust button elements in input-group (#1406) (14acbab)
- list: improve List (0eb95b0)
- modal: fix ModalManager uncontrollable (#1335) (26834da)
- pickers: fixed picker will select children when set invalid value (#1336) (dd99886)
- popover: set shadow to popover component (#1360) (94c6851)
- tagpicker: fix tagpicker rendervalue styles (#1376) (4fdf09d)
- tree: revese Left and Right Arrow event in rtl (#1337) (cfae655)
- tree-picker: fixed the icon problem in TreePicker (#1382) (ba78f3c)
- v4: sync the bugs fixed in v4 (#1380) (9053982)
- 🐛 修复非法传递到 DOM 节点上的问题 (#1268) (aedaae1)
- 🐛 修正 Rate 笔误 (#1230) (83d1cee)
- fix typescript type definition (#1366) (9bfb445)
- fixed document sidenav icon (3881e44)
- form method cleanErrorForFiled renamed into cleanErrorForField (#1236) (1aaaab0)
- ISO week format on calendar panel (666bc2b)
- tag-picker: fix tag picker styles issue (#1167) (4f4e88b)
- slider: support
onChangeCommittedon Slider and RangeSlider (#1404) (fca8c86), closes #1321 - support focus on form controls (#1391) (820a31b)
- cascader: support keyboard interaction on Cascader (#1339) (252afdf)
- daterangepicker: support input and mask on DateRangePicker and DatePicker (#1368) (4b47e09)
- icons: update icon list (#1363) (a9b584f)
rootPrefixsupports compound parameters (268aef9)- replace icon component (#1359) (6ad16b9)
- datepicker: support keyboard input on DatePicker (#1350) (36e3268)
- form: support plaintext on all form controls (#1328) (a26dfc6)
- slider: support keyboard interaction on Slider and RangeSlider (#1324) (8b1f6cf)
- improve the accessibility of Nav (278696e)
- toaster: add support for toaster (#1246) (41b86db)
- improve accessibility with ARIA (#1323) (24b4379)
- remove deprecated code (1ef99b1)
- selectpicker: adjust the dependency of Picker (1fc5f24)
July 9, 2020
- Feature: Added support for
noneintriggerprops on<Whisper>. #1155 - Feature: Support
scrollableon<InputNumber>. (#1133) - Improve: Impove
<DateRangePicker>panel range layout styles. (#1164) - Improve: Improve all Pickers renderValue methods. (#1151,#1139)
- Bugfix: Fix Uploader repeatedly triggering onChange event in IE11. (#1156)
- Bugfix: Fix
<Whisper>delay not working. (#1153) - Bugfix: Fix the issue of height reduction when reopening
<Modal>. (#1152) - Bugfix: Fix the style problem of various combinations of
<InputGroup>. (#1149,#1150,#1158,#1163) - Bugfix: Fix
<Carousel>autoplay direction error on RTL. (#1136)
- Feature:
<InputNumber>新增支持scrollable属性,默认值为true, 设置为false则禁用滚动更新值。 (#1133) - Feature:
<Whisper>的trigger属性值新增none。 #1155 - Improve: 改进
<DateRangePicker>的面板样式,可以容纳更多自定义选项。 (#1164) - Improve: 改进所有 Picker 的
renderValue方法,解决值与数据不匹配时也能自定义显示。 (#1151,#1139) - Bugfix: 修复
Uploader在 IE11 浏览器会触发两次onChange的问题. (#1156) - Bugfix: 修复
<Whisper>的delay值属性无效的问题。 (#1153) - Bugfix: 修复
<Modal>在再一次打开后高度计算不一致的问题。 (#1152) - Bugfix: 修复
<InputGroup>在多种组合场景下存在的样式问题。 (#1149,#1150,#1158,#1163) - Bugfix: 修复
<Carousel>RTL 视图下自动播放方向错误的问题。 (#1136)
June 18, 2020
- Bugfix: fix(dropdown): fixed an issue where the menu and tooltip overlapped. (#1132)
- Bugfix: fix(treepicker): called onDragStart only when the node is draggable. (#1124)
June 11, 2020
- Bugfix: Fix autoplay can't be interrupted in
Carousel. (#1120) - Bugfix: Fixed
ShowOneCalendardisabled Months after date. (#1118) - Bugfix: Fixed type errors defined by Typescript. (#1098,#1106)
June 8, 2020
- Bugfix: fix TypeError Cannot redefine property: prefix. (#1115)
June 4, 2020
- Bugfix fix(steps): fixed the description of Steps will break layout. (#1100)
- Bugfix fix(inputpicker): fix InputNumber will not trigger onChange when input. (#1096)
- Bugfix fix(ts): fix errors in Typescript. (#1095,#1103)
- Bugfix fix(dropdown): fix incorrect Dropdown caret position. (#1094)
- Bugfix fix(picker): remove redundant ripple elements in PickerToggle (#1092)
- Bugfix fix(sidenav): fixed display issue when sidenav was collapsed. (#1090)
- Bugfix: fix(buttongroup): fixed Button componentClass not work with ButtonGroup. (#1087)
- Example: docs(example): add example of Reason app. (#1101)
- Bugfix 修复 Steps 组件描述过长后导致布局异常。 (#1100)
- Bugfix 修复 InputNumber 键盘输入未触发 onChange 事件。 (#1096)
- Bugfix 修复 Typescript 中存在的类型定义错误。 (#1095,#1103)
- Bugfix 修复 Dropdown 内 caret 图标的位置。 (#1094)
- Bugfix 修复 PickerToggle 内冗余的涟漪元素。 (#1092)
- Bugfix 修复 Sidenav 折叠以后存在的显示问题。 (#1090)
- Bugfix: 修复 ButtonGroup 内 Button 的 componentClass 属性无效的问题。 (#1087)
- Example: 新增 ReasonML 的示例项目 (#1101)
May 28, 2020
- Improve: Improved
<TreePicker>and<CheckTreePicker>to expand nodes when searching. (#1075) - Improve: Export component props from
rsuite. (#1068) - Bugfix: Fixed the content of the last marker of
<Slider>not being dot-aligned. (#1079) - Bugfix: Fixed
<Slider>drag handle error (#1082) - Bugfix: Fixed errors in the docs. (#1080)
- Bugfix: Fixed type errors defined by Typescript. (#1081)
- Chore: Added
commintlintto check git meesage. (#1078)
- Improve: 改进
<TreePicker>和<CheckTreePicker>在搜索时展开节点。 (#1075) - Improve: 导出
rsuite所有组件的props。 (#1068) - Bugfix: 修复了
<Slider>的最后一个标记的内容未点对齐的问题。(#1079) - Bugfix: 修复了
<Slider>拖拽手柄报错的问题。 (#1082) - Bugfix: 修复了一些文档中的错误。 (#1080)
- Bugfix: 修复了一些 Typescript 类型定义错误。 (#1081)
- Chore: 添加
commintlint,用于对 git meesage 的格式进行检查。 (#1078)
May 21, 2020
- Feature: Support
onRowContextMenuon<Table>. (rsuite-table#150) - Feature: Add
<Table.ColumnGroup>. (rsuite-table#146) - Feature: Support
filterByon<AutoComplete>. (#1063) - Feature: Added support for Spanish (#1054)
- Bugfix: Fixed
<Loader>spinner not centered when given size. (#1059) - Example: Add example for draggable table. (#1065)
- Feature:
<Table>新增onRowContextMenu属性,行点击右键的回调。 (rsuite-table#150) - Feature: 新增
<Table.ColumnGroup>组件,用于表头分组。 (rsuite-table#146) - Feature:
<AutoComplete>新增filterBy属性,用于自定义过滤显示的选项。 (#1063) - Feature: 新增对西班牙语的支持。 (#1054)
- Bugfix: 修复
<Loader>当设置size时候,未居中的问题。 (#1059) - Example: 添加了表格可拖拽行与列的示例。 (#1065)
May 14, 2020
-
Feature: Support
formatDateon<IntlProvider>. (#1036) -
Feature: Support animation related callbacks on Picker (#1042)
-
Improve: The basic styles of HTML elements support import on demand. (#1039)
-
Bugfix: Fixed an issue that caused data inconsistency when uncheckableItemValues changed in
<CheckTreePicker>. (#1053) -
Bugfix: Fixed
<Sidenav>style issues. (#1052) -
Bugfix: Fixed
NotificationcloseAll sync problem. (#1047) -
Bugfix: Fixed performance issues caused by arrays in
Col. (#1037) -
Bugfix: Fixed
Affixtypings definition wrong. (#1051) -
Bugfix: Fixed Table
scrollTopmethod not working, when settingvirtualized. (rsuite-table#152) -
Example: Add with-electron example. (#1045)
- Feature:
<IntlProvider>新增支持formatDate属性,用于对日期格式。 (#1036) - Feature: 所有 Picker 组件支持动画相关的回调。 (#1042)
- Improve: HTML 元素的基础样式支持按需导入。 (#1039)
- Bugfix: 修复了
<CheckTreePicker>的uncheckableItemValues更新后导致的数据不一致问题。 (#1053) - Bugfix: 修复了
<Sidenav>中存在的样式问题。 (#1052) - Bugfix: 修复了
Notification的closeAll方法同步执行的问题。 (#1047) - Bugfix: 修复了
<Col>中数组导致的性能问题。 (#1037) - Bugfix: 修复了
<Affix>中 typescript 类型定义错误的问题。 (#1051) - Bugfix: 修复了
Table在设置virtualized属性后,scrollTop方法导致白屏的问题。 (rsuite-table#152) - Example: 新增示例
with-electron。 (#1045)
May 7, 2020
- Feature: Support
maxItemsandonExpandon<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:
<Breadcrumb>新增属性maxItems和onExpand。(#1009) - Bugfix: 修复 TableProps 的属性
onDataUpdated与shouldUpdateScroll为可选属性. (#1035) - Bugfix: 修复
<Carousel>出现无效子项导致组件渲染错误的问题. (#1027) - Bugfix: 修复了
Picker上清除按钮样式问题。 (#1029) - Bugfix: 修复了
<Sidenav>样式问题。(#1020)
April 29, 2020
- Bugfix: Fix the clear button of picker not clickable in IE11. (#1017)
- Bugfix: Fix toggle clean button styles issue. (#1016)
- Bugfix: Fix missing typescript type definitions. (#1008)
- Bugfix: Fix the expanded state of the menu. (#1007)
- Bugfix: 修复了 IE11 的一个兼容性问题,Picker 的清除按钮不可点击 (#1017)
- Bugfix: 修复了 Toggle 按钮样式问题。 (#1016)
- Bugfix: 修复了遗漏的 Typescript 类型定义。 (#1008)
- Bugfix: 修复了 Dropdown 中的菜单状态错误的问题。(#1007)
April 24, 2020
- Feature: Support
draggableon<Tree>(#987) - Feature: Added
<Rete>. (#981) - Feature: Added support for Italian (#971)
- Feature: Added support for custom overlay. (#969)
- Feature: Support
endlesson<Timeline>([#982]) - Feature: Support
verticalon<Progress.Line>. (#938) - Feature: Support
showMeridianon<DatePicker>. (#932) - Feature: Support
searchByon all picker. (#928,#965) - Feature: Support
tagPropson<TagPicker>. (#927) - Feature: Support
containeron<Affix>. (#912) - Feature: Support
onDataUpdatedon<Table>. (rsuite-table#140) - Feature: Support
affixHorizontalScrollbaron<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
wordWrapproperty for compatibility withrowHeight. (rsuite-table#138) - Bugfix: Fix Types.PlacementAuto definition. (#962)
- Chore: Migrating
rsuite-utilstorsuite. (#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)
April 10, 2020
- Bugfix: Fixed
<DatePciker>onlyTime icon to clock icon. (#933) - Bugfix: Fixed an issue where the cache was not reset after the data was updated in
<InputPicker>. (#948)
- Bugfix: 修复了
<DatePciker>在只显示时间时图标错误的问题。(#933) - Bugfix: 修复了
<InputPicker>在更新数据后未重置缓存的问题,导致新建项重复。 (#948)
March 26, 2020
- Bugfix: Fixed
<InputNumber>triggeringonChangeevent incorrectly when losing focus. (#923) - Bugfix: Update broken types in
<DateRangePicker>. (#916) - Bugfix:
rowHeightshould be optional on<Table>. (#913) - Improve: The
contentprops value supportsfalseon<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)
March 19, 2020
- Feature: Support
showOneCalendaron<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.Itemwithreact-router-dom/link. (#909) - Example: Added example for
Nav.Itemwithnext/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)
March 13, 2020
- Bugfix: Fixed rendering error in local language. (#903)
- Bugfix: Fixed the problem that the
resizableproperty 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)
March 5, 2020
- Feature: Added Arabic, Finnish, Swedish and Danish locales. (#849,#821)
- Feature: Added
expandedparameter inrenderTreeToggleof<Table>. (rsuite-table#130) - Feature: Added support
treeColon<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
activeproperty when the Pagination button is a custom element. (#833) - Breaking: The
rowHeightproperty of Table supports function values. Remove thesetRowHeightproperty. - 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)
February 2, 2020
- Bugfix: Fixed "script-src" content security policy (CSP) failure (#830)
- Bugfix: Fixed an issue where
onSelectwas called undefined, when usingenteron 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
scrollTopwould 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
parentSelectablein<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>的scrollTopAPI 调用无效的问题。(rsuite-table#13da7a9) - Bugfix: 修复了
<Table>的加载中状态与数据为空状态的样式重叠的问题。 (rsuite-table#120) - Bugfix: [TS] 更新了 Animation 的类型定义。 (#822)
- Improve: 当
<Button>为link的时候的特殊处理。 (#831) - Improve: 删除
<Cascader>的parentSelectable属性的默认值。 (#808) - Chore: 更新 eslint 配置。 (#808)
January 2, 2020
- Feature: Added support for
<RangeSlider>(#805) - Feature: Added support for
parentSelectableon<Cascader>. (#802) - Feature: Added support for Russian. (#799)
- Feature: Added option
imageto thegraphproperty of<Placeholder>(#755) - Feature: Added support for
draggableon<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
Drawergap bug when in RTL mode.(#803) - Bugfix: Fixed
<TreePicker>changing width does not work when settingvirtualizedprops. (#796) - Bugfix: Fixed
<TreePicker>not showing child nodes when loading data asynchronously. (#796) - Bugfix: Fixed
xsHiddendon't work as expected (#795)
- Feature: 新增组件
<RangeSlider>(#805) - Feature:
<Cascader>组件支持parentSelectable属性,让父节点可选择。(#802) - Feature: 添加对俄语支持。(#799)
- Feature:
<Placeholder>的graph属性值添加了image选项。 (#755) - Feature:
<Uploader>组件支持draggable属性,可以拖拽上传文件。(#752) - Improve:
<Tooltip>和<Popover>支持 HTML 元素默认属性。 (#806) - Bugfix: 修复了
<InputGroup>内部按钮高度的问题。(#807) - Bugfix: 修复了
<Drawer>在 RTL 模式下,左侧存在间隙的样式问题。(#803) - Bugfix: 修复了
<TreePicker>在设置virtualized属性后,改变宽度无效的问题。 (#796) - Bugfix: 修复了
<TreePicker>在异步更新后,不能展示子节点的问题。 (#796) - Bugfix: 修复了
xsHidden属性不能按照预期显示的问题。 (#795)
December 19, 2019
- Feature: Added support for
virtualizedon 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: Picker 相关组件添加了
virtualized属性。(#786) - Bugfix: 修复了
<CheckTreePicker>复选框样式问题。(#786) - Bugfix: 修复了 RTL 相关的 Bug。 (#779)
- Bugfix: 修复
<Icon>rotate 属性无效的问题。 (#790) - Improve: 为
<Uploader>的回调方法中添加参数XMLHttpRequest。 (#781) - Chore: 调整
<Popover>内部样式的命名。 (#791) - Chore: 更新了 ESLint。 (#780)
December 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)
December 5, 2019
- Bugfix: Fixed some style issues. (#770,#771,#767)
- Bugfix: Fixed the issue that events cannot be accessed in asynchronous callbacks. (#763)
- Bugfix: Fix RTL related bugs (#757,#760,#769)
- Improve: Improved the speed at which
<DateRangePicker> opens. (#768)
- Bugfix: 修复了一些样式问题。 (#770,#771,#767)
- Bugfix: 修复了无法在组件的异步回调中获取 Event 对象的问题。 (#763)
- Bugfix: 修复 RTL 相关 Bug。 (#757,#760,#769)
- Improve: 优化了
<DateRangePicker>打开的速度。 (#768)
November 29, 2019
- Bugfix: Fixed the issue where
<DateRangePicker>was not disabled in the previous month and the next month. (#747) - Bugfix: Fixed
<DateRangePicker>panel collapse issue. (#746) - Bugfix: Fixed multiple picker count label vertical align issue when set
size=lg(#742) - Bugfix: Fix FormControl typescript type definition error (#741)
- Bugfix: Fix RTL related bugs (#732,#733,#734,#743,#748,#749)
- Chore: Update Schema typescript definition. (#754)
- Chore: Add a default value for the variable in
createConcatChildrenFunction. (#753)
- Bugfix: 修复
<DateRangePicker>上一月与下一月未禁用的问题。 (#747) - Bugfix: 修复了
<DateRangePicker>面板折叠的问题。 (#746) - Bugfix: 修复了设置
size = lg时Picker计数标签垂直对齐的问题 (#742) - Bugfix: 修复
FormControl的Typescript类型定义错误 (#741) - Bugfix: 修复 RTL 相关 Bug (#732,#733,#734,#743,#748,#749)
- Chore: 更新 Schema typescript 类型定义。 (#754)
- Chore: 在
createConcatChildrenFunction中为变量添加一个默认值。 (#753)
November 14, 2019
- Feature: Added support for
affixHeaderon<Table>. (#720,rsuite-table#105) - Feature: Added support for
inlineon Cascader and MultiCascader (#724) - Bugfix: Fixed a problem where the Chinese formatting characters were too long to cause time wrap on the DatePicker. (#722)
- Bugfix: Fixed checktree menu item text-algin styles issue. (#718)
- Bugfix: Fixed DatePicker format issue. (#723)
- Bugfix: Fixed an issue where the Table scroll bar was out of control.(rsuite-table#105)
- Chore: Upgrade to typescirpt 3.7. (#721)
- Feature: 在
<Table>组件上新增affixHeader属性,可以让表头页面级固定。(#720,rsuite-table#105) - Feature: 在
<Cascader>与<MultiCascader>组件上新增inline属性。 (#724) - Bugfix: 修复了日期中文格式化字符过长而导致
<DatePicker>上的时间换行的问题。 (#722) - Bugfix: 修复了
<CheckTree>菜单项文本对齐样式问题。 (#718) - Bugfix: 修复了
<DatePicker>日期格式化问题。 (#723) - Bugfix: 修复了
<Table>滚动条失控的问题。 (rsuite-table#105) - Chore: 升级 Typescirpt 至 3.7 版本。 (#721)
November 7, 2019
- Feature: Add support for
<Carousel>. (#716) - Feature: Added Right-to-left supported. (#715)
- Feature: Add support for
renderItemon the navigation component. (#713) - Feature: Added for
fileListVisibleon<Uploader>. (#709) - Feature: Added
shadedprops for<Panel>. (#677) - Feature: Added support for
<Affix>. (#701) - Feature: Supported show mode and customizing time for
<Timeline>. (#666) - Bugfix: Fixed sideEffects configuration. (#706)
- Bugfix: Fixed when setting
stickyand all options were selected to not render the menu. (#710)
- Feature: 支持
<Carousel>组件。 (#716) - Feature: 支持 Right-to-left。 (#715)
- Feature: 导航相关组件添加
renderItem属性。 (#713) - Feature: 在
<Uploader>组件上,添加支持fileListVisible属性,默认为true, 设置false则不显示文件列表。 (#709) - Feature: 在
<Panel>组件上,添加支持shaded属性,用于显示阴影。 (#677) - Feature: 支持
<Affix>组件。 (#701) - Feature: 在
<Timeline>组件添加了更多显示模式。 (#666) - Bugfix: 修复 sideEffects 配置错误导致样式文件丢失的问题。 (#706)
- Bugfix: 修复了当设置
sticky并选择了所有选项的时候,不渲染菜单的问题。(#710)
October 31, 2019
- Improve: Use context to refactor the logic of partial arguments. (#695)
- Improve: Adjust the implementation logic of
preventOverflowin all Picker. (rsuite-utils#14) - Bugfix: Fix
<Alert>font color problem under dark theme. (#697) - Bugfix: Fix the problem that can't extends in the ie10 browser. (#694)
- Improve: 使用 context API 重构部分子父组件传参的逻辑。 (#695)
- Improve: 调整了所有
Picker组件的preventOverflow属性的实现方式。 (rsuite-utils#14) - Bugfix: 修复
<Alert>组件在 dark 主题下字体颜色问题。 (#697) - Bugfix: 修复 ie10 兼容性问题,context API 在高价函数中未继承。 (#694)
October 17, 2019
- Bugfix: Fixed a problem with the
DropdownandButton, theButtonGroupis vertically aligned. (#682) - Bugfix: Fixed an error when
CheckTreePickerchanged data. (#681) - Bugfix: Fixed an issue where
isOneOfwas not valid inSchema.Types.StringType. (schema-typed#18) - Bugfix: Fixed a misalignment of scroll position after
Tabledata update. (rsuite-table#100) - Bugfix: [TS] Fixed an issue with type definition errors in
List. (#678)
- Bugfix: 修复了
Dropdown,Button与ButtonGroup垂直对齐的问题。 (#682) - Bugfix: 修复了
CheckTreePicker数据改变后出现错误的问题 (#681) - Bugfix: 修复了
Schema.Types.StringType中的isOneOf方法无效的问题。 (schema-typed#18) - Bugfix: 修复了
Table数据更新后滚动位置出现偏移。 (rsuite-table#100) - Bugfix: [TS] 修复了
List中类型定义错误的问题。 (#678)
October 10, 2019
- Feature: Added support for Korean (#675)
- Improve: The corresponding format date is displayed on the calendar according to different regional languages. (#668)
- Bugfix: Add the babel plugin for
lodashanddate-fns. (#674) - Bugfix: Change the sm breakpoint to 480px in the Grid (#671)
- Bugfix: Fix the precision of floating point arithmetic in Slider. (#660)
- Bugfix: Fixed an issue with type definition errors in
List. (#676)
- Feature: 添加对韩语/朝鲜语的支持。 (#675)
- Improve: 根据不同地域语言在日历上显示对应格式日期。(#668)
- Bugfix: 为
lodash和date-fns添加 babel 插件,按需加载代码。 (#674) - Bugfix: 在
<Grid>中将sm断点更改为480px。 (#671) - Bugfix: 修复
<Slider>中浮点运算的精度问题。 (#660) - Bugfix: [TS] 修复了
List中类型定义错误的问题。 (#676)
September 29, 2019
- Feature: Added language Traditional Chinese. (#652)
- Feature: Fixed an issue where the CheckTreePicker and TreePicker keyboard operations were invalid.
- Bugfix: Fixed
<Cascader>search styles (#651) - Bugfix: Fixed uncontrolled issues with
<Cascader>and<MultiCascader>(#650) - Bugfix: Fixed
<Cascader>crash while search RegExp special_characters. (#648) - Bugfix: Fixed
<Panel>title font size.(#644) - Bugfix: Fixed item styles when set active and disable. (#641)
- Bugfix: Fixed
<Sidebar>can't collapse on Firefox browser (#638) - Bugfix: Fixed
<Tree>rendering error on the server side.(#637) - Bugfix: Fixed
<CheckTreePicker>setting root node uncheckable error.(#637) - Bugfix: Fixed IE browser compatibility issue. (#631,#632)
- Bugfix: Fixed a rendering error when the column in the
<Table>was null. (rsuite/rsuite-table#99) - Bugfix: Fixed a problem with scrolling white screen after changing height on
<Table>. (rsuite/rsuite-table#97) - Bugfix: [TS] Fixed type definitions for missing
NotificationandAlert. (#633) - Bugfix: [TS] Fixed
Listcomponent not exported. (#625)
- Feature: 添加组件对繁体中文的支持。 (#652)
- Bugfix: 修复了 CheckTreePicker 和 TreePicker 键盘操作无效的问题。
- Bugfix: 修复了
<Cascader>搜索列表样式问题。 (#651) - Bugfix: 修复了
<Cascader>和<MultiCascader>不受控的问题。 (#650) - Bugfix: 修复了
<Cascader>搜索正则表达元字符报错的问题。 (#648) - Bugfix: 修复了
<Panel>标题字体大小与设计不符的问题。(#644) - Bugfix: 修复了选项在设置
active或者disable后的样式问题。 (#641) - Bugfix: 修复了
<Sidebar>在 Firefox 浏览器不能收缩的问题。 (#638) - Bugfix: 修复了
<Tree>在服务端渲染报错的问。(#637) - Bugfix: 修复了
<CheckTreePicker>设置根节点不可点击后出现的渲染问题。(#637) - Bugfix: 修复了 IE 浏览器兼容性问题。 (#631,#632)
- Bugfix: 修复了
<Table>的列设置中存在null时候,导致的渲染出错问题。 (rsuite/rsuite-table#99) - Bugfix: 修复了
<Table>在改变高度后出现白屏的问题。 (rsuite/rsuite-table#97) - Bugfix: [TS] 修复了
Notification和Alert中缺少的方法定义。 (#633) - Bugfix: [TS] 修复了
List组件找不到定义。 (#625)
September 19, 2019
- Feature: Support
defaultCalendarValueon<DateRangePicker>(#610) - Improve: Add ARIA for accessibility (#612,#613)
- Improve: Use grab cursors for sortable List.Item (#617)
- Bugfix: Fixed ESM build error (#611)
- Bugfix: Fixed component not re-rendered after
sortTypeupdate on<Table>. (rsuite/rsuite-table#96) - Bugfix: Fixed the position of the scroll bar when the height of the
<Table>changes. (rsuite/rsuite-table#95) - Bugfix: Fixed validation of merged cells for custom children in
<Table>(rsuite/rsuite-table#94) - Bugfix: Fixed unable to find node on an unmounted component in
<Dropdown>(rsuite/rsuite-utils@f205799)
- Feature:
<DateRangePicker>支持defaultCalendarValue属性。(#610) - Improve: 为可访问性添加 ARIA。 (#612,#613)
- Improve: 调整 List.Item 拖拽时候的光标为 grab。 (#617)
- Bugfix: 修复 ESM 构建时候报错。 (#611)
- Bugfix: 修复在
<Table>上sortType更新后没有重新渲染的组件。 (rsuite/rsuite-table#96) - Bugfix: 修复
<Table>高度变化后更新滚动条位置 (rsuite/rsuite-table#95) - Bugfix: 修复
<Table>中自定义children后,合并单元格的校验逻辑 (rsuite/rsuite-table#94) - Bugfix: 修复
<Dropdown>中报错"无法在已卸载组件上找到节点"(rsuite/rsuite-utils@f205799)
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
sizeon allPicker.(#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
readOnlyprop on<FormControl>. (#432) - Feature: Support
plaintextprop on<FormControl>. (#448,#449) - Feature:
<Whisper>and allPickercomponents support thepreventOverfowproperty 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 allPickercomponentsplacementproperties.(#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>settoggleComponentClass={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>propertyexpandedRowKeysThe update value is not controlled. (#table-90) - Bugfix: Fixed callback
<Table>propertyonRowClick's callback parameter is missingevent. (#table-89) - Bugfix: Fixed support for
focusevents 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)