Skip to content

0.10.0

Latest
Compare
Choose a tag to compare
@brynbodayle brynbodayle released this 05 Jul 18:28
· 18 commits to master since this release
fbcae5c

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.