diff options
author | Henri Sara <hesara@vaadin.com> | 2014-07-03 14:02:14 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2014-07-03 14:08:53 +0300 |
commit | 3320dd0eee5d93d73de3eafcc6774b5cb38ea98b (patch) | |
tree | 1624514a69d3570a9d8b3e1873f2db4e3ea8f1f7 /WebContent/release-notes.html | |
parent | ff8efe1b94b077c24085962db733fbb26f213484 (diff) | |
download | vaadin-framework-3320dd0eee5d93d73de3eafcc6774b5cb38ea98b.tar.gz vaadin-framework-3320dd0eee5d93d73de3eafcc6774b5cb38ea98b.zip |
Revert "Allow changing theme on the fly (#2874)"
This reverts commit 1b73b00b2875c5eafa3c641b77f5d9efc2f7d929 as
well as the related changes to @since, release notes etc.
Conflicts:
client/src/com/vaadin/client/ResourceLoader.java
client/src/com/vaadin/client/communication/TranslatedURLReference.java
client/src/com/vaadin/client/ui/ui/UIConnector.java
server/src/com/vaadin/ui/UI.java
shared/src/com/vaadin/shared/ui/ui/UIState.java
uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java
Change-Id: Id882dc730f51055f6d17200964bcaf8a1f87a35f
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 0ede61d729..ac4e27d8a3 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -101,7 +101,6 @@ 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> |