Docs
Changelog
Changelog
Recent updates and changes to Delta Components.
Changelog
Loading changelog...
Latest Updates
The changelog above is automatically generated from our GitHub releases. If it's not displaying properly, here's a summary of recent changes:
v0.1.0
Released: May 15, 2024
Added
- Initial public release
- Added core React hooks:
useBoolean
- Toggle between true/false statesuseToggle
- Toggle between any two valuesuseCopyToClipboard
- Copy text to clipboard with statususeUnmount
- Run effect when component unmountsuseDebounceCallback
- Debounce function callsuseIsomorphicLayoutEffect
- Safe layout effectuseInterval
- Run code at intervalsuseTimeout
- Run code after delayuseDocumentTitle
- Update document titleuseCounter
- Increment/decrement stateuseMousePosition
- Track cursor position
- Added input components:
TextInput
- Enhanced text input with validationOTPInput
- One-time password inputFileInput
- File upload input with preview
Infrastructure
- Setup project foundation with Next.js 14
- Added documentation system with MDX
- Integrated with shadcn CLI for component distribution
- Configured TypeScript for type safety
- Added unit tests and examples