You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG-VAADIN7.md 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. # Vaadin 7 extended maintenance version changelog
  2. ## Vaadin 7.7.42
  3. * 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)`.
  4. * Enabled dependency convergence enforcement in Vaadin 7 to mitigate transitive dependency mismatches.
  5. * Internal test fixes
  6. ## Vaadin 7.7.41
  7. * fixed a regression which caused issues if the syncId check was disabled
  8. * added the possibility to reorder UIProviders
  9. * modified the Framework 7 project itself to compile with Java 11
  10. * license updated to VCL-2
  11. * fixed a version mismatch for the license checker being used
  12. * test fixes
  13. ## Vaadin 7.7.40
  14. * Fixed an issue where compile-time license checking would fail on CI servers with release-only license files.
  15. ## Vaadin 7.7.39
  16. * Added the Flatten Maven Plugin
  17. * A fix to compute the correct path to a war file from the resource URL
  18. * General pom.xml and project structure fixes
  19. ## Vaadin 7.7.38
  20. * A fix to preserve push messages in cache until they are seen by client
  21. * A fix to prevent concurrent disconnect and push operations
  22. * A change to close push connection immediately after refresh
  23. ## Vaadin 7.7.37
  24. * license updated to VCL-1
  25. * updated server-MPR artifact POM to remove dependency on server
  26. ## Vaadin 7.7.36
  27. * added the server MPR build artifact
  28. * updated license checker to version 1.11.2
  29. * extracted portlet-related parts to a new module
  30. ## Vaadin 7.7.35
  31. * a check for bundle resources in order not to fail with OSGi
  32. * update license checker to version 1.9.0
  33. ## Vaadin 7.7.34
  34. * Update Jsoup to version 1.15.3
  35. ## Vaadin 7.7.33
  36. * Update license metainfo CVDL4
  37. * Update Jetty version for security
  38. * Update license checker to version 1.5.2
  39. ## Vaadin 7.7.32
  40. * Update Atmosphere version to 2.2.13.vaadin4
  41. ## Vaadin 7.7.31
  42. * Don't serve directories as static files
  43. * Update license checker version to 1.2.2
  44. * Add JNA dependencies for license checker
  45. ## Vaadin 7.7.30
  46. * Ensure resize and dragging curtains are removed when a window is closed