Skip to content

Commit

Permalink
BUG修复,发布V1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oubaiquan committed Nov 12, 2019
1 parent cd9a29b commit 3014ab5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@
**TangramKit**中的所有历史版本变化将会在这个文件中列出。

---

## [V1.4.1](https://github.com/youngsoft/TangramKit/releases/tag/1.4.1)(2019/11/12)

# Fixed
1. 实现对边界线颜色设置的iOS13黑白模式的适配能力。[issue#38](https://github.com/youngsoft/TangramKit/issues/38)
2. 修复当将布局视图作为UIScrollView下的容器视图同时UIScrollView支持放大缩小能力时,在屏幕旋转时可能会产生的BUG。[issue#93](https://github.com/youngsoft/MyLinearLayout/issues/93)
4. 修复了布局视图的尺寸自适应能力和AutoLayout结合后,布局视图添加删除子视图后要手动代码进行布局视图尺寸自适应的刷新问题。[issue#95](https://github.com/youngsoft/MyLinearLayout/issues/95)
5. 修复相对布局子视图隐藏时,其他依赖这个子视图的子视图的位置和尺寸不正确更新的问题。
6. 修复UIImageView的宽度固定高度自适应的问题。
7. 将布局视图的isSelected的变量声明变为open,以便支持派生类对这个属性的重载处理。
8. 修复流式布局TGFlowLayout的tg_gravity设置右对齐和下对齐时最后一行对齐错误的BUG。[issue#39](https://github.com/youngsoft/TangramKit/issues/39)
9. 重新命名将一个窗口内所有子视图进行RTL设置的方法,新方法名为:`tg_updateRTL(_ isRTL:Bool, inWindow window:UIWindow)`

**下一个版本将会和OC版本对齐所有功能,并做重大的升级和重构!!**

## [V1.4.0](https://github.com/youngsoft/TangramKit/releases/tag/1.4.0)(2019/05/19)
#### Added
Expand Down
2 changes: 1 addition & 1 deletion TangramKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "TangramKit"
s.version = "1.4.0"
s.version = "1.4.1"
s.summary = "TangramKit is A powerful iOS UI framework. It integrated the Android layout,AutoLayout,SizeClass, HTML/CSS float and flexbox functions."

s.description = <<-DESC
Expand Down

0 comments on commit 3014ab5

Please sign in to comment.