Releases: Sparky983/vision-gui
Releases · Sparky983/vision-gui
v1.0.1
v1.0.0
Documentation: https://vision.sparky983.me
Changes
Gui
s now have types (#83)vision-paper
classes are now located inme.sparky983.vision.paper
(#90)toString()
has been implemented for most classesSubscriber
methods are nowdefault
(#105)Gui
s can now be filled (#98)TranslatableComponent
s are now rendered with theGlobalTranslator
(#108)Gui
s can be opened from aClick
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 namedClickType
(#124)Gui
slots can be listed withGui.slots()
(#125)Gui
borders can now be filled (#133)Gui.Builder
is nowsealed
(a19631f)- Some type arguments have been replaced with wildcards (#142)
- Updated JSpecify to 0.3.0 (#65)
v0.2
Documentation
View the updated documentation at https://vision.sparky983.me
Breaking API Changes
- Deleted the
Vision
interface by @Sparky983 in #59
Regular API Changes
- Added Kotlin support by @Sparky983 in #45
- Updated to 1.20 by @Sparky983 in #58
- Updated net.kyori:adventure-api to v4.14.0 by @renovate in #64
Other Changes
- Created a wiki by @Sparky983 in e9c3cea
- Group has been changed from
me.sparky983.vision
to simplyme.sparky983
v0.1
The first release of vision-gui
🎉
See installation and basic usage.