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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changed
Dropped support for Swift 5.4.
EpoxyCore now supports macOS and tvOS.
Renamed EpoxyCore's SwiftUIUIView to SwiftUIView.
Renamed EpoxyCore's MeasuringUIViewRepresentable to MeasuringViewRepresentable.
Added UIScrollView.keyboardAdjustsBottomBarOffset escape hatch to disable bottom bar keyboard
avoidance for cases where the keyboard is avoided at a higher level (e.g. a UIPresentationController subclass).
Added configuredView(traitCollection:) API to SupplementaryItemModeling.
Changed NavigationModel's remove() method access modifier to public (previously internal).
Changed NavigationModel's handleDidRemove() method access modifier to public (previously
internal).
Fixed
For top and bottom bars, if any view in the hierarchy has a scale transform, wait to apply the
insets as they may be incorrect.
Pass initial size to embedded view from CollectionViewCell/CollectionViewReusableView to
better load embedded SwiftUI views.
Guard against a UIKit crash caused by attempting to scroll to an item that no longer exists.