Skip to content

0.0.2

Latest

Choose a tag to compare

@loloop loloop released this 22 Dec 20:29
· 2 commits to main since this release
eb94c0c

This release adds:

  • .onAppear extension for CollectionItem
  • adds pagination to the Hacker News example app, showing how to use the new .onAppear
  • Fixes an issue where only a single .onTap was respected, even if there were many applied to a CollectionItem
  • Adds a @MainActor reload(animated:completion:) async method to DiffableViewController