Skip to content

v0.14.0-dev.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 01:46

⚙️ Miscellaneous Tasks

🚜 Refactor

⛰️ Features

  • Back handler (gui esc) - (1f877f2)

🚜 Refactor

  • Reimplement navigation system - (1f877f2)

⛰️ Features

  • Allow consuming click events so they do not forward to parents - (b8642a2)
  • Allow creating two inventory composables at once, so long as one is not inside the other, explicitly deny the latter - (b8642a2)

🐛 Bug Fixes

  • Coerce page/line passed to Paginated/Scrollable menus, use onValueChange functions as callbacks - (524a78c)

⛰️ Features

  • Anvil inventory with example - (a191aab)

🐛 Bug Fixes

  • Correctly handle onClose per inventory - (45bb078)
  • Swap to single InventoryHolder to better navigate between different inventories - (a191aab)

🚜 Refactor

  • Reopen guis automatically, but call exit by default - (45bb078)

⛰️ Features

  • Text and PlayerHead components for common UI elements - (e912567)
  • RememberMiniMsg function, used in more places - (e912567)

🐛 Bug Fixes

  • Inventory holder inconsistent behavior on plugin inventory close - (e912567)
  • ActiveInventory in GuiyInventoryHolder not using MutableStateFlow - (e912567)
  • Correctly close GUI when calling inventory.close() - (6747077)

🚜 Refactor

  • Start cleaning up commonly reused logic like setOf(player) - (6747077)

⚙️ Miscellaneous Tasks