Skip to content

Releases: FXMisc/WellBehavedFX

0.3.3

12 Apr 19:35
f47ddb5
Compare
Choose a tag to compare

New Features:

  • Temporary installation of InputMaps (stackable) - Issue: #8 | PR: #18
  • key[Pressed/Released/Typed]NoMod(String) will match the given String without matching any modifiers - Issue: #15 | PR: #21
    • Useful for cases like "{" which requires the user to type SHIFT + "[" to produce the event

0.3.2

11 Apr 19:10
Compare
Choose a tag to compare

Edit: Do not use this release. Use 0.3.3

New Features:

  • Temporary installation of InputMaps (stackable) - Issue: #8 | PR: #18

Potential Breaking Changes:

  • key[Pressed/Released/Typed](String, Modifiers...) will now match the given string regardless of its modifiers if no modifiers are specified - Issue: #15 | PR: #16

v0.3.1

13 Jan 03:39
ef1293b
Compare
Choose a tag to compare

Removes the skin package

Documents a majority of the public API in the event package

Added additional post-result code execution: ifIgnored and igProcessed (#3)

0.3 Release

22 Apr 23:25
Compare
Choose a tag to compare

This release replaces the content of package event with former event.experimental.

Also, this version deprecates the skin scaffolding part.

0.2.1 Release

22 Apr 17:32
Compare
Choose a tag to compare

This is a minor update release, adding or exposing some convenience methods in the org.fxmisc.wellbehaved.event.experimental package. Thanks to @JordanMartinez.

This is meant to be the last release before org.fxmisc.wellbehaved.event.experimental replaces org.fxmisc.wellbehaved.event.

0.2 Release

30 Aug 07:53
Compare
Choose a tag to compare

This version adds new experimental API for event handling.

v0.1.1

04 Apr 05:46
Compare
Choose a tag to compare
0.1.1 Release

0.1 release

29 Sep 22:50
Compare
Choose a tag to compare

First stable release.