Releases: lukflug/PanelStudio
Releases · lukflug/PanelStudio
PanelStudio Version 0.1.10
- Added support to for Fabric and Forge 1.8.9 via the panelstudio-mc8-fabric(thanks Nirvana!) andpanelstudio-mc8-forgelibraries.
PanelStudio Version 0.1.9
- Added fabric.mod.jsonto fix PanelStudio-MC16 crashing when runningrunClient.
PanelStudio Version 0.1.8
- Added RendererProxyandThemeMultiplexer.
- Fixes bug in PanelStudio-MC, where the HUD editor is rendered twice.
- Automated the Maven publishing process.
PanelStudio Version 0.1.7
- Fixed and improved some JavaDoc.
- Fixed bug where changing the alpha slider in a ColorComponentcrashes the game.
- Fixed some minor PanelStudio-MC bugs.
- Renamed PanelStudio-MC to PanelStudio-MC12 and made it be distributed via a binary instead of source.
- Added PanelStudio-MC16 for Minecraft 1.16.4.
PanelStudio Version 0.1.6
- Fixed scroll bar rendering even when CollapsibleContaineris closed.
- Made KeybindComponentuseRenderer.renderTitlemethod with a single boolean, instead of the one with two.
- Added a parameter for bottom border to Renderer.
- Added openparameter toRenderer.getHeight.
PanelStudio Version 0.1.5
PanelStudio:
- Removed redundant constructor for Context.
- Added overridable methods to create sub-contexts for ClickGUI,CollapsibleContainerandContainer.
- Added support for scroll bars.
- Added support for descriptions.
- Fixed mouse hovering clipping for CollapsibleContainer.
- Made sliders work better.
- Added support for transient panels.
- Added enter events and made exit events be called when a panel is hidden.
- Fixed scroll and keyboard input priority.
- Made ClickGUIandContainerloops use lambdas.
- Added releaseFocustoContext.
- Merged ToggleableContainerintoCollapsibleContainer.
PanelStudio-MC:
- Added option to disable mouse clipping in GLInterface.
- Added exitGUImethod toMinecraftGUI.
- Added support for separate HUD editor to MinecraftHUDGUI.
PanelStudio Version 0.1.2
- Fixed ListComponentright-alignment.
PanelStudio Version 0.1.1
- Added SettingsAnimationandSettingsColorScheme.
- Added ListModuleandHUDList.
- Added config interfaces and related methods.
- Added PanelStudio-MC support library.
PanelStudio Version 0.1.0
- Added TabGUI.
- Made Panel width be definded by FixedComponentand not by theClickGUI.
- Fixed bug, where two components could be highlighted at once.
- Added animation ClickGUI containers.
- CollapsibleContainerdoes not extend- Containeranymore, but has it as a field.
- Added clipping to CollapsibleContainer.
- Added releaseFocusevent, so that child components release focus when parent loses focus.
- Added handleScrollevent.
- Added support for scrolling in containers.
- Added support for draggable HUD components.
- Added support getFontWidthandgetFontHeightmethods toInterface.
PanelStudio Version 0.0.3
- Removed FocusManagerandFocusable.
- Changed setPositioninFixedComponent.
- Contextis now- final.