Skip to content

Releases: pavolkmet/ScrollViewSectionKit

1.6.0

05 Jun 11:57

Choose a tag to compare

Added

  • Added new functions makeRowsBody(configuration:) and makeRowBody(configuration:) into ScrollViewSectionStyle protocol that contains more information about the rows.

1.5.0

23 Oct 09:41

Choose a tag to compare

Fixed

  • Fixed "ScrollViewRowButtonStyle" padding issue.

1.4.0

05 Jun 09:16

Choose a tag to compare

Added

  • Added @unchecked Sendable and InsettableShape within the AnyShapeBackport structure.

1.3.0

06 May 09:21

Choose a tag to compare

Added

  • Added privacy manifest file.

1.2.0

12 Oct 09:25

Choose a tag to compare

Added

  • Added support for a different underlaying container type VStack and LazyVStack.

1.1.0

17 Apr 15:47

Choose a tag to compare

Added

  • Added ability to change separator tint color.
  • Added ability to define default row background color for custom section style.

Fixed

  • Fixed default header a footer font size in predefined plain, grouped and insetGrouped section styles.

1.0.0

17 Apr 14:56

Choose a tag to compare

  • Predefined .plain, .grouped and .insetGrouped section styles.
  • Ability to define a completely custom section style.
  • Ability to change section style.
  • Ability to change section background color.
  • Ability to change row background color.
  • Ability to change row insets.
  • Ability to change row separator insets.
  • Ability to add row context menu.