@prismicio/types-internal 3.14.0 → 3.15.0-alpha.0

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.
Files changed (31) hide show
  1. package/CHANGELOG.md +868 -0
  2. package/lib/content/Document.d.ts +18 -24
  3. package/lib/content/fields/GroupContent.d.ts +1 -1
  4. package/lib/content/fields/GroupContent.js +9 -18
  5. package/lib/content/fields/WidgetContent.d.ts +18 -24
  6. package/lib/content/fields/slices/Slice/CompositeSliceContent.d.ts +9 -12
  7. package/lib/content/fields/slices/Slice/CompositeSliceContent.js +1 -1
  8. package/lib/content/fields/slices/Slice/RepeatableContent.d.ts +3 -4
  9. package/lib/content/fields/slices/Slice/RepeatableContent.js +5 -9
  10. package/lib/content/fields/slices/Slice/SharedSliceContent.d.ts +9 -12
  11. package/lib/content/fields/slices/Slice/SimpleSliceContent.js +1 -1
  12. package/lib/content/fields/slices/Slice/index.d.ts +12 -16
  13. package/lib/content/fields/slices/SliceItem.d.ts +12 -16
  14. package/lib/content/fields/slices/SlicesContent.d.ts +18 -24
  15. package/lib/customtypes/widgets/nestable/NestableWidgetZ.d.ts +3 -0
  16. package/lib/customtypes/widgets/nestable/NestableWidgetZ.js +29 -0
  17. package/lib/customtypes/widgets/slices/SharedSliceZ.d.ts +16 -0
  18. package/lib/customtypes/widgets/slices/SharedSliceZ.js +39 -0
  19. package/lib/customtypes/widgets/slices/SlicePrimaryWidgetZ.d.ts +3 -0
  20. package/lib/customtypes/widgets/slices/SlicePrimaryWidgetZ.js +6 -0
  21. package/package.json +1 -1
  22. package/src/content/fields/GroupContent.ts +12 -23
  23. package/src/content/fields/slices/Slice/CompositeSliceContent.ts +1 -1
  24. package/src/content/fields/slices/Slice/RepeatableContent.ts +5 -11
  25. package/src/content/fields/slices/Slice/SimpleSliceContent.ts +1 -1
  26. package/lib/content/fields/RepeatableContent.d.ts +0 -162
  27. package/lib/content/fields/RepeatableContent.js +0 -93
  28. package/lib/content/fields/nestable/RichTextContent/TextBlock.d.ts +0 -727
  29. package/lib/content/fields/nestable/RichTextContent/TextBlock.js +0 -80
  30. package/lib/customtypes/widgets/slices/SliceWidget.d.ts +0 -327
  31. package/lib/customtypes/widgets/slices/SliceWidget.js +0 -8
