You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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