Skip to content

Commit 3be3d18

Browse files
author
zhenglibao
committed
changelog,version
1 parent a523084 commit 3be3d18

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33

44
---
55
## 2.6.0
6-
性能优化后的稳定版本
6+
1.性能优化后的稳定版本
7+
2.增加FlexTableHeaderFooterView组件
8+
3.修复在新XCode下的获取window问题
79

8-
## 2.5.1
9-
1.修复2.5.0的向前兼容问题
10-
11-
## 2.5.0
10+
## 2.5.0 (该版本有兼容性问题,请直接使用2.6.0版本)
1211
1. 对hidden属性变化时的优化
1312
2. 优化各个组件的性能,减少FlexFrameView, FlexCustomBaseView的视图层级
1413
3. 移除FlexScrollView对吸顶效果的支持

FlexLib.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'FlexLib'
11-
s.version = '2.5.4'
11+
s.version = '2.6.0'
1212
s.summary = 'An obj-c flex layout framework for IOS'
1313

1414
# This description is used to generate tags and improve search results.

0 commit comments

Comments
 (0)