Skip to content

Releases: RobertBColton/DockFX

0.4 Beta

27 Apr 19:51
Compare
Choose a tag to compare
0.4 Beta Pre-release
Pre-release

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

21 Apr 13:46
Compare
Choose a tag to compare
0.3 Beta Pre-release
Pre-release

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

25 Feb 22:59
Compare
Choose a tag to compare
Java 9 Beta Pre-release
Pre-release

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

22 Aug 01:39
Compare
Choose a tag to compare
Public Beta Pre-release
Pre-release

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.