Skip to content

Release v0.6.0

Compare
Choose a tag to compare
@shiftpsh shiftpsh released this 21 Nov 00:16

What's Changed

Tab

  • Added accentHintColor: the color of the bottom indicator when not hovered.

Tooltip

  • Added keepOpen: keep the tooltip open when the mouse leaves the trigger element.
  • Added place: the position of the tooltip relative to the trigger element.
  • Added interactive: whether the tooltip is interactive or not. If true, the tooltip element will receive mouse events.
  • Added arrow: whether the tooltip has an arrow or not.
  • Added arrowColor: the color of the arrow.
  • Added ArrowProps: props for the arrow element.
  • Added noThemeChange: whether the tooltip should not change its theme. The tooltip theme is set to the Dark theme by default, but if noThemeChange is true, the tooltip will not change its theme.
  • Added activateOnHover: whether the tooltip should be activated on hover or not.
  • Added activateOnClick: whether the tooltip should be activated on click or not.

Dropdown

  • Added Dropdown: a different name for Tooltip with different default props.

Changes

Full Changelog: v0.5.0...v0.6.0