Download Latest Version 0.11.0 source code.tar.gz (5.9 MB)
Email in envelope

Get an email when there's a new version of Epoxy iOS

Home / 0.10.0
Name Modified Size InfoDownloads / Week
Parent folder
0.10.0.tar.gz 2023-07-05 5.9 MB
0.10.0.zip 2023-07-05 6.1 MB
README.md 2023-07-05 1.1 kB
Totals: 3 Items   12.0 MB 0

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.
Source: README.md, updated 2023-07-05