Skip to content

0.9.0

Choose a tag to compare

@erichoracek erichoracek released this 25 Oct 15:19
· 41 commits to master since this release

Changed

  • 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.