From ca049c845d26a7106699715071b5cc9df0425c73 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pekka=20Hyv=C3=B6nen?= Date: Thu, 15 Dec 2016 16:44:31 +0200 Subject: [PATCH] Refer to Vaadin Framework in release notes (#8006) --- all/src/main/templates/release-notes.html | 118 +++++++++++----------- 1 file changed, 59 insertions(+), 59 deletions(-) diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 5b7b82749c..7f54ea7317 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -36,29 +36,29 @@

Release Notes for Vaadin Framework @version@

-

Overview of Vaadin @version@ Release

+

Overview of Vaadin Framework @version@ Release

- Vaadin @version@ is a + Vaadin Framework @version@ is a pre-release for evaluating a number of new features and bug fixes, as listed in the -

Change Log for Vaadin @version@

+

Change Log for Vaadin Framework @version@

You can find the full list of all changes .

-

Enhancements in Vaadin @version-minor@

+

Enhancements in Vaadin Framework @version-minor@

-

Vaadin @version-minor@ includes many major and minor +

Vaadin Framework @version-minor@ includes many major and minor enhancements. Below is a list of the most notable changes:

@@ -94,25 +94,25 @@ new API, and the old data binding API and components have been moved to separate compatibility packages for ease of migration. For more details, see the list of incompatible changes and how to migrate - to Vaadin 8. + to Vaadin Framework 8.

- For enhancements introduced in Vaadin 7.7, see the Release - Notes for Vaadin 7.7.0. + Notes for Vaadin Framework 7.7.0.

Incompatible or Behavior-altering Changes in @version@

-

Vaadin Installation

+

Getting started with Vaadin Framework

- Vaadin is a Java framework for building modern web + Vaadin Framework is a Java framework for building modern web applications that look great, perform well and make you and - your users happy. Vaadin is available under the + your users happy. The Framework is available under the Apache License, Version 2.0 (see the license.html - in the Vaadin ZIP package). + in the Vaadin Framework ZIP package).

- The easiest ways to install Vaadin are: + The easiest ways to start using Vaadin Framework are:

@@ -338,18 +338,18 @@ components.)

-

Migrating from Vaadin 7.7

+

Migrating from Vaadin Framework 7.7

- Most Vaadin 7 applications need some changes when migrating - to Vaadin 8. In addition to updating dependencies, all references to - Vaadin 7 style data binding and components using it need to be - updated either to use new Vaadin 8 style data binding or to use the + Most Vaadin Framework 7 applications need some changes when migrating + to Vaadin Framework 8. In addition to updating dependencies, all references to + Framework 7 style data binding and components using it need to be + updated either to use new Framework 8 style data binding or to use the compatibility versions in separate packages.

- Vaadin 7 compatible versions of the old data binding API and + Vaadin Framework 7 compatible versions of the old data binding API and components (with the exception of Form) are available in the package com.vaadin.v7 in modules vaadin-compatibility-server, vaadin-compatibility-shared etc. that can be used instead of @@ -368,23 +368,23 @@

- Some Vaadin 7 add-ons do not work in Vaadin 8 - please check the add-ons in Vaadin Directory - for Vaadin 8 support. + for Framework version 8 support.

Common Upgrade Steps

-

Always when upgrading from an earlier Vaadin version, you +

Always when upgrading from an earlier Vaadin Framework version, you must:

Remember also to refresh the project in your IDE to @@ -403,26 +403,26 @@

- Maven users should update the Vaadin dependency + Maven users should update the Vaadin Framework dependency version in the pom.xml .

-

Vaadin @version@ Dependencies

+

Vaadin Framework @version@ Dependencies

When using Maven, Ivy, Gradle, or other dependency - management system, all Vaadin dependencies are downloaded + management system, all Framework dependencies are downloaded automatically. This is also the case when using the Vaadin Plugin for Eclipse.

- The Vaadin ZIP installation package includes the + The Vaadin Framework ZIP installation package includes the dependencies in the lib subfolder. These need to be copied to the WEB-INF/lib - folder of the web application that uses Vaadin. + folder of the web application that uses Vaadin Framework.

@@ -445,7 +445,7 @@

Supported Technologies

- Vaadin 8 is compatible with Java 8 and newer. Vaadin + Vaadin Framework 8 is compatible with Java 8 and newer. Vaadin Framework 8 is especially supported on the following operating systems:

@@ -457,7 +457,7 @@

- Vaadin 8 requires Java Servlet API 3.0 but also + Vaadin Framework 8 requires Java Servlet API 3.0 but also supports later versions and should work with any Java application server that conforms to the standard. The following application servers are supported: @@ -475,7 +475,7 @@

- Vaadin 8 supports the JSR-286 Portlet specification and all + Vaadin Framework 8 supports the JSR-286 Portlet specification and all portals that implement the specification should work provided they support Java 8 and Servlet 3.0. The following portals are supported: @@ -486,11 +486,11 @@

- Vaadin also supports Google App Engine. + Vaadin Framework also supports Google App Engine.

- Vaadin @version@ supports the following desktop browsers: + Vaadin Framework @version@ supports the following desktop browsers:

- Additionally, Vaadin supports the built-in browsers in the + Additionally, Vaadin Framework supports the built-in browsers in the following mobile operating systems:

@@ -518,27 +518,27 @@ developer portal containing everything you need to know about Vaadin
  • vaadin.com/demo - - A collection of demos for Vaadin
  • + - A collection of demos for Vaadin Framework
  • vaadin.com/learn - - Getting started with Vaadin
  • + - Getting started with Vaadin Framework
  • vaadin.com/forum - - Forums for Vaadin related discussions
  • + - Forums for Vaadin Framework related discussions
  • vaadin.com/book - Book of Vaadin - everything you need to know about - Vaadin
  • + Vaadin Framework
  • vaadin.com/api - Online javadocs
  • vaadin.com/directory - - Add-ons for Vaadin
  • + - Add-ons for Vaadin Framework
  • vaadin.com/pro-tools - - Commercial tools for Vaadin development
  • + - Commercial tools for Vaadin Framework
  • vaadin.com/support - - Commercial support for Vaadin development
  • + - Commercial support for Vaadin Framework
  • vaadin.com/services - - Expert services for Vaadin
  • + - Expert services for Vaadin Framework users
  • vaadin.com/company - - Information about the company behind Vaadin
  • + - Information about the company behind Vaadin Framework
  • vaadin.com/contribute - Contribution quide
  • github.com/vaadin/framework - Github repository
  • -- 2.39.5