Skip to content

Releases: gm958spanda/React-ZLView

同步npm发布0.3.1

05 Jul 06:23
Compare
Choose a tag to compare

修复bug: ZLView onReactRefCallback获取的DOM节点可能为null(错误使用WeakRef引起)

同步npm发布0.3.0

01 Jul 04:08
Compare
Choose a tag to compare

优化ZLSelectOption ,ZLLabel
ZLView添加borderRadius属性
ZLView支持直接添加JSX元素

同步npm发布0.2.4

24 Jun 03:05
Compare
Choose a tag to compare
  • 添加一些便利方法,如获取屏幕DPI
  • 修复ZLView.right属性设置错误
  • 封装Textfield,select-option

同步npm发布0.2.3

23 Jun 02:45
Compare
Choose a tag to compare
  • ZLRouter 优化pushViewPage/replaceViewPage方法,运行时自动注册路由。
  • ZLRouter 支持解除路由注册
  • ZLRouter 继承ZLViewPage
  • ZLRouter 默认使用自身坐标来初始化推入的页面坐标

同步npm发布0.2.1

19 Jun 11:07
Compare
Choose a tag to compare

继续修复ZLList(问题:使用默认构造函数创建时,多出一个undefined元素)

同步npm发布0.2.0

19 Jun 10:47
Compare
Choose a tag to compare
同步npm发布0.2.0 Pre-release
Pre-release

同步npm发布0.1.1

18 Jun 06:32
Compare
Choose a tag to compare
同步npm发布0.1.1 Pre-release
Pre-release
  • 重写ZLList和ZLReadOnlyList的实现
  • ZLEventCallbackList使用WeakRef存储thisArg
  • 修复ZLCSSAnimation在含有perspective时,生成tansform字符串格式错误。
  • 修复ZLView的tansform style样式字符串格式错误
  • 增加ZLSlider(封装input type="range")
  • 增加ZLCheckBox(封装input type="checkbox")
  • 增加ZLRadioButton(封装input type="radio")

同步npm发布0.1.0

15 Jun 11:47
Compare
Choose a tag to compare
同步npm发布0.1.0 Pre-release
Pre-release
  • 使用x-y-width-height坐标系统
  • 支持px/rem两种单位
  • 方便管理子视图添加和移除的操作
  • 使用矩阵乘法,支持transform2d/3d
  • 支持dom事件监听
  • 支持简单css动画
  • 封装了路由的基本操作,可在运行时更新路由

同步npm发布0.0.3

07 Jun 11:33
Compare
Choose a tag to compare
同步npm发布0.0.3 Pre-release
Pre-release
0.0.3