diff options
author | Artur Signell <artur@vaadin.com> | 2014-07-30 07:53:28 +0000 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2014-08-04 08:27:00 +0000 |
commit | 422c08c6145b8c8eaff4f453b5c0276beef27290 (patch) | |
tree | 4b21fae0fc435442c2d052ae76298b0fb33e3b43 /WebContent | |
parent | 99118ccf946486e140cd1a85ff75f2a6c09f4266 (diff) | |
download | vaadin-framework-422c08c6145b8c8eaff4f453b5c0276beef27290.tar.gz vaadin-framework-422c08c6145b8c8eaff4f453b5c0276beef27290.zip |
Allow changing theme on the fly (#2874, #14139, #14124)
* Updates UI and overlay container class names when the theme changes
* Initially verifies that the theme has actually been loaded (for the embed case)
and class names have been properly set
* Forces a state change to all components to re-translate theme:// URLs
* Runs a full layout after the new theme has been loaded and activated
Change-Id: I5a7391abe1bb467130bbb4660e4829b43f3e4255
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/release-notes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index ac4e27d8a3..0ede61d729 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -101,6 +101,7 @@ the Sass CSS preprocessor heavily, providing a variety of ways to customize the look and feel of your theme. See <a href="https://vaadin.com/wiki/-/wiki/Main/Valo+theme+-+Getting+started">the Valo theme tutorial</a> or <a href="https://vaadin.com/book/-/page/themes.valo.html">the Valo theme section</a> in Book of Vaadin for information on how to get started.</li> + <li>Support for changing theme on the fly</li> </ul> <p> |