@forge/manifest 8.8.0-next.4 → 8.8.0-next.4-experimental-472292d
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,20 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 8.8.0-next.4-experimental-472292d
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 2712852: Rename csuik to ui-kit templates
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 009ab70: Fix tests
|
|
12
|
+
- 4c15b3a: Update manifest definitions
|
|
13
|
+
- 359756b: Update manifest definitions
|
|
14
|
+
- 34db0f6: Update manifest definitions
|
|
15
|
+
- 01ca857: Update manifest definitions
|
|
16
|
+
- 70badb7: Allow handlers in subdirectories
|
|
17
|
+
|
|
3
18
|
## 8.8.0-next.4
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
package/out/schema/manifest.d.ts
CHANGED
|
@@ -1624,6 +1624,7 @@ export interface Modules {
|
|
|
1624
1624
|
resource: string;
|
|
1625
1625
|
render?: 'native' | 'default';
|
|
1626
1626
|
viewportSize?: 'small' | 'medium' | 'large' | 'xlarge' | 'max';
|
|
1627
|
+
openOnInsert?: boolean;
|
|
1627
1628
|
};
|
|
1628
1629
|
autoConvert?: {
|
|
1629
1630
|
matchers: [
|
|
@@ -1730,6 +1731,7 @@ export interface Modules {
|
|
|
1730
1731
|
resource: string;
|
|
1731
1732
|
render?: 'native' | 'default';
|
|
1732
1733
|
viewportSize?: 'small' | 'medium' | 'large' | 'xlarge' | 'max';
|
|
1734
|
+
openOnInsert?: boolean;
|
|
1733
1735
|
};
|
|
1734
1736
|
autoConvert?: {
|
|
1735
1737
|
matchers: [
|