@tiptap/starter-kit 2.0.0-beta.106 → 2.0.0-beta.107
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.
|
@@ -15,7 +15,7 @@ export interface SuggestionOptions {
|
|
|
15
15
|
range: Range;
|
|
16
16
|
props: any;
|
|
17
17
|
}) => void;
|
|
18
|
-
items?: (query: string) => any[]
|
|
18
|
+
items?: (query: string) => any[] | Promise<any[]>;
|
|
19
19
|
render?: () => {
|
|
20
20
|
onStart?: (props: SuggestionProps) => void;
|
|
21
21
|
onUpdate?: (props: SuggestionProps) => void;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tiptap/starter-kit",
|
|
3
3
|
"description": "starter kit for tiptap",
|
|
4
|
-
"version": "2.0.0-beta.
|
|
4
|
+
"version": "2.0.0-beta.107",
|
|
5
5
|
"homepage": "https://tiptap.dev",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"tiptap",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dist"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@tiptap/core": "^2.0.0-beta.
|
|
24
|
+
"@tiptap/core": "^2.0.0-beta.108",
|
|
25
25
|
"@tiptap/extension-blockquote": "^2.0.0-beta.15",
|
|
26
26
|
"@tiptap/extension-bold": "^2.0.0-beta.15",
|
|
27
27
|
"@tiptap/extension-bullet-list": "^2.0.0-beta.15",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"url": "https://github.com/ueberdosis/tiptap",
|
|
47
47
|
"directory": "packages/starter-kit"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "067d61c5dda0678637c01d992e2ba4dedb02b9bd"
|
|
50
50
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,994 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
# [2.0.0-beta.106](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.105...@tiptap/starter-kit@2.0.0-beta.106) (2021-09-18)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
# [2.0.0-beta.105](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.104...@tiptap/starter-kit@2.0.0-beta.105) (2021-09-15)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
# [2.0.0-beta.104](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.103...@tiptap/starter-kit@2.0.0-beta.104) (2021-09-09)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
# [2.0.0-beta.103](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.102...@tiptap/starter-kit@2.0.0-beta.103) (2021-09-08)
|
|
31
|
-
|
|
32
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
# [2.0.0-beta.102](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.101...@tiptap/starter-kit@2.0.0-beta.102) (2021-09-06)
|
|
39
|
-
|
|
40
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
# [2.0.0-beta.101](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.100...@tiptap/starter-kit@2.0.0-beta.101) (2021-08-26)
|
|
47
|
-
|
|
48
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
# [2.0.0-beta.100](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.99...@tiptap/starter-kit@2.0.0-beta.100) (2021-08-26)
|
|
55
|
-
|
|
56
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
# [2.0.0-beta.99](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.98...@tiptap/starter-kit@2.0.0-beta.99) (2021-08-24)
|
|
63
|
-
|
|
64
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
# [2.0.0-beta.98](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.97...@tiptap/starter-kit@2.0.0-beta.98) (2021-08-20)
|
|
71
|
-
|
|
72
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
# [2.0.0-beta.97](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.96...@tiptap/starter-kit@2.0.0-beta.97) (2021-08-13)
|
|
79
|
-
|
|
80
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
# [2.0.0-beta.96](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.95...@tiptap/starter-kit@2.0.0-beta.96) (2021-08-13)
|
|
87
|
-
|
|
88
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
# [2.0.0-beta.95](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.94...@tiptap/starter-kit@2.0.0-beta.95) (2021-08-13)
|
|
95
|
-
|
|
96
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
# [2.0.0-beta.94](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.93...@tiptap/starter-kit@2.0.0-beta.94) (2021-08-12)
|
|
103
|
-
|
|
104
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
# [2.0.0-beta.93](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.92...@tiptap/starter-kit@2.0.0-beta.93) (2021-08-12)
|
|
111
|
-
|
|
112
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
# [2.0.0-beta.92](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.91...@tiptap/starter-kit@2.0.0-beta.92) (2021-08-11)
|
|
119
|
-
|
|
120
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
# [2.0.0-beta.91](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.90...@tiptap/starter-kit@2.0.0-beta.91) (2021-08-11)
|
|
127
|
-
|
|
128
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
# [2.0.0-beta.90](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.89...@tiptap/starter-kit@2.0.0-beta.90) (2021-08-09)
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
### Bug Fixes
|
|
138
|
-
|
|
139
|
-
* improve export for StarterKitOptions ([8fcc80d](https://github.com/ueberdosis/tiptap/commit/8fcc80d68ec9471523ec0a8108035afef4d0f9f3))
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
# [2.0.0-beta.89](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.88...@tiptap/starter-kit@2.0.0-beta.89) (2021-07-30)
|
|
146
|
-
|
|
147
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
# [2.0.0-beta.88](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.87...@tiptap/starter-kit@2.0.0-beta.88) (2021-07-28)
|
|
154
|
-
|
|
155
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
# [2.0.0-beta.87](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.86...@tiptap/starter-kit@2.0.0-beta.87) (2021-07-28)
|
|
162
|
-
|
|
163
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
# [2.0.0-beta.86](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.85...@tiptap/starter-kit@2.0.0-beta.86) (2021-07-28)
|
|
170
|
-
|
|
171
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
# [2.0.0-beta.85](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.84...@tiptap/starter-kit@2.0.0-beta.85) (2021-07-27)
|
|
178
|
-
|
|
179
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
# [2.0.0-beta.84](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.83...@tiptap/starter-kit@2.0.0-beta.84) (2021-07-26)
|
|
186
|
-
|
|
187
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
# [2.0.0-beta.83](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.82...@tiptap/starter-kit@2.0.0-beta.83) (2021-07-26)
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
### Bug Fixes
|
|
197
|
-
|
|
198
|
-
* export starter kit extension options ([4a2a428](https://github.com/ueberdosis/tiptap/commit/4a2a428a4c59fd3cdae589816f823d759d7926bd))
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
# [2.0.0-beta.82](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.81...@tiptap/starter-kit@2.0.0-beta.82) (2021-07-09)
|
|
205
|
-
|
|
206
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
# [2.0.0-beta.81](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.80...@tiptap/starter-kit@2.0.0-beta.81) (2021-06-23)
|
|
213
|
-
|
|
214
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
# [2.0.0-beta.80](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.79...@tiptap/starter-kit@2.0.0-beta.80) (2021-06-17)
|
|
221
|
-
|
|
222
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
# [2.0.0-beta.79](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.78...@tiptap/starter-kit@2.0.0-beta.79) (2021-06-15)
|
|
229
|
-
|
|
230
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
# [2.0.0-beta.78](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.77...@tiptap/starter-kit@2.0.0-beta.78) (2021-06-14)
|
|
237
|
-
|
|
238
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
# [2.0.0-beta.77](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.76...@tiptap/starter-kit@2.0.0-beta.77) (2021-06-07)
|
|
245
|
-
|
|
246
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
# [2.0.0-beta.76](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.75...@tiptap/starter-kit@2.0.0-beta.76) (2021-06-03)
|
|
253
|
-
|
|
254
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
# [2.0.0-beta.75](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.74...@tiptap/starter-kit@2.0.0-beta.75) (2021-06-02)
|
|
261
|
-
|
|
262
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
# [2.0.0-beta.74](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.73...@tiptap/starter-kit@2.0.0-beta.74) (2021-06-02)
|
|
269
|
-
|
|
270
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
# [2.0.0-beta.73](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.72...@tiptap/starter-kit@2.0.0-beta.73) (2021-06-01)
|
|
277
|
-
|
|
278
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
# [2.0.0-beta.72](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.71...@tiptap/starter-kit@2.0.0-beta.72) (2021-06-01)
|
|
285
|
-
|
|
286
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
# [2.0.0-beta.71](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.70...@tiptap/starter-kit@2.0.0-beta.71) (2021-05-31)
|
|
293
|
-
|
|
294
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
# [2.0.0-beta.70](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.69...@tiptap/starter-kit@2.0.0-beta.70) (2021-05-29)
|
|
301
|
-
|
|
302
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
# [2.0.0-beta.69](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.68...@tiptap/starter-kit@2.0.0-beta.69) (2021-05-28)
|
|
309
|
-
|
|
310
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
# [2.0.0-beta.68](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.67...@tiptap/starter-kit@2.0.0-beta.68) (2021-05-28)
|
|
317
|
-
|
|
318
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
# [2.0.0-beta.67](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.66...@tiptap/starter-kit@2.0.0-beta.67) (2021-05-28)
|
|
325
|
-
|
|
326
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
# [2.0.0-beta.66](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.65...@tiptap/starter-kit@2.0.0-beta.66) (2021-05-27)
|
|
333
|
-
|
|
334
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
# [2.0.0-beta.65](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.64...@tiptap/starter-kit@2.0.0-beta.65) (2021-05-24)
|
|
341
|
-
|
|
342
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
# [2.0.0-beta.64](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.63...@tiptap/starter-kit@2.0.0-beta.64) (2021-05-24)
|
|
349
|
-
|
|
350
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
# [2.0.0-beta.63](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.62...@tiptap/starter-kit@2.0.0-beta.63) (2021-05-19)
|
|
357
|
-
|
|
358
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
# [2.0.0-beta.62](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.61...@tiptap/starter-kit@2.0.0-beta.62) (2021-05-18)
|
|
365
|
-
|
|
366
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
# [2.0.0-beta.61](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.60...@tiptap/starter-kit@2.0.0-beta.61) (2021-05-18)
|
|
373
|
-
|
|
374
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
# [2.0.0-beta.60](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.59...@tiptap/starter-kit@2.0.0-beta.60) (2021-05-18)
|
|
381
|
-
|
|
382
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
# [2.0.0-beta.59](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.58...@tiptap/starter-kit@2.0.0-beta.59) (2021-05-17)
|
|
389
|
-
|
|
390
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
# [2.0.0-beta.58](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.57...@tiptap/starter-kit@2.0.0-beta.58) (2021-05-17)
|
|
397
|
-
|
|
398
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
# [2.0.0-beta.57](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.56...@tiptap/starter-kit@2.0.0-beta.57) (2021-05-13)
|
|
405
|
-
|
|
406
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
# [2.0.0-beta.56](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.54...@tiptap/starter-kit@2.0.0-beta.56) (2021-05-13)
|
|
413
|
-
|
|
414
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
# [2.0.0-beta.54](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.53...@tiptap/starter-kit@2.0.0-beta.54) (2021-05-13)
|
|
421
|
-
|
|
422
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
# [2.0.0-beta.54](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.53...@tiptap/starter-kit@2.0.0-beta.54) (2021-05-13)
|
|
429
|
-
|
|
430
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
# [2.0.0-beta.53](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.52...@tiptap/starter-kit@2.0.0-beta.53) (2021-05-13)
|
|
437
|
-
|
|
438
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
# [2.0.0-beta.52](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.51...@tiptap/starter-kit@2.0.0-beta.52) (2021-05-11)
|
|
445
|
-
|
|
446
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
# [2.0.0-beta.51](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.50...@tiptap/starter-kit@2.0.0-beta.51) (2021-05-09)
|
|
453
|
-
|
|
454
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
# [2.0.0-beta.50](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.49...@tiptap/starter-kit@2.0.0-beta.50) (2021-05-07)
|
|
461
|
-
|
|
462
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
# [2.0.0-beta.49](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.48...@tiptap/starter-kit@2.0.0-beta.49) (2021-05-07)
|
|
469
|
-
|
|
470
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
# [2.0.0-beta.48](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.47...@tiptap/starter-kit@2.0.0-beta.48) (2021-05-07)
|
|
477
|
-
|
|
478
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
# [2.0.0-beta.47](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.46...@tiptap/starter-kit@2.0.0-beta.47) (2021-05-07)
|
|
485
|
-
|
|
486
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
# [2.0.0-beta.46](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.45...@tiptap/starter-kit@2.0.0-beta.46) (2021-05-07)
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
### Bug Fixes
|
|
496
|
-
|
|
497
|
-
* revert adding exports ([bc320d0](https://github.com/ueberdosis/tiptap/commit/bc320d0b4b80b0e37a7e47a56e0f6daec6e65d98))
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
# [2.0.0-beta.45](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.44...@tiptap/starter-kit@2.0.0-beta.45) (2021-05-06)
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
### Bug Fixes
|
|
507
|
-
|
|
508
|
-
* revert adding type: module ([f8d6475](https://github.com/ueberdosis/tiptap/commit/f8d6475e2151faea6f96baecdd6bd75880d50d2c))
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
# [2.0.0-beta.44](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.43...@tiptap/starter-kit@2.0.0-beta.44) (2021-05-06)
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
### Bug Fixes
|
|
518
|
-
|
|
519
|
-
* add exports to package.json ([1277fa4](https://github.com/ueberdosis/tiptap/commit/1277fa47151e9c039508cdb219bdd0ffe647f4ee))
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
# [2.0.0-beta.43](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.42...@tiptap/starter-kit@2.0.0-beta.43) (2021-05-06)
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
### Features
|
|
529
|
-
|
|
530
|
-
* add StarterKit extension ([21384fc](https://github.com/ueberdosis/tiptap/commit/21384fc7a66dd7d1e3849be52ae4ab9adc26cf4e))
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
# [2.0.0-beta.42](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.41...@tiptap/starter-kit@2.0.0-beta.42) (2021-05-06)
|
|
537
|
-
|
|
538
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
# [2.0.0-beta.41](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.40...@tiptap/starter-kit@2.0.0-beta.41) (2021-05-05)
|
|
545
|
-
|
|
546
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
# [2.0.0-beta.40](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.39...@tiptap/starter-kit@2.0.0-beta.40) (2021-05-05)
|
|
553
|
-
|
|
554
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
# [2.0.0-beta.39](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.38...@tiptap/starter-kit@2.0.0-beta.39) (2021-05-05)
|
|
561
|
-
|
|
562
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
# [2.0.0-beta.38](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.37...@tiptap/starter-kit@2.0.0-beta.38) (2021-05-04)
|
|
569
|
-
|
|
570
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
# [2.0.0-beta.37](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.36...@tiptap/starter-kit@2.0.0-beta.37) (2021-04-27)
|
|
577
|
-
|
|
578
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
# [2.0.0-beta.36](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.35...@tiptap/starter-kit@2.0.0-beta.36) (2021-04-27)
|
|
585
|
-
|
|
586
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
# [2.0.0-beta.35](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.34...@tiptap/starter-kit@2.0.0-beta.35) (2021-04-27)
|
|
593
|
-
|
|
594
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
# [2.0.0-beta.34](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.33...@tiptap/starter-kit@2.0.0-beta.34) (2021-04-23)
|
|
601
|
-
|
|
602
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
# [2.0.0-beta.33](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.32...@tiptap/starter-kit@2.0.0-beta.33) (2021-04-23)
|
|
609
|
-
|
|
610
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
# [2.0.0-beta.32](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.31...@tiptap/starter-kit@2.0.0-beta.32) (2021-04-22)
|
|
617
|
-
|
|
618
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
# [2.0.0-beta.31](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.30...@tiptap/starter-kit@2.0.0-beta.31) (2021-04-21)
|
|
625
|
-
|
|
626
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
# [2.0.0-beta.30](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.29...@tiptap/starter-kit@2.0.0-beta.30) (2021-04-20)
|
|
633
|
-
|
|
634
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
# [2.0.0-beta.29](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.28...@tiptap/starter-kit@2.0.0-beta.29) (2021-04-20)
|
|
641
|
-
|
|
642
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
# [2.0.0-beta.28](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.27...@tiptap/starter-kit@2.0.0-beta.28) (2021-04-16)
|
|
649
|
-
|
|
650
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
# [2.0.0-beta.27](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.26...@tiptap/starter-kit@2.0.0-beta.27) (2021-04-15)
|
|
657
|
-
|
|
658
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
# [2.0.0-beta.26](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.25...@tiptap/starter-kit@2.0.0-beta.26) (2021-04-15)
|
|
665
|
-
|
|
666
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
# [2.0.0-beta.25](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.24...@tiptap/starter-kit@2.0.0-beta.25) (2021-04-12)
|
|
673
|
-
|
|
674
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
# [2.0.0-beta.24](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.23...@tiptap/starter-kit@2.0.0-beta.24) (2021-04-12)
|
|
681
|
-
|
|
682
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
# [2.0.0-beta.23](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.22...@tiptap/starter-kit@2.0.0-beta.23) (2021-04-11)
|
|
689
|
-
|
|
690
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
# [2.0.0-beta.22](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.21...@tiptap/starter-kit@2.0.0-beta.22) (2021-04-09)
|
|
697
|
-
|
|
698
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
# [2.0.0-beta.21](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.20...@tiptap/starter-kit@2.0.0-beta.21) (2021-04-09)
|
|
705
|
-
|
|
706
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
# [2.0.0-beta.20](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.19...@tiptap/starter-kit@2.0.0-beta.20) (2021-04-09)
|
|
713
|
-
|
|
714
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
# [2.0.0-beta.19](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.18...@tiptap/starter-kit@2.0.0-beta.19) (2021-04-08)
|
|
721
|
-
|
|
722
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
# [2.0.0-beta.18](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.17...@tiptap/starter-kit@2.0.0-beta.18) (2021-04-08)
|
|
729
|
-
|
|
730
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
# [2.0.0-beta.17](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.16...@tiptap/starter-kit@2.0.0-beta.17) (2021-04-08)
|
|
737
|
-
|
|
738
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
# [2.0.0-beta.16](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.15...@tiptap/starter-kit@2.0.0-beta.16) (2021-04-08)
|
|
745
|
-
|
|
746
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
# [2.0.0-beta.15](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.14...@tiptap/starter-kit@2.0.0-beta.15) (2021-04-07)
|
|
753
|
-
|
|
754
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
# [2.0.0-beta.14](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.13...@tiptap/starter-kit@2.0.0-beta.14) (2021-04-07)
|
|
761
|
-
|
|
762
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
# [2.0.0-beta.13](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.12...@tiptap/starter-kit@2.0.0-beta.13) (2021-04-07)
|
|
769
|
-
|
|
770
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
# [2.0.0-beta.12](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.11...@tiptap/starter-kit@2.0.0-beta.12) (2021-04-07)
|
|
777
|
-
|
|
778
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
# [2.0.0-beta.11](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.10...@tiptap/starter-kit@2.0.0-beta.11) (2021-04-07)
|
|
785
|
-
|
|
786
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
# [2.0.0-beta.10](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.9...@tiptap/starter-kit@2.0.0-beta.10) (2021-04-06)
|
|
793
|
-
|
|
794
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
# [2.0.0-beta.9](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.8...@tiptap/starter-kit@2.0.0-beta.9) (2021-04-04)
|
|
801
|
-
|
|
802
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
# [2.0.0-beta.8](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.7...@tiptap/starter-kit@2.0.0-beta.8) (2021-04-02)
|
|
809
|
-
|
|
810
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
# [2.0.0-beta.7](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.6...@tiptap/starter-kit@2.0.0-beta.7) (2021-04-01)
|
|
817
|
-
|
|
818
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
# [2.0.0-beta.6](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.5...@tiptap/starter-kit@2.0.0-beta.6) (2021-04-01)
|
|
825
|
-
|
|
826
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
# [2.0.0-beta.5](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.4...@tiptap/starter-kit@2.0.0-beta.5) (2021-03-31)
|
|
833
|
-
|
|
834
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
# [2.0.0-beta.4](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.3...@tiptap/starter-kit@2.0.0-beta.4) (2021-03-16)
|
|
841
|
-
|
|
842
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
# [2.0.0-beta.3](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.2...@tiptap/starter-kit@2.0.0-beta.3) (2021-03-09)
|
|
849
|
-
|
|
850
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
# [2.0.0-beta.2](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.1...@tiptap/starter-kit@2.0.0-beta.2) (2021-03-08)
|
|
857
|
-
|
|
858
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
# [2.0.0-beta.1](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-alpha.14...@tiptap/starter-kit@2.0.0-beta.1) (2021-03-05)
|
|
865
|
-
|
|
866
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
# [2.0.0-alpha.14](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-alpha.13...@tiptap/starter-kit@2.0.0-alpha.14) (2021-02-26)
|
|
873
|
-
|
|
874
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
# [2.0.0-alpha.13](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-alpha.12...@tiptap/starter-kit@2.0.0-alpha.13) (2021-02-16)
|
|
881
|
-
|
|
882
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
# [2.0.0-alpha.12](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-alpha.11...@tiptap/starter-kit@2.0.0-alpha.12) (2021-02-07)
|
|
889
|
-
|
|
890
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
# [2.0.0-alpha.11](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-alpha.10...@tiptap/starter-kit@2.0.0-alpha.11) (2021-02-05)
|
|
897
|
-
|
|
898
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
# [2.0.0-alpha.10](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-alpha.9...@tiptap/starter-kit@2.0.0-alpha.10) (2021-01-29)
|
|
905
|
-
|
|
906
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
# [2.0.0-alpha.9](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-alpha.8...@tiptap/starter-kit@2.0.0-alpha.9) (2021-01-29)
|
|
913
|
-
|
|
914
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
# [2.0.0-alpha.8](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-alpha.7...@tiptap/starter-kit@2.0.0-alpha.8) (2021-01-28)
|
|
921
|
-
|
|
922
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
# [2.0.0-alpha.7](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-alpha.6...@tiptap/starter-kit@2.0.0-alpha.7) (2020-12-18)
|
|
929
|
-
|
|
930
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
# [2.0.0-alpha.6](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-alpha.5...@tiptap/starter-kit@2.0.0-alpha.6) (2020-12-18)
|
|
937
|
-
|
|
938
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
# [2.0.0-alpha.5](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-alpha.4...@tiptap/starter-kit@2.0.0-alpha.5) (2020-12-02)
|
|
945
|
-
|
|
946
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
# [2.0.0-alpha.4](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-alpha.3...@tiptap/starter-kit@2.0.0-alpha.4) (2020-11-20)
|
|
953
|
-
|
|
954
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
# [2.0.0-alpha.3](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-alpha.2...@tiptap/starter-kit@2.0.0-alpha.3) (2020-11-19)
|
|
961
|
-
|
|
962
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
# [2.0.0-alpha.2](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-alpha.1...@tiptap/starter-kit@2.0.0-alpha.2) (2020-11-19)
|
|
969
|
-
|
|
970
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
# [2.0.0-alpha.1](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@1.0.0-alpha.2...@tiptap/starter-kit@2.0.0-alpha.1) (2020-11-18)
|
|
977
|
-
|
|
978
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
# [1.0.0-alpha.2](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@1.0.0-alpha.1...@tiptap/starter-kit@1.0.0-alpha.2) (2020-11-16)
|
|
985
|
-
|
|
986
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
# 1.0.0-alpha.1 (2020-11-16)
|
|
993
|
-
|
|
994
|
-
**Note:** Version bump only for package @tiptap/starter-kit
|