diff --git a/CHANGELOG.md b/CHANGELOG.md index b7c5a31a..73c1577a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,19 +4,21 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/airbnb/epoxy-ios/compare/0.8.0...HEAD) +## [Unreleased](https://github.com/airbnb/epoxy-ios/compare/0.9.0...HEAD) + +## [0.9.0](https://github.com/airbnb/epoxy-ios/compare/0.8.0...0.9.0) - 2022-10-25 ### 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 +- 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 +- 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 +- Add extra logic for mitigating proposed sizes that match previous intrinsic size for hosted UIViews in SwiftUI. ## [0.8.0](https://github.com/airbnb/epoxy-ios/compare/0.7.0...0.8.0) - 2022-07-28 diff --git a/ConfigurePodspec.rb b/ConfigurePodspec.rb index e9f90670..105846b7 100644 --- a/ConfigurePodspec.rb +++ b/ConfigurePodspec.rb @@ -3,7 +3,7 @@ def configure(spec:, name:, summary:, local_deps: []) # The shared CocoaPods version number for Epoxy. # # Change this constant to increment the Podspec version for all Epoxy Podspecs from a single place. - version = '0.8.0' + version = '0.9.0' spec.name = name spec.summary = summary