Skip to content

Releases: vaadin/framework

Vaadin Framework 8.14.1

06 Oct 06:36
c30450f
Compare
Choose a tag to compare

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

15 Sep 06:18
938c523
Compare
Choose a tag to compare

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

01 Sep 08:11
4806947
Compare
Choose a tag to compare
Pre-release

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

18 Aug 08:36
f0f9b27
Compare
Choose a tag to compare
Pre-release

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

18 Aug 08:17
09f1f3d
Compare
Choose a tag to compare

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

20 Aug 09:23
308c6e4
Compare
Choose a tag to compare

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

07 Jul 10:00
caebf1e
Compare
Choose a tag to compare

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

19 May 08:13
9cfcb4f
Compare
Choose a tag to compare

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

11 May 09:37
fe08bd2
Compare
Choose a tag to compare

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

21 Apr 10:23
5b06221
Compare
Choose a tag to compare

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

Bug fixes in 8.13:

  • #12186 Optimize Grid performance, by re-using ComputedStyles in Escalator when possible.
  • #12260 Fix Window dragging on touch screen.
  • #12231 Fix: Updating Grid's item set when details rows are open.
  • #12138 Fixed LayoutManager size calculations during transform.