Skip to content

react-popper v2 compatibility

Compare
Choose a tag to compare
@dackmin dackmin released this 28 May 10:29
· 3558 commits to master since this release

BREAKING CHANGES

  • Now requires @popperjs/core to be installed as well as react-popper (peer dependencies should yell anyway)
  • Margins added to popper instances (like Tooltip or DropdownMenu) are now passed as modifiers. Add your own modifiers if you need to set your own paddings/margins as popper will print a warning if you try to do it via css
  • DropdownMenu: modifiers prop is now supposed to be an array instead of an object

v1.5.1

28 May 2020

  • chore: fix esm build not being tree shakable 3151769

v1.5.0

28 May 2020

  • chore(deps): update dependency uglify-js to v3.9.4 #111
  • chore(deps): update dependency rollup to v2.11.0 #112
  • chore(deps): update babel monorepo to v7.10.1 #113
  • chore(deps): pin dependency friendly-errors-webpack-plugin to 1.7.0 #109
  • chore(deps): update babel monorepo to v7.10.0 #108
  • refactor: rewrite examples d1cf588
  • chore: upgrade to rollup monorepo plugins 82732f7
  • refactor: clean eslint errors and warnings 25c006a
  • chore: update eslint config f1b03c0
  • fix(core): compatibility with react-popper v2 & @popperjs monorepo 56b0f9b
  • chore: fix dev webpack config bbd25e8
  • chore: fix babel config 724a7fc
  • docs: update changelog 48882e9
  • chore: update lockfile 40f058a
  • fix: fix various ssr compatibility issues 2808a03