From 755d48276c788b88f8dcd0d993c2f82ba738dd44 Mon Sep 17 00:00:00 2001 From: "xingwei.zhu" Date: Thu, 29 Aug 2019 17:09:23 +0800 Subject: [PATCH 1/4] release note --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e226df..6dcdf310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,3 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### This is the first release of *Unity Package UIWidgets*. *just the first release* + + +##【1.5.4-release] - 2019-08-30 + +#### In this release we mainly focus on the optimization and stabilization of the framework. +#### We also upgrade UIWidgets to version 1.5.4, mainly derived from flutter 1.5.4. + +### New Features +- Optimize the GC performance of the rendering system [\#247](https://github.com/UnityTech/UIWidgets/pull/247) +- Optimize the rendering performance of shadows [\#257](https://github.com/UnityTech/UIWidgets/pull/257) +- Leverage Compute Buffer to optimize GPU-CPU communication [\#272](https://github.com/UnityTech/UIWidgets/pull/272) \ No newline at end of file From 9f97a5afb518a92e4a4838ccc19d7ece041063a9 Mon Sep 17 00:00:00 2001 From: "xingwei.zhu" Date: Thu, 29 Aug 2019 17:11:42 +0800 Subject: [PATCH 2/4] release note fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dcdf310..9317fd30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. *just the first release* -##【1.5.4-release] - 2019-08-30 +## [1.5.4-release] - 2019-08-30 #### In this release we mainly focus on the optimization and stabilization of the framework. #### We also upgrade UIWidgets to version 1.5.4, mainly derived from flutter 1.5.4. From 84cde689f6516a42a85d264390bcf42ee58adee7 Mon Sep 17 00:00:00 2001 From: iizzaya Date: Fri, 30 Aug 2019 15:14:49 +0800 Subject: [PATCH 3/4] [Release 1.5.4] Update Change Log --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9317fd30..fbbaf6af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,4 +19,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### New Features - Optimize the GC performance of the rendering system [\#247](https://github.com/UnityTech/UIWidgets/pull/247) - Optimize the rendering performance of shadows [\#257](https://github.com/UnityTech/UIWidgets/pull/257) -- Leverage Compute Buffer to optimize GPU-CPU communication [\#272](https://github.com/UnityTech/UIWidgets/pull/272) \ No newline at end of file +- Leverage Compute Buffer to optimize GPU-CPU communication [\#272](https://github.com/UnityTech/UIWidgets/pull/272) +- Cupertino Theme Supported [\#287](https://github.com/UnityTech/UIWidgets/pull/287) +- Support Unity Editor Drag&Drop mouse event [\#253](https://github.com/UnityTech/UIWidgets/pull/253) +- Implement geometric shapes anti-alias draw [\#262](https://github.com/UnityTech/UIWidgets/pull/262) + From aeb79af61bc0e1d6bb59caf2301e1e4bddaad639 Mon Sep 17 00:00:00 2001 From: Yuncong Zhang Date: Fri, 30 Aug 2019 15:37:03 +0800 Subject: [PATCH 4/4] Update CHANGELOG. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbbaf6af..7f40ddd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,4 +23,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Cupertino Theme Supported [\#287](https://github.com/UnityTech/UIWidgets/pull/287) - Support Unity Editor Drag&Drop mouse event [\#253](https://github.com/UnityTech/UIWidgets/pull/253) - Implement geometric shapes anti-alias draw [\#262](https://github.com/UnityTech/UIWidgets/pull/262) +- Optimize paragraph layout [\#254](https://github.com/UnityTech/UIWidgets/pull/254) +- Support emoji display and edit [\#231](https://github.com/UnityTech/UIWidgets/pull/231)