Releases: vaadin/framework
Vaadin Framework 8.14.1
Vaadin Framework 8.14.1 is a maintenance release with the following fixes :
- fix: Add MPR UI id request parameter(part of Warranty fix in MPR project)
- fix: VaadinService.reinitializeSession fails if there are multiple VaadinSession in the HTTP session
- fix: ConcurrentModificationException in vaadin-shared on karaf-4.2.x
Behavior breaking changes
- fix: Add row limit of 500 to DataCommunicator row data requests to avoid denial of service attacks (CVE-2021-33609) There will be method to override this behavior in upcoming versions.
Internal Changes
- deprecate the vaadin-snapshot usage in Framework project, deploy snapshot release to vaadin-prerelease
See 8.14.1 milestone for all changes
Vaadin Framework 8.14.0
Vaadin Framework 8.14.0 is a feature release contains a number of new features and bug fixes.
#Enhancements
- #12357 Reworked and cleaned up client-side TabSheet and Accordion.
#Fixes
- #12355 fix: Prevent deadlock in findOrCreateVaadinSession
- #12281 Fix validation in non-buffered Grid editor
#Deprecation
- #12348 Deprecating Flash component.
All changes in 8.14.0 can be found here
Vaadin Framework 8.14.0.beta1
Vaadin Framework 8.14.0.beta1 is a pre-release for evaluating a number of new features and bug fixes. The API in this beta version is not considered final and may change based on user feedback.
#Enhancements
- #12357 Reworked and cleaned up client-side TabSheet and Accordion.
#Fixes
- #12355 fix: Prevent deadlock in findOrCreateVaadinSession
- #12281 Fix validation in non-buffered Grid editor
#Deprecation
- #12348 Deprecating Flash component.
Vaadin Framework 8.14.0.alpha1
Vaadin Framework 8.14.0.alpha1 is a pre-release for evaluating a number of new features and bug fixes. The API in this beta version is not considered final and may change based on user feedback.
#Enhancements
- #12357 Reworked and cleaned up client-side TabSheet and Accordion.
#Fixes
- #12355 fix: Prevent deadlock in findOrCreateVaadinSession
- #12281 Fix validation in non-buffered Grid editor
#Deprecation
- #12348 Deprecating Flash component.
Vaadin Framework 8.13.3
Vaadin Framework 8.13.3 is a maintenance release with the following fixes :
- Add detection of HCL Digital Experience rebranding #12242
- Updated the version of vaadin-context-menu #12363
- fix: Avoid processing value change event due writing back of converted value #12360
- Ensure Grid details rows get a full refresh when a column is sorted #12342
See 8.13.3 milestone for all changes
Vaadin Framework 7.7.27
Vaadin Framework 7.7.27 is an extended-support release with the following fixes:
- Prevent deadlock in findOrCreateVaadinSession
- Chrome updated to version 92
See 7.7.27 milestone for all changes
Vaadin Framework 8.13.2
Vaadin Framework 8.13.2 is a maintenance release with the following fixes :
- fix: don't serve directories as static files (backport flow fixes vaadin/flow#11047)
- fix: add JavaDoc warning to avoid using ResponseWriter for directories
- Ensure removing a row does not cause exceptions in detail row handling (Fixes: #12328)
- Trigger repositioning after full refresh of current details (Fixes: #12310 )
See 8.13.2 milestone for all changes
Vaadin Framework 8.13.1
Vaadin Framework 8.13.1 is a maintenance release with the following fixes :
- Update Atmosphere
- include @font-face definition in mixin so $v-icons variable has effect (Thanks @qwasli for the contribution)
- Update Liferay kernel dependency range to [7.0.0,12.0.0)
- Ensure large tooltips can be closed on touch devices.
- Add browser specific handling in setRows
See 8.13.1 milestone for all changes
Vaadin Framework 7.7.26
Vaadin Framework 7.7.26 is an extended-support release with the following fixes:
- Remove buildhelpers module and its dependencies
- Update Chrome version
See 7.7.26 milestone for all changes
Vaadin Framework 8.13.0
Vaadin Framework 8.13.0 is a feature release contains a number of new features and bug fixes.
Enhancements in 8.13:
- #12168 Add API to prevent invalid input when integrated range validator is used in DateField
- #12060 Add getter for presentationProvider in Grid.Column
- #12183 DateField value now actively adjusts to the set resolution.
- #12246 Add API to control whether Binder converts back to presentation