4.2.0
This version refactors many views to take their styles & configs as environment values, instead of injecting them in the initializer.
✨ New features
CircularProgressBar
now supports customizing animation.FilePicker
now supports providing a custom picker config.ImagePicker
now supports providing a custom picker config.LinkText
has new link style options, to define font weight.ListButtonGroup
is a new group view for groping many buttons.ListButtonStyle
has a new optionalpressedOpacity
init param.ListCard
now supports specifying a custom pressed scale animation.String+Replace
has a new options-based replace extension shorthand.
💡 Behavior changes
Color.standardListBackground
has been renamed tolistBackground
.FormInlineActionButtonStyle
has been replaced byListButtonGroup
.FormText
has been renamed toListActionRow
, and is now style-based.ListActionRow
now supports aListAction
instead of a trailing view.
🗑️ Deprecations
DismissableView
has been deprecated due to native SwiftUI support.FormRowTitle
has been deprecated due to now being used internally.PresentationDetents
has been deprecated due to native SwiftUI support.