Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,20 @@ 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)
- 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)