v1.5.0
Minor Changes
-
#41
9efcce1Thanks @MikeNotThePope! - Add a hooks library (@mikenotthepope/substrateui/hooks).Borrowing the idea Mantine is best known for: a curated, SSR-safe, tree-shakeable set of React hooks for the state and browser plumbing every app needs — so the monolith ships the logic layer, not just the components.
- State —
useDisclosure,useToggle,useCounter,usePrevious - Browser/DOM —
useClipboard,useLocalStorage,useMediaQuery,useClickOutside,useHotkeys(with platform-awaremod),useElementSize,useIntersection,useIsMobile - Timing/refs —
useDebouncedValue,useInterval,useMounted,useMergedRef
All are unit-tested and exported from the new
/hooksentry point. - State —