@tridion-sites/extensions 0.5.4 → 1.0.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/dist/index.d.ts +0 -4
- package/dist/index.js +1 -1
- package/package.json +5 -5
- package/CHANGELOG.md +0 -147
package/dist/index.d.ts
CHANGED
|
@@ -2387,10 +2387,6 @@ export declare type NavigationItemHook = () => {
|
|
|
2387
2387
|
* If `true`, navigation menu item and its corresponding page are available.
|
|
2388
2388
|
*/
|
|
2389
2389
|
readonly isAvailable: boolean;
|
|
2390
|
-
/**
|
|
2391
|
-
* If `true`, navigation item has enough information to determine its availability.
|
|
2392
|
-
*/
|
|
2393
|
-
readonly isInitialized: boolean;
|
|
2394
2390
|
/**
|
|
2395
2391
|
* Navigation item label.
|
|
2396
2392
|
*/
|
package/dist/index.js
CHANGED
|
@@ -1729,7 +1729,7 @@ const createExtensionGlobals = () => {
|
|
|
1729
1729
|
};
|
|
1730
1730
|
};
|
|
1731
1731
|
|
|
1732
|
-
const version = "0.
|
|
1732
|
+
const version = "1.0.1";
|
|
1733
1733
|
const peerDependencies = {
|
|
1734
1734
|
"@tridion-sites/models": "workspace:*",
|
|
1735
1735
|
"@tridion-sites/open-api-client": "workspace:*",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tridion-sites/extensions",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Tridion Sites Extensions API",
|
|
5
5
|
"author": "RWS",
|
|
6
6
|
"homepage": "https://www.rws.com",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"prepublish": "yarn build"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@tridion-sites/models": "0.
|
|
26
|
-
"@tridion-sites/open-api-client": "
|
|
25
|
+
"@tridion-sites/models": "1.0.0",
|
|
26
|
+
"@tridion-sites/open-api-client": "2.0.0",
|
|
27
27
|
"react": "18.2.0",
|
|
28
28
|
"react-dom": "18.2.0",
|
|
29
29
|
"react-is": "18.2.0",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"@rollup/plugin-json": "6.0.0",
|
|
36
36
|
"@rollup/plugin-node-resolve": "15.0.1",
|
|
37
37
|
"@rollup/plugin-typescript": "11.0.0",
|
|
38
|
-
"@tridion-sites/models": "0.
|
|
39
|
-
"@tridion-sites/open-api-client": "
|
|
38
|
+
"@tridion-sites/models": "1.0.0",
|
|
39
|
+
"@tridion-sites/open-api-client": "2.0.0",
|
|
40
40
|
"@tridion/graphene": "1.33.0",
|
|
41
41
|
"@types/react": "18.0.31",
|
|
42
42
|
"react": "18.2.0",
|
package/CHANGELOG.md
DELETED
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
# @tridion-sites/extensions
|
|
2
|
-
|
|
3
|
-
## 0.5.4
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- 54439b54a7: removed links to internal systems, added readme files
|
|
8
|
-
- 3c84281381: Added react-query to dependencies
|
|
9
|
-
- Updated dependencies [54439b54a7]
|
|
10
|
-
- @tridion-sites/open-api-client@1.0.6
|
|
11
|
-
- @tridion-sites/models@0.1.4
|
|
12
|
-
|
|
13
|
-
## 0.5.3
|
|
14
|
-
|
|
15
|
-
### Patch Changes
|
|
16
|
-
|
|
17
|
-
- 6c90f9857b: add optional hooks
|
|
18
|
-
- 5b9c431d84: expose activities explorer hook
|
|
19
|
-
- 3a72874a67: Added moveAction method for Content Explorer actions
|
|
20
|
-
- ee268eb424: Exposed ref property to some of the Components
|
|
21
|
-
- a93bc99d21: More Text component props have been exposed
|
|
22
|
-
- Updated dependencies [be9284a536]
|
|
23
|
-
- @tridion-sites/models@0.1.3
|
|
24
|
-
|
|
25
|
-
## 0.5.2
|
|
26
|
-
|
|
27
|
-
### Patch Changes
|
|
28
|
-
|
|
29
|
-
- 81cb87a018: add quality of life hook for editors
|
|
30
|
-
- 8881ae361a: align table column extension api
|
|
31
|
-
- 49558c48b9: Made action group api clear for usage
|
|
32
|
-
- 31bdf04adf: Adjusted ContentExplorer actions API
|
|
33
|
-
- 7a8ec38aa2: expose layout components
|
|
34
|
-
- 06964d8222: add tag prop for Text component
|
|
35
|
-
- 282794f3f6: Adjusted types and models to represent real data type
|
|
36
|
-
- 57199c67f2: Specified return type in one of the mutations
|
|
37
|
-
- 9b78d6d626: upgrade dependencies
|
|
38
|
-
- Updated dependencies [b803ef7b33]
|
|
39
|
-
- Updated dependencies [9b78d6d626]
|
|
40
|
-
- Updated dependencies [31bdf04adf]
|
|
41
|
-
- @tridion-sites/models@0.1.2
|
|
42
|
-
|
|
43
|
-
## 0.5.1
|
|
44
|
-
|
|
45
|
-
### Patch Changes
|
|
46
|
-
|
|
47
|
-
- 2ea2c9d543: make extensions api docs public
|
|
48
|
-
- 1845a12377: use the latest typescript version
|
|
49
|
-
- 9348205cee: Update of tinyMCE dependency
|
|
50
|
-
- Updated dependencies [226cc4cce1]
|
|
51
|
-
- Updated dependencies [1845a12377]
|
|
52
|
-
- @tridion-sites/models@0.1.1
|
|
53
|
-
- @tridion-sites/open-api-client@1.0.5
|
|
54
|
-
|
|
55
|
-
## 0.5.0
|
|
56
|
-
|
|
57
|
-
### Minor Changes
|
|
58
|
-
|
|
59
|
-
- 27291b3e95: added action extension API to activities explorer
|
|
60
|
-
|
|
61
|
-
## 0.4.0
|
|
62
|
-
|
|
63
|
-
### Minor Changes
|
|
64
|
-
|
|
65
|
-
- 0811f4c459: align extensions cli with the latest changes to extensions API
|
|
66
|
-
|
|
67
|
-
## 0.3.0
|
|
68
|
-
|
|
69
|
-
### Minor Changes
|
|
70
|
-
|
|
71
|
-
- Set of small improvements and fixes to the extensions framework
|
|
72
|
-
|
|
73
|
-
### Patch Changes
|
|
74
|
-
|
|
75
|
-
- Updated dependencies
|
|
76
|
-
- @tridion-sites/models@0.1.0
|
|
77
|
-
|
|
78
|
-
## 0.2.1
|
|
79
|
-
|
|
80
|
-
### Patch Changes
|
|
81
|
-
|
|
82
|
-
- update packages
|
|
83
|
-
- Updated dependencies
|
|
84
|
-
- @tridion-sites/models@0.0.5
|
|
85
|
-
|
|
86
|
-
## 0.2.0
|
|
87
|
-
|
|
88
|
-
### Minor Changes
|
|
89
|
-
|
|
90
|
-
- 0265d01ce1: add primary navigation configuration
|
|
91
|
-
|
|
92
|
-
### Patch Changes
|
|
93
|
-
|
|
94
|
-
- update extensions package
|
|
95
|
-
- bbea401902: added doc to @tridion-sites/extensions
|
|
96
|
-
|
|
97
|
-
## 0.1.0
|
|
98
|
-
|
|
99
|
-
### Minor Changes
|
|
100
|
-
|
|
101
|
-
- c7d9b31e81: enhancement to table column extension API
|
|
102
|
-
- b503321b50: RTF Extensions
|
|
103
|
-
|
|
104
|
-
### Patch Changes
|
|
105
|
-
|
|
106
|
-
- release new package version for extensions, extensions-cli, models, open-api-client
|
|
107
|
-
- 39ebad8dc3: Added extension points for Activities toolbar and the context menu
|
|
108
|
-
- cde4fdbb4c: Added an extension point for the context menu in Content Explorer Tree
|
|
109
|
-
- 37e2b03699: Added useNotifications, useContentExplorer to extension API
|
|
110
|
-
- 117e9e5f76: Models package became public
|
|
111
|
-
- Updated dependencies
|
|
112
|
-
- Updated dependencies [0738aa9ac3]
|
|
113
|
-
- Updated dependencies [ff20566f80]
|
|
114
|
-
- Updated dependencies [c616d80f3c]
|
|
115
|
-
- Updated dependencies [117e9e5f76]
|
|
116
|
-
- @tridion-sites/open-api-client@1.0.4
|
|
117
|
-
- @tridion-sites/models@0.0.2
|
|
118
|
-
|
|
119
|
-
## 0.0.6
|
|
120
|
-
|
|
121
|
-
### Patch Changes
|
|
122
|
-
|
|
123
|
-
- Dependencies fix
|
|
124
|
-
|
|
125
|
-
## 0.0.5
|
|
126
|
-
|
|
127
|
-
### Patch Changes
|
|
128
|
-
|
|
129
|
-
- Template fix
|
|
130
|
-
|
|
131
|
-
## 0.0.4
|
|
132
|
-
|
|
133
|
-
### Patch Changes
|
|
134
|
-
|
|
135
|
-
- Template fixes
|
|
136
|
-
|
|
137
|
-
## 0.0.3
|
|
138
|
-
|
|
139
|
-
### Patch Changes
|
|
140
|
-
|
|
141
|
-
- Small fixes
|
|
142
|
-
|
|
143
|
-
## 0.0.2
|
|
144
|
-
|
|
145
|
-
### Patch Changes
|
|
146
|
-
|
|
147
|
-
- First release
|