You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 7.0.0
- Add support for Xcode 15
- Add support for TextKit 2
- Add `RSKPlaceholderTextView.init(usingTextLayoutManager:)`
- Set minimum deployment target to `12.0`
- Set Swift version to `5.7`
- Set `SWIFT_STRICT_CONCURRENCY` to `complete`
- Exclude `contentInset` from `RSKGrowingTextView` size calculations, following native `UITextView`
- Update `RSKPlaceholderTextView` to version 7.0.0
- Replace `RSKPlaceholderTextView` pod with `RSKPlaceholderTextView` Swift package in `RSKGrowingTextViewExample`
- Remove archived `RSKKeyboardAnimationObserver` pod from `RSKGrowingTextViewExample`