Browse Source

Release-note updates (#11389)

* Release-note updates

Change the word for describing icon swapping

* Update vaadin slogan in the release-note template
tags/8.8.0.beta1
Sun Zhe 5 years ago
parent
commit
d9de8a9470
No account linked to committer's email address
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      all/src/main/templates/release-notes.html

+ 3
- 3
all/src/main/templates/release-notes.html View File

@@ -23,7 +23,7 @@

<body>
<div id="header">
<h1>Vaadin &ndash; thinking of U and I</h1>
<h1>Vaadin &ndash; Fight For Simplicity</h1>
<div id="version">
<strong>Version @version@</strong>
</div>
@@ -103,7 +103,7 @@
<h2 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h2>

<ul>
<li><tt>VaadinIcons.SEARCH_MINUS</tt> and <tt>VaadinIcons.SEARCH_PLUS</tt> codes were changed due to typo fix</li>
<li><tt>VaadinIcons.SEARCH_MINUS</tt> and <tt>VaadinIcons.SEARCH_PLUS</tt> codes were swapped due to typo fix</li>
<li>Public <tt>disableOnClick</tt> variable in <tt>VNatiButton</tt> is removed due to the refactoring</li>
</ul>

@@ -442,7 +442,7 @@

<div id="footer">
<span class="slogan"><strong>vaadin <em>}></em>
</strong> thinking of U and I<span> <a href="#top">&uarr; Back
</strong> Fight For Simplicity<span> <a href="#top">&uarr; Back
to top</a>
</div>
<!-- /footer -->

Loading…
Cancel
Save