Skip to content

Commit 4c0a2dd

Browse files
author
欧柏泉
committed
Release V1.5.2
1 parent 723def9 commit 4c0a2dd

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

.DS_Store

0 Bytes
Binary file not shown.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33

44
---
55

6+
## [V1.5.2](https://github.com/youngsoft/MyLinearLayout/releases/tag/1.5.2)(2018/05/06)
7+
8+
#### Fixed
9+
1. 修复路径布局`MyPathLayout`中的方法`getSubviewPathPoint`可能产生数组越界的问题。
10+
2. 修复路径布局中的`MyPathSpace`的初始化方法和蓝牙框架一起使用时可能会出现编译时错误的问题。
11+
3. 修复表格布局`MyTableLayout`的行高是MyLayoutSize.wrap时,并且又设置了智能边界线时,列子视图的边界线显示不完整的问题。
12+
4. 修复了一些编译和分析有可能会产生报警的代码。
13+
14+
615
## [V1.5.1](https://github.com/youngsoft/MyLinearLayout/releases/tag/1.5.1)(2018/04/23)
716

817
#### Added

MyLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "MyLayout"
19-
s.version = "1.5.1"
19+
s.version = "1.5.2"
2020
s.summary = "MyLayout is an iOS UI framework integrates the functions with Android,AutoLayout,SizeClass,HTML CSS float and flexbox,UIView UITableView."
2121

2222
s.description = <<-DESC

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ To integrate MyLayout into your Xcode project using CocoaPods, specify it in you
614614
source 'https://github.com/CocoaPods/Specs.git'
615615
platform :ios, '7.0'
616616

617-
pod 'MyLayout', '~> 1.5.1'
617+
pod 'MyLayout'
618618
```
619619
620620
Then, run the following command:

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ $ gem install cocoapods
622622
source 'https://github.com/CocoaPods/Specs.git'
623623
platform :ios, '7.0'
624624

625-
pod 'MyLayout', '~> 1.5.1'
625+
pod 'MyLayout'
626626
```
627627
628628
然后运行如下命令:

0 commit comments

Comments
 (0)