Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Blue - v1.9.2

Choose a tag to compare

@ItsJonQ ItsJonQ released this 30 Oct 16:17

Add BubbleIcon

This update adds two new bubble icons (plus and duplicate). Below is a screenshot of the addition.

image

Button V2: Allow content events to pass through

screen recording 2018-10-30 at 11 45 am

This update updates Button V2 to allow for events (like clicks) to child
components to pass through to the primary Button component.

This is enabled by a new prop, allowContentEventPropogation, which is
true by default.

Buttons should allow for their onClick (or whatever events) to happen, regardless of where you click within the button itself.