Skip to content

v1.0.2

Latest

Choose a tag to compare

@NerdSnipe NerdSnipe released this 29 Jun 15:23

Bug Fixes

  • macOS double borderDFTextField 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