Skip to content

Releases: rsuite/rsuite

v5.76.3

10 Jan 02:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.76.2...v5.76.3

v5.76.0

23 Dec 01:37
Compare
Choose a tag to compare

What's Changed

  • test: use render instead of getInstance by @simonguo in #4070
  • docs(Calendar): fix missing imports for Compact example in CodeSandbox by @simonguo in #4069
  • feat(Image): add support for Image by @simonguo in #4068

Full Changelog: v5.75.0...v5.76.0

v5.75.0

06 Dec 03:29
Compare
Choose a tag to compare

Features

Bug Fixes

  • fix(useToaster): fix the container parameter of toaster.push does not work by @simonguo in #4057

Other Changes

Full Changelog: v5.74.2...v5.75.0

v5.74.2

08 Nov 02:11
Compare
Choose a tag to compare

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

01 Nov 06:18
Compare
Choose a tag to compare

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

Full Changelog: v5.73.1...v5.74.0

v5.73.1

25 Oct 03:29
Compare
Choose a tag to compare

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

Full Changelog: v5.73.0...v5.73.1

v5.73.0

18 Oct 03:51
Compare
Choose a tag to compare

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

Full Changelog: v5.72.0...v5.73.0

v5.72.0

11 Oct 05:30
Compare
Choose a tag to compare

Features

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

27 Sep 02:38
Compare
Choose a tag to compare

Features

  • DateRangePicker: add support for hideHours, hideMinutes, hideSeconds (#3979) (1d48589)

Bug Fixes

  • Form: fix can't get form data in addRule callback (#3980) (26417ef)

Other changes

  • docs: update the instructions for using the version by @simonguo in #3978

Full Changelog: v5.70.3...v5.71.0

v5.70.3

20 Sep 07:00
Compare
Choose a tag to compare

Bug Fixes

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 of getDOMNode by @Chriscaracach in #3943

Full Changelog: v5.70.2...v5.70.3