Releases: fujaba/fulibFx
Releases · fujaba/fulibFx
v0.7.0
New Features
@Param
method
option by @Clashsoft in #120 (Breaking Changes)- Support ReusableItemComponent in FxFor by @LeStegii in #121
- Enhance router usability by @LeStegii in #124 (Breaking Changes)
Bugfixes
- Remove debug sysout by @LeStegii in #123
- Generate reflective clearChildren if component does not extend Pane by @Clashsoft in #114
Documentation
- Add a tutorial about data flow between controllers by @LeStegii in #112
- Enhance modal initializer docs by @LeStegii in #117
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.0
New Features
- Update modals and fix headless issues by @LeStegii in #99
- Rework modals by @LeStegii in #100
- Rework onKey event options by @LeStegii in #103
Removals
- Remove Indev Mode by @Clashsoft in #102
Documentation
- Add documentation about tests by @LeStegii in #98
- Fix javadoc warnings by @LeStegii in #105
- Fix for loop docs by @LeStegii in #107
Full Changelog: v0.4.1...v0.5.0
v0.4.1
Bugfixes
- Update title upon refresh by @LeStegii in #93
- Catch inaccessible object error in reflection utils by @LeStegii in #96
- Remove System.exit from FulibFxApp.stop by @Clashsoft in #97
Documentation
Full Changelog: v0.4.0...v0.4.1
v0.4.0
New Features
- Add default parameters to modals by @LeStegii in #88
- Add check for overriding event annotations by @LeStegii in #90
- Add checks for private fields/methods during the annotation processor by @LeStegii in #85
Improvements
- Refactoring by @LeStegii in #87
- Missing Links in Docs by @Clashsoft in #91
- Sidecar Key Events by @Clashsoft in #92
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Fix links in markdown files by @LeStegii in #78
- Annotation Processor: Sidecar Generator by @Clashsoft in #76
- Rename OnXY annotations by @Clashsoft in #84
Full Changelog: v0.2.0...v0.3.0
v0.2.0
New Features
- Support super class controllers by @LeStegii in #70
- Allow components to extend from Node by @LeStegii in #68
- Add ComponentListCell by @LeStegii in #73
- Keep default values for fields if parameter isn't provided by @LeStegii in #71
- Allow regular
@Param
injection forProperty
s and otherWritableValue
.
Documentation
Other
- Update Dependencies by @Clashsoft in #63
- Update Tests by @LeStegii in #67
- Remove card game example from repository by @LeStegii in #74
Full Changelog: v0.1.1...v0.2.0