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
* usesSafeAreaLayoutGuideLeadingTrailing
* add changelog
* remove green bg color
* use configuration
* update changelog
---------
Co-authored-by: Mary Baptista Martinez <mary.baptistamartinez@airbnb.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
### Added
10
10
- Expose `forceLayout` in `EpoxySwiftUIHostingView` for updating the hosting view size from outside.
11
+
- Added `CollectionViewConfiguration.usesSafeAreaLayoutGuideLeadingTrailingAnchors` to respect leading/trailing layoutGuide anchors which are needed for landscape orientation. Defaults to `false` and uses the view's `leadingAnchor` and `trailingAnchor`. When `true` it will use the view's `safeAreaLayoutGuide``leadingAnchor` and `trailingAnchor`.
11
12
12
13
### Changed
13
14
-`AnyItemModel` now implements the `ErasedContentProviding` protocol.
0 commit comments