November 2025 - v0.99.0
Release notes for v0.99.0.
Added
- Calendar: Data attributes added for flexible styling with Class prop
- Added goilerplate links to navbar/menu and announcement bar
Changed
- Alert: Design aligned with shadcn/ui
- Prioritize explicit For prop over context in Trigger
- Dropdown/Popover: Close non-exclusive only if it’s a parent/trigger
- Reformatted codebase
- Cache busting + JS files to copy button
Removed
- ⚠️ Breaking Changes
- Form Components: Removed Required prop from all form components (input, checkbox, radio, textarea, selectbox, inputotp, timepicker, datepicker). Server-side validation is now the only validation approach, as browser validation doesn’t work with hidden inputs and creates confusion about validation responsibility.
- Automatic cleanup for DOM removal - fixes body.overflow stuck when dialogs removed via HTMX/innerHTML
- Dropdown: Removed unused Class and Attributes from Props
- Dialog: Removed unnecessary disabled state
Fixed
Released in v0.99.0.