chore(deps): update dependency popper.js to v2 #3281
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.16.1
->2.11.8
Release Notes
popperjs/popper-core (popper.js)
v2.11.8
: @popperjs/core v2.11.8Compare Source
v2.11.7
: @popperjs/[email protected]Compare Source
Bug Fixes
v2.11.6
Compare Source
Bug Fixes
fix: position in Safari when pinch-zooming using fixed strategy
fix: avoid Chrome DevTools warning about userAgent usage
v2.11.5
Compare Source
Bug Fixes
v2.11.4
Compare Source
Fixes
postinstall
scriptv2.11.3
Compare Source
Bug Fixes
Fixes a placement issue that is caused when the starting offset parent element is inside shadow DOM. (#1535)
Positioning using strategy fixed when inside a containing block (#1579)
v2.11.2
: @popperjs/[email protected]Compare Source
v2.11.1
: @popperjs/[email protected]Compare Source
Bug Fixes
Round computed offsets after all the modifiers math is executed (#1418)
Fix regression with detection of clipping boundaries (#1478)
v2.11.0
Compare Source
New Features
Bug Fixes
fix(computeStyles): adaptive option with fixed strategy on mobile (#1398)
fix(getClippingRect): check position of clipping parent (#1399)
fix(computeStyles): subpixel misalignment with round function (#1400)
fix(preventOverflow): altAxis + tether (#1401)
fix: handle scaled parent elements (#1402)
Exposes
OffsetsFunction
type (#1411)v2.10.2
Compare Source
Bug Fixes
v2.10.1
Compare Source
Bug Fixes
Adaptive option now takes in account placement variations (#1360)
Avoid using scrollHeight/scrollWidth when the position is fixed and when the offsetParent is the window (#1356)
Support monitors with DPI higher than 1 but minor than 2 (#1308)
Revert module export map (#1362)
v2.10.0
Compare Source
New Features
The module now defines an exports map to better work on different environments (#1342) (#1359)
Allow to use a callback as setOptions value (#1352) (#1359)
Bug Fixes
v2.9.3
Compare Source
Bug Fixes
v2.9.2
Compare Source
Bug Fixes
v2.9.1
Compare Source
Bug Fixes
Replace includes with indexOf (#1264)
Upgraded flow-to-ts to get rid of the remaining of the TS specific workarounds (#1262)
v2.9.0
Compare Source
Refactors
Bug Fixes
v2.8.6
Compare Source
Bug Fixes
v2.8.5
Compare Source
Bug Fixes
v2.8.4
Compare Source
Bug Fixes
v2.8.3
Compare Source
Bug Fixes
v2.8.2
Compare Source
Bug Fixes
v2.8.1
Compare Source
Performance Improvements
v2.8.0
Compare Source
New Features
Bug Fixes
preventOverflow
tether
option would be ignored ifaltAxis
was set to true (#1248)Margin-styling no longer lingers on element after popper instance is destroyed (#1246)
v2.7.2
Compare Source
Bug Fixes
v2.7.1
Compare Source
Bug Fixes
Fixed a regression introduced in the previous version relative to element.ownerDocument being undefined (#1243)
Improvements where HTML element has relative position (#1148)
issue with Shadow DOM detection and Anchor elements (#1240)
v2.7.0
Compare Source
New Features
Bug Fixes
<body>
by usingownerDocument.body
instead of tagName (#1226)v2.6.0
Compare Source
New Features
roundOffsets
option to computeStyles modifier (#1193)Refactorings
Upgrade flow to 0.139 (#1197)
Resolve all flow warnings (#1197)
v2.5.4
Compare Source
Bug Fixes
getRootNode
is notundefined
. (#1185)v2.5.3
Compare Source
Bug Fixes
v2.5.2
Compare Source
Bug Fixes
v2.5.1
Compare Source
Bug Fixes
patch-package was trying to run on consumers installations (#1177)
we now run it on
prepare
v2.5.0
Compare Source
Refactorings
Bug Fixes
Fixes exceptions when iframes containing popper targets are removed. (#1157)
fix generated typescript definition (#1150)
Added fallback to window.document for getDocumentElement (#1151)
v2.4.4
Compare Source
Bug Fixes
v2.4.3
Compare Source
Bug Fixes
Fix path issue with TS builds (#1144)
remove body as a clippingParent (#1142)
Improve error message for issue reported in #1133 (#1143)
Export
detectOverflow
utility from all the dist targets. (#1140)Issue when
position: relative
is given to `html> element (#1141)v2.4.2
Compare Source
Bug Fixes
v2.4.1
Compare Source
Bug Fixes
Fixed problem with offset parents generated by "transform" CSS properties. (#1115) (#1123)
Fixed issue with parent tables with position different than "initial" (#1124) (#1125)
fixed issue with viewport size detection on iOS (#1099)
v2.4.0
Compare Source
feat: mainAxis and altAxis options for the "flip" modifier
These two new options allow to specify which axes the "flip" modifier will check when it
needs to decide to flip the popper element.
v2.3.3
Compare Source
arrowModifier
'selement
option now allows to be set tonull
to help with 3rd party integrations/wrappers;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 PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.