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