From f04287fbe3d8bc9751e22608fe84a436a272dd7d Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Wed, 16 Apr 2014 14:08:16 +0300 Subject: [PATCH] Updated license.html and release-notes.html Added a license notice to license.html of each font that is bundled in Valo. Modified release notes to mention Valo (removed enhancement notes that relate to previous release) and wrote a short how-to for using Valo in the alpha releases. Change-Id: I68b32856a3c5317635a40d9a0460be18d82be555 --- WebContent/license.html | 25 +++++++ WebContent/release-notes.html | 135 ++++++++++++++-------------------- 2 files changed, 80 insertions(+), 80 deletions(-) diff --git a/WebContent/license.html b/WebContent/license.html index 0bb3f70f01..f432f68890 100644 --- a/WebContent/license.html +++ b/WebContent/license.html @@ -134,6 +134,31 @@ FontAwesome SIL OFL 1.1 + + + + Open Sans + Apache License, version 2.0 + + + Roboto + Apache License, version 2.0 + + + Roboto Condensed + Apache License, version 2.0 + + + Source Sans Pro + SIL OFL 1.1 + + + Lato + SIL OFL 1.1 + + + Lora + SIL OFL 1.1 diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 38d9f5211c..eeeea1071d 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -134,102 +134,77 @@ enhancements. Below is a list of the most notable changes:

-

Tools have been updated for Vaadin @version-minor@ with +

For enchancements introduced in Vaadin 7, see the Release Notes for Vaadin 7.0.0.

+ +

Valo theme

+ +

Valo is a brand new built-in theme for Vaadin. It leverages + the Sass CSS preprocessor heavily, + providing a variety of ways to customize the look and feel of your theme. + Read the introductory blog post describing the features for the + Vaadin 7.x series.

+ +

Using Valo

+ +

The Java-based Sass compiler bundled with this Vaadin release + does not support all the features that Valo requires at the moment. + The compiler in the release version of Vaadin 7.3 will support Valo, + but for this alpha release, you need to use the original Ruby-based + compiler (or any other Sass 3.2 compatible Sass compiler). See + instructions below.

+ +

Limitations