Skip to content

v0.7.1

Compare
Choose a tag to compare
@dominikmaeckel dominikmaeckel released this 09 Aug 10:30
· 94 commits to main since this release
5af14db

Added

  • BGW-Net Protocol client.
  • onScroll event.
  • Style property for SingleLayerVisuals.
  • flip() function in CardView.

Changed

  • BoardGameApplication.runOnGUIThread may now be called without starting an application for headless testing.

Removed

  • Disabled default undo operation in TextField and TextArea as it causes NPEs in JavaFX.
  • Write access to Animation.isRunning

Fixed

  • Grid.grow() not updating row heights array.
  • Format function not getting applied to selected item in ComboBox.
  • Drag and Drop rollback on panes.
  • Exception when changing GameScenes in onDragDropped
  • Flip Animation resetting size of ImageVisuals.