Skip to content

Releases: Sparky983/vision-gui

v1.0.1

02 Aug 22:05
Compare
Choose a tag to compare

Documentation: https://vision.sparky983.me/

Changes

  • net.kyori:adventure-api is no longer included at runtime in vision-paper
  • Unannotated experimental methods in Gui variants have been corrected

v1.0.0

23 Jul 06:58
969fef4
Compare
Choose a tag to compare

Documentation: https://vision.sparky983.me

Changes

  • Guis now have types (#83)
  • vision-paper classes are now located in me.sparky983.vision.paper (#90)
  • toString() has been implemented for most classes
  • Subscriber methods are now default (#105)
  • Guis can now be filled (#98)
  • TranslatableComponents are now rendered with the GlobalTranslator (#108)
  • Guis can be opened from a Click instance (#110)
  • Buttons can now glow (#112)
  • Subscription.cancel() now fails if the subscription has already been cancelled (#115)
  • Click.Type is now a top-level class named ClickType (#124)
  • Gui slots can be listed with Gui.slots() (#125)
  • Gui borders can now be filled (#133)
  • Gui.Builder is now sealed (a19631f)
  • Some type arguments have been replaced with wildcards (#142)
  • Updated JSpecify to 0.3.0 (#65)

v0.2

19 Jun 12:00
Compare
Choose a tag to compare

Documentation

View the updated documentation at https://vision.sparky983.me

Breaking API Changes

Regular API Changes

Other Changes

  • Created a wiki by @Sparky983 in e9c3cea
  • Group has been changed from me.sparky983.vision to simply me.sparky983

v0.1

06 Jun 21:25
Compare
Choose a tag to compare

The first release of vision-gui 🎉

See installation and basic usage.