JohnDeved / dropper

2 stars 0 forks source link

Bump rsuite from 4.8.0 to 5.4.4 #57

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps rsuite from 4.8.0 to 5.4.4.

Release notes

Sourced from rsuite's releases.

v5.4.4

Bug Fixes

  • CheckTreePicker: fix root node style incorrect (#2279) (c09226e)
  • DatePicker: fix clear button not working (#2273) (649362a)
  • Dropdown: wrong submenu placement in RTL direction (#2280) (c3735c3)
  • Navbar: fix Whisper on Nav.Item within Navbar wrong positioning (#2274) (bd0f5e3), closes #2263
  • Table: fix rowSpan is invalid in ie brower (#293) (ea49e51)

v5.4.3

Minor Features

Bug Fixes

  • Drawer: fix Drawer cannot be closed when backdrop is clicked (#2259) (a49ee03)
  • Picker: add ref to PickerComponentProps (#2261) (6e3e6c5)

v5.4.2

Bug Fixes

  • Affix: fix unupdated position after window size change (#2256) (61c7b27)
  • Modal: improve the mouse scrolling experience on Modal (#2254) (137d57e)
  • Navbar: fix dropdown submenu throwing error (#2250) (875130d)

v5.4.1

Bug Fixes

  • Dropdown: reduce padding in noCaret variant (#2236) (682f883)
  • Sidenav: fix missing highlight on selected dropdown items (#2216) (8f79d4a)
  • Sidenav: prevent text wrapping when collapsing (#2245) (4094233)
  • Toggle: dismiss uncontrolled input warning (#2243) (c4737d5)

Performance Improvements

  • use useMemo to memozie the values returned to the Context Provider (#2244) (d25a719)
  • DatePicker: improve date grid a11y (#2220) (655178e)

v5.4.0

5.4.0 (2021-12-17)

Bug Fixes

  • DatePicker,DateRangePicker: suppress depreated caretComponent warning (#2233) (3a79d48)
  • DateRangePicker: fix selecting ending date not working (#2217) (2136aa3)
  • Modal: fix Modal focus being reset on re-rendering (#2208) (a931b06)
  • Nav: fix incorrect Dropdown button background (#2227) (421de83)
  • Navbar: fix icon style in Navbar items (#2229) (560df61)
  • Overlay: overlay is rendered inside Modal by default (#2230) (4fac628)

... (truncated)

Changelog

Sourced from rsuite's changelog.

5.4.4 (2022-01-06)

Bug Fixes

  • CheckTreePicker: fix root node style incorrect (#2279) (c09226e)
  • DatePicker: fix clear button not working (#2273) (649362a)
  • Dropdown: wrong submenu placement in RTL direction (#2280) (c3735c3)
  • Navbar: fix Whisper on Nav.Item within Navbar wrong positioning (#2274) (bd0f5e3), closes #2263

5.4.3 (2021-12-30)

Bug Fixes

  • Drawer: fix Drawer cannot be closed when backdrop is clicked (#2259) (a49ee03)
  • Picker: add ref to PickerComponentProps (#2261) (6e3e6c5)

5.4.2 (2021-12-24)

Bug Fixes

  • Affix: fix unupdated position after window size change (#2256) (61c7b27)
  • Modal: improve the mouse scrolling experience on Modal (#2254) (137d57e)
  • Navbar: fix dropdown submenu throwing error (#2250) (875130d)

5.4.1 (2021-12-23)

Bug Fixes

  • Dropdown: reduce padding in noCaret variant (#2236) (682f883)
  • Sidenav: fix missing highlight on selected dropdown items (#2216) (8f79d4a)
  • Sidenav: prevent text wrapping when collapsing (#2245) (4094233)
  • Toggle: dismiss uncontrolled input warning (#2243) (c4737d5)

Performance Improvements

  • Context: use useMemo to memozie the values returned to the Context Provider (#2244) (d25a719)
  • DatePicker: improve date grid a11y (#2220) (655178e)

5.4.0 (2021-12-17)

Bug Fixes

  • DatePicker,DateRangePicker: suppress depreated caretComponent warning (#2233) (3a79d48)
  • DateRangePicker: fix selecting ending date not working (#2217) (2136aa3)
  • Modal: fix Modal focus being reset on re-rendering (#2208) (a931b06)
  • Nav: fix incorrect Dropdown button background (#2227) (421de83)
  • Navbar: fix icon style in Navbar items (#2229) (560df61)
  • Overlay: overlay is rendered inside Modal by default (#2230) (4fac628)
  • Radio: fix unclickable without children (#2190) (cef5946)
  • SelectPicker: fix onChange argument type (#2193) (db0efa9)

... (truncated)

Commits
  • 17c8cb4 build: bump 5.4.4
  • 84a9c21 build(deps): bump rsuite-table from 5.3.0 to 5.3.1 (#2284)
  • 36f77c5 docs(PageToolbar): fix the theme button icon error (#2276)
  • c3735c3 fix(Dropdown): wrong submenu placement in RTL direction (#2280)
  • c09226e fix(CheckTreePicker): fix root node style incorrect (#2279)
  • bd0f5e3 fix(Navbar): fix Whisper on Nav.Item within Navbar wrong positioning (#2274)
  • 96f21da docs(brand): fix brand misplacement on mobile (#2275)
  • a215120 chore(readme): update coverage badge
  • 5646c70 test: catch errors and warnings that are not caught in the test (#2247)
  • 649362a fix(DatePicker): fix clear button not working (#2273)
  • 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 #58.