Horadric Helper v0.12 – Technical Update

Checkout post about this project here
Checkout this release on github
About
This is a technical update that aims to fix one major bug and add some quality-of-life.
Popover-direction prop
Thepopover-direction
prop allows you to set default direction for showcase popover (Documentation)
See the Pen Untitled by Meta is Beta (@meta-is-beta) on CodePen.
Global default props
TheGlobal default props
allow you to globally set default values for props (Documentation)
See the Pen Untitled by Meta is Beta (@meta-is-beta) on CodePen.
Breaking changes
- Now borders are always displayed by default (previously they were displayed only when not in
as-showcase
mode). You can override this setting with theborderless
prop.
Bugfixes
- Fixed issue that caused popovers to be incorrectly positioned in some cases.
Technical changes
- Replaced positioning engine from
popper.js
tofloating-ui
. This should result in better popover positioning and decrease package size. - Added bundle analizer results to build artifacts. For this release you can find it under:
- https://cdn.jsdelivr.net/gh/meta-is-beta/horadric-helper@v0.12/dist/poe/report.html
- or in the
dist/poe/report.html
in project’s repo.