File tree 3 files changed +13
-1
lines changed
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Changelog
4
4
## master
5
5
6
6
- Added: ` @Weak ` property wrapper (#341 )
7
+ - Documentation: added advanced usage section to README (#341 )
8
+ - Documentation: added community projects section to README (#342 )
7
9
8
10
## [ 0.11.1]
9
11
Original file line number Diff line number Diff line change @@ -296,3 +296,13 @@ struct ContentView: View {
296
296
}
297
297
}
298
298
```
299
+
300
+ Community projects
301
+ ------------------
302
+
303
+ Here's a list of open source libraries powered by the SwiftUI Introspect library:
304
+
305
+ - [ CustomKeyboardKit] ( https://github.com/paescebu/CustomKeyboardKit )
306
+ - [ NavigationTransitions] ( https://github.com/davdroman/swiftui-navigation-transitions )
307
+
308
+ If you're working on a library built on SwiftUI Introspect or know of one, feel free to submit a PR adding it to the list.
Original file line number Diff line number Diff line change 453
453
children = (
454
454
D5B67B852A0D3193007D5D9B /* ViewTypes */,
455
455
D5F0BE6729C0DC4900AD95AB /* PlatformVersionTests.swift */,
456
- D591D1112A9CC2FF00AE05E8 /* WeakTests.swift */,
457
456
D58CE15729C621DD0081BFB0 /* TestUtils.swift */,
457
+ D591D1112A9CC2FF00AE05E8 /* WeakTests.swift */,
458
458
);
459
459
path = Tests;
460
460
sourceTree = "<group>";
You can’t perform that action at this time.
0 commit comments