Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.9.0 source code.tar.gz | 2022-10-25 | 5.9 MB | |
0.9.0 source code.zip | 2022-10-25 | 6.1 MB | |
README.md | 2022-10-25 | 783 Bytes | |
Totals: 3 Items | 12.0 MB | 0 |
Changed
- Remove all of the
EpoxyableView
flavors ofMeasuringUIViewRepresentable
in favor of a single sharedSwiftUIUIView
that supports a genericStorage
, which has the added benefit of fixing some Xcode preview crashes.
Fixed
- Improved double layout pass heuristics for views that have intrinsic size dimensions below 1 or for views that have double layout pass subviews that aren't horizontally constrained to the edges.
- Fixed
HGroupItem
andVGroupItem
not respecting some properties of the style that is passed in. - Improved sizing of intrinsically sized
UIView
s in SwiftUI with no intrinsic metric size proposals. - Add extra logic for mitigating proposed sizes that match previous intrinsic size for hosted
UIView
s in SwiftUI.