- Fixed config title not being centered when there is only a single tab
 
- Updated to Minecraft 1.21.9/1.21.10
 - Headline and property names are now cut off properly when too long
- When headline or property names are overflowing, they are shown in full as a tooltip
 
 - Improved keyboard navigation order so the widget always comes before the reset button
 - Removed 
@DeprecatedfromConfig.createScreen 
- Removed mixin debug export in EditBoxWidgetAccessor
 
- Added 
Config#scheduleSavemethod 
- Added 
saveIfDirtymethod to config 
- Allow minecraft versions >=1.21.7
 
- Updated to MC 1.21.7
 
- Added 
PropertyBuilder.buildWithoutWidget() 
- Updated to Minecraft 1.21.6
 
- Fixed fabric loader requirement for real this time
 
- Lowered fabric loader requirement
 
- Updated to MC 1.21.5
 
- Added javadocs to all api methods
 - The placeholder for text widgets is now provided as a 
Textinstead ofString - A default placeholder can now be configured without parameters
 - The message for a validator is now provided as a 
Textinstead ofString 
- The placeholder for text widgets is now provided as a 
Textinstead ofString - The message for a validator is now provided as a 
Textinstead ofString 
- The name of a property is now rendered in italics if the value was changed and is not saved
 - Added a reset button to properties in the config screen
 
- Fixed ListPropertyBuilder returning an implementation type instead of API interface
 - Added mod icon
 - Added readme
 - Added serializer builders
- Pre-load and pre-write middleware can now be added
 
 


