This repository was archived by the owner on Sep 7, 2022. It is now read-only.
File tree 2 files changed +12
-1
lines changed 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this package will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
18
## [ 2.0.2-preview.1] - 2021-05-31
8
19
9
20
Major changes are as follows:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.unity.uiwidgets" ,
3
3
"displayName" :" UIWidgets" ,
4
- "version" : " 2.0.2 -preview.1" ,
4
+ "version" : " 2.0.3 -preview.1" ,
5
5
"unity" : " 2019.4" ,
6
6
"description" : " UIWidgets allows you to build beautiful cross-platform apps through Unity" ,
7
7
"dependencies" : {
You can’t perform that action at this time.
0 commit comments