Releases: alibaba/VirtualView-iOS
Releases · alibaba/VirtualView-iOS
1.2.3
1.2.2
- refactor layout & resize codes for all layout & widgets
- add observer & setNeedsLayout & setNeedsResize features
- tidy property set methods
- add estimatedSize & establishedSize features
- rewrite all layout & widgets
- finish Page widget
- add unit tests and more demos
- 为所有的 Layout 和 widget 重构了布局和计算布局的代码
- 添加了 observe & setNeedsLayout & setNeedsResize 功能
- 整理属性设置方法
- 添加预估组件尺寸的方法
- 重写了所有的 layout 和 widget
- 完善了 Page widget
- 添加了单元测试和更多的 demo
1.1.0
- refactor expression implementation
- refactor binary template loading logic
- add new feature: load template asynchronously
- implement hash algorithm for string
- fix some layout & widget bugs
- add unit tests
- tidy up codes
- 重构了表达式的实现
- 重构了模板加载逻辑
- 新增了异步加载模板的功能
- 实现了计算字串 hash 的算法
- 修复了部分 layout 和 widget 的 bug
- 添加了单元测试
- 整理代码,移除不支持或者支持不佳的代码
1.0.1
- add border radius support for Layer
- add didFinishBinding callback for widget
- fix draw order of virtual layers & widgets
- fix size and reuse issues of NText widget
- fix a mem leak
- fix a crash of unsafe delegate
- fix hitTest order
- make rate of VVSystemKey can be modified
- fix support of textStyle
- fix type error while call registerWidget
- remove some dirty comments