Skip to content

Releases: vaadin/framework

Vaadin Framework 8.14.3

24 Nov 10:32
efd1f05
Compare
Choose a tag to compare

Vaadin Framework 8.14.3 is a maintenance release with the following fixes :

  • fix: Check if injected CSS String is already in the list of injected styles
  • Support Liferay 7.4.3 kernel version
  • Add better API to configure maximum allowed rows

See 8.14.3 milestone for all changes

Vaadin Framework 8.14.2

03 Nov 08:31
6bb9177
Compare
Choose a tag to compare

Vaadin Framework 8.14.2 is a maintenance release with the following fixes :

  • fix: avoid ConcurrentModificationException in Binder
  • fix: don't update bean property which is read-only bound
  • fix: Ensure that side effects of readBean does not set hasChanges true
  • fix: Do not allow border to grow row height
  • fix: JavaDoc for setting page title
  • fix: Grid column reorder with partially hidden joined header cells
  • fix: compatibility Grid column reorder of partially hidden joined cells.

See 8.14.2 milestone for all changes

Vaadin Framework 7.7.28

20 Oct 09:13
f276a63
Compare
Choose a tag to compare

The Vaadin Framework 7.7.28 is an extended-support release with the following changes:

  • Update Vaadin7 to use atmosphere-runtime 2.2.13.vaadin2
  • Update links shown by license checker
  • Add MPR UI id request parameter
  • fix: set Vaadin session attribute using lock in reinitializeSession
  • Update to Jsoup 1.14.2

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