Skip to content

Releases: MineInAbyss/guiy-compose

v0.12.2

28 Jun 22:23
Compare
Choose a tag to compare

⚙️ Miscellaneous Tasks

v0.12.1

08 Jun 20:13
Compare
Choose a tag to compare

⛰️ Features

  • Rough draft for scrollable type - (2047735)

v0.12.0

03 Jun 19:25
4fc09f1
Compare
Choose a tag to compare

⛰️ Features

  • Add layout modifiers that can alter placement and measurement - (4fc09f1)
  • Add padding modifier - (4fc09f1)
  • Add offset modifier - (4fc09f1)
  • Row and Column arrangement from jetpack - (4fc09f1)

🐛 Bug Fixes

  • Fix row and column placement not accumulating width/height respectively - (4fc09f1)
  • Fold Modifiers in instead of out (the expected left takes precedence over right behaviour) - (4fc09f1)
  • First size always wins - (4fc09f1)
  • Make padding behaviour consistent with Jetpack Compose's - (4fc09f1)
  • Accidental double then() on some extensions calling other extensions - (4fc09f1)
  • Fill paginated-content after navbar - (4fc09f1)
  • Fix building PRs with java 17 - (4fc09f1)

🚜 Refactor

  • ModifyLayoutConstraints runs after inner constraints have been calculated and element measure - (4fc09f1)
  • Cleanup CreativeItem - (4fc09f1)
  • Allow for customized navbarFiller item - (4fc09f1)
  • Cleanup Paginated component to space things automatically - (4fc09f1)

⚙️ Miscellaneous Tasks

🔍 Other

v0.11.0

02 Jun 19:26
Compare
Choose a tag to compare

⛰️ Features

  • Add Box component - (54816e8)
  • Alignment for Row, Column, Box, similar to Jetpack Compose - (54816e8)
  • Paginated component - (54816e8)
  • (now we cache render then pass the diff to inventory to avoid sending tons of packets) - (54816e8)

🐛 Bug Fixes

  • Not clearing items from inventory when they were no longer rendered - (54816e8)

🔍 Other

  • Add pagination and cursor exmaples - (54816e8)

v0.10.2

31 May 17:48
Compare
Choose a tag to compare

⚙️ Miscellaneous Tasks

v0.10.1

31 May 16:43
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Support animating inventory on title change - (40ba1e9)

⚙️ Miscellaneous Tasks

  • Add example showcasing animated title - (40ba1e9)

v0.10.0

30 May 04:40
Compare
Choose a tag to compare

⛰️ Features

  • CreativeItem composable that mimics creative inventory item selector - (1843bfc)

🚜 Refactor

  • Remove interactable inventory composable due to high exploit potential - (1843bfc)

📚 Documentation

  • Document any user facing api like Composables and Modifiers - (1843bfc)

⚙️ Miscellaneous Tasks

  • Clean up some code relying on index in inventory to use x-y coordinate pairs - (1843bfc)
  • Update example to showcase CreativeItem - (1843bfc)
  • Update idofront, compose compiler, Kotlin - (1843bfc)

v0.9.4

16 Mar 20:30
Compare
Choose a tag to compare

⚙️ Miscellaneous Tasks

  • Update idofront, publish action - (a3997b0)

v0.9.3

27 Jan 17:34
Compare
Choose a tag to compare
Bump dependencies

v0.9.2

23 Oct 00:53
Compare
Choose a tag to compare
Update to paper-plugin