Releases: Osiris-Team/Desku
Releases · Osiris-Team/Desku
0.9.18
0.9.17
Added SmartLayout class, which is a mobile and desktop compatible layout:
Added Bootstrap CSS and enhanced Buttons class and added checkbox, colorpicker, passwordfield, slider components:
- also enhanced HTML loading speed
- renamed App.appendToGlobalStyles to appendToGlobalCSS
- removed Layout class and replaced with Horizontal and Vertical classes
- added a few utility methods
0.9.16
TextField
0.9.15
- added simple router. See ui.navigate method to force the user to another page, or use the new Router component to let the user click on a link.
- fix: DOMContentLoaded not triggered when window launches without focus, aka in the background
- also fixed _add, _remove which now make more sense, since before that code was run as event action
- added _styleChange and _attributeChange
- added Router component
0.9.14
- added simple router. See ui.navigate method to force the user to another page, or use the new Router component to let the user click on a link.
- fix: DOMContentLoaded not triggered when window launches without focus, aka in the background
- also fixed _add, _remove which now make more sense, since before that code was run as event action
- added _styleChange and _attributeChange
- added Router component
0.9.13
- fix global-javascript directly executing and not after dom finished loading
- replaced JCEF / Java Chromium Embedded Framework with cross-platform WebView
- upgraded to Java 11
- made library, fixed closing when other windows are still open
0.9.12
Merge remote-tracking branch 'origin/main'
@Osiris-Team
Osiris-Team committed 2 hours ago
styled button, enhanced Home test class
@Osiris-Team
Osiris-Team committed 2 hours ago
@Osiris-Team
Osiris-Team committed 3 hours ago
added appendGlobalJS() to App class and added html cache
@Osiris-Team
Osiris-Team committed 4 hours ago
Merge remote-tracking branch 'origin/main'
@Osiris-Team
Osiris-Team committed 5 hours ago
removed init() function for Component, integrated in constructor
0.9.11
- Developing the UI in Java is now even easier and faster through the new Statics class!
- Added auto-generated Statics class that provides all components constructors as static methods, thus avoiding the need of using the new keyword all the time.
- Added method-chaining for RTable.
0.9.10
Fix icon and sources jar issues
0.9.9
include resources