Note: Scripts/generate_docs.sh produced a lot of whitespace changes for some reason. Not sure what's up, and I can revert that commit if we want to avoid that churn.
Changes
[13.0.0] - 2023-09-06
Fixed
KeyboardObserver has been updated to handle iOS 16.1+ changes that use the screen's coordinate space to report keyboard position. This can impact reported values when the app isn't full screen in Split View, Slide Over, and Stage Manager.
The verticalLayoutGravity behavior now takes into account frame changes so that the scroll position relative to the bottom remains unchanged when the frame changes.
Changed
KeyboardObserverDelegate now provides UIView.AnimationCurve instead of UIView.AnimationOptions.
Note:
Scripts/generate_docs.sh
produced a lot of whitespace changes for some reason. Not sure what's up, and I can revert that commit if we want to avoid that churn.Changes
[13.0.0] - 2023-09-06
Fixed
KeyboardObserver
has been updated to handle iOS 16.1+ changes that use the screen's coordinate space to report keyboard position. This can impact reported values when the app isn't full screen in Split View, Slide Over, and Stage Manager.verticalLayoutGravity
behavior now takes into accountframe
changes so that the scroll position relative to the bottom remains unchanged when theframe
changes.Changed
KeyboardObserverDelegate
now providesUIView.AnimationCurve
instead ofUIView.AnimationOptions
.