Skip to content

Releases: SilkMC/silk-compose

1.0.3

01 Sep 16:25
e3fdbe0
Compare
Choose a tag to compare

New Features

  • added backgroundColor argument to player.displayComposable

Color Corrections

  • color conversion has been improved
  • transparency is now supported

Dependency Updates

  • updated to compose-jb to 1.2.0-alpha01-dev774
  • updates to Silk 1.9.2 and Minecraft 1.19.2

Improvements

  • gui chunks are now processed, fixing the performance with guis where a lot of parts change at once

Fixes

  • maps will now be cleared on creation and destruction
  • more robust gui close cleanup

1.0.0

26 Jun 03:41
4239279
Compare
Choose a tag to compare

The first release of silk-compose as a separated module!
This release updates Compose to 1.2.0-alpha01-dev725 and has been compile with Kotlin 1.7.0.
Material 3 is now included as well!
A synchronization issue with closing server-side Compose GUIs has been fixed.