Skip to content

Commit

Permalink
Release V1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
欧柏泉 committed May 6, 2018
1 parent 723def9 commit 4c0a2dd
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

---

## [V1.5.2](https://github.com/youngsoft/MyLinearLayout/releases/tag/1.5.2)(2018/05/06)

#### Fixed
1. 修复路径布局`MyPathLayout`中的方法`getSubviewPathPoint`可能产生数组越界的问题。
2. 修复路径布局中的`MyPathSpace`的初始化方法和蓝牙框架一起使用时可能会出现编译时错误的问题。
3. 修复表格布局`MyTableLayout`的行高是MyLayoutSize.wrap时,并且又设置了智能边界线时,列子视图的边界线显示不完整的问题。
4. 修复了一些编译和分析有可能会产生报警的代码。


## [V1.5.1](https://github.com/youngsoft/MyLinearLayout/releases/tag/1.5.1)(2018/04/23)

#### Added
Expand Down
2 changes: 1 addition & 1 deletion MyLayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

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

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ To integrate MyLayout into your Xcode project using CocoaPods, specify it in you
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'

pod 'MyLayout', '~> 1.5.1'
pod 'MyLayout'
```
Then, run the following command:
Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ $ gem install cocoapods
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'

pod 'MyLayout', '~> 1.5.1'
pod 'MyLayout'
```
然后运行如下命令:
Expand Down

0 comments on commit 4c0a2dd

Please sign in to comment.