Skip to content

Commit

Permalink
build: bump react-popper to version 2
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

- The style of the arrow is now in a `::before` pseudo-element.
- `data-placement` of the Popover is now `data-popper-placement`.

See the migration guide for more information:
https://popper.js.org/docs/v2/migration-guide/
  • Loading branch information
xballoy committed Jun 18, 2020
1 parent b42cff8 commit 7af7a52
Show file tree
Hide file tree
Showing 18 changed files with 16,588 additions and 15,542 deletions.
30,157 changes: 15,702 additions & 14,455 deletions package-lock.json

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/jest": "^23.3.11",
"@types/prop-types": "^15.5.8",
"@types/react": "^16.7.18",
"@types/react-modal": "^3.6.0",
"@types/react-modal": "3.8.0",
"@types/react-test-renderer": "^16.0.3",
"auto-changelog": "^1.10.2",
"babel-cli": "^6.26.0",
Expand Down Expand Up @@ -137,7 +137,7 @@
"react-router-dom": "4.1.0",
"react-scripts": "^1.1.5",
"react-syntax-highlighter": "^7.0.4",
"react-test-renderer": "^16.7.0",
"react-test-renderer": "^16.8.0",
"react-transition-group": "~2.3.1",
"recompose": "^0.30.0",
"require-dir": "0.3.2",
Expand Down Expand Up @@ -169,7 +169,8 @@
"react-datepicker": "^1.8.0",
"react-dropzone": "^4.2.11",
"react-modal": "^3.8.1",
"react-popper": "^1.3.3",
"react-popper": "^2.2.3",
"@popperjs/core": "^2.4.0",
"react-select": "^3.1.0",
"react-transition-group": "~2.3.1"
},
Expand Down
878 changes: 442 additions & 436 deletions packages/Form/Input/select-multi/package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/help/src/__snapshots__/Help.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

exports[`<Help> Render Should render Help component 1`] = `
<span
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
Expand Down
217 changes: 17 additions & 200 deletions packages/popover/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"dependencies": {
"@axa-fr/react-toolkit-core": "^1.3.13",
"prop-types": "^15.5.10",
"react-popper": "^1.3.3"
"react-popper": "^2.2.3",
"@popperjs/core": "^2.4.0"
},
"license": "MIT",
"publishConfig": {
Expand Down
Loading

0 comments on commit 7af7a52

Please sign in to comment.