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 1c25785 commit 2804820Copy full SHA for 2804820
CHANGELOG.md
@@ -7,6 +7,12 @@
7
8
# Change Log
9
10
+## [1.3.5](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.5)
11
+Released on 2018-03-06
12
+
13
+* Add supports for `spaceEvenly` justifyContent mode
14
+* Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#66](https://github.com/layoutBox/FlexLayout/pull/66)
15
16
## [1.3.4](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.3)
17
Released on 2018-03-05
18
FlexLayout.podspec
@@ -1,7 +1,7 @@
1
2
Pod::Spec.new do |spec|
3
spec.name = "FlexLayout"
4
- spec.version = "1.3.4"
+ spec.version = "1.3.5"
5
spec.summary = "FlexLayout"
6
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
0 commit comments