We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e082fa commit 0e0e276Copy full SHA for 0e0e276
CHANGELOG.md
@@ -7,6 +7,14 @@
7
8
# Change Log
9
10
+## [2.0.03](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.03)
11
+Released on 2023-10-15
12
+
13
+#### Fix crashes that occurs when the node's topLeft position is nan
14
15
+Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#230](https://github.com/layoutBox/FlexLayout/pull/234)
16
17
18
## [2.0.01](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.01)
19
Released on 2023-10-01
20
FlexLayout.podspec
@@ -1,7 +1,7 @@
1
2
Pod::Spec.new do |spec|
3
spec.name = "FlexLayout"
4
- spec.version = "2.0.02"
+ spec.version = "2.0.03"
5
spec.summary = "FlexLayout"
6
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
spec.license = "MIT license"
0 commit comments