Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit a18c738

Browse files
authored
Merge pull request #306 from UnityTech/release_1.5.4
Release 1.5.4
2 parents ebbdeba + 8aee96e commit a18c738

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
### This is the first release of *Unity Package UIWidgets*.
1010

1111
*just the first release*
12+
13+
14+
## [1.5.4-release] - 2019-08-30
15+
16+
#### In this release we mainly focus on the optimization and stabilization of the framework.
17+
#### We also upgrade UIWidgets to version 1.5.4, mainly derived from flutter 1.5.4.
18+
19+
### New Features
20+
- Optimize the GC performance of the rendering system [\#247](https://github.com/UnityTech/UIWidgets/pull/247)
21+
- Optimize the rendering performance of shadows [\#257](https://github.com/UnityTech/UIWidgets/pull/257)
22+
- Leverage Compute Buffer to optimize GPU-CPU communication [\#272](https://github.com/UnityTech/UIWidgets/pull/272)
23+
- Cupertino Theme Supported [\#287](https://github.com/UnityTech/UIWidgets/pull/287)
24+
- Support Unity Editor Drag&Drop mouse event [\#253](https://github.com/UnityTech/UIWidgets/pull/253)
25+
- Implement geometric shapes anti-alias draw [\#262](https://github.com/UnityTech/UIWidgets/pull/262)
26+
- Optimize paragraph layout [\#254](https://github.com/UnityTech/UIWidgets/pull/254)
27+
- Support emoji display and edit [\#231](https://github.com/UnityTech/UIWidgets/pull/231)
28+

0 commit comments

Comments
 (0)