This repository was archived by the owner on Dec 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11## CHANGELOG
2+ ### 0.8.0
3+ Upgrade PopperJS dependency to ` 1.12.9 `
4+
5+ Fix ` Popper ` ref getting called too many times [ #81 ] ( https://github.com/souporserious/react-popper/issues/81 )
6+
27### 0.7.5
38Fix PopperJS instantiation [ #77 ] ( https://github.com/souporserious/react-popper/pull/77 )
49
Original file line number Diff line number Diff line change 4141 "react-dom" : " 0.14.x || ^15.0.0 || ^16.0.0"
4242 },
4343 "dependencies" : {
44- "popper.js" : " ^1.12.5 " ,
44+ "popper.js" : " ^1.12.9 " ,
4545 "prop-types" : " ^15.5.10"
4646 },
4747 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -3431,9 +3431,9 @@ pkg-dir@^2.0.0:
34313431 dependencies :
34323432 find-up "^2.1.0"
34333433
3434- popper.js@^1.12.5 :
3435- version "1.12.5 "
3436- resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.12.5 .tgz#229e4dea01629e1f1a1e26991ffade5024220fa6 "
3434+ popper.js@^1.12.9 :
3435+ version "1.12.9 "
3436+ resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.12.9 .tgz#0dfbc2dff96c451bb332edcfcfaaf566d331d5b3 "
34373437
34383438portfinder@^1.0.13, portfinder@^1.0.9 :
34393439 version "1.0.13"
You can’t perform that action at this time.
0 commit comments