Skip to content

0.5.0

Compare
Choose a tag to compare
@erichoracek erichoracek released this 23 Jun 18:17
· 109 commits to master since this release

Added

  • Added an UpdateStrategy to CollectionView to allow specifying that it should update using non-
    animated performBatchUpdates(…), which can be more performant and behave more predictably than
    reloadData().
  • Added reflowsForAccessibilityTypeSizes and forceVerticalAccessibilityLayout properties to HGroup.Style.

Fixed

  • Improved CollectionView logic for deciding when to reloadData(…) over performBatchUpdates(…)
    in specific scenarios.
  • Fixed an issue where the accessibilityAlignment property of HGroup was not being respected.
  • Fixed an issue where accessibilityAlignment and horizontalAlignment would overwrite one another
  • Break a temporary retain cycle in .system presentation style

Changed

  • CollectionViewConfiguration.usesBatchUpdatesForAllReloads now defaults to true.
  • Changed CollectionViewConfiguration from an immutable class to a struct to make it easier to
    modify an existing configuration.