All Versions
7
Latest Version
Avg Release Cycle
7 days
Latest Release
2323 days ago
Changelog History
Changelog History
-
v1.3.1 Changes
May 02, 2018🛠 Minor bug fixes
-
v1.3.0 Changes
April 22, 2018🆕 New Features :
- SceneManager added
- FileLoader
-
v1.2.2 Changes
April 13, 2018🆕 New Features
- Position where the Title and close,minimize,maximize buttons should be placed on the title-bar (using "setWindowTitle" method of "CustomStageBuilder" object).
- Now you can give different colors for close,minimize,maximize buttons' hover state
See the example
-
v1.2.1 Changes
April 13, 2018🛠 #Bug Fixes and Maven Support
-
v1.2.0 Changes
April 05, 2018🆕 New Features :
- In-built both Dynamic and Static navigationPanes
- CustomDrawer (A drawer pane which can be used in your applications)
📚 CustomStage - v1.2.0 (Documentation)
-
v1.1.0 Changes
March 30, 2018🆕 New Features
- Now you locate navigation pane in Top/Left/Right/Bottom of the window
- Can use multiple navigation panes
- ✂ Remove navigation panes at runtime
🗄 Deprecated Methods
- ✂ removeNavigationPnae() method is deprecated. Use removeNavigationPane(NavigationType type) method instead.
-
v1.0.0 Changes
March 20, 2018🔋 Features
- Fully customizable
- Can be customized at runtime as well
- Can change the views of the window
- 💅 Can use user-given stylesheets to style the window
- Produce transparent stages
- ⏪ Include working action buttons (close,minimize,maximize/restore)