Rsuite Versions Save

🧱 A suite of React components .

v5.60.0

3 weeks ago

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: https://github.com/rsuite/rsuite/compare/v5.59.2...v5.60.0

v5.59.2

4 weeks ago

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

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.59.1...v5.59.2

v5.59.1

1 month ago

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: https://github.com/rsuite/rsuite/compare/v5.59.0...v5.59.1

v5.59.0

1 month ago

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

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.58.1...v5.59.0

v5.58.1

1 month ago

What's Changed

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.58.0...v5.58.1

v5.58.0

1 month ago

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

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.57.0...v5.58.0

v5.57.0

1 month ago

Features

  • add support for CascadeTree and MultiCascadeTree (#3563) (524fc7a)

Bug Fixes

  • InlineEdit: fix type conflict for defined children (#3685) (619c455)
  • Loader: set correct ARIA properties for Loader (#3691) (92505e2)
  • fix the problem that useToaster cannot be imported on demand (#3689) (1e4f4e3)

BREAKING CHANGE 🚨

  • Cascader and MultiCascader no longer support the inline prop, replaced by CascadeTree and MultiCascadeTree.
  • In order to make the prop naming more semantically unified, we renamed some of the props of Cascader and MultiCascader, as follows:
    • rendeMenu -> renderColumn
    • renderMenuItem -> renderTreeNode
    • menuClassName -> popupClassName
    • menuStyle -> popupStyle
    • menuWidth -> columnWidth
    • menuHeight -> columnHeight

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.56.0...v5.57.0

v5.56.0

2 months ago

Features

  • Checkbox: add support for color on <Checkbox> (#3670) (a9e14ee)
  • Radio: add support for color on <Radio> (#3672) (9406886)

Bug Fixes

  • Checkbox: listen for click events on the correct element by @simonguo in(#3666) (cd43df5)
  • TagGroup: fix css entry in nested children by @obdulia-losantos in (#3663) (fc59018)

Other changes

New Contributors

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.55.1...v5.56.0

v5.55.1

2 months ago

What's Changed

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.55.0...v5.55.1

v5.55.0

2 months ago

Features

  • added czech locale by @OSBringer in (#3649) (f589257)
  • DatePicker: add support renderCell on <DatePicker> (#3641) (b63d1a3)
  • InputNumber: add support for formatter on <InputNumber> (#3642) (d457d3a)

Bug Fixes

  • DateRangePicker: fix time picker does not update when clicking the shortcut item (#3647) (00c9eaa)
  • Pagination: fix SelectPicker rendering misalignment (#3643) (044c48f)
  • Slider,RangeSlider: fix touch event not working (#3653) (3d57ebc)

Other changes

New Contributors

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.54.0...v5.55.0