Skip to content

Tags: chris-swift-dev/AdvancedList

Tags

8.0.0

Toggle 8.0.0's commit message

7.0.0

Toggle 7.0.0's commit message

6.0.0

Toggle 6.0.0's commit message

5.0.0

Toggle 5.0.0's commit message

4.0.1

Toggle 4.0.1's commit message

4.0.0

Toggle 4.0.0's commit message
refactored onMove and onDelete to view modifiers

3.0.0

Toggle 3.0.0's commit message
- Dramatically simplified implementation and API (take a look at the …

…migration notes in the readme)

- AdvancedList is now more like the List and ForEach SwiftUI view

2.1.0

Toggle 2.1.0's commit message
implemented move, delete and filter support

2.0.1

Toggle 2.0.1's commit message
added tvOS 13 support

2.0.0

Toggle 2.0.0's commit message
- refactored isLoading to state (error, idle and loading with a corre…

…sponding view)

- error and loading view are not part of the List anymore, now the List and the pagination state view (error or loading) are in a VStack