releaseUrl | releaseDate |
---|---|
January 16, 2023 |
-
Add
open
andclose
functions to the connect api:import * as hoverCard from "@zag-js/hover-card" const api = hoverCard.connect(state, send, normalizeProps) // call `open` to open the hover card api.open() // call `close` to close the hover card api.close()
- Added support for watching all context properties via the
*
key.
- Fixed issue where pasting value in non-empty field results in the value being truncated
- Refactored style calculations for consistency
- Fixed issue where the thumb cannot go back to its original position when
min
is greater than0
- [BREAKING💥] Redesigned API to be more flexible and support multiple splitters.