Skip to content

Releases: vaadin/framework

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.

Vaadin Framework 8.13.0.beta1

31 Mar 09:20
8c5e36b
Compare
Choose a tag to compare
Pre-release

Vaadin Framework 8.13.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 in 8.13:

  • #12186 Optimize Grid performance, by re-using ComputedStyles in Escalator when possible.
  • #12168 Add API to prevent invalid input when integrated range validator is used in DateField
  • #12060 Add getter for presentationProvider in Grid.Column
  • #12138 Fixed LayoutManager size calculations during transform.
  • #12231 Fix: Updating Grid's item set when details rows are open.
  • #12183 DateField value now actively adjusts to the set resolution.

Vaadin Framework 7.7.25

26 Mar 09:55
9c6d845
Compare
Choose a tag to compare

Vaadin Framework 7.7.25 is an extended-support release with the following fixes:

  • Clear thread local instances on connection lost in push handler
  • Clear out ClientCache when UI is detached to prevent a minor memory leak
  • Updated license checker version
  • Fix Table/TreeTable styles so that cell border does not grow row height, which breaks things (fixes e.g. issue #12251)
  • Update Jetty version to 9.4.38.v20210224

See 7.7.25 milestone for all changes

Vaadin Framework 8.13.0.alpha1

12 Mar 09:03
59a7314
Compare
Choose a tag to compare
Pre-release

Vaadin Framework 8.13.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

  • #12186 Optimize Grid performance, by re-using ComputedStyles in Escalator when possible.
  • #12168 Add API to prevent invalid input when integrated range validator is used in DateField
  • #12060 Add getter for presentationProvider in Grid.Column
  • #12138 Fixed LayoutManager size calculations during transform.
  • #12231 Fix: Updating Grid's item set when details rows are open.
  • #12183 DateField value now actively adjusts to the set resolution.

Vaadin Framework 8.12.4

10 Mar 10:41
384e98e
Compare
Choose a tag to compare

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

  • update to Atmosphere runtime 2.4.30.vaadin3
  • Warranty fix: fix the reported NPE cases #12207
  • Fix the Invalid Input to ensureAvailabilty (Thanks @BuchienDP for the contribution)
  • Fix: Make it possible to add and remove shortcut listener in compatibility TextField
  • Clear out ClientCache when UI is detached to prevent a minor memory leak
  • Merged column headers should work within declarative Grid.

See 8.12.4 milestone for all changes

Vaadin Framework 8.12.3

10 Feb 13:20
d8ba0a4
Compare
Choose a tag to compare

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

  • fix: use time-constant comparison for CSRF tokens
  • fix: fix: use time-constant comparison for security tokens

See 8.12.3 milestone for all changes

Vaadin Framework 7.7.24

11 Feb 10:01
ebfc693
Compare
Choose a tag to compare

Vaadin Framework 7.7.24 is an extended-support release with the following fixes:

  • Fix: use time-constant comparison for CSRF tokens
  • Fix: use time-constant comparison for security tokens

See 7.7.24 milestone for all changes

Vaadin Framework 8.12.2

27 Jan 12:59
3e9873b
Compare
Choose a tag to compare

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

  • Update Atmosphere vaadin 2 patch. Fixes concurrency problem under heavy loads.
  • Move call to getMessageHandler().onResynchronize() to right place
  • Better error handling trying to enable HTML5 DnD for mobile from thread

See 8.12.2 milestone for all changes