@tiptap/react 2.0.0-beta.68 → 2.0.0-beta.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/CHANGELOG.md +0 -628
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tiptap/react",
3
3
  "description": "React components for tiptap",
4
- "version": "2.0.0-beta.68",
4
+ "version": "2.0.0-beta.71",
5
5
  "homepage": "https://tiptap.dev",
6
6
  "keywords": [
7
7
  "tiptap",
@@ -21,7 +21,7 @@
21
21
  "dist"
22
22
  ],
23
23
  "devDependencies": {
24
- "@types/react": "^17.0.20",
24
+ "@types/react": "^17.0.23",
25
25
  "@types/react-dom": "^17.0.7",
26
26
  "react": "^17.0.0",
27
27
  "react-dom": "^17.0.0"
@@ -32,8 +32,8 @@
32
32
  "react-dom": "^17.0.0"
33
33
  },
34
34
  "dependencies": {
35
- "@tiptap/extension-bubble-menu": "^2.0.0-beta.34",
36
- "@tiptap/extension-floating-menu": "^2.0.0-beta.28",
35
+ "@tiptap/extension-bubble-menu": "^2.0.0-beta.35",
36
+ "@tiptap/extension-floating-menu": "^2.0.0-beta.29",
37
37
  "prosemirror-view": "^1.20.1"
38
38
  },
39
39
  "repository": {
@@ -41,5 +41,5 @@
41
41
  "url": "https://github.com/ueberdosis/tiptap",
42
42
  "directory": "packages/react"
43
43
  },
44
- "gitHead": "adbb005280b1e16bef884a4f1379426a2a257b84"
44
+ "gitHead": "f096209a774b1f283c7b8fc62fbbdea3d064f722"
45
45
  }
