Releases: rsuite/rsuite
Releases Β· rsuite/rsuite
v5.76.3
What's Changed
- Fix font-family by @alex-kinokon in #4110
- fix(FormControl): show correct error when the value of filed is an array by @myNameIsDu in #4112
- fix(Picker): fix loader icon position in different sizes by @simonguo in #4114
New Contributors
- @alex-kinokon made their first contribution in #4110
Full Changelog: v5.76.2...v5.76.3
v5.76.0
v5.75.0
Features
- feat(Stat): add support for Stat by @simonguo in #4056
https://rsuitejs.com/components/stat/ - feat(List): add support
divider
on List by @simonguo in #4062
https://rsuitejs.com/components/list/#no-divider - feat(Card): add support for Card by @simonguo in #4061
https://rsuitejs.com/components/card/
Bug Fixes
Other Changes
- Test: (Container, Input, Navbar) removing get dom node by @Chriscaracach in #4036
- build(deps): bump babel 7.25.9 by @simonguo in #4034
- docs: add support for full screen on FakeBrowser by @simonguo in #4055
Full Changelog: v5.74.2...v5.75.0
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