diff options
author | Pekka Hyvönen <pekka@vaadin.com> | 2016-12-19 14:58:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-19 14:58:54 +0200 |
commit | 2844b57e0b847f8deb5dab75cb4b2ffece82c4f9 (patch) | |
tree | ec452fab29e39ed35acf066169abad6765d7b4b8 /all | |
parent | dd20a4d9d8f04661318735843486a446a5193fb4 (diff) | |
download | vaadin-framework-2844b57e0b847f8deb5dab75cb4b2ffece82c4f9.tar.gz vaadin-framework-2844b57e0b847f8deb5dab75cb4b2ffece82c4f9.zip |
Mention deprecating FontAwesome icons in release notes (#8039)
* Mention deprecating FontAwesome icons in release notes
Part of #7979
Diffstat (limited to 'all')
-rw-r--r-- | all/src/main/templates/release-notes.html | 1 |
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 d72fee79f5..d24dea7a93 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -153,6 +153,7 @@ <li>Valo is the only included theme, all other themes have been moved to the <tt>compatiblity-themes</tt> package and are available as a separate dependency</li> <li><tt>SharedState</tt> and the getter methods for it have been added to each component, regardless of whether those are used for anything or not</li> <li>The old liferay theme (Liferay 6.0 look) has been removed</li> + <li>FontAwesome icon constants have been deprecated, and will be moved to <tt>compability-server</tt> before 8.0 final. They will be replaced with <a href="https://vaadin.com/icons">Vaadin icons</a> in an upcoming beta</li> </ul> <ul><h4>Component specific API changes</h4> <li><tt>DateField</tt> replaces old <tt>PopupDateField</tt></li> |