Skip to content

Releases: solved-ac/ui-react

Release v0.7.0

30 Jul 04:36
Compare
Choose a tag to compare

What's Changed

Package now works with native es module build tools such as Vite.

Full Changelog: v0.6.3...v0.7.0

Release v0.6.3

19 Dec 07:07
Compare
Choose a tag to compare
chore bump version

Release v0.6.1

27 Nov 16:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

Release v0.6.0

21 Nov 00:16
Compare
Choose a tag to compare

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

Release v0.5.0

17 Jun 06:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.5.0

Release v0.4.3

23 May 02:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

Release v0.4.2

22 Mar 03:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

Release v0.4.1

21 Mar 15:40
Compare
Choose a tag to compare

What's Changed

This release aims to get Next 13's modularizeImports working for @tabler/icons-react of parent package.

Full Changelog: v0.4.0...v0.4.1

Release v0.4.0

21 Mar 06:41
Compare
Choose a tag to compare

What's Changed

  • Use tabler icons instead of react-icons since bundle size can grow huge by @shiftpsh in #36

Full Changelog: v0.3.2...v0.4.0

Release v0.3.2

20 Mar 05:21
Compare
Choose a tag to compare

What's Changed

  • Fix Select firing onChange on any value changes

Full Changelog: v0.3.1...v0.3.2