浏览代码

Remove under development notice from PushState based navigation (#10733)

tags/8.4.0.alpha1
Teemu Suo-Anttila 6 年前
父节点
当前提交
4b1dd9f54c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      documentation/advanced/advanced-navigator.asciidoc

+ 1
- 1
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

正在加载...
取消
保存