wip [skip ci]

wip
This commit is contained in:
David Roman 2023-06-06 12:01:29 +01:00
parent 930432278c
commit d41e443e3a
No known key found for this signature in database
GPG Key ID: 7058646EEFCB70A7
1 changed files with 17 additions and 1 deletions

View File

@ -3,17 +3,33 @@ Changelog
## master
## [0.6.0]
### SwiftUIIntrospect
- Added: iOS 17 / tvOS 17 / macOS 14 compatibility (#243)
### Introspect
- Fixed: `UIColorWell` build error on tvOS 13 (#217)
## [0.5.2]
### SwiftUIIntrospect
- Added: selector overrides (#239)
- Changed: optimized ancestor controller selectors (#240)
## [0.5.1]
### SwiftUIIntrospect
- Fixed: SwiftUIIntrospect.podspec (#237)
## [0.5.0]
### SwiftUIIntrospect
- Added: support for custom selectors (#233)
- Changed: unified introspect modifiers into one (#232)
- Fixed: `searchField` introspection (#234)
@ -21,7 +37,7 @@ Changelog
## [0.4.0]
- Added: all-new implementation, API, and module (#207)
- Added: all-new implementation, API, and module (SwiftUIIntrospect) (#207)
## [0.3.1]