Update dependency popper.js to v2 #5

Open
renovate-bot wants to merge 1 commit from renovate/popper.js-2.x into master
Collaborator

This PR contains the following updates:

Package Update Change
popper.js (source) major 1.14.7 -> 2.11.8

Release Notes

popperjs/popper-core (popper.js)

v2.11.8: @​popperjs/core v2.11.8

Compare Source

v2.11.7: @​popperjs/core@2.11.7

Compare Source

Bug Fixes

  • fix: Use correct window to get the devicePixelRatio #​2229

v2.11.6

Compare Source

Bug Fixes

v2.11.5

Compare Source

Bug Fixes

  • fix(types): Constrain Modifier Options to same type as Options in ModifierArguments #​1598

v2.11.4

Compare Source

Fixes

  • Fixed an issue with the postinstall script

v2.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/core@v2.11.2

Compare Source

v2.11.1: @​popperjs/core@v2.11.2

Compare Source

Note

: 2.11.1 has a wrong dependency in its package.json, 2.11.2 was released to fix it

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

  • Allow SVG elements as boundary (#​1405)

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

  • Fixes issue with elements of non-integer sizes (#​1351 (comment)) (#​1380)

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

  • Handle scaled parent elements (#​1247)

v2.9.2

Compare Source

Bug Fixes

  • fixing invalid containing block calculation on IE for fixed strategy (#​1268)

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

  • Upgraded flow-to-ts in order to remove some TS-specific workarounds. (#​1260)

Bug Fixes

  • Fixed issue with sub pixels (#​1261)

v2.8.6

Compare Source

Bug Fixes

  • pixel positioning on particular edge cases (#​1256)

v2.8.5

Compare Source

Bug Fixes

  • getWindow doesn't error if a null node is provided (#​1258)

v2.8.4

Compare Source

Bug Fixes

  • Arrow padding function was called with outdated arguments (#​1255)

v2.8.3

Compare Source

Bug Fixes

  • Compatibility issue with IE11 (#​1253)

v2.8.2

Compare Source

Bug Fixes

v2.8.1

Compare Source

Performance Improvements

v2.8.0

Compare Source

New Features

  • Now you can pass a function to the arrow padding option (#​1245)

Bug Fixes

  • preventOverflow tether option would be ignored if altAxis 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

  • Fix getOffsetParent with will-change property (#​1244)

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

  • Improve computeStyles modifier with customize roundOffsets support (#​1213)

Bug Fixes

  • Checking wether element is <body> by using ownerDocument.body instead of tagName (#​1226)

v2.6.0

Compare Source

https://app.circleci.com/pipelines/github/SironaMedical/services-frontend/4151/workflows/97d270ae-c712-4147-9900-4780f92693ff

New Features

  • Add roundOffsets option to computeStyles modifier (#​1193)

Refactorings

v2.5.4

Compare Source

Bug Fixes

  • Added a check that getRootNode is not undefined. (#​1185)

v2.5.3

Compare Source

Bug Fixes

  • improve shadow root detection (#​1166)

v2.5.2

Compare Source

Bug Fixes

  • Added check for rootNode before performing other actions on the object (#​1174)

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

  • restructure to make more tree-shakable without importing built code (#​1162)

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

  • Exclude reference element from scroll parents list (#​1147)

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

  • fix(types): arrowModifier's element option now allows to be set to null to help with 3rd party integrations/wrappers;

v1.16.1

Compare Source

  • chore: added funding field in package.json

v1.16.0

Compare Source

v1.15.0

Compare Source

  • fix(types): add missing reference and popper class properties (#​759)
  • fix: add "unpkg" field to package.json to link to minified version (#​758)
  • feat: add 'flipVariationsByContent' option to flip modifier (#​754)

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 becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [popper.js](https://popper.js.org/) ([source](https://github.com/popperjs/popper-core)) | major | `1.14.7` -> `2.11.8` | --- ### Release Notes <details> <summary>popperjs/popper-core (popper.js)</summary> ### [`v2.11.8`](https://github.com/floating-ui/floating-ui/releases/tag/v2.11.8): @&#8203;popperjs/core v2.11.8 [Compare Source](https://github.com/popperjs/popper-core/compare/v2.11.7...v2.11.8) ### [`v2.11.7`](https://github.com/floating-ui/floating-ui/releases/tag/v2.11.7): @&#8203;popperjs/core@2.11.7 [Compare Source](https://github.com/popperjs/popper-core/compare/v2.11.6...v2.11.7) #### Bug Fixes - fix: Use correct window to get the devicePixelRatio [#&#8203;2229](https://github.com/popperjs/popper-core/issues/2229) ### [`v2.11.6`](https://github.com/floating-ui/floating-ui/releases/tag/v2.11.6) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.11.5...v2.11.6) #### Bug Fixes - fix: position in Safari when pinch-zooming using fixed strategy - Adapted from https://github.com/floating-ui https://github.com/floating-ui/floating-ui/issues/1121 - fix: avoid Chrome DevTools warning about userAgent usage ### [`v2.11.5`](https://github.com/floating-ui/floating-ui/releases/tag/v2.11.5) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.11.4...v2.11.5) #### Bug Fixes - fix(types): Constrain Modifier Options to same type as Options in ModifierArguments [#&#8203;1598](https://github.com/popperjs/popper-core/issues/1598) ### [`v2.11.4`](https://github.com/floating-ui/floating-ui/releases/tag/v2.11.4) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.11.3...v2.11.4) #### Fixes - Fixed an issue with the `postinstall` script ### [`v2.11.3`](https://github.com/floating-ui/floating-ui/releases/tag/v2.11.3) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.11.2...v2.11.3) #### Bug Fixes - Fixes a placement issue that is caused when the starting offset parent element is inside shadow DOM. ([#&#8203;1535](https://rollingversions.com/floating-ui/floating-ui/pull/1535)) - Positioning using strategy fixed when inside a containing block ([#&#8203;1579](https://rollingversions.com/floating-ui/floating-ui/pull/1579)) ### [`v2.11.2`](https://github.com/floating-ui/floating-ui/releases/tag/v2.11.2): @&#8203;popperjs/core@v2.11.2 [Compare Source](https://github.com/popperjs/popper-core/compare/v2.11.1...v2.11.2) ### [`v2.11.1`](https://github.com/floating-ui/floating-ui/releases/tag/v2.11.1): @&#8203;popperjs/core@v2.11.2 [Compare Source](https://github.com/popperjs/popper-core/compare/v2.11.0...v2.11.1) > **Note**: 2.11.1 has a wrong dependency in its package.json, 2.11.2 was released to fix it #### Bug Fixes - Round computed offsets after all the modifiers math is executed ([#&#8203;1418](https://github.com/popperjs/popper-core/issues/1418)) - Fix regression with detection of clipping boundaries ([#&#8203;1478](https://github.com/popperjs/popper-core/issues/1478)) ### [`v2.11.0`](https://github.com/floating-ui/floating-ui/releases/tag/v2.11.0) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.10.2...v2.11.0) #### New Features - Allow SVG elements as boundary ([#&#8203;1405](https://github.com/popperjs/popper-core/issues/1405)) #### Bug Fixes - fix(computeStyles): adaptive option with fixed strategy on mobile ([#&#8203;1398](https://github.com/popperjs/popper-core/issues/1398)) - fix(getClippingRect): check position of clipping parent ([#&#8203;1399](https://github.com/popperjs/popper-core/issues/1399)) - fix(computeStyles): subpixel misalignment with round function ([#&#8203;1400](https://github.com/popperjs/popper-core/issues/1400)) - fix(preventOverflow): altAxis + tether ([#&#8203;1401](https://github.com/popperjs/popper-core/issues/1401)) - fix: handle scaled parent elements ([#&#8203;1402](https://github.com/popperjs/popper-core/issues/1402)) - Exposes `OffsetsFunction` type ([#&#8203;1411](https://github.com/popperjs/popper-core/issues/1411)) ### [`v2.10.2`](https://github.com/floating-ui/floating-ui/releases/tag/v2.10.2) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.10.1...v2.10.2) #### Bug Fixes - Fixes issue with elements of non-integer sizes ([#&#8203;1351](https://github.com/popperjs/popper-core/issues/1351) (comment)) ([#&#8203;1380](https://github.com/popperjs/popper-core/issues/1380)) ### [`v2.10.1`](https://github.com/floating-ui/floating-ui/releases/tag/v2.10.1) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.10.0...v2.10.1) #### Bug Fixes - Adaptive option now takes in account placement variations ([#&#8203;1360](https://github.com/popperjs/popper-core/issues/1360)) - Avoid using scrollHeight/scrollWidth when the position is fixed and when the offsetParent is the window ([#&#8203;1356](https://github.com/popperjs/popper-core/issues/1356)) - Support monitors with DPI higher than 1 but minor than 2 ([#&#8203;1308](https://github.com/popperjs/popper-core/issues/1308)) - Revert module export map ([#&#8203;1362](https://github.com/popperjs/popper-core/issues/1362)) ### [`v2.10.0`](https://github.com/floating-ui/floating-ui/releases/tag/v2.10.0) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.9.3...v2.10.0) #### New Features - The module now defines an exports map to better work on different environments ([#&#8203;1342](https://github.com/popperjs/popper-core/issues/1342)) ([#&#8203;1359](https://github.com/popperjs/popper-core/issues/1359)) - Allow to use a callback as setOptions value ([#&#8203;1352](https://github.com/popperjs/popper-core/issues/1352)) ([#&#8203;1359](https://github.com/popperjs/popper-core/issues/1359)) #### Bug Fixes - Incorrect position when offsetWidth/height is 0 ([#&#8203;1353](https://github.com/popperjs/popper-core/issues/1353)) ([#&#8203;1359](https://github.com/popperjs/popper-core/issues/1359)) ### [`v2.9.3`](https://github.com/floating-ui/floating-ui/releases/tag/v2.9.3) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.9.2...v2.9.3) #### Bug Fixes - Handle scaled parent elements ([#&#8203;1247](https://github.com/popperjs/popper-core/issues/1247)) ### [`v2.9.2`](https://github.com/floating-ui/floating-ui/releases/tag/v2.9.2) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.9.1...v2.9.2) #### Bug Fixes - fixing invalid containing block calculation on IE for fixed strategy ([#&#8203;1268](https://github.com/popperjs/popper-core/issues/1268)) ### [`v2.9.1`](https://github.com/floating-ui/floating-ui/releases/tag/v2.9.1) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.9.0...v2.9.1) #### Bug Fixes - Replace includes with indexOf ([#&#8203;1264](https://github.com/popperjs/popper-core/issues/1264)) - Upgraded flow-to-ts to get rid of the remaining of the TS specific workarounds ([#&#8203;1262](https://github.com/popperjs/popper-core/issues/1262)) ### [`v2.9.0`](https://github.com/floating-ui/floating-ui/releases/tag/v2.9.0) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.8.6...v2.9.0) #### Refactors - Upgraded flow-to-ts in order to remove some TS-specific workarounds. ([#&#8203;1260](https://github.com/popperjs/popper-core/issues/1260)) #### Bug Fixes - Fixed issue with sub pixels ([#&#8203;1261](https://github.com/popperjs/popper-core/issues/1261)) ### [`v2.8.6`](https://github.com/floating-ui/floating-ui/releases/tag/v2.8.6) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.8.5...v2.8.6) #### Bug Fixes - pixel positioning on particular edge cases ([#&#8203;1256](https://github.com/popperjs/popper-core/issues/1256)) ### [`v2.8.5`](https://github.com/floating-ui/floating-ui/releases/tag/v2.8.5) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.8.4...v2.8.5) #### Bug Fixes - getWindow doesn't error if a null node is provided ([#&#8203;1258](https://github.com/popperjs/popper-core/issues/1258)) ### [`v2.8.4`](https://github.com/floating-ui/floating-ui/releases/tag/v2.8.4) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.8.3...v2.8.4) #### Bug Fixes - Arrow padding function was called with outdated arguments ([#&#8203;1255](https://github.com/popperjs/popper-core/issues/1255)) ### [`v2.8.3`](https://github.com/floating-ui/floating-ui/releases/tag/v2.8.3) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.8.2...v2.8.3) #### Bug Fixes - Compatibility issue with IE11 ([#&#8203;1253](https://github.com/popperjs/popper-core/issues/1253)) ### [`v2.8.2`](https://github.com/floating-ui/floating-ui/releases/tag/v2.8.2) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.8.1...v2.8.2) #### Bug Fixes - Install issue ([#&#8203;1251](https://github.com/popperjs/popper-core/issues/1251)) ### [`v2.8.1`](https://github.com/floating-ui/floating-ui/releases/tag/v2.8.1) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.8.0...v2.8.1) #### Performance Improvements - Reduced lib size (a bit) ([#&#8203;1249](https://github.com/popperjs/popper-core/issues/1249)) ### [`v2.8.0`](https://github.com/floating-ui/floating-ui/releases/tag/v2.8.0) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.7.2...v2.8.0) #### New Features - Now you can pass a function to the arrow padding option ([#&#8203;1245](https://github.com/popperjs/popper-core/issues/1245)) #### Bug Fixes - preventOverflow `tether` option would be ignored if `altAxis` was set to true ([#&#8203;1248](https://github.com/popperjs/popper-core/issues/1248)) - Margin-styling no longer lingers on element after popper instance is destroyed ([#&#8203;1246](https://github.com/popperjs/popper-core/issues/1246)) ### [`v2.7.2`](https://github.com/floating-ui/floating-ui/releases/tag/v2.7.2) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.7.1...v2.7.2) #### Bug Fixes - Fix getOffsetParent with will-change property ([#&#8203;1244](https://github.com/popperjs/popper-core/issues/1244)) ### [`v2.7.1`](https://github.com/floating-ui/floating-ui/releases/tag/v2.7.1) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.7.0...v2.7.1) #### Bug Fixes - Fixed a regression introduced in the previous version relative to element.ownerDocument being undefined ([#&#8203;1243](https://github.com/popperjs/popper-core/issues/1243)) - Improvements where HTML element has relative position ([#&#8203;1148](https://github.com/popperjs/popper-core/issues/1148)) - issue with Shadow DOM detection and Anchor elements ([#&#8203;1240](https://github.com/popperjs/popper-core/issues/1240)) ### [`v2.7.0`](https://github.com/floating-ui/floating-ui/releases/tag/v2.7.0) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.6.0...v2.7.0) #### New Features - Improve computeStyles modifier with customize roundOffsets support ([#&#8203;1213](https://github.com/popperjs/popper-core/issues/1213)) #### Bug Fixes - Checking wether element is `<body>` by using `ownerDocument.body` instead of tagName ([#&#8203;1226](https://github.com/popperjs/popper-core/issues/1226)) ### [`v2.6.0`](https://github.com/floating-ui/floating-ui/releases/tag/v2.6.0) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.5.4...v2.6.0) > https://app.circleci.com/pipelines/github/SironaMedical/services-frontend/4151/workflows/97d270ae-c712-4147-9900-4780f92693ff #### New Features - Add `roundOffsets` option to computeStyles modifier ([#&#8203;1193](https://github.com/popperjs/popper-core/issues/1193)) #### Refactorings - Upgrade flow to 0.139 ([#&#8203;1197](https://github.com/popperjs/popper-core/issues/1197)) - Resolve all flow warnings ([#&#8203;1197](https://github.com/popperjs/popper-core/issues/1197)) ### [`v2.5.4`](https://github.com/floating-ui/floating-ui/releases/tag/v2.5.4) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.5.3...v2.5.4) #### Bug Fixes - Added a check that `getRootNode` is not ` undefined `. ([#&#8203;1185](https://github.com/popperjs/popper-core/issues/1185)) ### [`v2.5.3`](https://github.com/floating-ui/floating-ui/releases/tag/v2.5.3) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.5.2...v2.5.3) #### Bug Fixes - improve shadow root detection ([#&#8203;1166](https://github.com/popperjs/popper-core/issues/1166)) ### [`v2.5.2`](https://github.com/floating-ui/floating-ui/releases/tag/v2.5.2) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.5.1...v2.5.2) #### Bug Fixes - Added check for rootNode before performing other actions on the object ([#&#8203;1174](https://github.com/popperjs/popper-core/issues/1174)) ### [`v2.5.1`](https://github.com/floating-ui/floating-ui/releases/tag/v2.5.1) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.5.0...v2.5.1) #### Bug Fixes - patch-package was trying to run on consumers installations ([#&#8203;1177](https://github.com/popperjs/popper-core/issues/1177)) we now run it on `prepare` ### [`v2.5.0`](https://github.com/floating-ui/floating-ui/releases/tag/v2.5.0) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.4.4...v2.5.0) #### Refactorings - restructure to make more tree-shakable without importing built code ([#&#8203;1162](https://github.com/popperjs/popper-core/issues/1162)) #### Bug Fixes - Fixes exceptions when iframes containing popper targets are removed. ([#&#8203;1157](https://github.com/popperjs/popper-core/issues/1157)) - fix generated typescript definition ([#&#8203;1150](https://github.com/popperjs/popper-core/issues/1150)) - Added fallback to window.document for getDocumentElement ([#&#8203;1151](https://github.com/popperjs/popper-core/issues/1151)) ### [`v2.4.4`](https://github.com/floating-ui/floating-ui/releases/tag/v2.4.4) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.4.3...v2.4.4) #### Bug Fixes - Exclude reference element from scroll parents list ([#&#8203;1147](https://github.com/popperjs/popper-core/issues/1147)) ### [`v2.4.3`](https://github.com/floating-ui/floating-ui/releases/tag/v2.4.3) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.4.2...v2.4.3) #### Bug Fixes - Fix path issue with TS builds ([#&#8203;1144](https://github.com/popperjs/popper-core/issues/1144)) - remove body as a clippingParent ([#&#8203;1142](https://github.com/popperjs/popper-core/issues/1142)) - Improve error message for issue reported in [#&#8203;1133](https://github.com/popperjs/popper-core/issues/1133) ([#&#8203;1143](https://github.com/popperjs/popper-core/issues/1143)) - Export `detectOverflow` utility from all the dist targets. ([#&#8203;1140](https://github.com/popperjs/popper-core/issues/1140)) - Issue when `position: relative` is given to \`html> element ([#&#8203;1141](https://github.com/popperjs/popper-core/issues/1141)) ### [`v2.4.2`](https://github.com/floating-ui/floating-ui/releases/tag/v2.4.2) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.4.1...v2.4.2) #### Bug Fixes - Fix infinite loop if popper is an unmounted element ([#&#8203;1128](https://github.com/popperjs/popper-core/issues/1128)) ([#&#8203;1129](https://github.com/popperjs/popper-core/issues/1129)) ### [`v2.4.1`](https://github.com/floating-ui/floating-ui/releases/tag/v2.4.1) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.4.0...v2.4.1) #### Bug Fixes - Fixed problem with offset parents generated by "transform" CSS properties. ([#&#8203;1115](https://github.com/popperjs/popper-core/issues/1115)) ([#&#8203;1123](https://github.com/popperjs/popper-core/issues/1123)) - Fixed issue with parent tables with position different than "initial" ([#&#8203;1124](https://github.com/popperjs/popper-core/issues/1124)) ([#&#8203;1125](https://github.com/popperjs/popper-core/issues/1125)) - fixed issue with viewport size detection on iOS ([#&#8203;1099](https://github.com/popperjs/popper-core/issues/1099)) ### [`v2.4.0`](https://github.com/floating-ui/floating-ui/releases/tag/v2.4.0) [Compare Source](https://github.com/popperjs/popper-core/compare/v2.3.3...v2.4.0) - 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`](https://github.com/floating-ui/floating-ui/releases/tag/v2.3.3) [Compare Source](https://github.com/popperjs/popper-core/compare/v1.16.1...v2.3.3) - fix(types): `arrowModifier`'s `element` option now allows to be set to `null` to help with 3rd party integrations/wrappers; ### [`v1.16.1`](https://github.com/floating-ui/floating-ui/releases/tag/v1.16.1) [Compare Source](https://github.com/popperjs/popper-core/compare/v1.16.0...v1.16.1) - chore: added `funding` field in `package.json` ### [`v1.16.0`](https://github.com/floating-ui/floating-ui/releases/tag/v1.16.0) [Compare Source](https://github.com/popperjs/popper-core/compare/v1.15.0...v1.16.0) - 🚀 feat: referenceNode support for reference objects (closes [#&#8203;800](https://github.com/popperjs/popper-core/issues/800)) ([#&#8203;801](https://github.com/popperjs/popper-core/issues/801)) (thanks [@&#8203;Benjamin-Dobell](https://github.com/Benjamin-Dobell)) - 🛠 fix: make browser detection more reliable ([#&#8203;768](https://github.com/popperjs/popper-core/issues/768)) (thanks [@&#8203;mrzepinski](https://github.com/mrzepinski)) - 🛠 fix: Remove /src from .npmignore (for debugging) ([#&#8203;761](https://github.com/popperjs/popper-core/issues/761)) (thanks [@&#8203;justingrant](https://github.com/justingrant)) - 🛠 fix: calculation that results in NaN ([#&#8203;790](https://github.com/popperjs/popper-core/issues/790)) (thanks [@&#8203;snoozbuster](https://github.com/snoozbuster)) - 🛠 fix: ESM style export of Padding in TS typedefs ([#&#8203;802](https://github.com/popperjs/popper-core/issues/802)) (thanks [@&#8203;Benjamin-Dobell](https://github.com/Benjamin-Dobell)) - 🛠 fix: `.js.flow` definitions ([#&#8203;829](https://github.com/popperjs/popper-core/issues/829)) (thanks [@&#8203;pascalduez](https://github.com/pascalduez)) - ⚡️ perf: declared packages side effect free and fixed existing side effects ([#&#8203;830](https://github.com/popperjs/popper-core/issues/830)) (thanks [@&#8203;maclockard](https://github.com/maclockard)) - 📖 docs: add complete live example - 📖 docs: HTTPS codepen link ([#&#8203;795](https://github.com/popperjs/popper-core/issues/795)) (thanks [@&#8203;coliff](https://github.com/coliff)) - 📖 docs: fix typo in destroy.js comment ([#&#8203;810](https://github.com/popperjs/popper-core/issues/810)) (thanks [@&#8203;XhmikosR](https://github.com/XhmikosR)) - 🏡 chore: upgrade lerna ([#&#8203;803](https://github.com/popperjs/popper-core/issues/803)) (thanks [@&#8203;jquense](https://github.com/jquense)) ### [`v1.15.0`](https://github.com/floating-ui/floating-ui/releases/tag/v1.15.0) [Compare Source](https://github.com/popperjs/popper-core/compare/v1.14.7...v1.15.0) - fix(types): add missing `reference` and `popper` class properties ([#&#8203;759](https://github.com/popperjs/popper-core/issues/759)) - fix: add "unpkg" field to package.json to link to minified version ([#&#8203;758](https://github.com/popperjs/popper-core/issues/758)) - feat: add 'flipVariationsByContent' option to flip modifier ([#&#8203;754](https://github.com/popperjs/popper-core/issues/754)) </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuOCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot force-pushed renovate/popper.js-2.x from fe7bbc5feb to 67073ac699 2025-07-08 12:22:56 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/popper.js-2.x:renovate/popper.js-2.x
git switch renovate/popper.js-2.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/popper.js-2.x
git switch renovate/popper.js-2.x
git rebase master
git switch master
git merge --ff-only renovate/popper.js-2.x
git switch renovate/popper.js-2.x
git rebase master
git switch master
git merge --no-ff renovate/popper.js-2.x
git switch master
git merge --squash renovate/popper.js-2.x
git switch master
git merge --ff-only renovate/popper.js-2.x
git switch master
git merge renovate/popper.js-2.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: KumiSystems/stolen#5
No description provided.