From fcc7895d4bbc2e37b473708b00912ecadbf1722a Mon Sep 17 00:00:00 2001
From: Jonatan Kronqvist
Date: Tue, 15 Apr 2014 10:18:21 +0300
Subject: Update release-notes for 7.2.0.beta1
Change-Id: I1232c72c3dd8eca5d6223aa9858dac22a5f7817e
---
WebContent/release-notes.html | 90 ++++++++++++-------------------------------
1 file changed, 24 insertions(+), 66 deletions(-)
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html
index 38d9f5211c..01cf665c5d 100644
--- a/WebContent/release-notes.html
+++ b/WebContent/release-notes.html
@@ -134,66 +134,24 @@
enhancements. Below is a list of the most notable changes:
- - Server push (Use the @Push annotation to
- enable push for a UI)
-
- - Server polling using UI.setPollInterval()
- - Enhanced debug window
- - Internet Explorer 10 support
- - Sass compiler improvements: arithmetics, @content
- - Dynamic CSS injection
- - Support for SCSS/CSS files in all add-ons (Use Vaadin-Stylesheet
- in the manifest)
-
- - Calendar is included in the core framework
- - ProgressBar provides progress indication
- without polling (separated from ProgressIndicator)
- - Tooltip and loading indicator delays configurable
- on server side
- - The range of a DateField can be limited
-
- - Window has maximize/restore controls
- - UI and VaadinSession provide access()
- to access the UI and session while holding the needed
- lock
- - A new @VaadinServletConfiguration annotation
- for configuring servlet parameters
-
- - WAI-ARIA support for form fields, Button,
- and Tree
- - The behavior of Property.toString() can be
- toggled using the legacyPropertyToString init
- parameter
-
- - Default alignment can be set for layout components
- - FieldGroup supports SQL date fields and date
- field creation
- - Converter.convertToModel/convertFromModel
- now gets an additional parameter describing the target
- type
- - The browser page can be reloaded programmatically
- using Page.reload()
-
- - The VaadinServlet/VaadinPortlet and VaadinService
- classes have been refactored
-
- - Several locking related fixes
- - Client compiler dependencies are packaged as a
- separate jar
- - DefaultWidgetSet is even more optimized (using
- compiler parameter -XenableClosureCompiler)
-
- - Java assert statements have been added to
- critical code sections. Start JVM with -ea to
- use.
-
- - StateChangeEvent.isInitialState()
- indicates if event is the first for a connector
- - ClientConnector.isAttached()
- indicates if connector is attached
- - Container.Filterable now contains a getContainerFilters()
- method
- - TableQuery now supports schemas and catalogs
+ - Internet Explorer 11 support
+ - Window Phone 8.1 support
+ - Long polling support through Atmosphere 2
+ - Font icon support
+ - Tomcat 8 support
+ - Wildfly 8 support
+ - Websocket support for Tomcat 8, Glassfish 4, Jetty 9.1, Wildfly 8
+ - TestBench 4 support
+ - GWT 2.6 compatibility
+ - Widget set size reduction
+ - Widget set compilation speed improvement by collapsing all permutations
+ - New built-in converters: StringToBigDecimal, StringToLong
+ - New built-in support for Date in communication
+ - WAI-ARIA improvements: Window, Notification, TabSheet
+ - Sass compiler is a separate project
+ - Support for @OnStateChange for easier state handling
+ - Reload events for UIs with @PreserveOnRefresh
+ - Responsive layouts
Tools have been updated for Vaadin @version-minor@ with
@@ -620,12 +578,12 @@
- - Mozilla Firefox 18-24
- - Mozilla Firefox 17 ESR
- - Internet Explorer 8-10
- - Safari 6
- - Opera 12,16
- - Google Chrome 23-29
+ - Mozilla Firefox 18-28
+ - Mozilla Firefox 17 ESR, 24 ESR
+ - Internet Explorer 8-11
+ - Safari 6-7
+ - Opera 12, 16-20
+ - Google Chrome 23-34
--
cgit v1.2.3