@tridion-sites/extensions 0.5.1 → 0.5.2
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 +18 -0
- package/dist/index.d.ts +832 -195
- package/dist/index.js +390 -161
- package/package.json +5 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @tridion-sites/extensions
|
|
2
2
|
|
|
3
|
+
## 0.5.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 81cb87a018: add quality of life hook for editors
|
|
8
|
+
- 8881ae361a: align table column extension api
|
|
9
|
+
- 49558c48b9: Made action group api clear for usage
|
|
10
|
+
- 31bdf04adf: Adjusted ContentExplorer actions API
|
|
11
|
+
- 7a8ec38aa2: expose layout components
|
|
12
|
+
- 06964d8222: add tag prop for Text component
|
|
13
|
+
- 282794f3f6: Adjusted types and models to represent real data type
|
|
14
|
+
- 57199c67f2: Specified return type in one of the mutations
|
|
15
|
+
- 9b78d6d626: upgrade dependencies
|
|
16
|
+
- Updated dependencies [b803ef7b33]
|
|
17
|
+
- Updated dependencies [9b78d6d626]
|
|
18
|
+
- Updated dependencies [31bdf04adf]
|
|
19
|
+
- @tridion-sites/models@0.1.2
|
|
20
|
+
|
|
3
21
|
## 0.5.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|