Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 56e7e2b

Browse files
committed
bump uiwidgets version
1 parent 7eb3a6a commit 56e7e2b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

com.unity.uiwidgets/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this package will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.3-preview.1] - 2021-07-02
8+
9+
### Fixes
10+
- Touch input on mobiles [\#187](https://github.com/Unity-Technologies/com.unity.uiwidgets/pull/187)
11+
- Crash when font file not found [\#183](https://github.com/Unity-Technologies/com.unity.uiwidgets/pull/183)
12+
- Incorrect renderView init transform [\#182](https://github.com/Unity-Technologies/com.unity.uiwidgets/pull/182)
13+
14+
### New Features
15+
- Incremental GC [\#184](https://github.com/Unity-Technologies/com.unity.uiwidgets/pull/184)
16+
17+
718
## [2.0.2-preview.1] - 2021-05-31
819

920
Major changes are as follows:

com.unity.uiwidgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.uiwidgets",
33
"displayName":"UIWidgets",
4-
"version": "2.0.2-preview.1",
4+
"version": "2.0.3-preview.1",
55
"unity": "2019.4",
66
"description": "UIWidgets allows you to build beautiful cross-platform apps through Unity",
77
"dependencies": {

0 commit comments

Comments
 (0)