Release Notes - 1.0


  • 1.0.5-funcrel

    1.0.5-funcrel
    Updates embedded libraries.
  • 1.0.4-funcrel

    1.0.4-funcrel
    Fixed compatibility issues present when using the extension in v3/8.4 in a Linux/Docker environment.
  • 1.0.3-funcrel

    1.0.3-funcrel
    Updated an internal library to provide improved resolutions and compatibility with Python 3.9/Linux.
  • 1.0.2-funcrel

    1.0.2-funcrel
    Minor update to remove unnecessary files and libraries.
  • 1.0.1-funcrel

    1.0.1-funcrel
    Added support for Jakarta EE 9.0+.
  • 1.0.0-funcrel

    1.0.0-funcrel
    This update fixes missing links between methods of anonymous classes/java methods to Vaadin external API methods.
    This update corrects erroneous link types that were previously created between methods of anonymous classes/java methods to Vaadin external API methods.
  • 1.0.0-beta1

    1.0.0-beta1
    Enhance support of addFocusListener and addBlurListener for Vaadin
    Enhance support of addFocusListener and addBlurListener for Vaadin Flow
    Enhance support of addClickListener and Button for Vaadin Flow
    Enhance support of addClickListener and Button for Vaadin
    Creation of new objects “Vaadin Event Handler” via callback on value change, focus and blur listener for ComboBoxes (Vaadin Flow).Support ComboBox (Vaadin Flow)
    Creation of new objects “Vaadin Event Handler” via callback on value change, focus and blur listener for ComboBoxes (Vaadin).Support ComboBox (Vaadin)
    Creation of new objects “Vaadin Event Handler” via callback on value change, focus and blur listener for Checkboxes (Vaadin & Vaadin Flow).Support of Checkbox (Vaadin & Vaadin Flow)
    Creation of new objects “Vaadin Event Handler” via callback on value change listener (on generic component).Support for addValueChangeListener
  • 1.0.0-alpha2

    1.0.0-alpha2
    Support added for the annotations @addListener and @addListeners from the custom Vaadin fork ’themis.fmk.ihm'.
    Introduction of new object Method of Anonymous Class for overrided method of external class instantiated anonymously.
    The extension will now only create Vaadin Views for the top most layouts and not for sub-layouts.
    Creation of link from Vaadin Event Handler to return statement of these methods.Support for regular method call for listener
    Creation of link from Vaadin Event Handler to override “action” method.(example: method ButtonClick for class Button)Support class instantiation for listener
    Creation of link from Vaadin Event Handler to new object Method of Anonymous ClassSupport listener declared with overriden Method of API class instantiated Anonymously
  • 1.0.0-alpha1

    1.0.0-alpha1
    Initial release of this extension.
    Creation of callLink between Vaadin Event Handler and Java objects responsible of handling the eventLinking protocol from Vaadin Event Handler to Java
    Creation of callLink between Vaadin (Flow) View and Vaadin Event HandlerLinking protocol from View to Event Handler (Vaadin)
    Creation of new objects “Vaadin Event Handler” via callback on addBlurListenerSupport of addBlurListener from Vaadin and Vaadin Flow
    Creation of new objects “Vaadin Event Handler” via callback on addFocusListenerSupport of addFocusListener from Vaadin and Vaadin Flow
    Creation of new objects “Vaadin Event Handler” via callback on button click listenerSupport of Vaadin Flow Button Click Listener
    Creation of new objects “Vaadin Event Handler” via callback on button click listener.Support of Vaadin Button Click Listener
    Creation of new objects “Vaadin View” via class annotated with Vaadin annotation @RouteSupport of Vaadin Flow View
    Creation of new objects “Vaadin View” via class inheriting from Vaadin Views API classSupport of Vaadin View