Skip to content

Releases: rapid-build-ui/rb-popover

v0.0.9

05 Sep 12:12
Compare
Choose a tag to compare

Dependencies

  • rb-base: bump to v0.0.2 (636d2ad)

v0.0.8

30 Aug 00:44
Compare
Choose a tag to compare

Dependencies

  • rb-base: replace deps lit-html and skatejs with @rapid-build-ui/rb-base and make corresponding updates (d5ec78e)

v0.0.7

18 Jul 15:28
Compare
Choose a tag to compare

This release includes a massive refactoring of rb-popover for the following features and fixes:
Also included is a bump of rb-button to v0.0.7 which is required for the new popover positioning.
Unfortunately all the following are from this single commit.

Features

  • new api option "icon-size": for changing the size of the icon
  • improve visibility: ensure popover is always visible in viewport
  • standalone caption support: accurately style popover when using caption and no content option

Bug Fixes

  • firefox: from not setting the correct popover width
  • popover position: when used inside text with a large font-size

v0.0.6

11 Jul 05:41
Compare
Choose a tag to compare

Bug Fixes

  • mobile: not closing the popover on clickaway (2cd546a)

v0.0.5

08 Jul 21:01
Compare
Choose a tag to compare

Release switches web components library Polymer 3 to SkateJS and view renderer lit-html.

Bug Fixes

  • safari and firefox: closing the popover on window click (1ac7e67)

v0.0.4

22 Jun 12:42
Compare
Choose a tag to compare

Bug Fixes

  • positioning: adjust to window viewPort (075414d)
  • positioning: fix top, bottom and left (4b28d9c)
  • spacing: ensure hidden popover content doesn't occupy any space (f7d5fab)

Features