Skip to content

Commit e71c04f

Browse files
committed
Update to 2.0.9
1 parent eb8ee81 commit e71c04f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@
77

88
# Change Log
99

10+
## [2.0.9](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.9)
11+
12+
#### Add `static` position feature
13+
14+
## What is this PR for?
15+
16+
Add feature for the static position supported in Yoga version 3.0.0.
17+
- Due to the default behavior of Yoga, insets like top, left, bottom, and right also affect relative position view. Accordingly, the README, docs and comments have been updated to match the Yoga specifications.
18+
- Added static case to position and unit tests.
19+
20+
https://www.yogalayout.dev/docs/styling/position
21+
https://www.yogalayout.dev/docs/styling/insets
22+
23+
Added by [heoblitz](https://github.com/heoblitz) in Pull Request [#245](https://github.com/layoutBox/FlexLayout/pull/254)
24+
1025
## [2.0.7](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.7)
1126

1227
#### Update yoga to version 3.0.4

FlexLayout.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |spec|
33
spec.name = "FlexLayout"
4-
spec.version = "2.0.8"
4+
spec.version = "2.0.9"
55
spec.summary = "FlexLayout"
66
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
77
spec.license = "MIT license"

0 commit comments

Comments
 (0)