All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
- New Menu and Divider components (#41 by andrew-levy)
- New Button prop
systemImage
(#41 by andrew-levy) - New modifier:
disabled
(#42 by andrew-levy)
- Added
compositingGroup
prop (#40 by andrew-levy) - Added
linearGradient
property toforegroundStyle
andbackground
props (#40 by andrew-levy)
- Updated frame prop to allow for
maxWidth
,maxHeight
,minWidth
, andminHeight
. They can also accept"infinity"
as a value. (#39 by andrew-levy) - Added
lineLimit
,fixedSize
andignoresSafeArea
modifier props (#39 by andrew-levy) - Buttons can define content via children (#39 by andrew-levy)
- Fixes picker bug when no width and height are passed (#39 by andrew-levy)
Note: This is the first major release that uses real SwiftUI views under the hood. This release has breaking changes.