We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095d4ab commit 9b46c09Copy full SHA for 9b46c09
CHANGELOG.md
@@ -7,6 +7,13 @@
7
8
# Change Log
9
10
+## [2.0.10](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.10)
11
+
12
+#### Support `align-content`: `space-evenly`
13
14
+Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#255](https://github.com/layoutBox/FlexLayout/pull/255)
15
16
17
## [2.0.9](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.9)
18
19
#### Add `static` position feature
FlexLayout.podspec
@@ -1,7 +1,7 @@
1
2
Pod::Spec.new do |spec|
3
spec.name = "FlexLayout"
4
- spec.version = "2.0.9"
+ spec.version = "2.0.10"
5
spec.summary = "FlexLayout"
6
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
spec.license = "MIT license"
0 commit comments