diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-11-17 11:19:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-17 11:19:39 +0200 |
commit | 81b4dfb6728d9455c1db055156c6555b8aa4906b (patch) | |
tree | a96c90fdbffed7f84a731f55dea5daa5dcdf2ded /all | |
parent | 535f259607fa3ee1b4f3da09f4df0b4d40449965 (diff) | |
download | vaadin-framework-81b4dfb6728d9455c1db055156c6555b8aa4906b.tar.gz vaadin-framework-81b4dfb6728d9455c1db055156c6555b8aa4906b.zip |
Add known PushStateNavigation issue to release notes (#10334)
Diffstat (limited to 'all')
-rw-r--r-- | all/src/main/templates/release-notes.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index e051961e17..70a8f11026 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -133,6 +133,9 @@ <h3 id="knownissues">Known Issues and Limitations</h3> <ul> + <li><tt>@PushStateNavigation</tt> can cause browser to load resources from wrong URLs + (<a href="https://github.com/vaadin/framework/issues/10329">#10329</a>) + </li> <li>Drag'n'drop in a Table doesn't work on touch devices running Internet Explorer (Windows Phone, Surface) (<a href="https://github.com/vaadin/framework/issues/5170">#5170</a>) |