Rsuite Versions Save

🧱 A suite of React components .

v5.58.1

2 months ago

What's Changed

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

v5.58.0

2 months 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

2 months 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

3 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

3 months ago

What's Changed

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

v5.55.0

3 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

v5.54.0

3 months ago

Features

Bug Fixes

  • DatePicker: fix style error of the bottom button in the datePicker by @myNameIsDu (#3634) (536ad7e)
  • DateRangePicker: fix error state when value is empty array (#3631) (f8778f5)
  • InputGroup: fix Input padding issue in InputGroup (#3600) (56b3792)
  • TagPicker: fix the margin issue between tags in plaintext mode (#3638) (61f343b)

Other Changes

New Contributors

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

v5.53.2

4 months ago

What's Changed

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.53.1...v5.53.2

v5.53.1

4 months ago

What's Changed

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.53.0...v5.53.1

v5.53.0

4 months ago

Features

Bug Fixes

  • DateRangePicker: fix incorrect static method type definition (#3598) (68b3afb)
  • InputGroup: fix that the bg color of InputGroup.Addon is inconsistent with Input (#3595) (a6bb6b0)
  • Menu: fix the menuitem cannot be closed correctly when it contains child elements (#3599) (5f08313)
  • Message: make the visual style of Message more prominent (#3603) (114013f)
  • tree: improve the hover and focus status of Tree nodes (#3594) (559b837)

Other Changes

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.52.0...v5.53.0