diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-09-27 12:03:18 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-09-27 13:03:18 +0300 |
commit | 22566d5d9d3794edc1bad59a709f3a78b3a3ba28 (patch) | |
tree | ea1ac7cdb9e40d0f1b8b3f438f3e1d6dcbc3fb57 /all/src/main/templates | |
parent | 367c7751a6ff9234fd47bc5a48e6ef9a4117a7a2 (diff) | |
download | vaadin-framework-22566d5d9d3794edc1bad59a709f3a78b3a3ba28.tar.gz vaadin-framework-22566d5d9d3794edc1bad59a709f3a78b3a3ba28.zip |
Convert Embedded not to be a LegacyComponent (#10088)
Diffstat (limited to 'all/src/main/templates')
-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 7087b6c46c..327dae38b3 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -108,6 +108,7 @@ <li><tt>BindingBuilder</tt> now works like a proper builder. Adding a converter will not mark Binding as <tt>bound</tt> allowing chaining to the same object.</li> <li><tt>ErrorLevel</tt> is removed from <tt>ErrorMessage</tt> and now <tt>com.vaadin.shared.ui.ErrorLevel</tt> should be used.</li> <li>Error indicators are now <tt><span class="v-errorindicator"></span></tt> elements.</li> + <li><tt>Embedded</tt> is not a <tt>LegacyComponent</tt> anymore.</li> <h2>For incompatible or behaviour-altering changes in 8.1, please see <a href="https://vaadin.com/download/release/8.1/8.1.0/release-notes.html#incompatible">8.1 release notes</a></h2> |