Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erichoracek committed Oct 25, 2022
1 parent b67f7e6 commit 05cad30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ConfigurePodspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05cad30

Please sign in to comment.