1.1.0
Thanks for using ShinySwiftUI! 🎉
New Features
Easily make dynamic content based on clicking/hovering with HoverView:
HoverView { hover in
Rectangle().foregroundColor(hover ? .red : .blue)
}
HoverView { hover, clicked in ... }Minor Additions
- Added the
eight,.slight, and.verySlightopacity levels. - Added a
UnitPointmethod for tracking mouse movement.trackingMouseUnit(...) .slickAnimation(...)can be disabled by setting"reduced_animations"user default tofalse- Added a
.reverseMask(...)view modifier - Added a
.floattransition - Added a
duration:field to.slickAnimation(...)
Fixes
- Fixed issues with ShinySwiftUI operator precedence