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
macOS double border — DFTextField and DFSecureField no longer show the system rounded border alongside the custom outline; fixed with .textFieldStyle(.plain) on the inner field
DFDatePicker padding — compact, graphical, and wheel styles now have proper horizontal and vertical breathing room
DFSidebar glass — glass style background is now transparent so .ultraThinMaterial applied by the caller shows through; preview layout corrected to pin sidebar left
New Features
DFToastSeverity — new info / success / warning / error enum on DFToastMessage; DFDefaultToastStyle colours the icon using the matching theme token (blue / green / amber / red); DFToastQueue.show gains a severity parameter
Preview Cleanup
Removed canvas-incompatible previews for DFModal, DFSheet, DFPopover, and DFTooltip — these are now covered by the DFPlayground demo app
Toast preview replaced with a static severity showcase visible directly in the canvas