Changelog History
Page 2
-
v8.11.0.alpha1 Changes
April 23, 2020๐ Vaadin Framework 8.11.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:
- โ Added
Tree#asMultiSelect()
so that Tree can be used as multiselect field e.g. with Binder - โ Added methods in
Binder
to enable / disable binding and binder level Validators on the fly - โ Added
Binder#writeBeanAsDraft
method version to write all values passing conversion to the bean - ๐ Allow
AbstractDateField
to provide DST zone names over custom ranges - ๐ Changed
DateField::setValue()
to throw exception if date is not meeting range check. This also prevents server and client state sync issue. - Determining
Push
transport before re-connect should improve Push stability when there is hand over e.g. from WiFi to cable and vice versa
๐ฅ Breaking changes:
- โก๏ธ Updated hibernate dependency to newer version. Old version caused false positive warning in dependency security check.
- โ Added Upload button caption HTML content support
- Upload is now prevented if there
- โ Added
-
v8.10.5 Changes
May 12, 2020๐ Vaadin Framework 8.10.5 is a maintenance release with the following fixes:
- ๐ Fix to Grid column hiding/unhiding indexing.
- ๐ Fix to replacing all Grid columns when some are frozen.
- ๐ Fix to an unnecessary DataProvider refresh with GridRowDragger.
- ๐ Fix to MenuItem tooltips within Window and other overlays.
- ๐ Fix to RichTextArea links in Firefox and IE.
- ๐ Fix to RichTextArea empty input in Firefox and IE. (Warranty fix)
- ๐ Switched away from a deprecated constructor that has been removed in newer jsoup versions.
- JavaDoc tweaks.
๐ See 8.10.5 milestone for all changes
-
v8.10.4 Changes
April 27, 2020๐ Vaadin Framework 8.10.4 is a maintenance release with the following fixes:
- ๐ Fix to Grid recalculateColumnWidths with refreshAll
- ๐ Fix to Grid frozen column handling with multiselect
- ๐ Fix to Table column selector position in MPR
- ๐ Fix to Upload ChangeListener with multiple uploads
- ๐ Fix to Upload.interruptUpload() NPE with Close/DetachListener
- ๐ Fix to Window sometimes reopening and getting stuck right after closing it
- ๐ Fix to session expiration, switching to use 403 Forbidden instead of 410 Gone
- โ Removed unnecessary null-checks from ValueContext constructors
- โก๏ธ Updated Liferay kernel version to allow 11 series
- Minor optimization to Design class name handling
- โ
Test and JavaDoc tweaks
๐ See 8.10.4 milestone for all changes.
-
v8.10.3 Changes
March 27, 2020๐ Vaadin Framework 8.10.3 is a maintenance release with the following fixes :
- Further tweaks to ComboBox popup positioning
- ๐ Fix to frozen column indexing in Grid when unhiding columns
- ๐ Improvements to Grid row positioning after resizing
- Simplified Grid sidebar handling
- ๐ Fixes to Criterion serialization
- โ Test tweaks
๐ for all changes in this release, check the milestone here
-
v8.10.2 Changes
March 03, 2020๐ Vaadin Framework 8.10.2 is a maintenance release with the following fixes :
- ๐ (Warranty fix) fixes wrong popup issue on Combobox (#11894 )
- ๐ (Warranty fix) fixes Grid renders with gap between rows (#11892 )
- ๐ (Warranty fix) fixes popup issue with DateField when current day is not in range
๐ for all changes in this release, check the milestone here
-
v8.10.1 Changes
February 21, 2020๐ Vaadin Framework 8.10.1 is a maintenance release with the following fixes :
- ๐ Fixes issue : dateField range-end does not forbit dates after year 9999 correctly (#11881) (Warranty fix)
- โ Added note to DateField#setRangeStart JavaDoc
-
v8.10.0 Changes
February 07, 2020๐ Vaadin Framework 8.10.0 is a feature release contains a number of new features and bug fixes.
โจ Enhancements
- ๐ Allowed using
BeanValidationBinder
withscanNestedDefinitions
. - ๐ Allowed conditional
asRequired
inBinder
. - ๐ Allowed
Binder
to save partial data to a bean. - โ Added helper methods for setting only height or width full.
- ๐ Improved access to triggering session cleanup.
- Made
Grid.Column.setEditable
less prone for exceptions.
๐ Bug Fixes
- ๐ Fixed an issue in closing
Window
with ESC (Warranty fix) - ๐ Fixed a Chrome selection issue in drop target
Table
(Compatibility). - ๐ Fixed initial disabling for any
Composite
(such asTree
). - Simplified
Grid
scroll handling. - ๐ Small improvements to documentation and testing.
- ๐ Fixed an issue in details row removal for
Grid
. - ๐ Fixed
RadioButtonGroup
readOnly handling. - ๐ Some test stability and documentation tweaks.
Incompatible or Behavior-altering Changes
- ๐ Ensured that value change happens before shortcuts in compatibility components (Warranty fix)
- Ensured that
TreeDataProvider
filters also take into account child items. - ๐ Improved
Binder
handling of null values.
๐ See 8.10.0 milestone for all changes.
- ๐ Allowed using
-
v8.10.0.beta1 Changes
January 17, 2020๐ Vaadin Framework 8.10.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
- โ Added helper methods for setting only height or width full.
- Made
Grid.Column.setEditable
less prone for exceptions.
๐ Bug Fixes
- ๐ Fixed an issue in details row removal for
Grid
. - ๐ Fixed
RadioButtonGroup
readOnly handling. - ๐ Some test stability and documentation tweaks.
Incompatible or Behavior-altering Changes
- ๐ Ensured that value change happens before shortcuts in compatibility components (Warranty fix)
- Ensured that
TreeDataProvider
filters also take into account child items.
๐ See 8.10.0.beta1 milestone for all changes.
-
v8.10.0.alpha1 Changes
December 13, 2019๐ Vaadin Framework 8.10.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
- ๐ Allowed using
BeanValidationBinder
withscanNestedDefinitions
. - ๐ Allowed conditional
asRequired
inBinder
. - ๐ Allowed
Binder
to save partial data to a bean. - ๐ Improved access to triggering session cleanup.
๐ Bug Fixes
- ๐ Fixed an issue in closing
Window
with ESC (Warranty fix) - ๐ Fixed a Chrome selection issue in drop target
Table
(Compatibility). - ๐ Fixed initial disabling for any
Composite
(such asTree
). - Simplified
Grid
scroll handling. - ๐ Small improvements to documentation and testing.
Incompatible or Behavior-altering Changes
- ๐ Improved
Binder
handling of null values.
๐ See 8.10.0.alpha1 milestone for all changes.
- ๐ Allowed using
-
v8.9.4 Changes
December 20, 2019๐ Vaadin Framework 8.9.4 is a maintenance release with the following fixes :
- ๐ Fixed an issue in closing
Window
with ESC (Warranty fix) - ๐ Improvements to popup positioning for
ComboBox
withinHorizontalLayout
(Warranty fix)
๐ See 8.9.4 milestone for all changes.
- ๐ Fixed an issue in closing