]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update release note and Since tag (#11639)
authorZhe Sun <31067185+ZheSun88@users.noreply.github.com>
Thu, 27 Jun 2019 12:34:37 +0000 (15:34 +0300)
committerGitHub <noreply@github.com>
Thu, 27 Jun 2019 12:34:37 +0000 (15:34 +0300)
* Update release note for 8.9

* Missing Since

all/src/main/templates/release-notes.html
client/src/main/java/com/vaadin/client/ui/VDateField.java
shared/src/main/java/com/vaadin/shared/ui/datefield/AbstractDateFieldServerRpc.java

index f3afc0ceec7861ec1be3cfb091a3155a1900290e..3c0a856da57683ec2c1da22f1ed05c8f2d0e140d 100644 (file)
@@ -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>
index a6c5a158dedb6688747c31f4297e869cca60cb47..a27feb075e1c647f05027f7b00ce04735f3592eb 100644 (file)
@@ -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,
index 03441104434d86eb1d66bf1aa8c66d8d926397d5..65761b48806c9081899c731903e47d596abc623e 100644 (file)
@@ -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