Skip to content

Tags: chris-swift-dev/AdvancedList

Tags

8.0.0


    

7.0.0


    

6.0.0


    

5.0.0


    

4.0.1


    

4.0.0

refactored onMove and onDelete to view modifiers

3.0.0

- 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

implemented move, delete and filter support

2.0.1

added tvOS 13 support

2.0.0

- 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