blob: 059f03e6a87c0ef2d59b0e689aff7ed09174b21f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
# Vaadin 7 extended maintenance version changelog
## Vaadin 7.7.44
* Internal changes needed for future development
* ComboBox popup position updates smoother when the page is scrolled
## Vaadin 7.7.43
* Made ComboBox rendering faster by trying to avoid constant popup size recalculations
* Backported Upload fixed from Vaadin 8, namely preventing upload if no file has been selected, and making sure the ChangeListener still works after the first upload.
* Added things necessary for JavaDoc generation.
* Updated the license checker, fixed tests, updated the copyright dates
## Vaadin 7.7.42
* Added read-only support to Grid. This allows disabling editing features in an otherwise editable Grid while still retaining scrolling. Use existing API method `Grid.setReadOnly(true)`.
* Enabled dependency convergence enforcement in Vaadin 7 to mitigate transitive dependency mismatches.
* Internal test fixes
## Vaadin 7.7.41
* fixed a regression which caused issues if the syncId check was disabled
* added the possibility to reorder UIProviders
* modified the Framework 7 project itself to compile with Java 11
* license updated to VCL-2
* fixed a version mismatch for the license checker being used
* test fixes
## Vaadin 7.7.40
* Fixed an issue where compile-time license checking would fail on CI servers with release-only license files.
## Vaadin 7.7.39
* Added the Flatten Maven Plugin
* A fix to compute the correct path to a war file from the resource URL
* General pom.xml and project structure fixes
## Vaadin 7.7.38
* A fix to preserve push messages in cache until they are seen by client
* A fix to prevent concurrent disconnect and push operations
* A change to close push connection immediately after refresh
## Vaadin 7.7.37
* license updated to VCL-1
* updated server-MPR artifact POM to remove dependency on server
## Vaadin 7.7.36
* added the server MPR build artifact
* updated license checker to version 1.11.2
* extracted portlet-related parts to a new module
## Vaadin 7.7.35
* a check for bundle resources in order not to fail with OSGi
* update license checker to version 1.9.0
## Vaadin 7.7.34
* Update Jsoup to version 1.15.3
## Vaadin 7.7.33
* Update license metainfo CVDL4
* Update Jetty version for security
* Update license checker to version 1.5.2
## Vaadin 7.7.32
* Update Atmosphere version to 2.2.13.vaadin4
## Vaadin 7.7.31
* Don't serve directories as static files
* Update license checker version to 1.2.2
* Add JNA dependencies for license checker
## Vaadin 7.7.30
* Ensure resize and dragging curtains are removed when a window is closed
|