Skip to content

Releases: rapid-build-ui/rb-popover

v0.0.19

16 Jul 06:51
Compare
Choose a tag to compare

Dependencies

  • bump: deps base v0.0.12 and rb-button v0.0.19 (7d293a5)

v0.0.18

12 Jul 11:59
Compare
Choose a tag to compare

Dependencies

  • bump: dep base v0.0.11

v0.0.17

05 Jul 21:21
Compare
Choose a tag to compare

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

09 May 09:28
Compare
Choose a tag to compare

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:

  1. api open option: change show-popover to open to be consistent with other components (e2be615)

    Before:
    show-popover=true

    Now:
    open=true

  2. api position option: change default position from right to top (7575fe0)

    Before:
    nothing to position popover right

    Now:
    position=right (if you want it right)

v0.0.15

05 Mar 08:25
Compare
Choose a tag to compare

Features

  • icon animation: add it via upgrading rb-icon to v0.0.13 (98fc810)

Dependencies

  • bump: deps rb-base v0.0.8 and rb-button v0.0.15 (0004c51)

v0.0.14

24 Feb 23:00
Compare
Choose a tag to compare

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

05 Dec 03:59
Compare
Choose a tag to compare

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)

v0.0.12

13 Nov 05:01
Compare
Choose a tag to compare

Dependencies

  • bump: deps rb-base v0.0.5 and rb-button v0.0.12 (40561f9)

v0.0.11

26 Sep 02:38
Compare
Choose a tag to compare

Dependencies

  • bump: deps rb-base v0.0.4 and rb-button v0.0.11 (9122287)

BREAKING CHANGES

  • api option: change icon to icon-kind (d936ecc)

To migrate the code follow the example below:

Before:
icon="heart"

Now:
icon-kind="heart"

v0.0.10

14 Sep 05:45
Compare
Choose a tag to compare

Dependencies

  • bump deps: (d1c8346)
    • rb-base to v0.0.3
    • rb-button to v0.0.10