Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency popper.js to v2 #302

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 21, 2020

Mend Renovate

This PR contains the following updates:

Package Update Change
popper.js (source) major 1.14.3 -> 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)

v1.14.7

Compare Source

  • fix: TS and Flow types for preventOverflow and flip modifiers;

v1.14.6

Compare Source

  • fix: getOuterSizes returning NaN for virtual elements (#​711)
  • fix: improve rounding (#​715)
  • fix: flow types should live in umd folder (fixes Flow types)

v1.14.5

Compare Source

Popper.js

  • fix: Skip elements that does not have .offsetParent correctly (#​659)
  • fix: add missing props of Data to typescript declarations (#​655)
  • fix: add support for th elements (#​276) (#​650)
  • fix: run getComputedStyle in the same context as the target element (#​678)

Tooltip.js:

  • feat: options.closeOnClickOutside to close tooltip on click outside (#​661)
  • fix: update tooltip typings (#​675)

v1.14.4

Compare Source

Popper.js

  • docs: fixed some typos and grammar. (#​582)
  • test: Fix flaky test on IE (#​606)
  • fix: Get elements ownerDocument for correct measurements (#​607)
  • feat: Add Flow types to Popper.js (#​602)
  • docs: fix typos (#​616)
  • fix(computeStyle): correctly calculate bottom when x="top" and right when y="left" (#​612)
  • feat: Add specific padding to boundaries (#​518) (#​615)
  • docs: erroneous docs on placement (#​623)
  • docs: improved issue template
  • docs: fix typo on docs ("gzpipped" -> "gzipped") (#​631)
  • fix: Unignore flow typings from npm publish (#​633)
  • docs: update ad code
  • fix: add missing Data.arrowStyles declarations; (#​641)
  • fix: add typecript types to npm build (#​593)
  • refactor: tiny redundancy (#​657)
  • fix(flow): add event listener methods to Instance (#​656)

Tooltip.js

  • feat: set custom selectors for tooltip (#​644)
  • feat: use visibility instead of display for tooltip (#​647)
  • docs: options.placement only accepts string (#​660)

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 Mend Renovate. View repository job log here.

@sylvestre sylvestre force-pushed the master branch 8 times, most recently from 833c905 to db89bf7 Compare April 23, 2024 00:00
@sylvestre sylvestre force-pushed the master branch 7 times, most recently from 0a92913 to 42ec688 Compare April 30, 2024 00:00
@sylvestre sylvestre force-pushed the master branch 3 times, most recently from dfcfdf7 to 12bed22 Compare May 4, 2024 00:00
@sylvestre sylvestre force-pushed the master branch 8 times, most recently from bf8e70e to a6170d7 Compare May 22, 2024 00:00
@sylvestre sylvestre force-pushed the master branch 4 times, most recently from a3c6ab1 to 8d38f40 Compare May 26, 2024 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant