Release Notes - 1.0


1.0.5-funcrel

Enhancement/Improvements

Customer Ticket Id Customer Details
Updates embedded libraries.

1.0.4-funcrel

Other Updates

Details
Fixed compatibility issues present when using the extension in v3/8.4 in a Linux/Docker environment.

1.0.3-funcrel

Other Updates

Details
Updated an internal library to provide improved resolutions and compatibility with Python 3.9/Linux.

1.0.2-funcrel

Other Updates

Details
Minor update to remove unnecessary files and libraries.

1.0.1-funcrel

Other Updates

Details
Added support for Jakarta EE 9.0+.

1.0.0-funcrel

Other Updates

Details
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

Other Updates

Details
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

New Support

Summary Details
Support ComboBox (Vaadin Flow) Creation of new objects "Vaadin Event Handler" via callback on value change, focus and blur listener for ComboBoxes (Vaadin Flow).
Support ComboBox (Vaadin) Creation of new objects "Vaadin Event Handler" via callback on value change, focus and blur listener for ComboBoxes (Vaadin).
Support of Checkbox (Vaadin & Vaadin Flow) Creation of new objects "Vaadin Event Handler" via callback on value change, focus and blur listener for Checkboxes (Vaadin & Vaadin Flow).
Support for addValueChangeListener Creation of new objects "Vaadin Event Handler" via callback on value change listener (on generic component).

1.0.0-alpha2

Other Updates

Details
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.

New Support

Summary Details
Support for regular method call for listener Creation of link from Vaadin Event Handler to return statement of these methods.
Support class instantiation for listener Creation of link from Vaadin Event Handler to override "action" method.(example: method ButtonClick for class Button)
Support listener declared with overriden Method of API class instantiated Anonymously Creation of link from Vaadin Event Handler to new object Method of Anonymous Class

1.0.0-alpha1

Note

Initial release of this extension.

New Support

Summary Details
Linking protocol from Vaadin Event Handler to Java Creation of callLink between Vaadin Event Handler and Java objects responsible of handling the event
Linking protocol from View to Event Handler (Vaadin) Creation of callLink between Vaadin (Flow) View and Vaadin Event Handler
Support of addBlurListener from Vaadin and Vaadin Flow Creation of new objects "Vaadin Event Handler" via callback on addBlurListener
Support of addFocusListener from Vaadin and Vaadin Flow Creation of new objects "Vaadin Event Handler" via callback on addFocusListener
Support 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 Event Handler" via callback on button click listener.
Support of Vaadin Flow View Creation of new objects "Vaadin View" via class annotated with Vaadin annotation @Route
Support of Vaadin View Creation of new objects "Vaadin View" via class inheriting from Vaadin Views API class