JohnDeved / dropper

2 stars 0 forks source link

Bump rsuite from 4.8.0 to 5.14.0 #98

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps rsuite from 4.8.0 to 5.14.0.

Release notes

Sourced from rsuite's releases.

v5.13.1

Bug Fixes

  • CheckTreePicker: fix duplicated key when data changed (#2486) (#2500) (d155719)
  • Sidenav: correct Sidenav.Toggle styles (#2497) (b3168e4)
  • Sidenav: correct subtle Sidenav item hover styles (#2498) (2d853ee)
  • Sidenav: fix Sidenav.Toggle icon direction (#2495) (c490632)
  • Whisper: correct type declarations for ref (856877a)

Features

What's Changed

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.13.0...v5.13.1

v5.13.0

API Changes

Usage of <Dropdown> within <Nav> is discouraged now. In case you need to display a menu in Nav, use <Nav.Menu>.

Before

 <Nav>
    <Nav.Item active>Item A</Nav.Item>
    <Nav.Item>Item B</Nav.Item>
    <Dropdown title="Item E">
      <Dropdown.Item>Item E-1</Dropdown.Item>
      <Dropdown.Item>Item E-2</Dropdown.Item>
      <Dropdown.Menu title="Item E-4">
        <Dropdown.Item>Item E-4-1</Dropdown.Item>
      </Dropdown.Menu>
    </Dropdown>
  </Nav>

Now

 <Nav>
</tr></table> 

... (truncated)

Changelog

Sourced from rsuite's changelog.

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)

5.13.1 (2022-05-27)

Bug Fixes

  • CheckTreePicker: fix duplicated key when data changed (#2486) (#2500) (d155719)
  • Sidenav: correct Sidenav.Toggle styles (#2497) (b3168e4)
  • Sidenav: correct subtle Sidenav item hover styles (#2498) (2d853ee)
  • Sidenav: fix Sidenav.Toggle icon direction (#2495) (c490632)
  • Whisper: correct type declarations for ref (856877a)

Features

5.13.0 (2022-05-19)

Bug Fixes

  • listbox: fix broken keyboard navigation after filtering (#2491) (329623a)

Performance Improvements

5.12.0 (2022-05-12)

... (truncated)

Commits
  • 4aba9db build: bump 5.14.0
  • bd824ac feat(Nav.Menu): add openDirection prop (#2523)
  • 7c0ef52 fix(Dropdown): fix vertical alignment of submenus (#2524)
  • 2ed7040 fix(Modal): expose missing props (#2522)
  • 225af8a fix(Form): make FormInstance methods non-nullable (#2521)
  • 75cb960 feat(toaster): add support for useToaster (#2518)
  • 5882ae9 chore(tooling): upgrade stylelint 14 (#2520)
  • b480ab4 build(deps): bump eventsource from 1.0.7 to 1.1.1 in /docs (#2519)
  • 8bbb10d fix(Button): remove underline when hovered (#2516)
  • d1238eb fix(Sidenav): display tooltip when hovering collapsed Sidenav item (#2504)
  • Additional commits viewable in compare view


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 #100.