summaryrefslogtreecommitdiffstats
path: root/all
diff options
context:
space:
mode:
authorMarkus Koivisto <markus@vaadin.com>2016-04-26 11:35:02 +0300
committerVaadin Code Review <review@vaadin.com>2016-04-29 10:28:13 +0000
commit7787eee10da332201e14ca69c52b5404c3b7f7f8 (patch)
tree30cdee54f4b65cd4f415fc69c62d4b01e6f833f0 /all
parente5addd7eb2cddaaea7d5c74e6e435ca4f854e915 (diff)
downloadvaadin-framework-7787eee10da332201e14ca69c52b5404c3b7f7f8.tar.gz
vaadin-framework-7787eee10da332201e14ca69c52b5404c3b7f7f8.zip
Add interface for AppWidgetset (#19770)
This allows selecting the widgetset name and URL simply by placing a class in the default package if nothing is explicitly give by the user. This can be used e.g. by the Maven plug-in and other build automation tools to automatically generate widgetsets or use one from CDN. Change-Id: If3a7b35e3b25371e08e6d9b504fcda6f66de5119
Diffstat (limited to 'all')
-rw-r--r--all/src/main/templates/release-notes.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index b9dcc9774b..6c522ef4d6 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -112,6 +112,7 @@
<ul>
<li>Vaadin artifacts no longer bring a transitive dependency to javax.servlet:servlet-api.</li>
<li>System properties now override application parameters for settings such as production mode (see above).</li>
+ <li>The return type of UIProvider.getWidgetset() and BootstrapHandler.getWidgetsetForUI() has changed.</li>
</ul>
<h3 id="knownissues">Known Issues and Limitations</h3>
<ul>