All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
2.0.0 - 2023-09-08
- Demo application
- Method
setAsContent(DialogPane)
to create dialogs easier ResourceLocator
(to load CSS classes)- Added
injectMembers
andinstantiatePresenter
methods to PresenterFactory for late injection
- Completely rewritten view loader using fluent interface
- Switch from Java Util Logging to SLF4J
- Switch from javax to jakarta
- Switch to javafx 20
- Update Gradle to 8.3
- Update org.openjfx.javafxplugin to 0.1.0
Initial release.
- Version based on version 1.7.0 of Adam Bien's afterburner.fx
- Integrated AdamBien#63
- Integrated AdamBien#68
- Integrated AdamBien#80
- Integrated AdamBien#72, AdamBien#73, AdamBien#74
build.gradle
to enable building with gradle