aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2018-03-20 17:22:02 +0200
committerIlia Motornyi <elmot@vaadin.com>2018-03-20 17:22:02 +0200
commit4b1dd9f54cff3d7768e672ea42b36bbfa3ff60c4 (patch)
tree43490829e435f1f899dc131199c5d5111ad022fe
parentec314ee921b460d8401132bd661575120da60931 (diff)
downloadvaadin-framework-4b1dd9f54cff3d7768e672ea42b36bbfa3ff60c4.tar.gz
vaadin-framework-4b1dd9f54cff3d7768e672ea42b36bbfa3ff60c4.zip
Remove under development notice from PushState based navigation (#10733)
-rw-r--r--documentation/advanced/advanced-navigator.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/advanced/advanced-navigator.asciidoc b/documentation/advanced/advanced-navigator.asciidoc
index 00fedd635e..ed978d0cd4 100644
--- a/documentation/advanced/advanced-navigator.asciidoc
+++ b/documentation/advanced/advanced-navigator.asciidoc
@@ -63,7 +63,7 @@ public class NavigatorUI extends UI {
The [classname]#Navigator# automatically parses the URI to identify and show the [interfacename]#View#. The browser navigation back and forward are also handled by it.
-Starting from [literal]#++8.2.0.alpha2++# there is also PushState based navigation. This new way for the Navigator to manage URLs is described here as well. It is still under development so changes are expected. To enable this feature, add the [classname]#PushStateNavigation# annotation to your UI.
+Starting from [literal]#++8.2.0++# there is also PushState based navigation. This new way for the Navigator to manage URLs is described here as well. To enable this feature, add the [classname]#PushStateNavigation# annotation to your UI.
[[advanced.navigator.navigating.viewprovider]]
=== View Providers