Skip to content

Releases: andrewauclair/ModernDocking

1.1-alpha-2

02 Feb 18:01
12bb48a
Compare
Choose a tag to compare
1.1-alpha-2 Pre-release
Pre-release

Second snapshot of 1.1 release. Docking.bringToFront(String persistentID) should have been static.

1.0.1

29 Jan 23:15
182b602
Compare
Choose a tag to compare

This patch fixes issues found with the 1.0 release version.

What's Changed

Full Changelog: 1.0...1.0.1

1.1-alpha-1

29 Jan 23:19
af656f6
Compare
Choose a tag to compare
1.1-alpha-1 Pre-release
Pre-release

First snapshot release for the 1.1 release. This snapshot removes all deprecated methods and moves Modern Docking from the ModernDocking package to the io.github.andrewauclair.moderndocking package.

0.12.1

29 Jan 23:05
3e5459b
Compare
Choose a tag to compare

DefaultDockingPanel.isLimitedToRoot and DefaultDockingPanel.setLimitedToRoot should have been deprecated and now are. The new, missing, versions have also been added: DefaultDockingPanel.isLimitedToWindow and DefaultDockingPanel.setLimitedToWindow.

The single-app version of Docking contained a missing deprecation. Docking.configurePinning should have been deprecated and now is. Docking.configureAutoHide has been added to replace it and call the DockingAPI.configureAutoHide method.

DockingAPI.autoHideAllowed has been deprecated in favor of a properly named method DockingAPI.isAutoHideAllowed. These have both been added to the single-app Docking class. Docking.autoHideAllowed has been properly marked as deprecated.

These changes will be released in 0.12.1 and 1.0.1 and the deprecated functions will be removed in the 1.1 release.

1.0.1-alpha-1

27 Jan 18:11
aa2ca02
Compare
Choose a tag to compare
1.0.1-alpha-1 Pre-release
Pre-release

First snapshot for 1.0.1 release.

1.0

31 Dec 16:30
cbd6514
Compare
Choose a tag to compare
1.0

The official 1.0 release is finally here.

This version contains a few bug fixes and updates to all the latest dependencies and GitHub Actions. A 1.1 release will be done at the end of January 2025, which will remove all deprecated classes, functions, and packages (see issue #256).

What's Changed

Full Changelog: 0.12.0...1.0

0.12.0

30 Dec 13:37
3d54885
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.0...0.12.0

0.11.6

06 Jul 13:31
cdcab87
Compare
Choose a tag to compare

Issue #230. Fixing shutdown exception issue in 0.11.5.
Full Changelog: 0.11.5...0.11.6

Package Rename Test 2

03 Jul 16:55
6fc1494
Compare
Choose a tag to compare
Package Rename Test 2 Pre-release
Pre-release
package-rename-test-2

Adding the ability to build with the maven version of modern docking …

Package Rename Test

03 Jul 16:25
e29ee14
Compare
Choose a tag to compare
Package Rename Test Pre-release
Pre-release
package-rename-test

Fix the publish action.