Skip to content

Commit af112d5

Browse files
author
Christian Elies
committed
docs(readme): added newlines
1 parent ca4dbb0 commit af112d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ For more examples take a look at [AdvancedList-SwiftUI](https://github.com/creli
152152

153153
<details>
154154
<summary>Migration 2.x -> 3.0</summary>
155+
155156
The `AdvancedList` was dramatically simplified and is now more like the `List` and `ForEach` SwiftUI views.
156157

157158
1. Delete your list service instances and directly **pass your data to the list initializer**
@@ -229,6 +230,7 @@ AdvancedList(yourData, content: { item in
229230

230231
<details>
231232
<summary>Migration 3.0 -> 4.0</summary>
233+
232234
Thanks to a hint from @SpectralDragon I could refactor the `onMove` and `onDelete` functionality to view modifiers.
233235

234236
**Before:**

0 commit comments

Comments
 (0)