Releases: rsuite/rsuite
Releases · rsuite/rsuite
v5.74.2
Bug Fixes
- fix(DateRangePicker): fix the date range is not restored after deselecting by @simonguo in #4039
- fix(CSS): fix the problem of failing to load index.css.map by @simonguo in #4041
- fix(Table): fix the problem that the global locale configuration cannot be overridden by @simonguo in #4037
- fix(Panel): fix AccordionButton missing type causing form submission by @simonguo in #4044
Full Changelog: v5.74.1...v5.74.2
v5.74.0
Features
- feat(CustomProvider): support setting the default value of the component props globally by @simonguo in #4012
Bug Fixes
- fix(Form): add missing event object to onSubmit callback by @myNameIsDu in #4026
Other Changes
- build(deps): bump @rsuite/icons from 1.2.0 to 1.3.0 by @simonguo in #4023
- test(Sidebar, Sidenav): refactor using render instead of getDOMNode by @Chriscaracach in #4028
- test(Timeline, Toaster, Tooltip): Removing the getDOMNode and using render by @Chriscaracach in #4031
- docs: add Modal Integrations by @simonguo in #4029
- docs(icons): fix the style problem of the icon preview page by @simonguo in #4030
- docs(Popover, Whistper): incorrect property by @myNameIsDu in #4025
Full Changelog: v5.73.1...v5.74.0
v5.73.1
Bug fixes
- fix(Calendar): fix not triggering the
onToggleTimeDropdown
event when collapsing the time panel by @simonguo in #4009 - fix(CheckTree): fix focus lost when search keyword matches selected item by @simonguo in #4017
- fix(Modal): the style of Modal is messy when it's rendered inside of a Drawer by @myNameIsDu in #4016
- fix(FormErrorMessage): support display react element by @superman66 in #4013
Other changes
- docs: fix compilation error caused by icon path update by @simonguo in #4008
- refactor: replaced
cursor: not-allowed
withcursor: @cursor-disabled
by @ShrinidhiUpadhyaya in #4010
Full Changelog: v5.73.0...v5.73.1
v5.73.0
Features
- feat(Calendar): support localized month calendar by @simonguo in #3995
- feat(CustomProvider): add support for csp and disableInlineStyles by @simonguo in #4004
Bug Fixes
- fix(locale): fix missing 'remove' and 'clear' keys in Hungarian locale under the common section by @9min3junkim in #4005
- fix(Calendar): fix the week not aligning in the cell by @simonguo in #3994
- fix: bump @rsuite/icons 1.2.0 and replace deprecated icons by @simonguo in #4002
Other changes
- docs(Dropdown): fix the problem that the example cannot be displayed completely by @simonguo in #4003
- ci: add GitHub provenance for publishing by @simonguo in #4001
New Contributors
- @9min3junkim made their first contribution in #4005
Full Changelog: v5.72.0...v5.73.0
v5.72.0
Features
- add support for TimePicker and TimeRangePicker (#3984) (6cadccf)
https://rsuitejs.com/components/time-picker/
https://rsuitejs.com/components/time-range-picker/ - Animation.Fade: add support for CSS variable control animation duration (#3989) (3952929)
Bug Fixes
- DateInput,DateRangeInput: fix the issue that the value cannot be cleared by the Backspace key (#3987) (7a25979)
- InlineEdit: ix the issue that InputPicker needs to be clicked twice to focus (#3990) (7d123b0)
- SelectPicker,CheckPicker: fix the virtual list option text being wrapped (#3988) (c8f39ef)
Other changes
- docs: support nested collapse in navigation menu by @simonguo in #3981
- docs: improve the access experience of the document by @simonguo in #3991
- docs(ButtonGroup): fix navigation hierarchy issue by @simonguo in #3992
- docs: improve the access experience of mobile devices by @simonguo in #3993
Full Changelog: v5.71.0...v5.72.0
v5.71.0
v5.70.3
Bug Fixes
- CheckTree: fix the incorrect check state after loading child nodes through
getChildren
by @simonguo in (#3974) (afaaf2d) - Form: clear error caused by uncontrolled form state by @myNameIsDu in (#3971) (dbc75fd)
Other Changes
- [Snyk] Security upgrade next from 14.2.3 to 14.2.10 by @simonguo in #3972
- docs(CheckTreePicker): fix the example of check all not working properly by @simonguo in #3975
- test(RadioGroup, RangeSlider, SelectPicker): refactor using
render
instead ofgetDOMNode
by @Chriscaracach in #3943
Full Changelog: v5.70.2...v5.70.3
v5.70.2
v5.70.1
Bug Fixes
- Breadcrumb: fix the rendering exception of the child node separator (#3948) (7d54cc9)
- Calendar: fix the problem of displaying the first week of the year incorrectly (#3951) (a2c6891)
Other Changes
- test(Modal): refactor test cases using
testStandardProps
by @Chriscaracach in #3942 - test(CheckboxGroup): refactor using fireEvent instead of Simulate by @simonguo in #3954
- test(Calendar): refactor using fireEvent instead of Simulate by @simonguo in #3953
- test(Button): refactor using fireEvent instead of Simulate by @simonguo in #3952
- refactor(Breadcrumb): use a more reasonable DOM structure to improve accessibility by @simonguo in #3950
Full Changelog: v5.70.0...v5.70.1
v5.70.0
Features
Bug Fixes
- Cascader,MultiCascader: fix
locale
property can't override global config by @simonguo in (#3928) (31abca8) - MultiCascadeTree,MultiCascader: fix parent node is not in a mixed state when searching by @simonguo in(#3931) (5ec0be5)
- Table: fix border style when rowSpan is used by @simonguo in (#3940) (9677303)
- TreePicker,MultiCascader: fix not focusing on the search box when typing characters by @simonguo in (#3930) (4f3b8e3)
- use useLayoutEffect instead of useEffect in useEventCallback by @myNameIsDu in (#3921) (6396b3e)
Other Changes
- docs(Calendar, DatePicker, DateRangePicker): add support for monthDropdownProps prop by @simonguo in #3918
- test(InputNumber, IconButton, FormControl): removing the getDOMNode and using render by @Chriscaracach in #3920
- Update README.md by @cherylhughey in #3919
- build(deps): bump rsuite-table from 5.18.3 to 5.19.0 by @simonguo in #3936
- test(Avatar): fix unstable test cases by @simonguo in #3937
- test(InputPicker, List): removing the getDOMNode and using render by @Chriscaracach in #3933
- docs(TagPicker): add missing
renderMenu
property by @simonguo in #3929 - docs(Table): refactoring table example page by @simonguo in #3939
New Contributors
- @cherylhughey made their first contribution in #3919
Full Changelog: v5.69.0...v5.70.0