@next-core/brick-types 2.65.0 → 2.65.1
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/.schema/storyboard.json +3 -3
- package/CHANGELOG.md +8 -31
- package/package.json +3 -3
package/.schema/storyboard.json
CHANGED
|
@@ -2649,7 +2649,7 @@
|
|
|
2649
2649
|
"size": {
|
|
2650
2650
|
"type": "number"
|
|
2651
2651
|
},
|
|
2652
|
-
"__@toStringTag@
|
|
2652
|
+
"__@toStringTag@13027": {
|
|
2653
2653
|
"type": "string"
|
|
2654
2654
|
}
|
|
2655
2655
|
}
|
|
@@ -2999,7 +2999,7 @@
|
|
|
2999
2999
|
]
|
|
3000
3000
|
},
|
|
3001
3001
|
"portal": {
|
|
3002
|
-
"description": "标记 `portal: true` 的构件将被放置到一个“{@
|
|
3002
|
+
"description": "标记 `portal: true` 的构件将被放置到一个“{@link https://reactjs.org/docs/portals.html | 传送门}”容器中,它们通常为\n*Modal*、*Drawer* 等弹窗容器类型的构件。",
|
|
3003
3003
|
"type": "boolean"
|
|
3004
3004
|
},
|
|
3005
3005
|
"context": {
|
|
@@ -5364,7 +5364,7 @@
|
|
|
5364
5364
|
}
|
|
5365
5365
|
},
|
|
5366
5366
|
"portal": {
|
|
5367
|
-
"description": "标记 `portal: true` 的构件将被放置到一个“{@
|
|
5367
|
+
"description": "标记 `portal: true` 的构件将被放置到一个“{@link https://reactjs.org/docs/portals.html | 传送门}”容器中,它们通常为\n*Modal*、*Drawer* 等弹窗容器类型的构件。",
|
|
5368
5368
|
"type": "boolean"
|
|
5369
5369
|
},
|
|
5370
5370
|
"context": {
|
package/CHANGELOG.md
CHANGED
|
@@ -3,71 +3,48 @@
|
|
|
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
|
-
|
|
6
|
+
## [2.65.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-types@2.65.0...@next-core/brick-types@2.65.1) (2022-07-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @next-core/brick-types
|
|
7
9
|
|
|
8
10
|
|
|
9
|
-
### Features
|
|
10
11
|
|
|
11
|
-
* contract support upload type ([c4614f8](https://github.com/easyops-cn/next-core/commit/c4614f8d588bf60c243444e95780b62eb3612371))
|
|
12
12
|
|
|
13
13
|
|
|
14
|
+
# [2.65.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-types@2.64.4...@next-core/brick-types@2.65.0) (2022-07-18)
|
|
14
15
|
|
|
16
|
+
### Features
|
|
15
17
|
|
|
18
|
+
- contract support upload type ([c4614f8](https://github.com/easyops-cn/next-core/commit/c4614f8d588bf60c243444e95780b62eb3612371))
|
|
16
19
|
|
|
17
20
|
## [2.64.4](https://github.com/easyops-cn/next-core/compare/@next-core/brick-types@2.64.3...@next-core/brick-types@2.64.4) (2022-07-15)
|
|
18
21
|
|
|
19
22
|
**Note:** Version bump only for package @next-core/brick-types
|
|
20
23
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
24
|
## [2.64.3](https://github.com/easyops-cn/next-core/compare/@next-core/brick-types@2.64.1...@next-core/brick-types@2.64.3) (2022-07-15)
|
|
26
25
|
|
|
27
26
|
**Note:** Version bump only for package @next-core/brick-types
|
|
28
27
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
28
|
## [2.64.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-types@2.64.0...@next-core/brick-types@2.64.1) (2022-07-12)
|
|
34
29
|
|
|
35
30
|
**Note:** Version bump only for package @next-core/brick-types
|
|
36
31
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
32
|
# [2.64.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-types@2.63.0...@next-core/brick-types@2.64.0) (2022-07-07)
|
|
42
33
|
|
|
43
|
-
|
|
44
34
|
### Features
|
|
45
35
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
36
|
+
- **generateBrickDocs:** support description of enum and interface ([3b81fe1](https://github.com/easyops-cn/next-core/commit/3b81fe1a5ee3d1666083fad50c7da8d62379c98a))
|
|
51
37
|
|
|
52
38
|
# [2.63.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-types@2.62.2...@next-core/brick-types@2.63.0) (2022-07-05)
|
|
53
39
|
|
|
54
|
-
|
|
55
40
|
### Features
|
|
56
41
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
42
|
+
- **story:** StoryDocInterface add extendedTypes and indexSignature properties ([6df5590](https://github.com/easyops-cn/next-core/commit/6df55908236be41e8e0d8415307a0ec4b108963f))
|
|
62
43
|
|
|
63
44
|
## [2.62.2](https://github.com/easyops-cn/next-core/compare/@next-core/brick-types@2.62.1...@next-core/brick-types@2.62.2) (2022-06-24)
|
|
64
45
|
|
|
65
46
|
**Note:** Version bump only for package @next-core/brick-types
|
|
66
47
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
48
|
## [2.62.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-types@2.62.0...@next-core/brick-types@2.62.1) (2022-06-24)
|
|
72
49
|
|
|
73
50
|
**Note:** Version bump only for package @next-core/brick-types
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-core/brick-types",
|
|
3
|
-
"version": "2.65.
|
|
3
|
+
"version": "2.65.1",
|
|
4
4
|
"description": "Pure types for kernel",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/brick-types",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"sideEffects": false,
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"typescript-json-schema": "^0.
|
|
36
|
+
"typescript-json-schema": "^0.54.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@fortawesome/fontawesome-svg-core": "*",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"history": "*",
|
|
42
42
|
"path-to-regexp": "*"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "b2994514a78d0f14260d71465e9c2f4381822823"
|
|
45
45
|
}
|