@forge/manifest 12.6.0-next.0 → 12.6.0-next.0-experimental-5b726e6
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
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 12.6.0-next.0-experimental-5b726e6
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 399ae7d: Enforce render:native for global:ui
|
|
8
|
+
Remove routePrefix from global:ui
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 5b726e6: add `user` installation target
|
|
13
|
+
|
|
3
14
|
## 12.6.0-next.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/out/schema/manifest.d.ts
CHANGED
|
@@ -806,7 +806,7 @@ export interface App {
|
|
|
806
806
|
/**
|
|
807
807
|
* The target of the app installation.
|
|
808
808
|
*/
|
|
809
|
-
installationTarget?: 'site' | 'unit';
|
|
809
|
+
installationTarget?: 'site' | 'unit' | 'user';
|
|
810
810
|
compatibility?: Compatibility;
|
|
811
811
|
access?: Access;
|
|
812
812
|
licensing?: Licensing;
|