Skip to content

Releases: ItziSpyder/ImproperUI

Release 0.0.7 BETA

01 Jan 10:12

Choose a tag to compare

Version: 0.0.7-BETA

Added:
  - added support for collect() helper methods chain calls
  - optimized ImproperUIPanel mouse events

Patches:
  - fixed ConfigReader readFloat
  - fixed element children not updating parentPanel field
  - fixed scrolling hitboxes
  - fixed on-key element property not working
  - fixed collectById() methods crashing on elements without IDs

Release 0.0.6 BETA

17 Jun 23:41

Choose a tag to compare

  • added ConfigReader

to use:

ImproperUIAPI.getConfigReader(modId, configFile);

example:

ImproperUIAPI.getConfigReader("clickcrystals", "config.properties");
  • fixed config integer args not parsing properly

Release 0.0.5

18 May 21:43

Choose a tag to compare

Version: 0.0.5-BETA

Patches:
  - working on it to be compatible for all versions of minecraft

Release 0.0.4-BETA

15 May 05:21

Choose a tag to compare

Version: 0.0.4-BETA

Patches:
  - attempted to fix screen resize issues

Release 0.0.3-BETA

14 May 00:36

Choose a tag to compare

Version: 0.0.3-BETA

Added:
  - in-game bind to open up home page (right shift) # you can edit this in controls

Patches:
  - attempted to fix script blank or frozen screen due to failed initialization

Release 0.0.2-BETA

08 May 05:49

Choose a tag to compare

Version: 0.0.2-BETA

Added:
  - property child-constraint: [padding, border, ...]
  - position saving (use `positionable` tag)
  - full transparent color: NONE
  - tag label
  - tag h1, h2, h3, h4, h5, h6

Patches:
  - fix slider hitbox

Tweaks:
  - remake home page

Release 0.0.1-BETA

06 May 03:45

Choose a tag to compare

Initial release