Releases: rapid-build-ui/rb-popover
Releases · rapid-build-ui/rb-popover
v0.0.19
v0.0.18
Dependencies
- bump: dep base v0.0.11
v0.0.17
Bug Fixes
- positioning: bump the z-index to 200 so it appears over nav (9ced323)
Features
- onclick: new api option, execute a function when opening popover via click (dde7b02)
- version: add to component properties accessible via this.version (42d285f)
Dependencies
- bump: deps rb-base v0.0.10 and rb-button v0.0.17 (6f51363)
v0.0.16
Bug Fixes
- popover top position: from being to far from trigger when inside an element with large line-height (82885d7)
Features
- new api kind neutral: create it and make the default kind blue (9fa3c4a)
- pin option: display thumbtack icon when popover is open and pinned (1a503c7)
Dependencies
- bump: deps rb-base v0.0.9 and rb-button v0.0.16 (40fb429)
BREAKING CHANGES
To migrate the code follow the examples below:
v0.0.15
v0.0.14
Features
- new api option: icon-valign (5dcb10f)
- new api option pin: popover only closes by clicking the trigger (62dcfd0)
- responsive: ensure popover fits in small devices viewport (2241fcb)
- styling: set host to inline-block incase consumer wants to add bumpers (af5d09f)
Dependencies
- bump: deps rb-base v0.0.7 and rb-button v0.0.14 (4e521c4)
v0.0.13
Bug Fixes
- event: ensure window click event fires first (813c36f)
Features
- bump: deps rb-base v0.0.6 and rb-button v0.0.13 (6b37df5)
- css variables: add and expose them (0b827c3)
- hidden attribute: display style that respects the hidden attribute (a0e31f3)
Performance Improvements
- css: improve browser performance by adding css contain property (e26a08c)