| Name | Modified | Size | Downloads / 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
SwiftUIUIViewtoSwiftUIView. - Renamed EpoxyCore's
MeasuringUIViewRepresentabletoMeasuringViewRepresentable. - Added
UIScrollView.keyboardAdjustsBottomBarOffsetescape hatch to disable bottom bar keyboard avoidance for cases where the keyboard is avoided at a higher level (e.g. aUIPresentationControllersubclass). - Added
configuredView(traitCollection:)API toSupplementaryItemModeling. - Changed
NavigationModel'sremove()method access modifier to public (previously internal). - Changed
NavigationModel'shandleDidRemove()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/CollectionViewReusableViewto better load embedded SwiftUI views. - Guard against a UIKit crash caused by attempting to scroll to an item that no longer exists.