Releases: solved-ac/ui-react
Releases · solved-ac/ui-react
Release v0.7.0
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
chore bump version
Release v0.6.1
Release v0.6.0
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. Iftrue
, 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 ifnoThemeChange
istrue
, 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 forTooltip
with different default props.
Changes
- Release v0.5.0 by @shiftpsh in #53
- fix: vite by @shiftpsh in #55
- Release v0.5.1 by @shiftpsh in #56
- chore: bump version by @shiftpsh in #58
- Datepicker (Draft) by @shiftpsh in #60
- Advanced tooltips by @shiftpsh in #61
- feat(Tooltip): activateOnHover, activateOnClick by @shiftpsh in #63
- Dropdowns by @shiftpsh in #64
Full Changelog: v0.5.0...v0.6.0
Release v0.5.0
Release v0.4.3
What's Changed
Full Changelog: v0.4.2...v0.4.3
Release v0.4.2
Release v0.4.1
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
What's Changed
Full Changelog: v0.3.2...v0.4.0