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
Remove all of the EpoxyableView flavors of MeasuringUIViewRepresentable in favor of a
single shared SwiftUIUIView that supports a generic Storage, 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 and VGroupItem not respecting some properties of the style that is passed in.
Improved sizing of intrinsically sized UIViews in SwiftUI with no intrinsic metric size proposals.
Add extra logic for mitigating proposed sizes that match previous intrinsic size for hosted UIViews in SwiftUI.