2.0.4
- Added
.compactSliderOnChangemodifier to observe configuration changes. The action calls on any configuration state or progress changes. - Added
FocusState.isWheelScrollingfor macOS. It's also could be animated.
Example:
CompactSlider(value: $value)
.compactSliderOnChange { configuration in
print("Focus state:", configuration.focusState)
}