Releases: gm958spanda/React-ZLView
Releases · gm958spanda/React-ZLView
同步npm发布0.3.1
修复bug: ZLView onReactRefCallback获取的DOM节点可能为null(错误使用WeakRef引起)
同步npm发布0.3.0
优化ZLSelectOption ,ZLLabel
ZLView添加borderRadius属性
ZLView支持直接添加JSX元素
同步npm发布0.2.4
- 添加一些便利方法,如获取屏幕DPI
- 修复ZLView.right属性设置错误
- 封装Textfield,select-option
同步npm发布0.2.3
- ZLRouter 优化pushViewPage/replaceViewPage方法,运行时自动注册路由。
- ZLRouter 支持解除路由注册
- ZLRouter 继承ZLViewPage
- ZLRouter 默认使用自身坐标来初始化推入的页面坐标
同步npm发布0.2.1
继续修复ZLList(问题:使用默认构造函数创建时,多出一个undefined元素)
同步npm发布0.2.0
- 增加对css transition的支持
- 修复ZLList的protoltype问题 https://github.com/Microsoft/TypeScript/wiki/FAQ#why-doesnt-extending-built-ins-like-error-array-and-map-work
同步npm发布0.1.1
- 重写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
- 使用x-y-width-height坐标系统
- 支持px/rem两种单位
- 方便管理子视图添加和移除的操作
- 使用矩阵乘法,支持transform2d/3d
- 支持dom事件监听
- 支持简单css动画
- 封装了路由的基本操作,可在运行时更新路由
同步npm发布0.0.3
0.0.3