package/CHANGELOG.md ADDED
@@ -0,0 +1,868 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
+
5
+ ## [3.15.0-alpha.0](https://github.com/prismicio/prismic-types-internal/compare/v3.13.0...v3.15.0-alpha.0) (2025-06-24)
6
+
7
+
8
+ ### Features
9
+
10
+ * allow only one ct to be selected in a cr ([#135](https://github.com/prismicio/prismic-types-internal/issues/135)) ([35d92c3](https://github.com/prismicio/prismic-types-internal/commit/35d92c3df1bb77718b2157f607f872ce5eaf5d75))
11
+
12
+
13
+ ### Chore
14
+
15
+ * **release:** 3.14.0 ([eb89703](https://github.com/prismicio/prismic-types-internal/commit/eb8970316241c5e73d6b821f795386c3a2fb59c1))
16
+
17
+ ## [3.14.0](https://github.com/prismicio/prismic-types-internal/compare/v3.8.0...v3.14.0) (2025-06-22)
18
+
19
+
20
+ ### Features
21
+
22
+ * allow only one ct to be selected in a cr ([#135](https://github.com/prismicio/prismic-types-internal/issues/135)) ([35d92c3](https://github.com/prismicio/prismic-types-internal/commit/35d92c3df1bb77718b2157f607f872ce5eaf5d75))
23
+ * export CustomTypes codec ([#127](https://github.com/prismicio/prismic-types-internal/issues/127)) ([abe0466](https://github.com/prismicio/prismic-types-internal/commit/abe04663a81cd37a4f9a397cb294db3dfcd62453))
24
+ * **group-content:** add support for optional group item keys ([#136](https://github.com/prismicio/prismic-types-internal/issues/136)) ([cdfb4df](https://github.com/prismicio/prismic-types-internal/commit/cdfb4df047a2d7127824e0ccc2fb3114e4ed10dc))
25
+ * **legacy/keys:** Encode decode keys ([#133](https://github.com/prismicio/prismic-types-internal/issues/133)) ([84a869b](https://github.com/prismicio/prismic-types-internal/commit/84a869b314e87ca707db4c0e5a4c3ec034461db0))
26
+
27
+
28
+ ### Chore
29
+
30
+ * **release:** 3.10.0 ([#126](https://github.com/prismicio/prismic-types-internal/issues/126)) ([d13d3e2](https://github.com/prismicio/prismic-types-internal/commit/d13d3e2f5e5f59ea6c5b81c521b4f0937cc53fee))
31
+ * **release:** 3.11.0 ([#128](https://github.com/prismicio/prismic-types-internal/issues/128)) ([600dd44](https://github.com/prismicio/prismic-types-internal/commit/600dd44f6bd4c84639667020601332e61a52a2ad))
32
+ * **release:** 3.11.1 ([#131](https://github.com/prismicio/prismic-types-internal/issues/131)) ([4215f55](https://github.com/prismicio/prismic-types-internal/commit/4215f5568268a18d060005c37ff17c2d661bd173))
33
+ * **release:** 3.11.2 ([#134](https://github.com/prismicio/prismic-types-internal/issues/134)) ([4fc18e4](https://github.com/prismicio/prismic-types-internal/commit/4fc18e4096edcb2104c265ebfc02b69a5d104e37))
34
+ * **release:** 3.12.0 ([72e209e](https://github.com/prismicio/prismic-types-internal/commit/72e209e1fc6592855698dd936a728f77457d1394))
35
+ * **release:** 3.13.0 ([347a104](https://github.com/prismicio/prismic-types-internal/commit/347a1046c663a10330eb14959e412076255c2668))
36
+
37
+ ## [3.13.0](https://github.com/prismicio/prismic-types-internal/compare/v3.12.0...v3.13.0) (2025-06-20)
38
+
39
+
40
+ ### Features
41
+
42
+ * **group-content:** add support for optional group item keys ([#136](https://github.com/prismicio/prismic-types-internal/issues/136)) ([cdfb4df](https://github.com/prismicio/prismic-types-internal/commit/cdfb4df047a2d7127824e0ccc2fb3114e4ed10dc))
43
+
44
+ ## [3.12.0](https://github.com/prismicio/prismic-types-internal/compare/v3.3.0...v3.12.0) (2025-06-17)
45
+
46
+
47
+ ### Features
48
+
49
+ * add a table cell config export ([#116](https://github.com/prismicio/prismic-types-internal/issues/116)) ([d708d20](https://github.com/prismicio/prismic-types-internal/commit/d708d20e14d2ed52dbbe52690361a945c8a39f27))
50
+ * add traverseTableContent function ([#117](https://github.com/prismicio/prismic-types-internal/issues/117)) ([92ddae4](https://github.com/prismicio/prismic-types-internal/commit/92ddae4f42881e2cd05f488e82c5c6dfd986bbf5))
51
+ * export CustomTypes codec ([#127](https://github.com/prismicio/prismic-types-internal/issues/127)) ([abe0466](https://github.com/prismicio/prismic-types-internal/commit/abe04663a81cd37a4f9a397cb294db3dfcd62453))
52
+ * **legacy/keys:** Encode decode keys ([#133](https://github.com/prismicio/prismic-types-internal/issues/133)) ([84a869b](https://github.com/prismicio/prismic-types-internal/commit/84a869b314e87ca707db4c0e5a4c3ec034461db0))
53
+ * make table cell content a rich text field ([#114](https://github.com/prismicio/prismic-types-internal/issues/114)) ([7f8e794](https://github.com/prismicio/prismic-types-internal/commit/7f8e794d15f3e76e4035de31e6e8d3c4bcc65f38))
54
+ * support key for table field content ([#122](https://github.com/prismicio/prismic-types-internal/issues/122)) ([4c486a3](https://github.com/prismicio/prismic-types-internal/commit/4c486a395fc44f077921f6a62923d5e4a8d46301))
55
+ * support Table field content ([#111](https://github.com/prismicio/prismic-types-internal/issues/111)) ([be51847](https://github.com/prismicio/prismic-types-internal/commit/be51847484ef3cc2ca85d90eab4a2f30decf5d15))
56
+ * support table field model ([#110](https://github.com/prismicio/prismic-types-internal/issues/110)) ([5f70164](https://github.com/prismicio/prismic-types-internal/commit/5f7016493784e1addd7ae7bd9e1edaec1d32dfa1))
57
+
58
+
59
+ ### Bug Fixes
60
+
61
+ * allow full rich text in table cell ([#119](https://github.com/prismicio/prismic-types-internal/issues/119)) ([12d6396](https://github.com/prismicio/prismic-types-internal/commit/12d6396f75f1f02a6f563b75e275508408aa1162))
62
+ * ensure group traverse don't check def ([#118](https://github.com/prismicio/prismic-types-internal/issues/118)) ([d3d5946](https://github.com/prismicio/prismic-types-internal/commit/d3d5946a8e8de2c7fbb58bb3a777f1d1611f55e7))
63
+ * legacy parsing issue + tests ([#115](https://github.com/prismicio/prismic-types-internal/issues/115)) ([eca23b0](https://github.com/prismicio/prismic-types-internal/commit/eca23b07666791145249e927ecb9e27c070f3c5a))
64
+
65
+
66
+ ### Refactor
67
+
68
+ * stop using .is from codec for group and repeatable ([#113](https://github.com/prismicio/prismic-types-internal/issues/113)) ([421ee5c](https://github.com/prismicio/prismic-types-internal/commit/421ee5c24da59f8ae174a49d8ee66c70f94cf551))
69
+
70
+
71
+ ### Chore
72
+
73
+ * **release:** 3.10.0 ([#126](https://github.com/prismicio/prismic-types-internal/issues/126)) ([d13d3e2](https://github.com/prismicio/prismic-types-internal/commit/d13d3e2f5e5f59ea6c5b81c521b4f0937cc53fee))
74
+ * **release:** 3.11.0 ([#128](https://github.com/prismicio/prismic-types-internal/issues/128)) ([600dd44](https://github.com/prismicio/prismic-types-internal/commit/600dd44f6bd4c84639667020601332e61a52a2ad))
75
+ * **release:** 3.11.1 ([#131](https://github.com/prismicio/prismic-types-internal/issues/131)) ([4215f55](https://github.com/prismicio/prismic-types-internal/commit/4215f5568268a18d060005c37ff17c2d661bd173))
76
+ * **release:** 3.11.2 ([#134](https://github.com/prismicio/prismic-types-internal/issues/134)) ([4fc18e4](https://github.com/prismicio/prismic-types-internal/commit/4fc18e4096edcb2104c265ebfc02b69a5d104e37))
77
+ * **release:** 3.8.0 ([ee3dfde](https://github.com/prismicio/prismic-types-internal/commit/ee3dfdefc75ddf75dc51c34ef85c69f43be9fa64))
78
+
79
+ ### [3.11.2](https://github.com/prismicio/prismic-types-internal/compare/v3.8.0...v3.11.2) (2025-06-13)
80
+
81
+
82
+ ### Features
83
+
84
+ * export CustomTypes codec ([#127](https://github.com/prismicio/prismic-types-internal/issues/127)) ([abe0466](https://github.com/prismicio/prismic-types-internal/commit/abe04663a81cd37a4f9a397cb294db3dfcd62453))
85
+
86
+
87
+ ### Chore
88
+
89
+ * **release:** 3.10.0 ([#126](https://github.com/prismicio/prismic-types-internal/issues/126)) ([d13d3e2](https://github.com/prismicio/prismic-types-internal/commit/d13d3e2f5e5f59ea6c5b81c521b4f0937cc53fee))
90
+ * **release:** 3.11.0 ([#128](https://github.com/prismicio/prismic-types-internal/issues/128)) ([600dd44](https://github.com/prismicio/prismic-types-internal/commit/600dd44f6bd4c84639667020601332e61a52a2ad))
91
+ * **release:** 3.11.1 ([#131](https://github.com/prismicio/prismic-types-internal/issues/131)) ([4215f55](https://github.com/prismicio/prismic-types-internal/commit/4215f5568268a18d060005c37ff17c2d661bd173))
92
+
93
+ ### [3.11.2-alpha.1](https://github.com/prismicio/prismic-types-internal/compare/v3.11.2-alpha.0...v3.11.2-alpha.1) (2025-06-11)
94
+
95
+ ### [3.11.2-alpha.0](https://github.com/prismicio/prismic-types-internal/compare/v3.8.0...v3.11.2-alpha.0) (2025-06-11)
96
+
97
+
98
+ ### Features
99
+
100
+ * export CustomTypes codec ([#127](https://github.com/prismicio/prismic-types-internal/issues/127)) ([abe0466](https://github.com/prismicio/prismic-types-internal/commit/abe04663a81cd37a4f9a397cb294db3dfcd62453))
101
+
102
+
103
+ ### Chore
104
+
105
+ * **release:** 3.10.0 ([#126](https://github.com/prismicio/prismic-types-internal/issues/126)) ([d13d3e2](https://github.com/prismicio/prismic-types-internal/commit/d13d3e2f5e5f59ea6c5b81c521b4f0937cc53fee))
106
+ * **release:** 3.11.0 ([#128](https://github.com/prismicio/prismic-types-internal/issues/128)) ([600dd44](https://github.com/prismicio/prismic-types-internal/commit/600dd44f6bd4c84639667020601332e61a52a2ad))
107
+ * **release:** 3.11.1 ([#131](https://github.com/prismicio/prismic-types-internal/issues/131)) ([4215f55](https://github.com/prismicio/prismic-types-internal/commit/4215f5568268a18d060005c37ff17c2d661bd173))
108
+
109
+ ### [3.11.1](https://github.com/prismicio/prismic-types-internal/compare/v3.8.0...v3.11.1) (2025-06-09)
110
+
111
+
112
+ ### Features
113
+
114
+ * export CustomTypes codec ([#127](https://github.com/prismicio/prismic-types-internal/issues/127)) ([abe0466](https://github.com/prismicio/prismic-types-internal/commit/abe04663a81cd37a4f9a397cb294db3dfcd62453))
115
+
116
+
117
+ ### Chore
118
+
119
+ * **release:** 3.10.0 ([#126](https://github.com/prismicio/prismic-types-internal/issues/126)) ([d13d3e2](https://github.com/prismicio/prismic-types-internal/commit/d13d3e2f5e5f59ea6c5b81c521b4f0937cc53fee))
120
+ * **release:** 3.11.0 ([#128](https://github.com/prismicio/prismic-types-internal/issues/128)) ([600dd44](https://github.com/prismicio/prismic-types-internal/commit/600dd44f6bd4c84639667020601332e61a52a2ad))
121
+
122
+ ## [3.11.0](https://github.com/prismicio/prismic-types-internal/compare/v3.8.0...v3.11.0) (2025-06-05)
123
+
124
+
125
+ ### Features
126
+
127
+ * export CustomTypes codec ([#127](https://github.com/prismicio/prismic-types-internal/issues/127)) ([abe0466](https://github.com/prismicio/prismic-types-internal/commit/abe04663a81cd37a4f9a397cb294db3dfcd62453))
128
+
129
+
130
+ ### Chore
131
+
132
+ * **release:** 3.10.0 ([#126](https://github.com/prismicio/prismic-types-internal/issues/126)) ([d13d3e2](https://github.com/prismicio/prismic-types-internal/commit/d13d3e2f5e5f59ea6c5b81c521b4f0937cc53fee))
133
+
134
+ ## [3.11.0-alpha.0](https://github.com/prismicio/prismic-types-internal/compare/v3.8.0...v3.11.0-alpha.0) (2025-06-04)
135
+
136
+
137
+ ### Features
138
+
139
+ * export CustomTypes ([436b708](https://github.com/prismicio/prismic-types-internal/commit/436b7084e714a8fa5f88c7ba4c963c85bef78b58))
140
+
141
+
142
+ ### Chore
143
+
144
+ * **release:** 3.10.0 ([#126](https://github.com/prismicio/prismic-types-internal/issues/126)) ([d13d3e2](https://github.com/prismicio/prismic-types-internal/commit/d13d3e2f5e5f59ea6c5b81c521b4f0937cc53fee))
145
+
146
+ ### [3.10.1](https://github.com/prismicio/prismic-types-internal/compare/v3.10.0-alpha.1...v3.10.1) (2025-05-16)
147
+
148
+
149
+ ### Chore
150
+
151
+ * **release:** 3.10.0 ([#126](https://github.com/prismicio/prismic-types-internal/issues/126)) ([d13d3e2](https://github.com/prismicio/prismic-types-internal/commit/d13d3e2f5e5f59ea6c5b81c521b4f0937cc53fee))
152
+
153
+ ## [3.10.0](https://github.com/prismicio/prismic-types-internal/compare/v3.8.0...v3.10.0) (2025-05-15)
154
+
155
+ ## [3.10.0-alpha.1](https://github.com/prismicio/prismic-types-internal/compare/v3.10.0-alpha.0...v3.10.0-alpha.1) (2025-05-14)
156
+
157
+ ## [3.10.0-alpha.0](https://github.com/prismicio/prismic-types-internal/compare/v3.9.0...v3.10.0-alpha.0) (2025-04-28)
158
+
159
+ ## [3.9.0](https://github.com/prismicio/prismic-types-internal/compare/v3.9.0-alpha.0...v3.9.0) (2025-04-23)
160
+
161
+ ## [3.9.0-alpha.0](https://github.com/prismicio/prismic-types-internal/compare/v3.8.0...v3.9.0-alpha.0) (2025-04-16)
162
+
163
+ ## [3.8.0](https://github.com/prismicio/prismic-types-internal/compare/v3.3.0...v3.8.0) (2025-03-17)
164
+
165
+
166
+ ### Features
167
+
168
+ * add a table cell config export ([#116](https://github.com/prismicio/prismic-types-internal/issues/116)) ([d708d20](https://github.com/prismicio/prismic-types-internal/commit/d708d20e14d2ed52dbbe52690361a945c8a39f27))
169
+ * add traverseTableContent function ([#117](https://github.com/prismicio/prismic-types-internal/issues/117)) ([92ddae4](https://github.com/prismicio/prismic-types-internal/commit/92ddae4f42881e2cd05f488e82c5c6dfd986bbf5))
170
+ * make table cell content a rich text field ([#114](https://github.com/prismicio/prismic-types-internal/issues/114)) ([7f8e794](https://github.com/prismicio/prismic-types-internal/commit/7f8e794d15f3e76e4035de31e6e8d3c4bcc65f38))
171
+ * support key for table field content ([#122](https://github.com/prismicio/prismic-types-internal/issues/122)) ([4c486a3](https://github.com/prismicio/prismic-types-internal/commit/4c486a395fc44f077921f6a62923d5e4a8d46301))
172
+ * support Table field content ([#111](https://github.com/prismicio/prismic-types-internal/issues/111)) ([be51847](https://github.com/prismicio/prismic-types-internal/commit/be51847484ef3cc2ca85d90eab4a2f30decf5d15))
173
+ * support table field model ([#110](https://github.com/prismicio/prismic-types-internal/issues/110)) ([5f70164](https://github.com/prismicio/prismic-types-internal/commit/5f7016493784e1addd7ae7bd9e1edaec1d32dfa1))
174
+
175
+
176
+ ### Bug Fixes
177
+
178
+ * allow full rich text in table cell ([#119](https://github.com/prismicio/prismic-types-internal/issues/119)) ([12d6396](https://github.com/prismicio/prismic-types-internal/commit/12d6396f75f1f02a6f563b75e275508408aa1162))
179
+ * ensure group traverse don't check def ([#118](https://github.com/prismicio/prismic-types-internal/issues/118)) ([d3d5946](https://github.com/prismicio/prismic-types-internal/commit/d3d5946a8e8de2c7fbb58bb3a777f1d1611f55e7))
180
+ * legacy parsing issue + tests ([#115](https://github.com/prismicio/prismic-types-internal/issues/115)) ([eca23b0](https://github.com/prismicio/prismic-types-internal/commit/eca23b07666791145249e927ecb9e27c070f3c5a))
181
+
182
+
183
+ ### Refactor
184
+
185
+ * stop using .is from codec for group and repeatable ([#113](https://github.com/prismicio/prismic-types-internal/issues/113)) ([421ee5c](https://github.com/prismicio/prismic-types-internal/commit/421ee5c24da59f8ae174a49d8ee66c70f94cf551))
186
+
187
+ ## [3.8.0-alpha.0](https://github.com/prismicio/prismic-types-internal/compare/v3.3.0...v3.8.0-alpha.0) (2025-03-14)
188
+
189
+
190
+ ### Features
191
+
192
+ * add a table cell config export ([#116](https://github.com/prismicio/prismic-types-internal/issues/116)) ([d708d20](https://github.com/prismicio/prismic-types-internal/commit/d708d20e14d2ed52dbbe52690361a945c8a39f27))
193
+ * add traverseTableContent function ([#117](https://github.com/prismicio/prismic-types-internal/issues/117)) ([92ddae4](https://github.com/prismicio/prismic-types-internal/commit/92ddae4f42881e2cd05f488e82c5c6dfd986bbf5))
194
+ * make table cell content a rich text field ([#114](https://github.com/prismicio/prismic-types-internal/issues/114)) ([7f8e794](https://github.com/prismicio/prismic-types-internal/commit/7f8e794d15f3e76e4035de31e6e8d3c4bcc65f38))
195
+ * support key for table field content ([17d6041](https://github.com/prismicio/prismic-types-internal/commit/17d6041138eb4326d9f1d4f75cefd94e34a7b5d2))
196
+ * support Table field content ([#111](https://github.com/prismicio/prismic-types-internal/issues/111)) ([be51847](https://github.com/prismicio/prismic-types-internal/commit/be51847484ef3cc2ca85d90eab4a2f30decf5d15))
197
+ * support table field model ([#110](https://github.com/prismicio/prismic-types-internal/issues/110)) ([5f70164](https://github.com/prismicio/prismic-types-internal/commit/5f7016493784e1addd7ae7bd9e1edaec1d32dfa1))
198
+
199
+
200
+ ### Bug Fixes
201
+
202
+ * allow full rich text in table cell ([#119](https://github.com/prismicio/prismic-types-internal/issues/119)) ([12d6396](https://github.com/prismicio/prismic-types-internal/commit/12d6396f75f1f02a6f563b75e275508408aa1162))
203
+ * ensure group traverse don't check def ([#118](https://github.com/prismicio/prismic-types-internal/issues/118)) ([d3d5946](https://github.com/prismicio/prismic-types-internal/commit/d3d5946a8e8de2c7fbb58bb3a777f1d1611f55e7))
204
+ * legacy parsing issue + tests ([#115](https://github.com/prismicio/prismic-types-internal/issues/115)) ([eca23b0](https://github.com/prismicio/prismic-types-internal/commit/eca23b07666791145249e927ecb9e27c070f3c5a))
205
+
206
+
207
+ ### Refactor
208
+
209
+ * stop using .is from codec for group and repeatable ([#113](https://github.com/prismicio/prismic-types-internal/issues/113)) ([421ee5c](https://github.com/prismicio/prismic-types-internal/commit/421ee5c24da59f8ae174a49d8ee66c70f94cf551))
210
+
211
+ ## [3.7.0](https://github.com/prismicio/prismic-types-internal/compare/v3.7.0-alpha.1...v3.7.0) (2025-03-10)
212
+
213
+ ## [3.7.0-alpha.1](https://github.com/prismicio/prismic-types-internal/compare/v3.3.0...v3.7.0-alpha.1) (2025-03-10)
214
+
215
+
216
+ ### Features
217
+
218
+ * add a table cell config export ([#116](https://github.com/prismicio/prismic-types-internal/issues/116)) ([d708d20](https://github.com/prismicio/prismic-types-internal/commit/d708d20e14d2ed52dbbe52690361a945c8a39f27))
219
+ * add column width property to table cells ([5928f50](https://github.com/prismicio/prismic-types-internal/commit/5928f50f065a7f7a67907037f5716deeffc0664c))
220
+ * add exact ([f6c66e8](https://github.com/prismicio/prismic-types-internal/commit/f6c66e868cf6bc87c985c4efd55f61eda6a98f71))
221
+ * add traverseTableContent function ([#117](https://github.com/prismicio/prismic-types-internal/issues/117)) ([92ddae4](https://github.com/prismicio/prismic-types-internal/commit/92ddae4f42881e2cd05f488e82c5c6dfd986bbf5))
222
+ * make table cell content a rich text field ([#114](https://github.com/prismicio/prismic-types-internal/issues/114)) ([7f8e794](https://github.com/prismicio/prismic-types-internal/commit/7f8e794d15f3e76e4035de31e6e8d3c4bcc65f38))
223
+ * support Table field content ([#111](https://github.com/prismicio/prismic-types-internal/issues/111)) ([be51847](https://github.com/prismicio/prismic-types-internal/commit/be51847484ef3cc2ca85d90eab4a2f30decf5d15))
224
+ * support table field model ([#110](https://github.com/prismicio/prismic-types-internal/issues/110)) ([5f70164](https://github.com/prismicio/prismic-types-internal/commit/5f7016493784e1addd7ae7bd9e1edaec1d32dfa1))
225
+
226
+
227
+ ### Bug Fixes
228
+
229
+ * allow full rich text in table cell ([#119](https://github.com/prismicio/prismic-types-internal/issues/119)) ([12d6396](https://github.com/prismicio/prismic-types-internal/commit/12d6396f75f1f02a6f563b75e275508408aa1162))
230
+ * **ci:** update cache action to v4 ([de98416](https://github.com/prismicio/prismic-types-internal/commit/de9841645d4b0a67100ed21ab2433b4735718265))
231
+ * ensure group traverse don't check def ([#118](https://github.com/prismicio/prismic-types-internal/issues/118)) ([d3d5946](https://github.com/prismicio/prismic-types-internal/commit/d3d5946a8e8de2c7fbb58bb3a777f1d1611f55e7))
232
+ * legacy parsing issue + tests ([#115](https://github.com/prismicio/prismic-types-internal/issues/115)) ([eca23b0](https://github.com/prismicio/prismic-types-internal/commit/eca23b07666791145249e927ecb9e27c070f3c5a))
233
+
234
+
235
+ ### Chore
236
+
237
+ * **release:** 3.7.0-alpha.0 ([b61c801](https://github.com/prismicio/prismic-types-internal/commit/b61c8018b357f6811b854bb0589311259920d756))
238
+
239
+
240
+ ### Refactor
241
+
242
+ * stop using .is from codec for group and repeatable ([#113](https://github.com/prismicio/prismic-types-internal/issues/113)) ([421ee5c](https://github.com/prismicio/prismic-types-internal/commit/421ee5c24da59f8ae174a49d8ee66c70f94cf551))
243
+ * **test:** remove columnWidth ([a5f4703](https://github.com/prismicio/prismic-types-internal/commit/a5f47037bbca1ee8d262678185fba6a40f616b39))
244
+
245
+ ## [3.7.0-alpha.0](https://github.com/prismicio/prismic-types-internal/compare/v3.3.0...v3.7.0-alpha.0) (2025-03-05)
246
+
247
+
248
+ ### Features
249
+
250
+ * add a table cell config export ([#116](https://github.com/prismicio/prismic-types-internal/issues/116)) ([d708d20](https://github.com/prismicio/prismic-types-internal/commit/d708d20e14d2ed52dbbe52690361a945c8a39f27))
251
+ * add column width property to table cells ([5928f50](https://github.com/prismicio/prismic-types-internal/commit/5928f50f065a7f7a67907037f5716deeffc0664c))
252
+ * add traverseTableContent function ([#117](https://github.com/prismicio/prismic-types-internal/issues/117)) ([92ddae4](https://github.com/prismicio/prismic-types-internal/commit/92ddae4f42881e2cd05f488e82c5c6dfd986bbf5))
253
+ * make table cell content a rich text field ([#114](https://github.com/prismicio/prismic-types-internal/issues/114)) ([7f8e794](https://github.com/prismicio/prismic-types-internal/commit/7f8e794d15f3e76e4035de31e6e8d3c4bcc65f38))
254
+ * support Table field content ([#111](https://github.com/prismicio/prismic-types-internal/issues/111)) ([be51847](https://github.com/prismicio/prismic-types-internal/commit/be51847484ef3cc2ca85d90eab4a2f30decf5d15))
255
+ * support table field model ([#110](https://github.com/prismicio/prismic-types-internal/issues/110)) ([5f70164](https://github.com/prismicio/prismic-types-internal/commit/5f7016493784e1addd7ae7bd9e1edaec1d32dfa1))
256
+
257
+
258
+ ### Bug Fixes
259
+
260
+ * allow full rich text in table cell ([#119](https://github.com/prismicio/prismic-types-internal/issues/119)) ([12d6396](https://github.com/prismicio/prismic-types-internal/commit/12d6396f75f1f02a6f563b75e275508408aa1162))
261
+ * ensure group traverse don't check def ([#118](https://github.com/prismicio/prismic-types-internal/issues/118)) ([d3d5946](https://github.com/prismicio/prismic-types-internal/commit/d3d5946a8e8de2c7fbb58bb3a777f1d1611f55e7))
262
+ * legacy parsing issue + tests ([#115](https://github.com/prismicio/prismic-types-internal/issues/115)) ([eca23b0](https://github.com/prismicio/prismic-types-internal/commit/eca23b07666791145249e927ecb9e27c070f3c5a))
263
+
264
+
265
+ ### Refactor
266
+
267
+ * stop using .is from codec for group and repeatable ([#113](https://github.com/prismicio/prismic-types-internal/issues/113)) ([421ee5c](https://github.com/prismicio/prismic-types-internal/commit/421ee5c24da59f8ae174a49d8ee66c70f94cf551))
268
+
269
+ ## [3.6.0](https://github.com/prismicio/prismic-types-internal/compare/v3.3.0...v3.6.0) (2025-02-10)
270
+
271
+
272
+ ### Features
273
+
274
+ * add a table cell config export ([#116](https://github.com/prismicio/prismic-types-internal/issues/116)) ([d708d20](https://github.com/prismicio/prismic-types-internal/commit/d708d20e14d2ed52dbbe52690361a945c8a39f27))
275
+ * add traverseTableContent function ([#117](https://github.com/prismicio/prismic-types-internal/issues/117)) ([92ddae4](https://github.com/prismicio/prismic-types-internal/commit/92ddae4f42881e2cd05f488e82c5c6dfd986bbf5))
276
+ * allow full rich text in table cell ([e1f935b](https://github.com/prismicio/prismic-types-internal/commit/e1f935bc0faca0bd9b0b2379ecba183a01e3ba46))
277
+ * make table cell content a rich text field ([#114](https://github.com/prismicio/prismic-types-internal/issues/114)) ([7f8e794](https://github.com/prismicio/prismic-types-internal/commit/7f8e794d15f3e76e4035de31e6e8d3c4bcc65f38))
278
+ * support Table field content ([#111](https://github.com/prismicio/prismic-types-internal/issues/111)) ([be51847](https://github.com/prismicio/prismic-types-internal/commit/be51847484ef3cc2ca85d90eab4a2f30decf5d15))
279
+ * support table field model ([#110](https://github.com/prismicio/prismic-types-internal/issues/110)) ([5f70164](https://github.com/prismicio/prismic-types-internal/commit/5f7016493784e1addd7ae7bd9e1edaec1d32dfa1))
280
+
281
+
282
+ ### Bug Fixes
283
+
284
+ * ensure group traverse don't check def ([#118](https://github.com/prismicio/prismic-types-internal/issues/118)) ([d3d5946](https://github.com/prismicio/prismic-types-internal/commit/d3d5946a8e8de2c7fbb58bb3a777f1d1611f55e7))
285
+ * legacy parsing issue + tests ([#115](https://github.com/prismicio/prismic-types-internal/issues/115)) ([eca23b0](https://github.com/prismicio/prismic-types-internal/commit/eca23b07666791145249e927ecb9e27c070f3c5a))
286
+
287
+
288
+ ### Refactor
289
+
290
+ * stop using .is from codec for group and repeatable ([#113](https://github.com/prismicio/prismic-types-internal/issues/113)) ([421ee5c](https://github.com/prismicio/prismic-types-internal/commit/421ee5c24da59f8ae174a49d8ee66c70f94cf551))
291
+
292
+ ## [3.5.0](https://github.com/prismicio/prismic-types-internal/compare/v3.3.0...v3.5.0) (2025-02-04)
293
+
294
+
295
+ ### Features
296
+
297
+ * add a table cell config export ([#116](https://github.com/prismicio/prismic-types-internal/issues/116)) ([d708d20](https://github.com/prismicio/prismic-types-internal/commit/d708d20e14d2ed52dbbe52690361a945c8a39f27))
298
+ * add traverseTableContent function ([1805498](https://github.com/prismicio/prismic-types-internal/commit/18054985a6f083ecaa583eb0d800f2f4be7b9ab4))
299
+ * make table cell content a rich text field ([#114](https://github.com/prismicio/prismic-types-internal/issues/114)) ([7f8e794](https://github.com/prismicio/prismic-types-internal/commit/7f8e794d15f3e76e4035de31e6e8d3c4bcc65f38))
300
+ * support Table field content ([#111](https://github.com/prismicio/prismic-types-internal/issues/111)) ([be51847](https://github.com/prismicio/prismic-types-internal/commit/be51847484ef3cc2ca85d90eab4a2f30decf5d15))
301
+ * support table field model ([#110](https://github.com/prismicio/prismic-types-internal/issues/110)) ([5f70164](https://github.com/prismicio/prismic-types-internal/commit/5f7016493784e1addd7ae7bd9e1edaec1d32dfa1))
302
+
303
+
304
+ ### Bug Fixes
305
+
306
+ * legacy parsing issue + tests ([#115](https://github.com/prismicio/prismic-types-internal/issues/115)) ([eca23b0](https://github.com/prismicio/prismic-types-internal/commit/eca23b07666791145249e927ecb9e27c070f3c5a))
307
+
308
+
309
+ ### Refactor
310
+
311
+ * stop using .is from codec for group and repeatable ([#113](https://github.com/prismicio/prismic-types-internal/issues/113)) ([421ee5c](https://github.com/prismicio/prismic-types-internal/commit/421ee5c24da59f8ae174a49d8ee66c70f94cf551))
312
+
313
+
314
+ ### Chore
315
+
316
+ * **release:** 3.4.0 ([77ceacf](https://github.com/prismicio/prismic-types-internal/commit/77ceacf5cfb554932248305d76b8f86036a8ccfa))
317
+ * remove old comment ([3d642fe](https://github.com/prismicio/prismic-types-internal/commit/3d642fef654be427e283a23594703bfb4378763a))
318
+ * return empty table cell when filtered out ([981a46d](https://github.com/prismicio/prismic-types-internal/commit/981a46deb41e4e2fe0c34d2cd1e70b4f1078d4df))
319
+
320
+ ## [3.4.0](https://github.com/prismicio/prismic-types-internal/compare/v3.3.0...v3.4.0) (2025-02-04)
321
+
322
+
323
+ ### Features
324
+
325
+ * add a table cell config export ([#116](https://github.com/prismicio/prismic-types-internal/issues/116)) ([d708d20](https://github.com/prismicio/prismic-types-internal/commit/d708d20e14d2ed52dbbe52690361a945c8a39f27))
326
+ * add traverseTableContent function ([1805498](https://github.com/prismicio/prismic-types-internal/commit/18054985a6f083ecaa583eb0d800f2f4be7b9ab4))
327
+ * make table cell content a rich text field ([#114](https://github.com/prismicio/prismic-types-internal/issues/114)) ([7f8e794](https://github.com/prismicio/prismic-types-internal/commit/7f8e794d15f3e76e4035de31e6e8d3c4bcc65f38))
328
+ * support Table field content ([#111](https://github.com/prismicio/prismic-types-internal/issues/111)) ([be51847](https://github.com/prismicio/prismic-types-internal/commit/be51847484ef3cc2ca85d90eab4a2f30decf5d15))
329
+ * support table field model ([#110](https://github.com/prismicio/prismic-types-internal/issues/110)) ([5f70164](https://github.com/prismicio/prismic-types-internal/commit/5f7016493784e1addd7ae7bd9e1edaec1d32dfa1))
330
+
331
+
332
+ ### Bug Fixes
333
+
334
+ * legacy parsing issue + tests ([#115](https://github.com/prismicio/prismic-types-internal/issues/115)) ([eca23b0](https://github.com/prismicio/prismic-types-internal/commit/eca23b07666791145249e927ecb9e27c070f3c5a))
335
+
336
+
337
+ ### Refactor
338
+
339
+ * stop using .is from codec for group and repeatable ([#113](https://github.com/prismicio/prismic-types-internal/issues/113)) ([421ee5c](https://github.com/prismicio/prismic-types-internal/commit/421ee5c24da59f8ae174a49d8ee66c70f94cf551))
340
+
341
+
342
+ ### Chore
343
+
344
+ * remove old comment ([3d642fe](https://github.com/prismicio/prismic-types-internal/commit/3d642fef654be427e283a23594703bfb4378763a))
345
+ * return empty table cell when filtered out ([981a46d](https://github.com/prismicio/prismic-types-internal/commit/981a46deb41e4e2fe0c34d2cd1e70b4f1078d4df))
346
+
347
+ ## [3.4.0-alpha.16](https://github.com/prismicio/prismic-types-internal/compare/v3.3.0...v3.4.0-alpha.16) (2025-01-30)
348
+
349
+
350
+ ### Features
351
+
352
+ * add a table cell config export ([5079302](https://github.com/prismicio/prismic-types-internal/commit/50793024af9ca073c5aa3bde6673ad926d11f76f))
353
+ * make table cell content a rich text field ([#114](https://github.com/prismicio/prismic-types-internal/issues/114)) ([7f8e794](https://github.com/prismicio/prismic-types-internal/commit/7f8e794d15f3e76e4035de31e6e8d3c4bcc65f38))
354
+ * support Table field content ([#111](https://github.com/prismicio/prismic-types-internal/issues/111)) ([be51847](https://github.com/prismicio/prismic-types-internal/commit/be51847484ef3cc2ca85d90eab4a2f30decf5d15))
355
+ * support table field model ([#110](https://github.com/prismicio/prismic-types-internal/issues/110)) ([5f70164](https://github.com/prismicio/prismic-types-internal/commit/5f7016493784e1addd7ae7bd9e1edaec1d32dfa1))
356
+
357
+
358
+ ### Bug Fixes
359
+
360
+ * legacy parsing issue + tests ([#115](https://github.com/prismicio/prismic-types-internal/issues/115)) ([eca23b0](https://github.com/prismicio/prismic-types-internal/commit/eca23b07666791145249e927ecb9e27c070f3c5a))
361
+
362
+
363
+ ### Refactor
364
+
365
+ * stop using .is from codec for group and repeatable ([#113](https://github.com/prismicio/prismic-types-internal/issues/113)) ([421ee5c](https://github.com/prismicio/prismic-types-internal/commit/421ee5c24da59f8ae174a49d8ee66c70f94cf551))
366
+
367
+
368
+ ### Documentation
369
+
370
+ * add a note about fieldset ([fd6b675](https://github.com/prismicio/prismic-types-internal/commit/fd6b675eaa6f6b2d2ec3561d50e91662f8cf23da))
371
+
372
+
373
+ ### Chore
374
+
375
+ * rename to TableCellConfig ([06cddd5](https://github.com/prismicio/prismic-types-internal/commit/06cddd5dccc35bcda0307bd6a58dd19ba733fb8e))
376
+
377
+ ## [3.4.0-alpha.15](https://github.com/prismicio/prismic-types-internal/compare/v3.4.0-alpha.11...v3.4.0-alpha.15) (2025-01-30)
378
+
379
+
380
+ ### Features
381
+
382
+ * add TableRow type export ([0c745b1](https://github.com/prismicio/prismic-types-internal/commit/0c745b1866df467fb11606165b957472068058d2))
383
+ * make table cell content a rich text field ([f882caf](https://github.com/prismicio/prismic-types-internal/commit/f882cafb68cd74104f9e2a3fe2f7e6f52002f116))
384
+ * make table cell content a rich text field ([#114](https://github.com/prismicio/prismic-types-internal/issues/114)) ([7f8e794](https://github.com/prismicio/prismic-types-internal/commit/7f8e794d15f3e76e4035de31e6e8d3c4bcc65f38))
385
+
386
+
387
+ ### Bug Fixes
388
+
389
+ * legacy parsing issue + tests ([4689458](https://github.com/prismicio/prismic-types-internal/commit/46894587e2a6690ece7b4b44bdafd4357e8bfc71))
390
+
391
+
392
+ ### Refactor
393
+
394
+ * stop using .is from codec for group and repeatable ([#113](https://github.com/prismicio/prismic-types-internal/issues/113)) ([421ee5c](https://github.com/prismicio/prismic-types-internal/commit/421ee5c24da59f8ae174a49d8ee66c70f94cf551))
395
+
396
+ ## [3.4.0-alpha.11](https://github.com/prismicio/prismic-types-internal/compare/v3.4.0-alpha.3...v3.4.0-alpha.11) (2025-01-22)
397
+
398
+
399
+ ### Chore
400
+
401
+ * remove the unneeded fieldset property ([6a617b8](https://github.com/prismicio/prismic-types-internal/commit/6a617b8204a5e35a0ba53ceff2fd87b7ba92fc9a))
402
+
403
+ ## [3.4.0-alpha.3](https://github.com/prismicio/prismic-types-internal/compare/v3.4.0-alpha.2...v3.4.0-alpha.3) (2025-01-21)
404
+
405
+
406
+ ### Bug Fixes
407
+
408
+ * add fieldset to Table field ([241437b](https://github.com/prismicio/prismic-types-internal/commit/241437b96f7eb604adb6c79cdedaf76c6ab8ecfa))
409
+
410
+ ## [3.4.0-alpha.2](https://github.com/prismicio/prismic-types-internal/compare/v3.4.0-alpha.1...v3.4.0-alpha.2) (2025-01-21)
411
+
412
+
413
+ ### Features
414
+
415
+ * add table to NestableWidget and NestableContent ([f1146a6](https://github.com/prismicio/prismic-types-internal/commit/f1146a6793b56b452c992ef2cf1c96be32b611a6))
416
+
417
+ ## [3.4.0-alpha.1](https://github.com/prismicio/prismic-types-internal/compare/v3.3.0...v3.4.0-alpha.1) (2025-01-21)
418
+
419
+
420
+ ### Features
421
+
422
+ * support Table field content ([#111](https://github.com/prismicio/prismic-types-internal/issues/111)) ([be51847](https://github.com/prismicio/prismic-types-internal/commit/be51847484ef3cc2ca85d90eab4a2f30decf5d15))
423
+ * support table field model ([#110](https://github.com/prismicio/prismic-types-internal/issues/110)) ([5f70164](https://github.com/prismicio/prismic-types-internal/commit/5f7016493784e1addd7ae7bd9e1edaec1d32dfa1))
424
+
425
+
426
+ ### Chore
427
+
428
+ * **release:** 3.4.0-alpha.0 ([0a424aa](https://github.com/prismicio/prismic-types-internal/commit/0a424aa5e55f2b1db4ffcaf7adaef4d76eda4174))
429
+
430
+ ## [3.4.0-alpha.0](https://github.com/prismicio/prismic-types-internal/compare/v3.3.0...v3.4.0-alpha.0) (2025-01-21)
431
+
432
+
433
+ ### Features
434
+
435
+ * support Table field content ([#111](https://github.com/prismicio/prismic-types-internal/issues/111)) ([be51847](https://github.com/prismicio/prismic-types-internal/commit/be51847484ef3cc2ca85d90eab4a2f30decf5d15))
436
+ * support table field model ([#110](https://github.com/prismicio/prismic-types-internal/issues/110)) ([5f70164](https://github.com/prismicio/prismic-types-internal/commit/5f7016493784e1addd7ae7bd9e1edaec1d32dfa1))
437
+
438
+ ## [3.3.0](https://github.com/prismicio/prismic-types-internal/compare/v3.2.0...v3.3.0) (2024-12-17)
439
+
440
+
441
+ ### Features
442
+
443
+ * support link variant ([#105](https://github.com/prismicio/prismic-types-internal/issues/105)) ([f5d81e4](https://github.com/prismicio/prismic-types-internal/commit/f5d81e4b2bbb45b97aef2ee42fa1219b5285f377))
444
+
445
+ ## [3.3.0-alpha.2](https://github.com/prismicio/prismic-types-internal/compare/v3.3.0-alpha.1...v3.3.0-alpha.2) (2024-12-12)
446
+
447
+ ## [3.3.0-alpha.1](https://github.com/prismicio/prismic-types-internal/compare/v3.2.0...v3.3.0-alpha.1) (2024-12-10)
448
+
449
+ ## [3.3.0-alpha.0](https://github.com/prismicio/prismic-types-internal/compare/v2.4.1-alpha.1...v3.3.0-alpha.0) (2024-12-05)
450
+
451
+
452
+ ### Chore
453
+
454
+ * **release:** 3.2.0-alpha.0 ([355f1cc](https://github.com/prismicio/prismic-types-internal/commit/355f1cc2788f23de38d0b7ba628d2cc37bccfaf5))
455
+ * **release:** 3.3.0-alpha.0 ([0e79585](https://github.com/prismicio/prismic-types-internal/commit/0e79585102512d6b4e91be14507be0985de05697))
456
+
457
+ ## [3.3.0-alpha.0](https://github.com/prismicio/prismic-types-internal/compare/v2.4.1-alpha.1...v3.3.0-alpha.0) (2024-12-05)
458
+
459
+ ## [3.2.0](https://github.com/prismicio/prismic-types-internal/compare/v3.2.0-alpha.7...v3.2.0) (2024-12-09)
460
+
461
+ ## [3.2.0-alpha.7](https://github.com/prismicio/prismic-types-internal/compare/v3.2.0-alpha.6...v3.2.0-alpha.7) (2024-12-09)
462
+
463
+
464
+ ### Refactor
465
+
466
+ * simplify ([a05dcee](https://github.com/prismicio/prismic-types-internal/commit/a05dcee9baa392017be43505600f0450f3de51d5))
467
+
468
+
469
+ ### Chore
470
+
471
+ * test description ([e57a676](https://github.com/prismicio/prismic-types-internal/commit/e57a676bf4b65d1b6b9824fc73b6eb402e3c6462))
472
+ * test description ([d335e49](https://github.com/prismicio/prismic-types-internal/commit/d335e49e74cce1239cefb593fbd3f6d1c9607f4b))
473
+
474
+ ## [3.2.0-alpha.6](https://github.com/prismicio/prismic-types-internal/compare/v3.2.0-alpha.5...v3.2.0-alpha.6) (2024-12-09)
475
+
476
+
477
+ ### Bug Fixes
478
+
479
+ * remove unwanted repeat check ([1e3ebf3](https://github.com/prismicio/prismic-types-internal/commit/1e3ebf3586487945b2a8ec07fdd2e48deeaded4f))
480
+
481
+ ## [3.2.0-alpha.5](https://github.com/prismicio/prismic-types-internal/compare/v3.2.0-alpha.4...v3.2.0-alpha.5) (2024-12-06)
482
+
483
+
484
+ ### Bug Fixes
485
+
486
+ * avoid setting undefined model on repeat true on shared slice ([2dac602](https://github.com/prismicio/prismic-types-internal/commit/2dac6025f20637dbafe077efa051ed1bb554debb))
487
+
488
+ ## [3.2.0-alpha.4](https://github.com/prismicio/prismic-types-internal/compare/v2.4.1-alpha.1...v3.2.0-alpha.4) (2024-12-06)
489
+
490
+
491
+ ### Features
492
+
493
+ * ensure correct types for image and file link kind ([#92](https://github.com/prismicio/prismic-types-internal/issues/92)) ([31750c5](https://github.com/prismicio/prismic-types-internal/commit/31750c5ed6cc157f15f197e6d540f6309468f32d))
494
+ * revert creating RepeatableContent for old group items without nested group ([#80](https://github.com/prismicio/prismic-types-internal/issues/80)) ([bb4bca3](https://github.com/prismicio/prismic-types-internal/commit/bb4bca322ebf6b6b6bebe56ec0d58631d910160d))
495
+ * support nesting groups ([#77](https://github.com/prismicio/prismic-types-internal/issues/77)) ([2164625](https://github.com/prismicio/prismic-types-internal/commit/2164625cc139c639b47a8702f430884a8ab01a0c)), closes [#78](https://github.com/prismicio/prismic-types-internal/issues/78)
496
+ * support repeatable links ([#89](https://github.com/prismicio/prismic-types-internal/issues/89)) ([1f1c37d](https://github.com/prismicio/prismic-types-internal/commit/1f1c37d51214c0840a21aa6c512fa47de39da62e))
497
+
498
+
499
+ ### Bug Fixes
500
+
501
+ * avoid setting undefined model on repeat true ([3edaa42](https://github.com/prismicio/prismic-types-internal/commit/3edaa4208b0202480f794564ff937ff07f61c592))
502
+
503
+
504
+ ### Chore
505
+
506
+ * new `CONTRIBUTING.md` and pull request template ([#76](https://github.com/prismicio/prismic-types-internal/issues/76)) ([61fd901](https://github.com/prismicio/prismic-types-internal/commit/61fd901af80d6e53479eaf1b6b00a751abe658c7))
507
+ * **release:** 2.4.1 ([3fa9df2](https://github.com/prismicio/prismic-types-internal/commit/3fa9df228e91df348ada9110ce96aa2f75e34c5d))
508
+ * **release:** 2.5.0 ([#79](https://github.com/prismicio/prismic-types-internal/issues/79)) ([60986f1](https://github.com/prismicio/prismic-types-internal/commit/60986f1bbd26815e05e27221b6d7367427d94876))
509
+ * **release:** 2.6.0 ([#81](https://github.com/prismicio/prismic-types-internal/issues/81)) ([4e3b8e4](https://github.com/prismicio/prismic-types-internal/commit/4e3b8e433fd7d02a357c7b592c5d5d4a634c5ed7))
510
+ * **release:** 3.0.0 ([#95](https://github.com/prismicio/prismic-types-internal/issues/95)) ([dc4c734](https://github.com/prismicio/prismic-types-internal/commit/dc4c734cdb62e89240fb66095932f931f887b8c6))
511
+ * **release:** 3.1.0 ([#103](https://github.com/prismicio/prismic-types-internal/issues/103)) ([6851f20](https://github.com/prismicio/prismic-types-internal/commit/6851f20ea7429d4de82b364f62b8064eb0829529))
512
+ * **release:** 3.2.0-alpha.0 ([62bec1f](https://github.com/prismicio/prismic-types-internal/commit/62bec1f20116211959b5d09cc286965e6418a035))
513
+ * update changelog ([8e64d7e](https://github.com/prismicio/prismic-types-internal/commit/8e64d7e89d296c816e1ed23833c5828172c1f40e))
514
+
515
+ ## [3.2.0-alpha.3](https://github.com/prismicio/prismic-types-internal/compare/v2.4.1-alpha.1...v3.2.0-alpha.3) (2024-12-05)
516
+
517
+ ## [3.2.0-alpha.2](https://github.com/prismicio/prismic-types-internal/compare/v2.4.1-alpha.1...v3.2.0-alpha.2) (2024-12-05)
518
+
519
+ ## [3.2.0-alpha.1](https://github.com/prismicio/prismic-types-internal/compare/v2.4.1-alpha.1...v3.2.0-alpha.1) (2024-12-05)
520
+
521
+ ## [3.2.0-alpha.0](https://github.com/prismicio/prismic-types-internal/compare/v2.4.1-alpha.1...v3.2.0-alpha.0) (2024-12-05)
522
+
523
+
524
+ ### Features
525
+
526
+ * ensure correct types for image and file link kind ([#92](https://github.com/prismicio/prismic-types-internal/issues/92)) ([31750c5](https://github.com/prismicio/prismic-types-internal/commit/31750c5ed6cc157f15f197e6d540f6309468f32d))
527
+ * revert creating RepeatableContent for old group items without nested group ([#80](https://github.com/prismicio/prismic-types-internal/issues/80)) ([bb4bca3](https://github.com/prismicio/prismic-types-internal/commit/bb4bca322ebf6b6b6bebe56ec0d58631d910160d))
528
+ * support nesting groups ([#77](https://github.com/prismicio/prismic-types-internal/issues/77)) ([2164625](https://github.com/prismicio/prismic-types-internal/commit/2164625cc139c639b47a8702f430884a8ab01a0c)), closes [#78](https://github.com/prismicio/prismic-types-internal/issues/78)
529
+ * support repeatable links ([#89](https://github.com/prismicio/prismic-types-internal/issues/89)) ([1f1c37d](https://github.com/prismicio/prismic-types-internal/commit/1f1c37d51214c0840a21aa6c512fa47de39da62e))
530
+
531
+
532
+ ### Chore
533
+
534
+ * new `CONTRIBUTING.md` and pull request template ([#76](https://github.com/prismicio/prismic-types-internal/issues/76)) ([61fd901](https://github.com/prismicio/prismic-types-internal/commit/61fd901af80d6e53479eaf1b6b00a751abe658c7))
535
+ * **release:** 2.4.1 ([3fa9df2](https://github.com/prismicio/prismic-types-internal/commit/3fa9df228e91df348ada9110ce96aa2f75e34c5d))
536
+ * **release:** 2.5.0 ([#79](https://github.com/prismicio/prismic-types-internal/issues/79)) ([60986f1](https://github.com/prismicio/prismic-types-internal/commit/60986f1bbd26815e05e27221b6d7367427d94876))
537
+ * **release:** 2.6.0 ([#81](https://github.com/prismicio/prismic-types-internal/issues/81)) ([4e3b8e4](https://github.com/prismicio/prismic-types-internal/commit/4e3b8e433fd7d02a357c7b592c5d5d4a634c5ed7))
538
+ * **release:** 3.0.0 ([#95](https://github.com/prismicio/prismic-types-internal/issues/95)) ([dc4c734](https://github.com/prismicio/prismic-types-internal/commit/dc4c734cdb62e89240fb66095932f931f887b8c6))
539
+ * **release:** 3.1.0 ([#103](https://github.com/prismicio/prismic-types-internal/issues/103)) ([6851f20](https://github.com/prismicio/prismic-types-internal/commit/6851f20ea7429d4de82b364f62b8064eb0829529))
540
+
541
+ ## [3.1.0](https://github.com/prismicio/prismic-types-internal/compare/v2.4.1...v3.1.0) (2024-11-29)
542
+
543
+
544
+ ### Features
545
+
546
+ * ensure correct types for image and file link kind ([#92](https://github.com/prismicio/prismic-types-internal/issues/92)) ([31750c5](https://github.com/prismicio/prismic-types-internal/commit/31750c5ed6cc157f15f197e6d540f6309468f32d))
547
+ * revert creating RepeatableContent for old group items without nested group ([#80](https://github.com/prismicio/prismic-types-internal/issues/80)) ([bb4bca3](https://github.com/prismicio/prismic-types-internal/commit/bb4bca322ebf6b6b6bebe56ec0d58631d910160d))
548
+ * support nesting groups ([#77](https://github.com/prismicio/prismic-types-internal/issues/77)) ([2164625](https://github.com/prismicio/prismic-types-internal/commit/2164625cc139c639b47a8702f430884a8ab01a0c)), closes [#78](https://github.com/prismicio/prismic-types-internal/issues/78)
549
+ * support repeatable links ([#89](https://github.com/prismicio/prismic-types-internal/issues/89)) ([1f1c37d](https://github.com/prismicio/prismic-types-internal/commit/1f1c37d51214c0840a21aa6c512fa47de39da62e))
550
+
551
+
552
+ ### Chore
553
+
554
+ * new `CONTRIBUTING.md` and pull request template ([#76](https://github.com/prismicio/prismic-types-internal/issues/76)) ([61fd901](https://github.com/prismicio/prismic-types-internal/commit/61fd901af80d6e53479eaf1b6b00a751abe658c7))
555
+ * **release:** 2.5.0 ([#79](https://github.com/prismicio/prismic-types-internal/issues/79)) ([60986f1](https://github.com/prismicio/prismic-types-internal/commit/60986f1bbd26815e05e27221b6d7367427d94876))
556
+ * **release:** 2.6.0 ([#81](https://github.com/prismicio/prismic-types-internal/issues/81)) ([4e3b8e4](https://github.com/prismicio/prismic-types-internal/commit/4e3b8e433fd7d02a357c7b592c5d5d4a634c5ed7))
557
+ * **release:** 3.0.0 ([#95](https://github.com/prismicio/prismic-types-internal/issues/95)) ([dc4c734](https://github.com/prismicio/prismic-types-internal/commit/dc4c734cdb62e89240fb66095932f931f887b8c6))
558
+
559
+ ## [3.1.0-alpha.5](https://github.com/prismicio/prismic-types-internal/compare/v3.1.0-alpha.4...v3.1.0-alpha.5) (2024-11-26)
560
+
561
+ ## [3.1.0-alpha.4](https://github.com/prismicio/prismic-types-internal/compare/v3.1.0-alpha.3...v3.1.0-alpha.4) (2024-11-22)
562
+
563
+ ## [3.1.0-alpha.3](https://github.com/prismicio/prismic-types-internal/compare/v3.1.0-alpha.2...v3.1.0-alpha.3) (2024-11-21)
564
+
565
+ ## [3.1.0-alpha.2](https://github.com/prismicio/prismic-types-internal/compare/v3.1.0-alpha.1...v3.1.0-alpha.2) (2024-11-20)
566
+
567
+
568
+ ### Features
569
+
570
+ * AnyLink kind ([#97](https://github.com/prismicio/prismic-types-internal/issues/97)) ([73004b1](https://github.com/prismicio/prismic-types-internal/commit/73004b10d2277c752a0ce5f791d2314d3a5c647b))
571
+
572
+ ## [3.1.0-alpha.1](https://github.com/prismicio/prismic-types-internal/compare/v2.9.0-alpha.3...v3.1.0-alpha.1) (2024-11-19)
573
+
574
+
575
+ ### Features
576
+
577
+ * ensure correct types for image and file link kind ([#92](https://github.com/prismicio/prismic-types-internal/issues/92)) ([31750c5](https://github.com/prismicio/prismic-types-internal/commit/31750c5ed6cc157f15f197e6d540f6309468f32d))
578
+
579
+
580
+ ### Chore
581
+
582
+ * **release:** 3.0.0 ([#95](https://github.com/prismicio/prismic-types-internal/issues/95)) ([dc4c734](https://github.com/prismicio/prismic-types-internal/commit/dc4c734cdb62e89240fb66095932f931f887b8c6))
583
+
584
+ ## [3.1.0-alpha.0](https://github.com/prismicio/prismic-types-internal/compare/v2.9.0-alpha.5...v3.1.0-alpha.0) (2024-11-18)
585
+
586
+
587
+ ### Features
588
+
589
+ * ensure correct types for image and file link kind ([#92](https://github.com/prismicio/prismic-types-internal/issues/92)) ([31750c5](https://github.com/prismicio/prismic-types-internal/commit/31750c5ed6cc157f15f197e6d540f6309468f32d))
590
+
591
+
592
+ ### Refactor
593
+
594
+ * better test description ([dd08d49](https://github.com/prismicio/prismic-types-internal/commit/dd08d49da2d8b92f9854bc6e4dd9a9ee1b19570b))
595
+ * rename variable ([7f50259](https://github.com/prismicio/prismic-types-internal/commit/7f50259b84bea760c9eb313b1ffda9774feadda6))
596
+
597
+
598
+ ### Chore
599
+
600
+ * formatting ([700342a](https://github.com/prismicio/prismic-types-internal/commit/700342a093994e28bb514f01b6cf83fc94291965))
601
+ * **release:** 3.0.0 ([#95](https://github.com/prismicio/prismic-types-internal/issues/95)) ([dc4c734](https://github.com/prismicio/prismic-types-internal/commit/dc4c734cdb62e89240fb66095932f931f887b8c6))
602
+
603
+ ## [3.0.0](https://github.com/prismicio/prismic-types-internal/compare/v2.4.1...v3.0.0) (2024-11-15)
604
+
605
+
606
+ ### Features
607
+
608
+ * ensure correct types for image and file link kind ([#92](https://github.com/prismicio/prismic-types-internal/issues/92)) ([31750c5](https://github.com/prismicio/prismic-types-internal/commit/31750c5ed6cc157f15f197e6d540f6309468f32d))
609
+ * revert creating RepeatableContent for old group items without nested group ([#80](https://github.com/prismicio/prismic-types-internal/issues/80)) ([bb4bca3](https://github.com/prismicio/prismic-types-internal/commit/bb4bca322ebf6b6b6bebe56ec0d58631d910160d))
610
+ * support nesting groups ([#77](https://github.com/prismicio/prismic-types-internal/issues/77)) ([2164625](https://github.com/prismicio/prismic-types-internal/commit/2164625cc139c639b47a8702f430884a8ab01a0c)), closes [#78](https://github.com/prismicio/prismic-types-internal/issues/78)
611
+
612
+
613
+ ### Chore
614
+
615
+ * new `CONTRIBUTING.md` and pull request template ([#76](https://github.com/prismicio/prismic-types-internal/issues/76)) ([61fd901](https://github.com/prismicio/prismic-types-internal/commit/61fd901af80d6e53479eaf1b6b00a751abe658c7))
616
+ * **release:** 2.5.0 ([#79](https://github.com/prismicio/prismic-types-internal/issues/79)) ([60986f1](https://github.com/prismicio/prismic-types-internal/commit/60986f1bbd26815e05e27221b6d7367427d94876))
617
+ * **release:** 2.6.0 ([#81](https://github.com/prismicio/prismic-types-internal/issues/81)) ([4e3b8e4](https://github.com/prismicio/prismic-types-internal/commit/4e3b8e433fd7d02a357c7b592c5d5d4a634c5ed7))
618
+
619
+ ## [3.0.0-alpha.0](https://github.com/prismicio/prismic-types-internal/compare/v2.4.1-alpha.1...v3.0.0-alpha.0) (2024-11-06)
620
+
621
+
622
+ ### Features
623
+
624
+ * ensure correct types for image and file link kind ([0d7627d](https://github.com/prismicio/prismic-types-internal/commit/0d7627da025adc109ffe99e9c8544cdea28700b3))
625
+ * revert creating RepeatableContent for old group items without nested group ([#80](https://github.com/prismicio/prismic-types-internal/issues/80)) ([bb4bca3](https://github.com/prismicio/prismic-types-internal/commit/bb4bca322ebf6b6b6bebe56ec0d58631d910160d))
626
+ * support nesting groups ([#77](https://github.com/prismicio/prismic-types-internal/issues/77)) ([2164625](https://github.com/prismicio/prismic-types-internal/commit/2164625cc139c639b47a8702f430884a8ab01a0c)), closes [#78](https://github.com/prismicio/prismic-types-internal/issues/78)
627
+
628
+
629
+ ### Chore
630
+
631
+ * new `CONTRIBUTING.md` and pull request template ([#76](https://github.com/prismicio/prismic-types-internal/issues/76)) ([61fd901](https://github.com/prismicio/prismic-types-internal/commit/61fd901af80d6e53479eaf1b6b00a751abe658c7))
632
+ * **release:** 2.4.1 ([3fa9df2](https://github.com/prismicio/prismic-types-internal/commit/3fa9df228e91df348ada9110ce96aa2f75e34c5d))
633
+ * **release:** 2.5.0 ([#79](https://github.com/prismicio/prismic-types-internal/issues/79)) ([60986f1](https://github.com/prismicio/prismic-types-internal/commit/60986f1bbd26815e05e27221b6d7367427d94876))
634
+ * **release:** 2.6.0 ([#81](https://github.com/prismicio/prismic-types-internal/issues/81)) ([4e3b8e4](https://github.com/prismicio/prismic-types-internal/commit/4e3b8e433fd7d02a357c7b592c5d5d4a634c5ed7))
635
+
636
+ ## [2.9.0-alpha.5](https://github.com/prismicio/prismic-types-internal/compare/v2.9.0-alpha.4...v2.9.0-alpha.5) (2024-11-15)
637
+
638
+
639
+ ### Features
640
+
641
+ * adapt document link to allow empty ([1fece63](https://github.com/prismicio/prismic-types-internal/commit/1fece63c5094546d9cb352bada609ce277e6ec2b))
642
+ * adapt external link to allow empty ([bd9f9f5](https://github.com/prismicio/prismic-types-internal/commit/bd9f9f59331675fd2a8307b42b4f71e6c49988e4))
643
+ * adapt file link to allow empty ([04adfbb](https://github.com/prismicio/prismic-types-internal/commit/04adfbb93e516fce5bb735e4c47c163e9f6c351c))
644
+ * adapt image link to allow empty ([b9ba367](https://github.com/prismicio/prismic-types-internal/commit/b9ba3674881ab546a75918c06fa61a0e4d83d9fc))
645
+ * adapt media link to allow empty ([f320497](https://github.com/prismicio/prismic-types-internal/commit/f3204971c0167e20910a3085d9945884eb069289))
646
+
647
+
648
+ ### Bug Fixes
649
+
650
+ * remove type of input ([e28f944](https://github.com/prismicio/prismic-types-internal/commit/e28f94405c77bb718298339d470840fc44cc5122))
651
+
652
+ ## [2.9.0-alpha.4](https://github.com/prismicio/prismic-types-internal/compare/v2.9.0-alpha.3...v2.9.0-alpha.4) (2024-11-15)
653
+
654
+
655
+ ### Features
656
+
657
+ * adapt any link to allow empty text ([a3e09ae](https://github.com/prismicio/prismic-types-internal/commit/a3e09ae96e0c3456349623f6256f458c15aded67))
658
+
659
+ ## [2.9.0-alpha.3](https://github.com/prismicio/prismic-types-internal/compare/v2.9.0-alpha.0...v2.9.0-alpha.3) (2024-11-11)
660
+
661
+ ## [2.9.0-alpha.2](https://github.com/prismicio/prismic-types-internal/compare/v2.9.0-alpha.1...v2.9.0-alpha.2) (2024-11-08)
662
+
663
+ ## [2.9.0-alpha.1](https://github.com/prismicio/prismic-types-internal/compare/v2.9.0-alpha.0...v2.9.0-alpha.1) (2024-11-08)
664
+
665
+
666
+ ### Features
667
+
668
+ * support traverse of repeatable links items ([d684b48](https://github.com/prismicio/prismic-types-internal/commit/d684b48ab8c17d2be43684ebe946a38624111cb0))
669
+
670
+ ## [2.9.0-alpha.0](https://github.com/prismicio/prismic-types-internal/compare/v2.4.1-alpha.1...v2.9.0-alpha.0) (2024-10-19)
671
+
672
+
673
+ ### Features
674
+
675
+ * add fallback for Link `repeat` ([c1421d3](https://github.com/prismicio/prismic-types-internal/commit/c1421d3b3cf4545171856ff83c0fdae79d326165))
676
+ * add repeat prop to link config ([1fce59e](https://github.com/prismicio/prismic-types-internal/commit/1fce59e36aa0ce8db75b38a78f948e9cae736429))
677
+ * add support & tests for repeating link content ([0643aa6](https://github.com/prismicio/prismic-types-internal/commit/0643aa6d976d9d1667fc1f24f2ac092df04c2049))
678
+ * revert creating RepeatableContent for old group items without nested group ([#80](https://github.com/prismicio/prismic-types-internal/issues/80)) ([bb4bca3](https://github.com/prismicio/prismic-types-internal/commit/bb4bca322ebf6b6b6bebe56ec0d58631d910160d))
679
+ * support nesting groups ([#77](https://github.com/prismicio/prismic-types-internal/issues/77)) ([2164625](https://github.com/prismicio/prismic-types-internal/commit/2164625cc139c639b47a8702f430884a8ab01a0c)), closes [#78](https://github.com/prismicio/prismic-types-internal/issues/78)
680
+
681
+
682
+ ### Chore
683
+
684
+ * fix spelling error ([43c3e86](https://github.com/prismicio/prismic-types-internal/commit/43c3e86f3344e353b9b70246c03d6f1b9f37a1e9))
685
+ * new `CONTRIBUTING.md` and pull request template ([#76](https://github.com/prismicio/prismic-types-internal/issues/76)) ([61fd901](https://github.com/prismicio/prismic-types-internal/commit/61fd901af80d6e53479eaf1b6b00a751abe658c7))
686
+ * **release:** 2.4.1 ([3fa9df2](https://github.com/prismicio/prismic-types-internal/commit/3fa9df228e91df348ada9110ce96aa2f75e34c5d))
687
+ * **release:** 2.5.0 ([#79](https://github.com/prismicio/prismic-types-internal/issues/79)) ([60986f1](https://github.com/prismicio/prismic-types-internal/commit/60986f1bbd26815e05e27221b6d7367427d94876))
688
+ * **release:** 2.6.0 ([#81](https://github.com/prismicio/prismic-types-internal/issues/81)) ([4e3b8e4](https://github.com/prismicio/prismic-types-internal/commit/4e3b8e433fd7d02a357c7b592c5d5d4a634c5ed7))
689
+
690
+ ## [2.8.0](https://github.com/prismicio/prismic-types-internal/compare/v2.4.1-alpha.1...v2.8.0) (2024-09-24)
691
+
692
+
693
+ ### Features
694
+
695
+ * revert creating RepeatableContent for old group items without nested group ([#80](https://github.com/prismicio/prismic-types-internal/issues/80)) ([bb4bca3](https://github.com/prismicio/prismic-types-internal/commit/bb4bca322ebf6b6b6bebe56ec0d58631d910160d))
696
+ * support nesting groups ([#77](https://github.com/prismicio/prismic-types-internal/issues/77)) ([2164625](https://github.com/prismicio/prismic-types-internal/commit/2164625cc139c639b47a8702f430884a8ab01a0c)), closes [#78](https://github.com/prismicio/prismic-types-internal/issues/78)
697
+
698
+
699
+ ### Chore
700
+
701
+ * new `CONTRIBUTING.md` and pull request template ([#76](https://github.com/prismicio/prismic-types-internal/issues/76)) ([61fd901](https://github.com/prismicio/prismic-types-internal/commit/61fd901af80d6e53479eaf1b6b00a751abe658c7))
702
+ * **release:** 2.4.1 ([3fa9df2](https://github.com/prismicio/prismic-types-internal/commit/3fa9df228e91df348ada9110ce96aa2f75e34c5d))
703
+ * **release:** 2.5.0 ([#79](https://github.com/prismicio/prismic-types-internal/issues/79)) ([60986f1](https://github.com/prismicio/prismic-types-internal/commit/60986f1bbd26815e05e27221b6d7367427d94876))
704
+ * **release:** 2.6.0 ([#81](https://github.com/prismicio/prismic-types-internal/issues/81)) ([4e3b8e4](https://github.com/prismicio/prismic-types-internal/commit/4e3b8e433fd7d02a357c7b592c5d5d4a634c5ed7))
705
+
706
+ ## [2.7.0](https://github.com/prismicio/prismic-types-internal/compare/v2.7.0-alpha.9...v2.7.0) (2024-09-17)
707
+
708
+ ## [2.7.0-alpha.9](https://github.com/prismicio/prismic-types-internal/compare/v2.7.0-alpha.8...v2.7.0-alpha.9) (2024-09-16)
709
+
710
+ ## [2.7.0-alpha.8](https://github.com/prismicio/prismic-types-internal/compare/v2.7.0-alpha.7...v2.7.0-alpha.8) (2024-09-13)
711
+
712
+ ## [2.7.0-alpha.7](https://github.com/prismicio/prismic-types-internal/compare/v2.7.0-alpha.6...v2.7.0-alpha.7) (2024-09-11)
713
+
714
+ ## [2.7.0-alpha.6](https://github.com/prismicio/prismic-types-internal/compare/v2.7.0-alpha.5...v2.7.0-alpha.6) (2024-09-11)
715
+
716
+ ## [2.7.0-alpha.5](https://github.com/prismicio/prismic-types-internal/compare/v2.7.0-alpha.2...v2.7.0-alpha.5) (2024-09-10)
717
+
718
+
719
+ ### Chore
720
+
721
+ * **release:** 2.7.0-alpha.3 ([398d89e](https://github.com/prismicio/prismic-types-internal/commit/398d89e9891aa0b2431dff16843fb1da00483f6d))
722
+ * **release:** 2.7.0-alpha.4 ([945a592](https://github.com/prismicio/prismic-types-internal/commit/945a592af6c2c654824dc8084993c59ff89fdb7f))
723
+
724
+ ## [2.7.0-alpha.4](https://github.com/prismicio/prismic-types-internal/compare/v2.7.0-alpha.2...v2.7.0-alpha.4) (2024-09-10)
725
+
726
+
727
+ ### Chore
728
+
729
+ * **release:** 2.7.0-alpha.3 ([398d89e](https://github.com/prismicio/prismic-types-internal/commit/398d89e9891aa0b2431dff16843fb1da00483f6d))
730
+
731
+ ## [2.7.0-alpha.3](https://github.com/prismicio/prismic-types-internal/compare/v2.7.0-alpha.2...v2.7.0-alpha.3) (2024-09-10)
732
+
733
+ ## [2.7.0-alpha.2](https://github.com/prismicio/prismic-types-internal/compare/v2.7.0-alpha.1...v2.7.0-alpha.2) (2024-08-26)
734
+
735
+ ## [2.7.0-alpha.1](https://github.com/prismicio/prismic-types-internal/compare/v2.7.0-alpha.0...v2.7.0-alpha.1) (2024-08-07)
736
+
737
+ ## [2.7.0-alpha.0](https://github.com/prismicio/prismic-types-internal/compare/v2.4.1-alpha.1...v2.7.0-alpha.0) (2024-08-06)
738
+
739
+
740
+ ### Features
741
+
742
+ * revert creating RepeatableContent for old group items without nested group ([#80](https://github.com/prismicio/prismic-types-internal/issues/80)) ([bb4bca3](https://github.com/prismicio/prismic-types-internal/commit/bb4bca322ebf6b6b6bebe56ec0d58631d910160d))
743
+ * support nesting groups ([#77](https://github.com/prismicio/prismic-types-internal/issues/77)) ([2164625](https://github.com/prismicio/prismic-types-internal/commit/2164625cc139c639b47a8702f430884a8ab01a0c)), closes [#78](https://github.com/prismicio/prismic-types-internal/issues/78)
744
+
745
+
746
+ ### Chore
747
+
748
+ * new `CONTRIBUTING.md` and pull request template ([#76](https://github.com/prismicio/prismic-types-internal/issues/76)) ([61fd901](https://github.com/prismicio/prismic-types-internal/commit/61fd901af80d6e53479eaf1b6b00a751abe658c7))
749
+ * **release:** 2.4.1 ([3fa9df2](https://github.com/prismicio/prismic-types-internal/commit/3fa9df228e91df348ada9110ce96aa2f75e34c5d))
750
+ * **release:** 2.5.0 ([#79](https://github.com/prismicio/prismic-types-internal/issues/79)) ([60986f1](https://github.com/prismicio/prismic-types-internal/commit/60986f1bbd26815e05e27221b6d7367427d94876))
751
+ * **release:** 2.6.0 ([#81](https://github.com/prismicio/prismic-types-internal/issues/81)) ([4e3b8e4](https://github.com/prismicio/prismic-types-internal/commit/4e3b8e433fd7d02a357c7b592c5d5d4a634c5ed7))
752
+
753
+ ## [2.6.0](https://github.com/prismicio/prismic-types-internal/compare/v2.4.1...v2.6.0) (2024-06-25)
754
+
755
+
756
+ ### Features
757
+
758
+ * revert creating RepeatableContent for old group items without nested group ([#80](https://github.com/prismicio/prismic-types-internal/issues/80)) ([bb4bca3](https://github.com/prismicio/prismic-types-internal/commit/bb4bca322ebf6b6b6bebe56ec0d58631d910160d))
759
+ * support nesting groups ([#77](https://github.com/prismicio/prismic-types-internal/issues/77)) ([2164625](https://github.com/prismicio/prismic-types-internal/commit/2164625cc139c639b47a8702f430884a8ab01a0c)), closes [#78](https://github.com/prismicio/prismic-types-internal/issues/78)
760
+
761
+
762
+ ### Chore
763
+
764
+ * new `CONTRIBUTING.md` and pull request template ([#76](https://github.com/prismicio/prismic-types-internal/issues/76)) ([61fd901](https://github.com/prismicio/prismic-types-internal/commit/61fd901af80d6e53479eaf1b6b00a751abe658c7))
765
+ * **release:** 2.5.0 ([#79](https://github.com/prismicio/prismic-types-internal/issues/79)) ([60986f1](https://github.com/prismicio/prismic-types-internal/commit/60986f1bbd26815e05e27221b6d7367427d94876))
766
+
767
+ ## [2.5.0](https://github.com/prismicio/prismic-types-internal/compare/v2.4.1...v2.5.0) (2024-06-20)
768
+
769
+
770
+ ### Features
771
+
772
+ * support nesting groups ([#77](https://github.com/prismicio/prismic-types-internal/issues/77)) ([2164625](https://github.com/prismicio/prismic-types-internal/commit/2164625cc139c639b47a8702f430884a8ab01a0c)), closes [#78](https://github.com/prismicio/prismic-types-internal/issues/78)
773
+
774
+
775
+ ### Chore
776
+
777
+ * new `CONTRIBUTING.md` and pull request template ([#76](https://github.com/prismicio/prismic-types-internal/issues/76)) ([61fd901](https://github.com/prismicio/prismic-types-internal/commit/61fd901af80d6e53479eaf1b6b00a751abe658c7))
778
+
779
+ ## [2.5.0-alpha.4](https://github.com/prismicio/prismic-types-internal/compare/v2.5.0-alpha.3...v2.5.0-alpha.4) (2024-06-04)
780
+
781
+
782
+ ### Bug Fixes
783
+
784
+ * use `t.Type<A, O>` over `t.Mixed` ([44a847d](https://github.com/prismicio/prismic-types-internal/commit/44a847d3e9af5f4286312f8a1dc165386a121f6c))
785
+
786
+
787
+ ### Refactor
788
+
789
+ * prefer `t.Mixed` over `t.Type<any>` ([378a57d](https://github.com/prismicio/prismic-types-internal/commit/378a57db81ef0a2f06de874b9ccd341068140b31))
790
+
791
+ ## [2.5.0-alpha.3](https://github.com/prismicio/prismic-types-internal/compare/v2.5.0-alpha.2...v2.5.0-alpha.3) (2024-05-30)
792
+
793
+
794
+ ### Refactor
795
+
796
+ * only limit groups nesting in model and allow infinite nesting in content ([2bd7d62](https://github.com/prismicio/prismic-types-internal/commit/2bd7d626aaa1c962829524f22e088856f9b799d3))
797
+
798
+ ## [2.5.0-alpha.2](https://github.com/prismicio/prismic-types-internal/compare/v2.5.0-alpha.1...v2.5.0-alpha.2) (2024-05-29)
799
+
800
+
801
+ ### Refactor
802
+
803
+ * disallow nested groups in slice's items ([7086f1a](https://github.com/prismicio/prismic-types-internal/commit/7086f1a1fa46c0973c564091aff2ad0cf184b91f))
804
+ * per review ([73b7714](https://github.com/prismicio/prismic-types-internal/commit/73b77145cec35ffeab22e04521e7aa2547318120))
805
+
806
+ ## [2.5.0-alpha.1](https://github.com/prismicio/prismic-types-internal/compare/v2.4.1-alpha.1...v2.5.0-alpha.1) (2024-05-28)
807
+
808
+
809
+ ### Features
810
+
811
+ * support nesting groups ([bcc55a4](https://github.com/prismicio/prismic-types-internal/commit/bcc55a4840d5aed9fb2ff7a992e252e69e909d3b))
812
+
813
+
814
+ ### Bug Fixes
815
+
816
+ * traversing nested groups ([121a003](https://github.com/prismicio/prismic-types-internal/commit/121a0033db0a51c11be7dad3aee05ef788fb0a3c))
817
+
818
+
819
+ ### Chore
820
+
821
+ * fix version ([11768f6](https://github.com/prismicio/prismic-types-internal/commit/11768f674612223cc1df50eb4442dbda936ad8cd))
822
+ * **release:** 2.4.1 ([3fa9df2](https://github.com/prismicio/prismic-types-internal/commit/3fa9df228e91df348ada9110ce96aa2f75e34c5d))
823
+
824
+ ### [2.4.1](https://github.com/prismicio/prismic-types-internal/compare/v2.4.1-alpha.1...v2.4.1) (2024-05-13)
825
+
826
+ ### [2.4.1-alpha.1](https://github.com/prismicio/prismic-types-internal/compare/v2.4.1-alpha.0...v2.4.1-alpha.1) (2024-05-13)
827
+
828
+
829
+ ### Chore
830
+
831
+ * export diff types ([c12e4dc](https://github.com/prismicio/prismic-types-internal/commit/c12e4dc12aaf6381cbf2344087cc4316bd23a102))
832
+
833
+ ### [2.4.1-alpha.0](https://github.com/prismicio/prismic-types-internal/compare/v2.4.0...v2.4.1-alpha.0) (2024-05-13)
834
+
835
+
836
+ ### Bug Fixes
837
+
838
+ * diff slice group fields ([#73](https://github.com/prismicio/prismic-types-internal/issues/73)) ([cd997a1](https://github.com/prismicio/prismic-types-internal/commit/cd997a12b8d3975be36b2f39f273c2901fd08d03))
839
+
840
+
841
+ ### Chore
842
+
843
+ * export diff types ([d0a0108](https://github.com/prismicio/prismic-types-internal/commit/d0a010802b0515d7fb233b1b8966b72f26d476fc))
844
+ * release as patch ([11db2a8](https://github.com/prismicio/prismic-types-internal/commit/11db2a8b0aa1eff5382bbfce56d82af29a7a41fd))
845
+
846
+ ## [2.5.0-alpha.0](https://github.com/prismicio/prismic-types-internal/compare/v2.4.0...v2.5.0-alpha.0) (2024-05-07)
847
+
848
+
849
+ ### Features
850
+
851
+ * diff slice group fields ([8107f1a](https://github.com/prismicio/prismic-types-internal/commit/8107f1a17466c15a44080fff86ce4f5a89bc804b))
852
+
853
+ ## [2.4.0](https://github.com/prismicio/prismic-types-internal/compare/v2.3.1...v2.4.0) (2024-05-07)
854
+
855
+
856
+ ### Features
857
+
858
+ * **slice:** allow groups in slice primary property ([#70](https://github.com/prismicio/prismic-types-internal/issues/70)) ([c29b8b7](https://github.com/prismicio/prismic-types-internal/commit/c29b8b70d9b05cd1d1f8bd0532020c8e4be56036))
859
+
860
+ ### [0.3.1](https://github.com/prismicio/prismic-types-internal/compare/v0.3.1-beta.0...v0.3.1) (2022-07-06)
861
+
862
+ ### [0.3.1-beta.0](https://github.com/prismicio/prismic-types-internal/compare/v0.3.0...v0.3.1-beta.0) (2022-06-23)
863
+
864
+
865
+ ### Bug Fixes
866
+
867
+ * test StructuredTextContent ([62405b5](https://github.com/prismicio/prismic-types-internal/commit/62405b538e7db959f79fa6933129bb7f9ca008e1))
868
+ * validate widget id format ([fe0fbec](https://github.com/prismicio/prismic-types-internal/commit/fe0fbec5287178b9d7ae5f97c4b4c3edbf364c21))