Full Changelog: https://github.com/CleanroomMC/ModularUI/compare/v3.0.2...v3.0.3
Full Changelog: https://github.com/CleanroomMC/ModularUI/compare/v2.5.1...v3.0.2
What's Changed
- Item and fluid mod name in tooltips by @Zorbatron in https://github.com/CleanroomMC/ModularUI/pull/165
- Improve Rich Text by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/124
Full Changelog: https://github.com/CleanroomMC/ModularUI/compare/v2.5.0...v2.5.1
What's Changed
- Sync refactor 2 by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/56
- Tooltip & Hover Fix by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/57
- Fake world rendering in UI by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/60
- Make ListWidget builder method take Iterable instead of List by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/61
- Fix JEI Compat by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/62
- Fix syncHandler without syncKey not receiving changeListener by @miozune in https://github.com/CleanroomMC/ModularUI/pull/67
- Make LangKey accept supplier by @miozune in https://github.com/CleanroomMC/ModularUI/pull/69
- Fix CycleButtonWidget not updating tooltip if not using stateTooltip by @miozune in https://github.com/CleanroomMC/ModularUI/pull/68
- Make ItemDrawable return widget of size 16 by @miozune in https://github.com/CleanroomMC/ModularUI/pull/73
- Add the rest of helper methods for ITooltip by @miozune in https://github.com/CleanroomMC/ModularUI/pull/72
- Allow specifying alignment for Grid by @miozune in https://github.com/CleanroomMC/ModularUI/pull/74
- Detach Mui from GuiScreenWrapper by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/64
- Cyclebutton rework by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/70
- Fix widget scroll not working at all by @miozune in https://github.com/CleanroomMC/ModularUI/pull/79
- More custom wrapper compat by @miozune in https://github.com/CleanroomMC/ModularUI/pull/78
- Fix AdaptableUITexture uv by @miozune in https://github.com/CleanroomMC/ModularUI/pull/77
- Rich text by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/76
- Add BinaryEnumSyncValue & BinaryEnumValue by @miozune in https://github.com/CleanroomMC/ModularUI/pull/84
- Add state overlay methods for ToggleButton by @miozune in https://github.com/CleanroomMC/ModularUI/pull/82
- Tooltip fixes by @miozune in https://github.com/CleanroomMC/ModularUI/pull/83
- Disable test overlay by default by @miozune in https://github.com/CleanroomMC/ModularUI/pull/80
- Fix dedicated server crash on GUI open by @miozune in https://github.com/CleanroomMC/ModularUI/pull/87
- Fix phantom slot ignoring slot limit by @miozune in https://github.com/CleanroomMC/ModularUI/pull/90
- Fix fluid SH not setting source on client by @miozune in https://github.com/CleanroomMC/ModularUI/pull/88
- Russian langluage by @marisathewitch in https://github.com/CleanroomMC/ModularUI/pull/85
- Various Fixes/Improvements with PanelSyncHandler, Draggables, and Widgets by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/86
- Improve Grid by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/92
- Allow Inverting Selected Texture by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/94
- Improve Sync Values by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/95
- Acount for Padding for IDrawables by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/97
- Textfield improvements by @miozune in https://github.com/CleanroomMC/ModularUI/pull/81
- Prevent JEI "Delete" tooltip when in exclusion area by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/100
- Fix Popup Panel Interaction over JEI Elements by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/102
- Fix UITexture not coloring for drawing sub areas by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/105
- Replace math parser with mXparser by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/98
- ListWidget rework by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/99
- Save text field by numpad enter by @miozune in https://github.com/CleanroomMC/ModularUI/pull/107
- Fix 1px offset with player inventory by @miozune in https://github.com/CleanroomMC/ModularUI/pull/113
- Remove
equals
implementations from IDrawables by @miozune in https://github.com/CleanroomMC/ModularUI/pull/114 - Fix Phantom Slot JEI highlight when hovering over valid JEI ingredients by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/112
- Fix incorrect superTransferStackInSlot method call by @miozune in https://github.com/CleanroomMC/ModularUI/pull/117
- Correct space between tooltip lines by @miozune in https://github.com/CleanroomMC/ModularUI/pull/116
- Allow setting click sound for ButtonWidget by @miozune in https://github.com/CleanroomMC/ModularUI/pull/115
- Fix partial rendering position with fluid slot by @miozune in https://github.com/CleanroomMC/ModularUI/pull/127
- Consider enabled state for Grid layout by @miozune in https://github.com/CleanroomMC/ModularUI/pull/125
- Refactor Container customiztion and phantom slots & crafting grids by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/118
- Allow collapsing disabled child widgets + sizing fixes by @miozune in https://github.com/CleanroomMC/ModularUI/pull/130
- Make IWidget#resizer return nonnull by @miozune in https://github.com/CleanroomMC/ModularUI/pull/134
- Expose ModularSyncManager#getMainPSM to public by @miozune in https://github.com/CleanroomMC/ModularUI/pull/133
- Don't try to resize widget tree on server by @miozune in https://github.com/CleanroomMC/ModularUI/pull/132
- Fix ByteSyncValue not calling source setter by @miozune in https://github.com/CleanroomMC/ModularUI/pull/131
- Bootstrap FMLCommonHandler for SizerTest by @YannickMG in https://github.com/CleanroomMC/ModularUI/pull/139
- Fix Widget listener merge by @zyf051520 in https://github.com/CleanroomMC/ModularUI/pull/143
- Add option to replace vanilla tooltips with RichTooltips by @MCTian-mi in https://github.com/CleanroomMC/ModularUI/pull/140
- Animations rework by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/136
- Fix various JEI ghost hovering/dragging issues by @Zorbatron in https://github.com/CleanroomMC/ModularUI/pull/146
- Dynamic sync by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/141
- Fix crash when building an uneven grid with Grid::row(IWidget...) by @YannickMG in https://github.com/CleanroomMC/ModularUI/pull/147
- Fix subpanel SyncHandlers being cleared if the screen is just being replaced. by @Zorbatron in https://github.com/CleanroomMC/ModularUI/pull/153
- Temp: Fix crash with AE2 GUIs by @jchung01 in https://github.com/CleanroomMC/ModularUI/pull/156
- Allow LangKeys to work when MC is loading by @Zorbatron in https://github.com/CleanroomMC/ModularUI/pull/159
- Panel drag resize by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/160
- Add an IntConsumer to the PagedWidget so an external action can be called when a page is changed by @Zorbatron in https://github.com/CleanroomMC/ModularUI/pull/161
- Workable ray tracing for SchemaWidget by @hohserg1 in https://github.com/CleanroomMC/ModularUI/pull/135
- Fix text alignment not working with TextFieldWidget by @purebluez in https://github.com/CleanroomMC/ModularUI/pull/150
- added gui factory for entity gui holder by @hohserg1 in https://github.com/CleanroomMC/ModularUI/pull/164
- Theme improvements by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/162
New Contributors
- @marisathewitch made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/85
- @YannickMG made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/139
- @zyf051520 made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/143
- @MCTian-mi made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/140
- @Zorbatron made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/146
- @jchung01 made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/156
- @hohserg1 made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/135
- @purebluez made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/150
Full Changelog: https://github.com/CleanroomMC/ModularUI/compare/v2.4.3...v2.5.0
What's Changed
- Animations rework by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/136
- Fix various JEI ghost hovering/dragging issues by @Zorbatron in https://github.com/CleanroomMC/ModularUI/pull/146
- Dynamic sync by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/141
- Fix crash when building an uneven grid with Grid::row(IWidget...) by @YannickMG in https://github.com/CleanroomMC/ModularUI/pull/147
- Fix subpanel SyncHandlers being cleared if the screen is just being replaced. by @Zorbatron in https://github.com/CleanroomMC/ModularUI/pull/153
- Temp: Fix crash with AE2 GUIs by @jchung01 in https://github.com/CleanroomMC/ModularUI/pull/156
- Allow LangKeys to work when MC is loading by @Zorbatron in https://github.com/CleanroomMC/ModularUI/pull/159
- Panel drag resize by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/160
New Contributors
- @Zorbatron made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/146
- @jchung01 made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/156
Full Changelog: https://github.com/CleanroomMC/ModularUI/compare/v2.5.0-rc5...v2.5.0-rc6
What's Changed
- Fix incorrect superTransferStackInSlot method call by @miozune in https://github.com/CleanroomMC/ModularUI/pull/117
- Correct space between tooltip lines by @miozune in https://github.com/CleanroomMC/ModularUI/pull/116
- Allow setting click sound for ButtonWidget by @miozune in https://github.com/CleanroomMC/ModularUI/pull/115
- Fix partial rendering position with fluid slot by @miozune in https://github.com/CleanroomMC/ModularUI/pull/127
- Consider enabled state for Grid layout by @miozune in https://github.com/CleanroomMC/ModularUI/pull/125
- Refactor Container customiztion and phantom slots & crafting grids by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/118
- Allow collapsing disabled child widgets + sizing fixes by @miozune in https://github.com/CleanroomMC/ModularUI/pull/130
- Make IWidget#resizer return nonnull by @miozune in https://github.com/CleanroomMC/ModularUI/pull/134
- Expose ModularSyncManager#getMainPSM to public by @miozune in https://github.com/CleanroomMC/ModularUI/pull/133
- Don't try to resize widget tree on server by @miozune in https://github.com/CleanroomMC/ModularUI/pull/132
- Fix ByteSyncValue not calling source setter by @miozune in https://github.com/CleanroomMC/ModularUI/pull/131
- Bootstrap FMLCommonHandler for SizerTest by @YannickMG in https://github.com/CleanroomMC/ModularUI/pull/139
- Fix Widget listener merge by @zyf051520 in https://github.com/CleanroomMC/ModularUI/pull/143
- Add option to replace vanilla tooltips with RichTooltips by @MCTian-mi in https://github.com/CleanroomMC/ModularUI/pull/140
New Contributors
- @YannickMG made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/139
- @zyf051520 made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/143
- @MCTian-mi made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/140
Full Changelog: https://github.com/CleanroomMC/ModularUI/compare/v2.5.0-rc4...v2.5.0-rc5
What's Changed
- Save text field by numpad enter by @miozune in https://github.com/CleanroomMC/ModularUI/pull/107
- Fix 1px offset with player inventory by @miozune in https://github.com/CleanroomMC/ModularUI/pull/113
- Remove
equals
implementations from IDrawables by @miozune in https://github.com/CleanroomMC/ModularUI/pull/114 - Fix Phantom Slot JEI highlight when hovering over valid JEI ingredients by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/112
Full Changelog: https://github.com/CleanroomMC/ModularUI/compare/v2.5.0-rc3...v2.5.0-rc4
What's Changed
- Add BinaryEnumSyncValue & BinaryEnumValue by @miozune in https://github.com/CleanroomMC/ModularUI/pull/84
- Add state overlay methods for ToggleButton by @miozune in https://github.com/CleanroomMC/ModularUI/pull/82
- Tooltip fixes by @miozune in https://github.com/CleanroomMC/ModularUI/pull/83
- Disable test overlay by default by @miozune in https://github.com/CleanroomMC/ModularUI/pull/80
- Fix dedicated server crash on GUI open by @miozune in https://github.com/CleanroomMC/ModularUI/pull/87
- Fix phantom slot ignoring slot limit by @miozune in https://github.com/CleanroomMC/ModularUI/pull/90
- Fix fluid SH not setting source on client by @miozune in https://github.com/CleanroomMC/ModularUI/pull/88
- Russian langluage by @marisathewitch in https://github.com/CleanroomMC/ModularUI/pull/85
- Various Fixes/Improvements with PanelSyncHandler, Draggables, and Widgets by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/86
- Improve Grid by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/92
- Allow Inverting Selected Texture by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/94
- Improve Sync Values by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/95
- Acount for Padding for IDrawables by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/97
- Textfield improvements by @miozune in https://github.com/CleanroomMC/ModularUI/pull/81
- Prevent JEI "Delete" tooltip when in exclusion area by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/100
- Fix Popup Panel Interaction over JEI Elements by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/102
- Fix UITexture not coloring for drawing sub areas by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/105
- Replace math parser with mXparser by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/98
- ListWidget rework by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/99
New Contributors
- @marisathewitch made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/85
Full Changelog: https://github.com/CleanroomMC/ModularUI/compare/v2.5.0-rc2...v2.5.0-rc3
What's Changed
- Fix Crash when Clicking on a non-slot with a stack in hand by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/53
Full Changelog: https://github.com/CleanroomMC/ModularUI/compare/v2.4.2...v2.4.3
What's Changed
- Override
slotClick()
to fix issues with ItemStackItemHandler by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/49 - Sync fixes by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/50
New Contributors
- @ghzdude made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/49
Full Changelog: https://github.com/CleanroomMC/ModularUI/compare/v2.4.1...v2.4.2
What's Changed
- Allow theme to override some configs by @serenibyss in https://github.com/CleanroomMC/ModularUI/pull/41
- 2.4 by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/40
New Contributors
- @serenibyss made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/41
Full Changelog: https://github.com/CleanroomMC/ModularUI/compare/v2.3.1...v2.4.0