Skip to content

Releases: stefvanschie/IF

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

V 0.10.4

03 Jan 19:59
76f41b5
Compare
Choose a tag to compare

+ Add 1.18 / 1.18.1 support
+ Add enabled option to ToggleButton constructor
* Fix lowercase priorities in XML being allowed
* Improve error handling for paginated pane tags in XML

V 0.10.3

16 Sep 20:15
Compare
Choose a tag to compare

* Fix populate methods not being called correctly

V 0.10.2

04 Sep 14:48
Compare
Choose a tag to compare

* Fix item movement in smithing table gui

V 0.10.1

17 Aug 19:27
Compare
Choose a tag to compare

+ Allow setting level and experience on merchant guis
+ Allow setting discount on trades in merchant guis
+ Add center alignment to outline pane
* Fix armor disappearing when opening a gui
* Fix items not moving properly in grindstone gui
* Fix viewers being empty for anvil guis

V 0.10.0

09 Jul 20:19
Compare
Choose a tag to compare

+ Add Adventure support
+ Add merchant gui
+ Add 1.17.1 support
+ Add StaticPane#removeItem(int x, int y)
* Fix anvils not showing the result item on 1.17
* Fix opening a gui on closing causing events not to work

V 0.9.9

22 Jun 19:04
Compare
Choose a tag to compare

+ Add 1.17 support
* Prevent cursor from being reset when gui updates