package/CHANGELOG.md DELETED
@@ -1,628 +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.68](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.67...@tiptap/react@2.0.0-beta.68) (2021-09-18)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * set correct component type for ReactRenderer, fix [#1904](https://github.com/ueberdosis/tiptap/issues/1904) ([fe47c38](https://github.com/ueberdosis/tiptap/commit/fe47c388ce5ef49c286302a7b771a680c2f0c239))
12
-
13
-
14
-
15
-
16
-
17
- # [2.0.0-beta.67](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.66...@tiptap/react@2.0.0-beta.67) (2021-09-15)
18
-
19
- **Note:** Version bump only for package @tiptap/react
20
-
21
-
22
-
23
-
24
-
25
- # [2.0.0-beta.66](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.65...@tiptap/react@2.0.0-beta.66) (2021-09-07)
26
-
27
-
28
- ### Features
29
-
30
- * add support for forwardRef component in reactRenderer ([#1690](https://github.com/ueberdosis/tiptap/issues/1690), fix [#1040](https://github.com/ueberdosis/tiptap/issues/1040)) ([d1f2ad2](https://github.com/ueberdosis/tiptap/commit/d1f2ad293f9df4004ee3fea5550a3921a03162f5))
31
-
32
-
33
-
34
-
35
-
36
- # [2.0.0-beta.65](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.64...@tiptap/react@2.0.0-beta.65) (2021-09-07)
37
-
38
- **Note:** Version bump only for package @tiptap/react
39
-
40
-
41
-
42
-
43
-
44
- # [2.0.0-beta.64](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.63...@tiptap/react@2.0.0-beta.64) (2021-09-06)
45
-
46
- **Note:** Version bump only for package @tiptap/react
47
-
48
-
49
-
50
-
51
-
52
- # [2.0.0-beta.63](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.62...@tiptap/react@2.0.0-beta.63) (2021-08-24)
53
-
54
-
55
- ### Bug Fixes
56
-
57
- * fix a bug when using nested node views in react, fix [#1747](https://github.com/ueberdosis/tiptap/issues/1747) ([b15a8a8](https://github.com/ueberdosis/tiptap/commit/b15a8a8683bafbc9fd57dc64d60329f9ab08ecfd))
58
-
59
-
60
-
61
-
62
-
63
- # [2.0.0-beta.62](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.61...@tiptap/react@2.0.0-beta.62) (2021-08-23)
64
-
65
-
66
- ### Bug Fixes
67
-
68
- * make shouldShow and pluginKey option for menus, fix [#1779](https://github.com/ueberdosis/tiptap/issues/1779) ([70a328b](https://github.com/ueberdosis/tiptap/commit/70a328bd3dea174170ad8e92db4c4f7f9368fd1b))
69
-
70
-
71
-
72
-
73
-
74
- # [2.0.0-beta.61](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.60...@tiptap/react@2.0.0-beta.61) (2021-08-20)
75
-
76
- **Note:** Version bump only for package @tiptap/react
77
-
78
-
79
-
80
-
81
-
82
- # [2.0.0-beta.60](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.59...@tiptap/react@2.0.0-beta.60) (2021-08-13)
83
-
84
- **Note:** Version bump only for package @tiptap/react
85
-
86
-
87
-
88
-
89
-
90
- # [2.0.0-beta.59](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.58...@tiptap/react@2.0.0-beta.59) (2021-08-13)
91
-
92
-
93
- ### Bug Fixes
94
-
95
- * rename key to pluginKey for menus ([89d26f7](https://github.com/ueberdosis/tiptap/commit/89d26f7cba2a115aa342f0ee621f0b65c840dfb8))
96
-
97
-
98
-
99
-
100
-
101
- # [2.0.0-beta.58](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.57...@tiptap/react@2.0.0-beta.58) (2021-08-12)
102
-
103
-
104
- ### Bug Fixes
105
-
106
- * fix some react focus issues ([#1724](https://github.com/ueberdosis/tiptap/issues/1724)), fix [#1716](https://github.com/ueberdosis/tiptap/issues/1716), fix [#1608](https://github.com/ueberdosis/tiptap/issues/1608), fix [#1520](https://github.com/ueberdosis/tiptap/issues/1520) ([956566e](https://github.com/ueberdosis/tiptap/commit/956566eaad0a522d6bc27d44594aa36d6c33f8b3))
107
-
108
-
109
-
110
-
111
-
112
- # [2.0.0-beta.57](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.56...@tiptap/react@2.0.0-beta.57) (2021-08-11)
113
-
114
-
115
- ### Features
116
-
117
- * add key option and shouldShow option to menus (fix [#1480](https://github.com/ueberdosis/tiptap/issues/1480), fix [#1043](https://github.com/ueberdosis/tiptap/issues/1043), fix [#1268](https://github.com/ueberdosis/tiptap/issues/1268), fix [#1503](https://github.com/ueberdosis/tiptap/issues/1503)) ([9ba61c1](https://github.com/ueberdosis/tiptap/commit/9ba61c1582cee838f2214d00285773ace2fb229e))
118
-
119
-
120
-
121
-
122
-
123
- # [2.0.0-beta.56](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.55...@tiptap/react@2.0.0-beta.56) (2021-08-09)
124
-
125
- **Note:** Version bump only for package @tiptap/react
126
-
127
-
128
-
129
-
130
-
131
- # [2.0.0-beta.55](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.54...@tiptap/react@2.0.0-beta.55) (2021-07-28)
132
-
133
-
134
- ### Bug Fixes
135
-
136
- * fix updating node views, fix [#1656](https://github.com/ueberdosis/tiptap/issues/1656) ([d7f6e0c](https://github.com/ueberdosis/tiptap/commit/d7f6e0ce3f99381d3822cde5ab1c484ed13a4c20))
137
-
138
-
139
-
140
-
141
-
142
- # [2.0.0-beta.54](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.53...@tiptap/react@2.0.0-beta.54) (2021-07-27)
143
-
144
-
145
- ### Features
146
-
147
- * add ignoreMutation option to NodeViewRenderer, fix [#1538](https://github.com/ueberdosis/tiptap/issues/1538) ([651e691](https://github.com/ueberdosis/tiptap/commit/651e6911e3ea5407df6a48783ee16733e0a4f474))
148
-
149
-
150
-
151
-
152
-
153
- # [2.0.0-beta.53](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.52...@tiptap/react@2.0.0-beta.53) (2021-07-26)
154
-
155
- **Note:** Version bump only for package @tiptap/react
156
-
157
-
158
-
159
-
160
-
161
- # [2.0.0-beta.52](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.51...@tiptap/react@2.0.0-beta.52) (2021-06-24)
162
-
163
-
164
- ### Bug Fixes
165
-
166
- * check for destroyed editor before creating node views in react ([44e4722](https://github.com/ueberdosis/tiptap/commit/44e47222a03be60835d5058d01bc510e4cf31d60))
167
-
168
-
169
-
170
-
171
-
172
- # [2.0.0-beta.51](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.50...@tiptap/react@2.0.0-beta.51) (2021-06-23)
173
-
174
- **Note:** Version bump only for package @tiptap/react
175
-
176
-
177
-
178
-
179
-
180
- # [2.0.0-beta.50](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.49...@tiptap/react@2.0.0-beta.50) (2021-06-15)
181
-
182
- **Note:** Version bump only for package @tiptap/react
183
-
184
-
185
-
186
-
187
-
188
- # [2.0.0-beta.49](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.48...@tiptap/react@2.0.0-beta.49) (2021-06-15)
189
-
190
- **Note:** Version bump only for package @tiptap/react
191
-
192
-
193
-
194
-
195
-
196
- # [2.0.0-beta.48](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.47...@tiptap/react@2.0.0-beta.48) (2021-06-14)
197
-
198
- **Note:** Version bump only for package @tiptap/react
199
-
200
-
201
-
202
-
203
-
204
- # [2.0.0-beta.47](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.46...@tiptap/react@2.0.0-beta.47) (2021-06-14)
205
-
206
- **Note:** Version bump only for package @tiptap/react
207
-
208
-
209
-
210
-
211
-
212
- # [2.0.0-beta.46](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.45...@tiptap/react@2.0.0-beta.46) (2021-06-09)
213
-
214
- **Note:** Version bump only for package @tiptap/react
215
-
216
-
217
-
218
-
219
-
220
- # [2.0.0-beta.45](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.44...@tiptap/react@2.0.0-beta.45) (2021-05-29)
221
-
222
-
223
- ### Bug Fixes
224
-
225
- * maybe move content dom on update, fix [#1370](https://github.com/ueberdosis/tiptap/issues/1370) ([78f75c3](https://github.com/ueberdosis/tiptap/commit/78f75c3e0e287abac18bf87f32a1bd586300da14))
226
-
227
-
228
-
229
-
230
-
231
- # [2.0.0-beta.44](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.43...@tiptap/react@2.0.0-beta.44) (2021-05-28)
232
-
233
-
234
- ### Bug Fixes
235
-
236
- * maybe move content dom on update, see [#1370](https://github.com/ueberdosis/tiptap/issues/1370) ([60708a7](https://github.com/ueberdosis/tiptap/commit/60708a781770d745f0d9135c225f56d3d2f1b31d))
237
-
238
-
239
-
240
-
241
-
242
- # [2.0.0-beta.43](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.42...@tiptap/react@2.0.0-beta.43) (2021-05-27)
243
-
244
- **Note:** Version bump only for package @tiptap/react
245
-
246
-
247
-
248
-
249
-
250
- # [2.0.0-beta.42](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.41...@tiptap/react@2.0.0-beta.42) (2021-05-24)
251
-
252
- **Note:** Version bump only for package @tiptap/react
253
-
254
-
255
-
256
-
257
-
258
- # [2.0.0-beta.41](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.40...@tiptap/react@2.0.0-beta.41) (2021-05-18)
259
-
260
-
261
- ### Bug Fixes
262
-
263
- * move all child nodes within EditorContent ([0f299d2](https://github.com/ueberdosis/tiptap/commit/0f299d228eb4075d24e1c0fb5b39febc6bc77de6))
264
-
265
-
266
- ### Features
267
-
268
- * add deleteNode method to node views ([fcee5f8](https://github.com/ueberdosis/tiptap/commit/fcee5f82c6a282191afe5c2cb83b9f5820af28dd))
269
-
270
-
271
-
272
-
273
-
274
- # [2.0.0-beta.40](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.39...@tiptap/react@2.0.0-beta.40) (2021-05-18)
275
-
276
- **Note:** Version bump only for package @tiptap/react
277
-
278
-
279
-
280
-
281
-
282
- # [2.0.0-beta.39](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.38...@tiptap/react@2.0.0-beta.39) (2021-05-18)
283
-
284
-
285
- ### Bug Fixes
286
-
287
- * add prop support for EditorContent, fix [#1332](https://github.com/ueberdosis/tiptap/issues/1332) ([8979143](https://github.com/ueberdosis/tiptap/commit/8979143c37679af21e71b37b72ac91bea989746c))
288
-
289
-
290
-
291
-
292
-
293
- # [2.0.0-beta.38](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.37...@tiptap/react@2.0.0-beta.38) (2021-05-17)
294
-
295
- **Note:** Version bump only for package @tiptap/react
296
-
297
-
298
-
299
-
300
-
301
- # [2.0.0-beta.37](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.35...@tiptap/react@2.0.0-beta.37) (2021-05-13)
302
-
303
- **Note:** Version bump only for package @tiptap/react
304
-
305
-
306
-
307
-
308
-
309
- # [2.0.0-beta.35](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.34...@tiptap/react@2.0.0-beta.35) (2021-05-13)
310
-
311
- **Note:** Version bump only for package @tiptap/react
312
-
313
-
314
-
315
-
316
-
317
- # [2.0.0-beta.35](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.34...@tiptap/react@2.0.0-beta.35) (2021-05-13)
318
-
319
- **Note:** Version bump only for package @tiptap/react
320
-
321
-
322
-
323
-
324
-
325
- # [2.0.0-beta.34](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.33...@tiptap/react@2.0.0-beta.34) (2021-05-13)
326
-
327
- **Note:** Version bump only for package @tiptap/react
328
-
329
-
330
-
331
-
332
-
333
- # [2.0.0-beta.33](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.32...@tiptap/react@2.0.0-beta.33) (2021-05-07)
334
-
335
-
336
- ### Bug Fixes
337
-
338
- * revert adding exports ([bc320d0](https://github.com/ueberdosis/tiptap/commit/bc320d0b4b80b0e37a7e47a56e0f6daec6e65d98))
339
-
340
-
341
-
342
-
343
-
344
- # [2.0.0-beta.32](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.31...@tiptap/react@2.0.0-beta.32) (2021-05-06)
345
-
346
-
347
- ### Bug Fixes
348
-
349
- * revert adding type: module ([f8d6475](https://github.com/ueberdosis/tiptap/commit/f8d6475e2151faea6f96baecdd6bd75880d50d2c))
350
-
351
-
352
-
353
-
354
-
355
- # [2.0.0-beta.31](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.30...@tiptap/react@2.0.0-beta.31) (2021-05-06)
356
-
357
-
358
- ### Bug Fixes
359
-
360
- * add exports to package.json ([1277fa4](https://github.com/ueberdosis/tiptap/commit/1277fa47151e9c039508cdb219bdd0ffe647f4ee))
361
-
362
-
363
-
364
-
365
-
366
- # [2.0.0-beta.30](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.29...@tiptap/react@2.0.0-beta.30) (2021-05-06)
367
-
368
- **Note:** Version bump only for package @tiptap/react
369
-
370
-
371
-
372
-
373
-
374
- # [2.0.0-beta.29](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.28...@tiptap/react@2.0.0-beta.29) (2021-05-05)
375
-
376
- **Note:** Version bump only for package @tiptap/react
377
-
378
-
379
-
380
-
381
-
382
- # [2.0.0-beta.28](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.27...@tiptap/react@2.0.0-beta.28) (2021-05-05)
383
-
384
- **Note:** Version bump only for package @tiptap/react
385
-
386
-
387
-
388
-
389
-
390
- # [2.0.0-beta.27](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.26...@tiptap/react@2.0.0-beta.27) (2021-05-04)
391
-
392
- **Note:** Version bump only for package @tiptap/react
393
-
394
-
395
-
396
-
397
-
398
- # [2.0.0-beta.26](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.25...@tiptap/react@2.0.0-beta.26) (2021-04-27)
399
-
400
- **Note:** Version bump only for package @tiptap/react
401
-
402
-
403
-
404
-
405
-
406
- # [2.0.0-beta.25](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.24...@tiptap/react@2.0.0-beta.25) (2021-04-23)
407
-
408
-
409
- ### Bug Fixes
410
-
411
- * allow passing props to NodeViewWrapper and NodeViewContent ([cfb3b80](https://github.com/ueberdosis/tiptap/commit/cfb3b80f63a5d38ea7aa4b69a895afd8b09cb5ab))
412
-
413
-
414
-
415
-
416
-
417
- # [2.0.0-beta.24](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.23...@tiptap/react@2.0.0-beta.24) (2021-04-23)
418
-
419
- **Note:** Version bump only for package @tiptap/react
420
-
421
-
422
-
423
-
424
-
425
- # [2.0.0-beta.23](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.22...@tiptap/react@2.0.0-beta.23) (2021-04-22)
426
-
427
-
428
- ### Bug Fixes
429
-
430
- * prevents a bug where a line break was incorrectly added at enter in react node views, fix [#1197](https://github.com/ueberdosis/tiptap/issues/1197) ([e885ffa](https://github.com/ueberdosis/tiptap/commit/e885ffa15b590b0c1f895f5c32f4852cc483c222))
431
-
432
-
433
-
434
-
435
-
436
- # [2.0.0-beta.22](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.21...@tiptap/react@2.0.0-beta.22) (2021-04-21)
437
-
438
- **Note:** Version bump only for package @tiptap/react
439
-
440
-
441
-
442
-
443
-
444
- # [2.0.0-beta.21](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.20...@tiptap/react@2.0.0-beta.21) (2021-04-16)
445
-
446
-
447
- ### Features
448
-
449
- * add tippyOptions prop ([9a56f66](https://github.com/ueberdosis/tiptap/commit/9a56f666a118ca7c59a6f1f67f40e6490e20d3b8))
450
- * remove keepInBounds ([d7282f1](https://github.com/ueberdosis/tiptap/commit/d7282f168bc6cfae4e1630d14bb8462bc135b254))
451
-
452
-
453
-
454
-
455
-
456
- # [2.0.0-beta.20](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.19...@tiptap/react@2.0.0-beta.20) (2021-04-15)
457
-
458
- **Note:** Version bump only for package @tiptap/react
459
-
460
-
461
-
462
-
463
-
464
- # [2.0.0-beta.19](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.18...@tiptap/react@2.0.0-beta.19) (2021-04-11)
465
-
466
-
467
- ### Bug Fixes
468
-
469
- * fix using react node views with insertContent ([ea0992f](https://github.com/ueberdosis/tiptap/commit/ea0992f66e9942c590e75c0ab2f5705640764f4d))
470
-
471
-
472
-
473
-
474
-
475
- # [2.0.0-beta.18](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.17...@tiptap/react@2.0.0-beta.18) (2021-04-08)
476
-
477
- **Note:** Version bump only for package @tiptap/react
478
-
479
-
480
-
481
-
482
-
483
- # [2.0.0-beta.17](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.16...@tiptap/react@2.0.0-beta.17) (2021-04-08)
484
-
485
-
486
- ### Bug Fixes
487
-
488
- * improve node view error message ([536663f](https://github.com/ueberdosis/tiptap/commit/536663f816039df6e3d8de23989f343d78e5d08e))
489
- * make `as` prop optional ([f8dec5f](https://github.com/ueberdosis/tiptap/commit/f8dec5f905baf5692dd257b3dddec3de2bcad1a1))
490
-
491
-
492
-
493
-
494
-
495
- # [2.0.0-beta.16](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.15...@tiptap/react@2.0.0-beta.16) (2021-04-07)
496
-
497
- **Note:** Version bump only for package @tiptap/react
498
-
499
-
500
-
501
-
502
-
503
- # [2.0.0-beta.15](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.14...@tiptap/react@2.0.0-beta.15) (2021-04-07)
504
-
505
- **Note:** Version bump only for package @tiptap/react
506
-
507
-
508
-
509
-
510
-
511
- # [2.0.0-beta.14](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.13...@tiptap/react@2.0.0-beta.14) (2021-04-04)
512
-
513
-
514
- ### Features
515
-
516
- * render wrapper element for inline node views as span, fix [#242](https://github.com/ueberdosis/tiptap/issues/242) ([bdb5d72](https://github.com/ueberdosis/tiptap/commit/bdb5d724956c0c757e29be38fb2c9dd85d8fd36b))
517
-
518
-
519
-
520
-
521
-
522
- # [2.0.0-beta.13](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.12...@tiptap/react@2.0.0-beta.13) (2021-04-01)
523
-
524
- **Note:** Version bump only for package @tiptap/react
525
-
526
-
527
-
528
-
529
-
530
- # [2.0.0-beta.12](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.11...@tiptap/react@2.0.0-beta.12) (2021-04-01)
531
-
532
- **Note:** Version bump only for package @tiptap/react
533
-
534
-
535
-
536
-
537
-
538
- # [2.0.0-beta.11](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.10...@tiptap/react@2.0.0-beta.11) (2021-04-01)
539
-
540
- **Note:** Version bump only for package @tiptap/react
541
-
542
-
543
-
544
-
545
-
546
- # [2.0.0-beta.10](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.9...@tiptap/react@2.0.0-beta.10) (2021-04-01)
547
-
548
- **Note:** Version bump only for package @tiptap/react
549
-
550
-
551
-
552
-
553
-
554
- # [2.0.0-beta.9](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.8...@tiptap/react@2.0.0-beta.9) (2021-03-31)
555
-
556
- **Note:** Version bump only for package @tiptap/react
557
-
558
-
559
-
560
-
561
-
562
- # [2.0.0-beta.8](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.7...@tiptap/react@2.0.0-beta.8) (2021-03-31)
563
-
564
- **Note:** Version bump only for package @tiptap/react
565
-
566
-
567
-
568
-
569
-
570
- # [2.0.0-beta.7](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.6...@tiptap/react@2.0.0-beta.7) (2021-03-31)
571
-
572
- **Note:** Version bump only for package @tiptap/react
573
-
574
-
575
-
576
-
577
-
578
- # [2.0.0-beta.6](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.5...@tiptap/react@2.0.0-beta.6) (2021-03-28)
579
-
580
- **Note:** Version bump only for package @tiptap/react
581
-
582
-
583
-
584
-
585
-
586
- # [2.0.0-beta.5](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.4...@tiptap/react@2.0.0-beta.5) (2021-03-24)
587
-
588
- **Note:** Version bump only for package @tiptap/react
589
-
590
-
591
-
592
-
593
-
594
- # [2.0.0-beta.4](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.3...@tiptap/react@2.0.0-beta.4) (2021-03-18)
595
-
596
- **Note:** Version bump only for package @tiptap/react
597
-
598
-
599
-
600
-
601
-
602
- # [2.0.0-beta.3](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.2...@tiptap/react@2.0.0-beta.3) (2021-03-16)
603
-
604
- **Note:** Version bump only for package @tiptap/react
605
-
606
-
607
-
608
-
609
-
610
- # [2.0.0-beta.2](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.1...@tiptap/react@2.0.0-beta.2) (2021-03-09)
611
-
612
- **Note:** Version bump only for package @tiptap/react
613
-
614
-
615
-
616
-
617
-
618
- # [2.0.0-beta.1](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-alpha.2...@tiptap/react@2.0.0-beta.1) (2021-03-05)
619
-
620
- **Note:** Version bump only for package @tiptap/react
621
-
622
-
623
-
624
-
625
-
626
- # 2.0.0-alpha.2 (2021-02-26)
627
-
628
- **Note:** Version bump only for package @tiptap/react