WellBehavedFX Versions Save

Composable event handlers and skin scaffolding for JavaFX controls.

v0.3.3

6 years ago

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

v0.3.2

6 years ago

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

6 years ago

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)

v0.3

8 years ago

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

Also, this version deprecates the skin scaffolding part.

v0.2.1

8 years ago

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.

v0.2

8 years ago

This version adds new experimental API for event handling.

v0.1.1

9 years ago

v0.1

9 years ago

First stable release.