summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhe Sun <31067185+ZheSun88@users.noreply.github.com>2019-06-27 15:34:37 +0300
committerGitHub <noreply@github.com>2019-06-27 15:34:37 +0300
commitdc207bb85b2acb85a3e953f193e2f6e8eb6a414f (patch)
tree88eb1d557435b122e6ad2b709e6c4affe578b11f
parent583920f327c338a020d4e09e420548f44127cb7f (diff)
downloadvaadin-framework-dc207bb85b2acb85a3e953f193e2f6e8eb6a414f.tar.gz
vaadin-framework-dc207bb85b2acb85a3e953f193e2f6e8eb6a414f.zip
Update release note and Since tag (#11639)
* Update release note for 8.9 * Missing Since
-rw-r--r--all/src/main/templates/release-notes.html6
-rw-r--r--client/src/main/java/com/vaadin/client/ui/VDateField.java2
-rw-r--r--shared/src/main/java/com/vaadin/shared/ui/datefield/AbstractDateFieldServerRpc.java2
3 files changed, 6 insertions, 4 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index f3afc0ceec..3c0a856da5 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -83,7 +83,9 @@
enhancements. Below is a list of the most notable changes:</p>
<ul>
- <li></li>
+ <li>Adds css class name to <tt>Grid.Editor</tt> on slected row</li>
+ <li>Improves error handling on <tt>Upload</tt> handler</li>
+ <li>Improves support for OSGi</li>
</ul>
</p>
@@ -96,7 +98,7 @@
to Vaadin Framework 8</a>.
</p>
- <h2 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h2>
+ <h2 id="incompatible">No Incompatible or Behavior-altering Changes in @version-minor@</h2>
<ul>
<li></li>
diff --git a/client/src/main/java/com/vaadin/client/ui/VDateField.java b/client/src/main/java/com/vaadin/client/ui/VDateField.java
index a6c5a158de..a27feb075e 100644
--- a/client/src/main/java/com/vaadin/client/ui/VDateField.java
+++ b/client/src/main/java/com/vaadin/client/ui/VDateField.java
@@ -299,7 +299,7 @@ public abstract class VDateField<R extends Enum<R>> extends FlowPanel
* rpc is triggered.
* </p>
*
- * @since
+ * @since 8.9
*/
public void sendBufferedValuesWithDelay() {
rpc.updateValueWithDelay(bufferedDateString,
diff --git a/shared/src/main/java/com/vaadin/shared/ui/datefield/AbstractDateFieldServerRpc.java b/shared/src/main/java/com/vaadin/shared/ui/datefield/AbstractDateFieldServerRpc.java
index 0344110443..65761b4880 100644
--- a/shared/src/main/java/com/vaadin/shared/ui/datefield/AbstractDateFieldServerRpc.java
+++ b/shared/src/main/java/com/vaadin/shared/ui/datefield/AbstractDateFieldServerRpc.java
@@ -47,7 +47,7 @@ public interface AbstractDateFieldServerRpc extends ServerRpc {
* delayed rpc. The rpc will be sent by triggering another non
* {@link Delayed} annotated rpc.
*
- * @since
+ * @since 8.9
*
* @param newDateString
* the value of the text field part. It enables analyzing invalid