Releases: CottonMC/LibGui
Releases · CottonMC/LibGui
5.3.2 for 1.18.2
Repository version: 5.3.2+1.18.2
Changed
- Updated to 1.18.2 (#155 by @Gregory1234)
- LibGui now only depends on these four Fabric API modules:
- fabric-api-base
- fabric-lifecycle-events-v1
- fabric-networking-api-v1
- fabric-rendering-v1
Fixed
- Outdated Fabric Structure API being pulled in into 1.18.2 environments (#156)
5.3.1 for 1.18(.1)
Repository version: 5.3.1+1.18
Fixed
- Cursor not resetting property when shortening text field text with
WTextField.setText
andWTextField.setMaxLength
StringIndexOutOfBoundsException
when shortening overflowing text field text withsetText
(#154)- When using a fixed item height, some list panel items wouldn't render at all (#152 by @dani162)
5.3.0 for 1.18(.1)
Repository version: 5.3.0+1.18
Added
WItemSlot.getScrollBar
for modifying the list panel scroll bar (#150 by @Luligabi1)
5.2.0 for 1.18(.1)
Also works on 1.18.1
Repository version: 5.2.0+1.18
Added
- Constructor overloads for
CottonInventoryScreen
that takePlayerInventory
instead ofPlayerEntity
(#147)
5.1.1 for 1.18
Also works on 1.18.1
Repository version: 5.1.1+1.18
Changed
SyncedGuiDescription
: Custom quick move/shift-click handling moved totransferSlot
fromonSlotClick
- Improved
WWidget.validate
javadoc
Fixed
- Null default value for
ValidatedSlot.filter
5.1.0 for 1.18
Repository version: 5.1.0+1.18
Added
WAbstractSlider.updateValueCoordRatios
: updates the value-coord ratios; most likely unnecessary for most people
Fixed
- Sliders' dragging range not updating after changing their value bounds (#145)
5.0.0 for 1.18
Repository version: 5.0.0+1.18
Changed
- Many text field improvements by @romangraef (#140)
- Built on the Minecraft 1.18 release version instead of RCs
4.2.3 for 1.17.1
5.0.0 Beta 2 for 1.18-rc1
Repository version: 5.0.0-beta.2+1.18-rc1
This is only a rebuilt version with the same contents as Beta 1. I fixed the Gradle module metadata bug from Beta 1 in Loom, so you can remove any custom LibNinePatch dependencies you might've had!
5.0.0 Beta 1 for 1.18-pre2
Repository version: 5.0.0-beta.1+1.18-pre2
Changed
- Updated to Minecraft 1.18, Loader 0.12 and Jankson-Fabric 4.0
Fixed
CENTER
andRIGHT
title alignments whentitleX != 0