Releases: ItziSpyder/ImproperUI
Releases · ItziSpyder/ImproperUI
Release 0.0.7 BETA
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 IDsRelease 0.0.6 BETA
- 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
Version: 0.0.5-BETA
Patches:
- working on it to be compatible for all versions of minecraftRelease 0.0.4-BETA
Version: 0.0.4-BETA
Patches:
- attempted to fix screen resize issuesRelease 0.0.3-BETA
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 initializationRelease 0.0.2-BETA
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 pageRelease 0.0.1-BETA
Initial release