summaryrefslogtreecommitdiffstats
path: root/all
diff options
context:
space:
mode:
authorJonni Nakari <jonni@egarden.fi>2017-03-21 07:53:49 +0100
committerHenri Sara <henri.sara@gmail.com>2017-03-21 08:53:49 +0200
commitf4b4305717b36bb9b5115682f39de814b5a13dab (patch)
tree09f70275179d48e2ff93da696ba19d4070e0f0d7 /all
parent6ffa47ec8bf79b607f9fa6a6cbff9fc7a9c87509 (diff)
downloadvaadin-framework-f4b4305717b36bb9b5115682f39de814b5a13dab.tar.gz
vaadin-framework-f4b4305717b36bb9b5115682f39de814b5a13dab.zip
Fix documentation: change setPlaceHolder to setPlaceholder (#8883)
Diffstat (limited to 'all')
-rw-r--r--all/src/main/templates/release-notes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index e28f3e77d1..1442701290 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -152,7 +152,7 @@
<li>Some deprecated/obsolete parts of API have been removed</li>
<li>All addListener/removeListener methods have been removed - replaced with the Java 8 friendly <tt>addClickListener()</tt>, <tt>addValueChangeListener()</tt> etc. instead</li>
<li>All new listeners are unregistered using a <tt>Registration</tt> object returned by <tt>addXyzListener()</tt> rather than with a separate <tt>removeXyzListener()</tt></li>
- <li>Input prompts have been replaced with placeholders utilizing the related browser functionality, API is now <tt>setPlaceHolder</tt> instead of <tt>setInputPrompt</tt></li>
+ <li>Input prompts have been replaced with placeholders utilizing the related browser functionality, API is now <tt>setPlaceholder</tt> instead of <tt>setInputPrompt</tt></li>
<li>Valo is the default theme, instead of Reindeer</li>
<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>