浏览代码

bump uiwidgets version

/2.0.3
Xingwei Zhu 3 年前
当前提交
2631367f
共有 2 个文件被更改,包括 12 次插入1 次删除
  1. 11
      com.unity.uiwidgets/CHANGELOG.md
  2. 2
      com.unity.uiwidgets/package.json

11
com.unity.uiwidgets/CHANGELOG.md


The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [2.0.3-preview.1] - 2021-07-02
### Fixes
- Touch input on mobiles [\#187](https://github.com/Unity-Technologies/com.unity.uiwidgets/pull/187)
- Crash when font file not found [\#183](https://github.com/Unity-Technologies/com.unity.uiwidgets/pull/183)
- Incorrect renderView init transform [\#182](https://github.com/Unity-Technologies/com.unity.uiwidgets/pull/182)
### New Features
- Incremental GC [\#184](https://github.com/Unity-Technologies/com.unity.uiwidgets/pull/184)
## [2.0.2-preview.1] - 2021-05-31
Major changes are as follows:

2
com.unity.uiwidgets/package.json


{
"name": "com.unity.uiwidgets",
"displayName":"UIWidgets",
"version": "2.0.2-preview.1",
"version": "2.0.3-preview.1",
"unity": "2019.4",
"description": "UIWidgets allows you to build beautiful cross-platform apps through Unity",
"dependencies": {
正在加载...
取消
保存