@forge/manifest 13.2.0-next.3-experimental-aa275c1 → 13.2.0-next.4
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 +1 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,27 +1,10 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
-
## 13.2.0-next.
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- 8826ca3: add personal apps support for Forge app creation
|
|
3
|
+
## 13.2.0-next.4
|
|
8
4
|
|
|
9
5
|
### Patch Changes
|
|
10
6
|
|
|
11
|
-
- 4c5ba1c: Add `permissions.sandbox` to the manifest schema. When `allow-storage-access-by-user-activation` is included in the `sandbox` array, the app iframe sandbox will include the corresponding token, enabling the app to request third-party storage access (e.g. cookies) via the Storage Access API when triggered by a user gesture.
|
|
12
|
-
|
|
13
|
-
Example usage:
|
|
14
|
-
|
|
15
|
-
```yaml
|
|
16
|
-
permissions:
|
|
17
|
-
sandbox:
|
|
18
|
-
- allow-storage-access-by-user-activation
|
|
19
|
-
```
|
|
20
|
-
|
|
21
7
|
- 5abe69e: add support for personal app installation contexts
|
|
22
|
-
- 7195f29: Update manifest definitions
|
|
23
|
-
- 3252a62: Update manifest definitions
|
|
24
|
-
- c67b720: Update manifest definitions
|
|
25
8
|
|
|
26
9
|
## 13.2.0-next.3
|
|
27
10
|
|