From 4b1dd9f54cff3d7768e672ea42b36bbfa3ff60c4 Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Tue, 20 Mar 2018 17:22:02 +0200 Subject: Remove under development notice from PushState based navigation (#10733) --- documentation/advanced/advanced-navigator.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') 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 -- cgit v1.2.3