@tridion-sites/extensions 0.5.1 → 0.5.3
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 +30 -0
- package/dist/index.d.ts +1028 -282
- package/dist/index.js +482 -182
- package/package.json +5 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @tridion-sites/extensions
|
|
2
2
|
|
|
3
|
+
## 0.5.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6c90f9857b: add optional hooks
|
|
8
|
+
- 5b9c431d84: expose activities explorer hook
|
|
9
|
+
- 3a72874a67: Added moveAction method for Content Explorer actions
|
|
10
|
+
- ee268eb424: Exposed ref property to some of the Components
|
|
11
|
+
- a93bc99d21: More Text component props have been exposed
|
|
12
|
+
- Updated dependencies [be9284a536]
|
|
13
|
+
- @tridion-sites/models@0.1.3
|
|
14
|
+
|
|
15
|
+
## 0.5.2
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 81cb87a018: add quality of life hook for editors
|
|
20
|
+
- 8881ae361a: align table column extension api
|
|
21
|
+
- 49558c48b9: Made action group api clear for usage
|
|
22
|
+
- 31bdf04adf: Adjusted ContentExplorer actions API
|
|
23
|
+
- 7a8ec38aa2: expose layout components
|
|
24
|
+
- 06964d8222: add tag prop for Text component
|
|
25
|
+
- 282794f3f6: Adjusted types and models to represent real data type
|
|
26
|
+
- 57199c67f2: Specified return type in one of the mutations
|
|
27
|
+
- 9b78d6d626: upgrade dependencies
|
|
28
|
+
- Updated dependencies [b803ef7b33]
|
|
29
|
+
- Updated dependencies [9b78d6d626]
|
|
30
|
+
- Updated dependencies [31bdf04adf]
|
|
31
|
+
- @tridion-sites/models@0.1.2
|
|
32
|
+
|
|
3
33
|
## 0.5.1
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|