Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.9 KB

CHANGELOG.MD

File metadata and controls

26 lines (17 loc) · 1.9 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

6.3.0 (2024-05-28)

6.2.0 (2024-05-25)

  • Added compositingGroup prop (#40 by andrew-levy)
  • Added linearGradient property to foregroundStyle and background props (#40 by andrew-levy)

6.1.0 (2024-05-22)

  • Updated frame prop to allow for maxWidth, maxHeight, minWidth, and minHeight. They can also accept "infinity" as a value. (#39 by andrew-levy)
  • Added lineLimit, fixedSize and ignoresSafeArea 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)

6.0.0 (2024-05-02)

Note: This is the first major release that uses real SwiftUI views under the hood. This release has breaking changes.