diff options
Diffstat (limited to 'all/src/main/templates/release-notes.html')
-rw-r--r-- | all/src/main/templates/release-notes.html | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 3ea177f079..693c36f0b7 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -83,18 +83,14 @@ enhancements. Below is a list of the most notable changes:</p> <ul> - <li><tt>DateField</tt> components support setting styling for individual dates</li> - <li><tt>RadioButtonGroup</tt> and <tt>CheckBoxGroup</tt> have style name <tt>selected</tt> on selected items</li> - <li><tt>Grid</tt> supports handling events from <tt>Components</tt> in <tt>Column</tt>.</li> - <li><tt>MenuBar</tt> supports different content modes for tool-tips in <tt>MenuItems</tt></li> </ul> </p> <p> - For enhancements introduced in Vaadin Framework 8.2, see the <a - href="http://vaadin.com/download/release/8.2/8.2.0/release-notes.html">Release - Notes for Vaadin Framework 8.2.0</a>. + For enhancements introduced in Vaadin Framework 8.3, see the <a + href="http://vaadin.com/download/release/8.3/8.3.0/release-notes.html">Release + Notes for Vaadin Framework 8.3.0</a>. For migrating from previous framework versions, see <a href="#incompatible">the list of incompatible changes</a> and <a href="#migrating">how to migrate to Vaadin Framework 8</a>. </p> @@ -103,7 +99,7 @@ <li><tt>BindingBuilder</tt> will now automatically mark bound field <i>read-only</i> when bound to a read-only property or a <tt>null</tt> setter.</li> - <h2>For incompatible or behavior-altering changes in 8.2, please see <a href="https://vaadin.com/download/release/8.2/8.2.0/release-notes.html#incompatible">8.2 release notes</a></h2> + <h2>For incompatible or behavior-altering changes in 8.3, please see <a href="https://vaadin.com/download/release/8.3/8.3.0/release-notes.html#incompatible">8.3 release notes</a></h2> <h3 id="knownissues">Known Issues and Limitations</h3> |