Skip to content

Releases: stefvanschie/IF

V 0.10.14

16 May 20:22
5a97192
Compare
Choose a tag to compare

+ Add 1.20.5 and 1.20.6 support
+ Add Gui#setParent
+ Add PagingButtons component
* Fix toggle buttons using the wrong plugin instance
* Fix toggle buttons being displayed in the wrong position
* Fix PatternPane#copy failing for non-square panes
* Fix panes inside masonry panes being displayed in the wrong position
* Fix 1.20.1 not working
* Fix NPE for skulls

V 0.10.13

05 Jan 23:45
ade2a32
Compare
Choose a tag to compare

+ Add 1.20.3 and 1.20.4 support
+ Add crafter gui

V 0.10.12

24 Oct 18:54
a16e565
Compare
Choose a tag to compare

+ Add 1.20.2 support
* Fix ToggleButton handlers not always firing
* Fix setting cursor in close event not working
* Fix plugin not being passed to all gui types and panes
* Fix crafting table gui not displaying items
* Fix toggle buttons not working in masonry panes
* Fix methods linked to XML files not allowing for supertypes of parameter types

V 0.10.11

24 Jun 18:22
c0999c0
Compare
Choose a tag to compare

+ Add 1.20.1 support

V 0.10.10

09 Jun 20:08
bd4c68d
Compare
Choose a tag to compare

+ Add Minecraft 1.20 support
+ Add AnvilGui#setOnNameInputChanged(Consumer<? super String>)
* Fix invisible items in OutlinePane making other items invisible
* Fix GuiItem#copy() not copying over the plugin instance
* Fix CartographyTableGui#copy() not copying over the plugin instance

V 0.10.9

27 Mar 18:57
27a4c08
Compare
Choose a tag to compare

+ Add 1.19.4 support
* Fix StaticPane#addItem not overriding already set items in the same position
* Fix anvil and grindstone gui not working on Bukkit and Spigot

V 0.10.8

19 Dec 19:47
04a025e
Compare
Choose a tag to compare

+ Add the ability to specify custom plugin instances
+ Add slots
+ Add PaginatedPane#addPage(Pane)
+ Add ToggleButton#allowToggle(boolean)
+ Add GuiItem#setItem(ItemStack)
+ Add AnvilGui#setCost(short)
+ Add 1.19.3 support
* Fix item movement behaviour in anvil guis
* Fix invisible items showing up in OutlinePanes
* Fix item movement behaviour in grindstone guis

V 0.10.7

11 Aug 19:12
Compare
Choose a tag to compare

+ Add 1.19.1 and 1.19.2 support
+ Add MerchantGui#setOnTradeSelect
+ Add Pane#createBorder
* Fix ToggleButton not executing item events
* Fix ChestGui#setRows removing panes
* Fix inventories not restoring after a Gui#update call
* Fix nested panes ignoring visibility
* Fix MerchantGui#copy not copying all the data

V 0.10.6

13 Jun 18:48
3584545
Compare
Choose a tag to compare

+ Add cutom model data support in XML
+ Add 1.19 support
* Fix cycle button not firing item click events
* Fix chest guis always recreating inventories after changing the rows

V 0.10.5

02 Mar 20:06
Compare
Choose a tag to compare

+ Add delete page method to PaginatedPane
+ Allow for a processor in setText on Label
+ Add 1.18.2 support
* Fix duplicate items with different actions performing the same action
* Fix item action not being fired when a player toggles a toggle button
* Fix the percentage bar always displaying a percentage of zero
* Fix getColumn on Mask not working properly on non-square masks
* Fix Adventure-based titles being improperly displayed in some inventories
* Fix inconsistent inventory click event data for one slot drags
* Fix not being able to modify panes inside a click handler
* Improve off-hand ghost item removal