Skip to content

Releases: iamgio/froxty

1.4.0

29 Jun 13:45
Compare
Choose a tag to compare
  • Antialiasing level has been removed from the library as it was an inefficient way to clip frosty boxes.
  • Borders can now be rounded via FrostyBox#setBackgroundRadius.
  • General performance improvements.

1.3.1

06 Apr 20:07
Compare
Choose a tag to compare

Bundled JavaFX version upgraded to 11.

v1.3.0

23 Apr 08:21
Compare
Choose a tag to compare
  • Performance improvements: the loop will now get paused if the node is not in scene;
  • Added FrostyBox(FrostyEffect) constructor.

v1.2.1

22 Apr 21:09
Compare
Choose a tag to compare

Fixed the way the box behaves when wrapped inside of other nodes.

v1.2.0

22 Apr 20:53
Compare
Choose a tag to compare

This update brings improvements to the final result.

v1.1.2

27 Jan 09:48
Compare
Choose a tag to compare

Fix missing target when calling FrostyBox(effect, child) constructor

v1.1.1

27 Jan 09:13
Compare
Choose a tag to compare

Add empty FrostyBox() constructor, add get/setChild.

v1.1.0: Quality of life update

29 Jul 12:17
Compare
Choose a tag to compare

This version of FroXty introduces a simpler approach to FrostyBox(es):

FrostyBox box = new FrostyBox(effect, target);
root.getChildren().add(box);

Initial release

04 Jun 19:24
Compare
Choose a tag to compare

Initial release of FroXty