@tridion-sites/extensions 0.5.2 → 0.5.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 +22 -0
- package/dist/index.d.ts +450 -168
- package/dist/index.js +104 -33
- package/package.json +5 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @tridion-sites/extensions
|
|
2
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
|
+
|
|
3
25
|
## 0.5.2
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|