Changelog
0a0ccd0 🏁 Releasing version 1.2.0
303628c Remove unused import statements from README and README_CN examples
bc82861 Merge pull request #3 from dlsc-software-consulting-gmbh/feature-user-agent-stylesheet-hot-reload
584c2b3 Refactor for backward compatibility: replace modern language features with traditional constructs
852127e Document expanded custom control User Agent Stylesheet hot reload support in README and README_CN
1584915 Update README and README_CN to document custom control UA stylesheet hot reload support
67bc39c Refactor ThemeTestApp documentation and improve GlobalCssMonitor concurrency handling
e8a6b79 Remove deprecated methods, optimize GlobalCssMonitor, and update module exports
8fe338a Add VersionLabel control with custom User Agent Stylesheet and extend hot reload support for overridden stylesheets
4e6a554 Update README and README_CN with custom control stylesheet limitations and development workaround examples
5c87bc5 Remove redundant toString methods and simplify null checks in GlobalCssMonitor
9c5c20b Add theme switching sample with User Agent Stylesheet hot reload support
3188434 Refactor FxmlKit and GlobalCssMonitor to improve documentation and add Application User Agent Stylesheet support
236fffc Merge pull request #2 from dlsc-software-consulting-gmbh/feature-fxml-hot-reload
4f111e8 Optimize FxmlDependencyAnalyzer with fast pre-check for fx:include to skip unnecessary DOM parsing and enhance performance
6d1011d Remove unused AppleView import and node from Hello.fxml
7776a6d Add circular dependency detection in DI and use WeakReferences for hot reload components
e005358 Enable CSS styling in HelloApp and improve hot reload development experience
2614998 Add hot reload support details to README and improve documentation clarity
fd5c9ed Enhance StylesheetUriConverter to support Kotlin build and source paths for improved hot reload handling
9acf93f Refactor HotReloadManager and StylesheetUriConverter to improve clarity, simplify logic, and enhance documentation and logging around hot reload functionality
7f716ac Refactor FxmlKit and related classes for improved documentation clarity and conciseness, enhancing descriptions and usage examples for hot reload functionality
7bd6b30 Refactor HotReloadManager documentation for clarity and conciseness, improving feature descriptions and usage examples
ba4372b Refactor HotReloadManager documentation for clarity and conciseness, improving feature descriptions and usage examples
ea5dff2 Refactor documentation in DI-related classes to enhance clarity and consistency, improving examples and usage descriptions for better understanding
5f3473b Refactor logging configuration in FxmlKit to ensure default logging is applied on class load and improve documentation clarity
f9d6a97 Refactor hot reload functionality to support independent FXML and CSS control, enhancing documentation and usage examples
4654a5f Enhance hot reload support for FXML and CSS, adding configuration options for CSSFX integration
b2952d9 Implement hot reload support for FXML views and providers
503e7f4 Clarify @PostInject execution timing and usage for controllers and @FxmlObject nodes in README files with examples and rules
0bd5fa8 Add internationalization example to README files
8595896 Add internationalization support with I18nView and resource bundles
2e0f6a9 Merge remote-tracking branch 'origin/main'
61f561f Update project description in pom.xml to reflect framework features
7444736 Update README files to clarify usage of FxmlView and FxmlViewProvider with comparison tables and updated examples