Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

40 lines (28 loc) · 1.42 KB

Changelog

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

Added

  • Demo application
  • Method setAsContent(DialogPane) to create dialogs easier
  • ResourceLocator (to load CSS classes)
  • Added injectMembers and instantiatePresenter methods to PresenterFactory for late injection

Changed

  • 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

1.0.0 - 2018-02-07

Initial release.

Added