JohnDeved / dropper

2 stars 0 forks source link

Bump rsuite from 4.8.0 to 5.16.0 #107

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps rsuite from 4.8.0 to 5.16.0.

Release notes

Sourced from rsuite's releases.

v5.16.0

Features

  • SelectPicker,CheckPicker: add label prop (#2572) (d00f442)

Bug Fixes

  • Schema: specifies type of property object in the ObjectType check result (#46) (0571e09)

What's Changed

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.15.2...v5.16.0

v5.15.2

Features

  • Table: add support for wordWrap property values (#348) (f6f65c1)
wordWrap: boolean | 'break-all' | 'break-word' | 'keep-all'     

<Table wordWrap="break-word" />

Bug Fixes

  • DateRangePicker: fix Ok button not clickable (#2564) (f80f94d)
  • InputGroup.Addon: extend props from as element (#2559) (d0c947c)
  • Whisper: specify speaker function argument types (#2558) (6dda5c6)
  • Table: fix classPrefix bug due to context parameter (#349) (cf875f5)

What's Changed

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.15.1...v5.15.2

... (truncated)

Changelog

Sourced from rsuite's changelog.

5.16.0 (2022-07-07)

Features

  • SelectPicker,CheckPicker: add label prop (#2572) (d00f442)

5.15.2 (2022-06-30)

Bug Fixes

  • DateRangePicker: fix Ok button not clickable (#2564) (f80f94d)
  • InputGroup.Addon: extend props from as element (#2559) (d0c947c)
  • Whisper: specify speaker function argument types (#2558) (6dda5c6)

5.15.1 (2022-06-16)

Features

5.15.0 (2022-06-09)

Features

5.14.0 (2022-06-02)

Bug Fixes

  • Button: remove underline when hovered (#2516) (8bbb10d)
  • Dropdown: fix vertical alignment of submenus (#2524) (7c0ef52)
  • Form: make FormInstance methods non-nullable (#2521) (225af8a)
  • Modal: expose missing props (#2522) (2ed7040)
  • Panel: fix accordion not collapsible expanded panel (#2514) (10c80f2)
  • Sidenav: display tooltip when hovering collapsed Sidenav item (#2504) (d1238eb)
  • Sidenav: remove subtle item bg when focused by mouse (#2511) (819461c)
  • Table: fix elements in merged cells being occluded (#2513) (22e5467)

Features

  • grid: synchronize all grid size and breakpoint with bootstrap5 (e8d2d37)
  • Nav.Menu: add openDirection prop (#2523) (bd824ac)
  • toaster: add support for useToaster (#2518) (75cb960)
  • Tooltip,Popover: add arrow props to hide arrow indicator (48d876f)
  • Tooltip,Popover: add followCursor props to enable speaker follow cursor (e3bf75d)

Performance Improvements

  • Dropdown: improve contrast of active Dropdown item background color (#2510) (35a418a)

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #110.