diff options
author | Artur Signell <artur@vaadin.com> | 2016-09-01 14:56:41 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-09-12 08:11:33 +0000 |
commit | 78a5468279ddc442ac64d045f5fe4aa79ed9ef6e (patch) | |
tree | 4aabf5ea7495e1b0a3e39dc40ab1813bbe67dd69 /all | |
parent | ea89e24646cead0eef80dd42a7426fae4e0a6092 (diff) | |
download | vaadin-framework-78a5468279ddc442ac64d045f5fe4aa79ed9ef6e.tar.gz vaadin-framework-78a5468279ddc442ac64d045f5fe4aa79ed9ef6e.zip |
Implement new RichTextArea
Change-Id: I6f430c77caaad6d610133f340eba960f2268897e
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 8e2d29d955..568006e622 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -128,6 +128,7 @@ <li>Old input prompts have been replaced with placeholders utilizing the related browser functionality</li> <li>The old liferay theme (Liferay 6.0 look) has been removed</li> <li>Components in the compatibility packages now use the prefix "vaadin7-" in declarative design files</li> + <li>RichTextArea no longer receives a special "v-richtextarea-readonly" class when readonly, only the standard "v-readonly" class</li> </ul> <h3 id="knownissues">Known Issues and Limitations</h3> <ul> |