Releases: RobertBColton/DockFX
Release list
0.4 Beta
Fixes issues, like #34, with the dock area indicator appearing off the window with a layout that includes more than just DockPane (i.e. MenuBar and ToolBar). Also removes some unused imports and adds an example MenuBar and ToolBar to the demo.
0.3 Beta
This version fixes a timing issue with the floating property so that it accurately reflects whether the dock is floating during undock events. Essentially, this resolves #35.
Java 9 Beta
This release fixes a few issues with building the project in Java 9 and with newer Maven. There is only one incompatible change and that is that, for now, only a stage that has a DockPane will receive docking events. This is a workaround for StageHelper being made non-public API in Java 9.
Public Beta
Improved stage dragging responsiveness on systems with implementations that have poor JavaFX performance which is the case with most Linux releases so far. This fixes the behavior of dragging the window out of maximized and removes the need for custom maximize/restore functionality. Also addresses issues with the indicator overlays appearing in odd locations on screen for brief periods of time.