Skip to content

fix(deps): update dependency react-overlays to v5

Soapbox Bot requested to merge renovate/react-overlays-5.x into develop

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
react-overlays ^0.9.0 -> ^5.0.0 age adoption passing confidence

Release Notes

react-bootstrap/react-overlays

v5.2.1

Compare Source

Bug Fixes

v5.2.0

Compare Source

Features

5.1.2 (2022-05-10)

Bug Fixes

5.1.1 (2021-07-11)

Bug Fixes
  • types: fixed TransitionCallbacks interface to reflect react-transition-group args (#​962) (282161c)

v5.1.2

Compare Source

Bug Fixes

v5.1.1

Compare Source

Bug Fixes
  • types: fixed TransitionCallbacks interface to reflect react-transition-group args (#​962) (282161c)

v5.1.0

Bug Fixes
  • Dropdown: add checking if ref exists on dropdown (#​958) (b0363c0)
  • Dropdown: avoid calling onToggle when tabbing if menu ref not set (#​959) (1c23c7d)
  • allow internal tabbing in dropdown menu (#​939) (30fb517)
Features

5.0.1 (2021-04-21)

Bug Fixes

v5.0.1

Bug Fixes

v5.0.0

Compare Source

BREAKING CHANGES
  • Dropdown does not inject props or accept a children render function (it just works)

4.1.1 (2020-10-29)

Bug Fixes

v4.1.1

Compare Source

Bug Fixes

v4.1.0

Compare Source

Bug Fixes
Features

v4.0.0

Compare Source

Features
BREAKING CHANGES
  • popperConfig longer accept object forms of modifiers, pass an array instead

  • overlay and dropdown menu injected values are different

  • overlay no longer triggers an update when placement change due to auto or flip placements

  • address feedback

v3.2.0

Compare Source

Bug Fixes
Features
  • Modal: Prevent onHide when keyboard event defaultPrevented is true (#​816) (b4ffcec)

3.1.3 (2020-04-22)

Bug Fixes

3.1.2 (2020-04-20)

Bug Fixes
  • esm imports in cjs build (933b159)

3.1.1 (2020-04-20)

Bug Fixes

v3.1.3

Compare Source

Bug Fixes

v3.1.2

Compare Source

Bug Fixes
  • esm imports in cjs build (933b159)

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Bug Fixes
Features

3.0.1 (2020-03-16)

Bug Fixes

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

Features
BREAKING CHANGES
  • popper upgrade to v2, slightly different modifiers format now

2.1.1 (2020-02-03)

Bug Fixes

v2.1.1

Compare Source

Bug Fixes

v2.1.0

Compare Source

Bug Fixes
  • github: correct name of bug report template (30ab079)
Features
  • github: add issue templates (4fc4e52)

v2.0.0

Compare Source

No changes from 2.0.0-1

v1.2.0

Compare Source

Features

1.1.2 (2019-02-13)

Bug Fixes

1.1.1 (2019-01-04)

Bug Fixes

v1.1.2

Compare Source

Bug Fixes

v1.1.1

Compare Source

Bug Fixes

v1.1.0

Compare Source

Bug Fixes
Features
  • add RootCloseWrapper's disabled support to Overlay (#​273) (2e316d1)

v0.8.3

2017-10-24

  • Bugfix: Support React v16 portal API (#​208)
  • Bugfix: Only call onRendered in <LegacyPortal> on initial render (#​218)
  • Bugfix: Use more robust method of getting <Modal> dialog element (#​220)
  • Bugfix: Remove broken getOverlayDOMNode from <Portal> (#​222)

v0.8.2

2017-10-06

  • Bugfix: Fix detecting escape keyboard event on IE (#​211)

v0.8.1

2017-09-13

  • Bugfix: Use keydown instead of incorrect keyup for <Modal> close keyboard event (#​195)

v0.8.0

2017-07-03

  • Feature: Remove <Transition> and depend on react-transition-group@2.0.0 (#​184)

v0.7.0

2017-04-22

  • Chore: Update dependencies to avoid React deprecation warnings
  • Chore: Use function refs (#​159)

v0.6.12

2017-03-06

  • Feature: Add mountOnEnter to <Transition> (#​144)
  • Feature: Add restoreFocus to <Modal> (#​145)

v0.6.11

2017-02-13

  • Feature: Allow accessibility attributes on <Modal> root element (#​114)
  • Feature: Expose triggering event in onRootClose callback (#​142)

v0.6.10

2016-10-03

  • Bugfix: Don't fire onRootClose in capture phase to avoid race conditions with React events (#​118)

v0.6.9

2016-10-01

  • Bugfix: Don't spuriously trigger onRootClose when React event handler unmounts event target (#​117)

v0.6.8

2016-09-30

  • Feature: Remove wrapping DOM element in <RootCloseWrapper> (#​116)
  • Bugfix: Do not bind listeners for <RootCloseWrapper> when disabled is set (#​116)

v0.6.7

2016-09-29

  • Feature: Allow opt-out of <Modal> container styling (#​113)
  • Feature: Add renderBackdrop to <Modal> (#​113)

v0.6.6

2016-08-01

  • Bugfix: Don't trigger PropTypes warning (#​105)

v0.6.5

2016-07-13

  • Bugfix: Make target on <Portal> work like container (#​102)

v0.6.4

2016-07-11

  • Feature: Add disabled prop to <RootCloseWrapper> (#​93)
  • Feature: Add event prop to <RootCloseWrapper> to control mouse event that triggers root close behavior (#​95)
  • Bugfix: Fix restoring focus on closing <Modal> (#​82)
  • Bugfix: Do not pass unknown props to children (#​99)
  • Chore: Upgrade to Babel 6 (#​100)

v0.6.3

2016-04-07

  • Minor: Update React peer dependency (#​76)

v0.6.2

2016-04-03

  • Bugfix: Fix unmounting <Portal> when parent is unmounted (#​74)

v0.6.1

2016-03-28

  • Bugfix: Flush new props to DOM before initiating transitions (#​60)
  • Bugfix: Update <Portal> container node when container prop changes (#​66)
  • Bugfix: Don't invoke close in <RootCloseWrapper> on right clicks (#​69)

v0.6.0 - Fri, 15 Jan 2016 16:15:50 GMT

  • c0b5890 [fixed] Don't forward own props from
  • 742c3c1 [fixed] Modal does not fire show callback

v0.5.4 - Tue, 17 Nov 2015 20:03:06 GMT

  • 4eabbfc [added] affix state callbacks

v0.5.3 - Mon, 16 Nov 2015 19:52:03 GMT

  • d064667 [fixed] AutoAffix nnot passing width or updating

v0.5.2 - Mon, 16 Nov 2015 17:32:27 GMT

  • 823d0f8 [fixed] fix missing warning dep
  • 1857449 [changed] Friendlier default for AutoAffix
  • f633476 [fixed] clean up modal styles if unmounted during exit transition

v0.5.1 - Mon, 02 Nov 2015 16:07:44 GMT

  • e965152 [added] Affix and AutoAffix

v0.5.0 - Wed, 07 Oct 2015 19:40:23 GMT

  • 044100b [added] React 0.14 support
  • edd316a [added] aria-hidden, by default, to modal container siblings.

v0.4.4 - Mon, 24 Aug 2015 18:34:19 GMT

v0.4.3 - Sun, 23 Aug 2015 22:54:52 GMT

  • 4f7823e [changed] focus target of the modal to its content

v0.4.2 - Mon, 10 Aug 2015 19:04:31 GMT

v0.4.1 - Tue, 04 Aug 2015 23:48:08 GMT

v1.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading