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

Latest commit

 

History

History
28 lines (19 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

28 lines (19 loc) · 1.36 KB

Changelog

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.0.0-preview] - 2019-03-01

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
  • Optimize the rendering performance of shadows #257
  • Leverage Compute Buffer to optimize GPU-CPU communication #272
  • Cupertino Theme Supported #287
  • Support Unity Editor Drag&Drop mouse event #253
  • Implement geometric shapes anti-alias draw #262
  • Optimize paragraph layout #254
  • Support emoji display and edit #231