Skip to content

Releases: CottonMC/LibGui

5.3.2 for 1.18.2

22 Mar 09:17
Compare
Choose a tag to compare

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:
    1. fabric-api-base
    2. fabric-lifecycle-events-v1
    3. fabric-networking-api-v1
    4. fabric-rendering-v1

Fixed

  • Outdated Fabric Structure API being pulled in into 1.18.2 environments (#156)

5.3.1 for 1.18(.1)

27 Feb 11:56
Compare
Choose a tag to compare

Repository version: 5.3.1+1.18

Fixed

  • Cursor not resetting property when shortening text field text with WTextField.setText and WTextField.setMaxLength
  • StringIndexOutOfBoundsException when shortening overflowing text field text with setText (#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)

16 Jan 16:46
Compare
Choose a tag to compare

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)

24 Dec 15:25
Compare
Choose a tag to compare

Also works on 1.18.1

Repository version: 5.2.0+1.18

Added

  • Constructor overloads for CottonInventoryScreen that take PlayerInventory instead of PlayerEntity (#147)

5.1.1 for 1.18

22 Dec 16:45
Compare
Choose a tag to compare

Also works on 1.18.1

Repository version: 5.1.1+1.18

Changed

  • SyncedGuiDescription: Custom quick move/shift-click handling moved to transferSlot from onSlotClick
  • Improved WWidget.validate javadoc

Fixed

  • Null default value for ValidatedSlot.filter

5.1.0 for 1.18

06 Dec 21:29
Compare
Choose a tag to compare

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

06 Dec 13:16
Compare
Choose a tag to compare

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

06 Dec 13:15
Compare
Choose a tag to compare

Repository version: 4.2.3+1.17.1

Changed

5.0.0 Beta 2 for 1.18-rc1

25 Nov 16:44
Compare
Choose a tag to compare
Pre-release

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

16 Nov 20:08
Compare
Choose a tag to compare
Pre-release

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 and RIGHT title alignments when titleX != 0