Skip to content

Releases: rsuite/rsuite

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

v5.70.2

13 Sep 10:21
Compare
Choose a tag to compare

What's Changed

  • fix(Form): fix the error message of the nested field not displayed when the form is submitted by @simonguo in #3960
  • docs: removed deprecated icons from examples by @simonguo in #3964

Full Changelog: v5.70.1...v5.70.2

v5.70.1

06 Sep 10:20
Compare
Choose a tag to compare

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

24 Aug 09:06
Compare
Choose a tag to compare

Features

  • Table: add support for maxHeight prop (#498) (1d3598d)

Bug Fixes

Other Changes

New Contributors

Full Changelog: v5.69.0...v5.70.0