Skip to content

Releases: rsuite/rsuite

v5.62.0

24 May 08:50
Compare
Choose a tag to compare

Features

Bug Fixes

What's Changed

  • refactor: migrate utils and types directories to internals by @simonguo in #3813

Full Changelog: v5.61.0...v5.62.0

v5.61.0

17 May 02:37
Compare
Choose a tag to compare

Features

Refactor all Tree related components

  • Features
    • feat: add support for searchable on <Tree> and <CheckTree>.
  • Bug Fixes
    • fix(Accessibility): improve unreasonable DOM layer structure.
    • fix: #3559
    • fix: #3623
    • fix(Tree,CheckTree): fix indent line not show in dark mode.
    • fix(Tree,CheckTree): fix tree node cannot be interacted with by keyboard when virtualized.
  • BREAKING CHANGE 🚨
    In TreePicker and CheckTreePicker components, the following props have been deprecated and replaced with new props:
    | Deprecated props | New props      |
    | ---------------- | -------------- |
    | ~menuClassName~  | popupClassName |
    | ~menuStyle~      | popupStyle     |
    | ~renderMenu~     | renderTree     |
    | ~height~         | treeHeight     |
    

Performance Improvements

  • DateRangePicker: improve the performance when typing the date (#3803) (a384bd0)

Bug Fixes

  • Steps: center align inner icon/text by @ShrinidhiUpadhyaya (#3811) (1f284ea)
  • Form Controls: fix the color contrast of form controls in disabled state (#3809) (211ce5f)
  • DatePicker, DateRangePicker: block pointer events when disabled (#3797) (166fb45)
  • DatePicker, DateRangePicker: fix the issue that renderValue does not work (#3798) (494c9c6)
  • DateRangePicker: fix calendar panel vertical display (#3806) (0da17e9)
  • Placeholder.Grid: fix active not working (#3805) (2e1a4ce)

Full Changelog: v5.60.2...v5.61.0

v5.60.2

10 May 08:41
Compare
Choose a tag to compare

Bug Fixes

Full Changelog: v5.60.1...v5.60.2

v5.60.1

03 May 14:23
Compare
Choose a tag to compare

Bug Fixes

  • DateRangePicker: fix not auto switching to the end calendar when only one calendar is displayed (#3781) (5322f9c)
  • DateRangePicker: fix not updating time on calendar when typing to change time (#3777) (d1a7350)
  • Toggle: block pointer events when disabled by @ShrinidhiUpadhyaya (#3774) (d833a0a)
  • Toggle: fix the height problem of the switch element (#3780) (ff1570c)

What's Changed

New Contributors

Full Changelog: v5.60.0...v5.60.1

v5.60.0

26 Apr 09:31
Compare
Choose a tag to compare

Bug Fixes

  • Fade: fix Picker not working in Drawer without backdrop (#3759) (930a321)
  • TagPicker: fix misalignment of large size tag with textbox (#3755) (2bcd793)
  • TagPicker: fix the text shaking issue when typing (#3758) (f7058d1)

Features

  • Form: add support for onSubmit and onReset (#3750) (d9b747e)

Other Changes

Full Changelog: v5.59.2...v5.60.0

v5.59.2

19 Apr 10:05
Compare
Choose a tag to compare

Bug Fixes

  • DatePicker: fix disabled date and month can be selected (#3747) (c3d8765)
  • DateRangePicker: fix oneTap not working when there is a default value (#3745) (478894e)
  • DateRangePicker: fix the end time cannot be changed when only one calendar is displayed (#3743) (a5affd9)
  • Form: fix nestedField will auto trigger validation for other sibling fields (#3741) (dbe1ae2)

Other Changes

  • docs: add custom ad slot in component example by @simonguo in #3746
  • build: security upgrade schema-typed from 2.2.1 to 2.2.2 by @simonguo in #3744
  • ci: add token for codecov/codecov-action by @simonguo in #3748

Full Changelog: v5.59.1...v5.59.2

v5.59.1

12 Apr 10:40
Compare
Choose a tag to compare

Bug Fixes

  • AvatarGroup: fix avatar deformation in group (#3727) (466e428)
  • Checkbox: fix Checkbox not clickable in Firefox (#3728) (2fc23aa)
  • Placeholder: fix Placeholder SSR and CSR mismatch (#3735) (8a9c8bd)
  • Sidenav: fix secondary menu cannot expand (#3732) (d680fa3)

Other Changes

New Contributors

Full Changelog: v5.59.0...v5.59.1

v5.59.0

03 Apr 03:42
Compare
Choose a tag to compare

Features

  • Avatar: add support for bordered and color props (#3711) (3ca7dc1)

Bug Fixes

  • DatePicker,DateRangePicker: fix the date change when the input date is incomplete (#3719) (24f162f)
  • Drawer: fix the focus cannot be moved to elements outside the Drawer when backdrop=false (#3716) (f044445)

What's Changed

  • docs: set minimum versions for Heading and Text components by @simonguo in #3713
  • docs: fix ad slot causing page error by @simonguo in #3718

Full Changelog: v5.58.1...v5.59.0

v5.58.1

28 Mar 06:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.58.0...v5.58.1

v5.58.0

28 Mar 06:14
Compare
Choose a tag to compare

Features

Bug Fixes

BREAKING CHANGE 🚨

The onOpen and onClose calls of the Picker component are executed after the transition events onEntered and onExited. If there is processing in your application that must wait for the Picker to be opened, you need to replace the onOpen event with onEntered event processing.

Other Changes

  • docs: add keywords to components for easy retrieval by @simonguo in #3703

Full Changelog: v5.57.0...v5.58.0