@next-core/brick-kit 2.87.0 → 2.88.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [2.88.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.87.0...@next-core/brick-kit@2.88.0) (2021-11-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **Router:** set noCurrentApp default value ([8d5efe1](https://github.com/easyops-cn/next-core/commit/8d5efe14230b72ede0a87eeacf8881433b1e4829))
12
+
13
+
14
+
15
+
16
+
6
17
  # [2.87.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.86.1...@next-core/brick-kit@2.87.0) (2021-11-23)
7
18
 
8
19
 
@@ -9291,7 +9291,8 @@
9291
9291
  portal: [],
9292
9292
  appBar: {
9293
9293
  breadcrumb: [],
9294
- documentId: null
9294
+ documentId: null,
9295
+ noCurrentApp: false
9295
9296
  },
9296
9297
  flags: {
9297
9298
  redirect: undefined,