We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9100fc commit 8966c74Copy full SHA for 8966c74
CHANGELOG.md
@@ -7,6 +7,13 @@
7
8
# Change Log
9
10
+## [1.3.26](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.26)
11
+Released on 2023-01-20
12
+
13
+#### Fixed crash with nan dimensions
14
15
+Added by [iohin](https://github.com/iohin) in Pull Request [#211](https://github.com/layoutBox/FlexLayout/pull/211)
16
17
## [1.3.25](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.25)
18
Released on 2022-12-23
19
FlexLayout.podspec
@@ -1,7 +1,7 @@
1
2
Pod::Spec.new do |spec|
3
spec.name = "FlexLayout"
4
- spec.version = "1.3.25"
+ spec.version = "1.3.26"
5
spec.summary = "FlexLayout"
6
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
spec.license = "MIT license"
0 commit comments