v1.1.0September 25, 2023
๐ Prismane Version 1.1.0
๐งพ Release Notes
This release introduced two new hooks. The useCopyToClipboard and usePresence hooks. The useCopyToClipboard provides a simple and effective way to handle copying to the clipboard. The usePresence hook provides a simple way to await an element's animation, before removing it from the DOM and vice versa.
โจ New
- - Introduced useCopyToClipboard hook
- - Introduced usePresence hook