@remirror/extension-yjs 1.0.6 → 1.0.7

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 +4 -4
  2. package/CHANGELOG.md +0 -709
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remirror/extension-yjs",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Realtime collaboration with yjs",
5
5
  "keywords": [
6
6
  "remirror",
@@ -44,8 +44,8 @@
44
44
  ],
45
45
  "dependencies": {
46
46
  "@babel/runtime": "^7.13.10",
47
- "@remirror/core": "^1.1.1",
48
- "@remirror/extension-annotation": "^1.0.6",
47
+ "@remirror/core": "^1.1.2",
48
+ "@remirror/extension-annotation": "^1.0.7",
49
49
  "@remirror/messages": "^1.0.2",
50
50
  "y-prosemirror": "^1.0.9",
51
51
  "y-protocols": "^1.0.5"
@@ -66,4 +66,4 @@
66
66
  "sizeLimit": "115 KB"
67
67
  },
68
68
  "rn:dev": "src/index.ts"
69
- }
69
+ }
package/CHANGELOG.md DELETED
@@ -1,709 +0,0 @@
1
- # @remirror/extension-yjs
2
-
3
- ## 1.0.6
4
-
5
- > 2021-09-07
6
-
7
- ### Patch Changes
8
-
9
- - Unchained commands should use a new transaction to prevent leaking of previous command steps
10
-
11
- - Updated dependencies []:
12
- - @remirror/core@1.1.1
13
- - @remirror/extension-annotation@1.0.6
14
-
15
- ## 1.0.5
16
-
17
- > 2021-08-30
18
-
19
- ### Patch Changes
20
-
21
- - Reset some CSS on IMG separator nodes.
22
-
23
- - Updated dependencies []:
24
- - @remirror/extension-annotation@1.0.5
25
-
26
- ## 1.0.4
27
-
28
- > 2021-08-29
29
-
30
- ### Patch Changes
31
-
32
- - Override the default browser style about the nested list, so that users can tell the different between two adjacent nested lists.
33
-
34
- * Don't install `@remirror/theme` as a dependency of `@remirror/core`.
35
-
36
- - Add a new `UploadExtension` to the built-in preset, which will manage all upload states from `FileExtension` and other extensions in the future.
37
-
38
- **Breaking changes**: `UploadContext` and `FileUploader` are now exported by `@remirror/core` instead of `@remirror/extension-file`.
39
-
40
- - Updated dependencies []:
41
- - @remirror/extension-annotation@1.0.4
42
- - @remirror/core@1.1.0
43
-
44
- ## 1.0.3
45
-
46
- > 2021-08-26
47
-
48
- ### Patch Changes
49
-
50
- - Add a `helpers` property to the `BasePositionerProps`. This will make it easier to use preconfigured helpers in the positioners.
51
-
52
- - Updated dependencies []:
53
- - @remirror/extension-annotation@1.0.3
54
-
55
- ## 1.0.2
56
-
57
- > 2021-08-22
58
-
59
- ### Patch Changes
60
-
61
- - Set `sideEffect` from `@remirror/i18n`'s package.json as true.
62
-
63
- - Updated dependencies []:
64
- - @remirror/core@1.0.3
65
- - @remirror/extension-annotation@1.0.2
66
-
67
- ## 1.0.1
68
-
69
- > 2021-07-17
70
-
71
- ### Patch Changes
72
-
73
- - [#1002](https://github.com/remirror/remirror/pull/1002) [`b3ea6f10d`](https://github.com/remirror/remirror/commit/b3ea6f10d4917f933971236be936731f75a69a70) Thanks [@ifiokjr](https://github.com/ifiokjr)! - Use carets `^` for versioning of `remirror` packages.
74
-
75
- - Updated dependencies [[`b3ea6f10d`](https://github.com/remirror/remirror/commit/b3ea6f10d4917f933971236be936731f75a69a70)]:
76
- - @remirror/core@1.0.1
77
- - @remirror/extension-annotation@1.0.1
78
- - @remirror/messages@1.0.1
79
- - @remirror/pm@1.0.1
80
-
81
- ## 1.0.0
82
-
83
- > 2021-07-17
84
-
85
- ##### Major Changes
86
-
87
- For information on what's changed in this release see the [`v1.0.0` release](https://github.com/remirror/remirror/releases/tag/v1.0.0).
88
-
89
- ### Minor Changes
90
-
91
- - [#970](https://github.com/remirror/remirror/pull/970) [`9fe4191e1`](https://github.com/remirror/remirror/commit/9fe4191e171d5e693c0f72cd7dd44a0dcab89297) Thanks [@whawker](https://github.com/whawker)! - Ignore unnecessary handling of own changes to Yjs document
92
-
93
- * [#956](https://github.com/remirror/remirror/pull/956) [`6bba1782e`](https://github.com/remirror/remirror/commit/6bba1782e838fbe94e0d0aee0824a45371644c88) Thanks [@whawker](https://github.com/whawker)! - Add the ability to share annotations via YJS if both extensions are present in the editor
94
-
95
- - [#865](https://github.com/remirror/remirror/pull/865) [`561ae7792`](https://github.com/remirror/remirror/commit/561ae7792e9a6632f220429c8b9add3061f964dc) Thanks [@ifiokjr](https://github.com/ifiokjr)! - Add `y-protocols` to `@remirror/extension-yjs` dependencies.
96
-
97
- ### Patch Changes
98
-
99
- - [#959](https://github.com/remirror/remirror/pull/959) [`281ba2172`](https://github.com/remirror/remirror/commit/281ba2172713e40448c6208cc728ff60af2b2761) Thanks [@whawker](https://github.com/whawker)! - Fix types for Yjs extension relative/absolute position transforms Add tests and JSDoc for Annotation extension options
100
-
101
- - Updated dependencies [[`8202b65ef`](https://github.com/remirror/remirror/commit/8202b65efbce5a8338c45fd34b3efb676b7e54e7), [`6bba1782e`](https://github.com/remirror/remirror/commit/6bba1782e838fbe94e0d0aee0824a45371644c88), [`adfb12a4c`](https://github.com/remirror/remirror/commit/adfb12a4cee7031eec4baa10830b0fc0134ebdc8), [`7d9f43837`](https://github.com/remirror/remirror/commit/7d9f43837e7b83e09c80374f7c09ad489a561cfa), [`281ba2172`](https://github.com/remirror/remirror/commit/281ba2172713e40448c6208cc728ff60af2b2761), [`d896c3196`](https://github.com/remirror/remirror/commit/d896c3196d0a2ec372e9515ea5d9362205a352a7), [`7f3569729`](https://github.com/remirror/remirror/commit/7f3569729c0d843b7745a490feda383b31aa2b7e), [`270edd91b`](https://github.com/remirror/remirror/commit/270edd91ba6badf9468721e35fa0ddc6a21c6dd2), [`b4dfcad36`](https://github.com/remirror/remirror/commit/b4dfcad364a0b41d321fbd26a97377f2b6d4047c), [`e9b10fa5a`](https://github.com/remirror/remirror/commit/e9b10fa5a50dd3e342b75b0a852627db99f22dc2), [`6ab7d2224`](https://github.com/remirror/remirror/commit/6ab7d2224d16ba821d8510e0498aaa9c420922c4), [`270edd91b`](https://github.com/remirror/remirror/commit/270edd91ba6badf9468721e35fa0ddc6a21c6dd2), [`270edd91b`](https://github.com/remirror/remirror/commit/270edd91ba6badf9468721e35fa0ddc6a21c6dd2), [`7024de573`](https://github.com/remirror/remirror/commit/7024de5738a968f2914a999e570d723899815611), [`03d0ae485`](https://github.com/remirror/remirror/commit/03d0ae485079a166a223b902ea72cbe62504b0f0)]:
102
- - @remirror/core@1.0.0
103
- - @remirror/extension-annotation@1.0.0
104
- - @remirror/messages@1.0.0
105
- - @remirror/pm@1.0.0
106
-
107
- ## 1.0.0-next.60
108
-
109
- > 2020-12-17
110
-
111
- ### Patch Changes
112
-
113
- - [`34a7981d`](https://github.com/remirror/remirror/commit/34a7981de827e9d804a0fb5e1304ddf5a8ae4505) Thanks [@ifiokjr](https://github.com/ifiokjr)! - Includes fixes for scrolling while remote clients are editing and incorrect remote selections
114
-
115
- - Updated dependencies []:
116
- - @remirror/core@1.0.0-next.60
117
- - @remirror/pm@1.0.0-next.60
118
-
119
- ## 1.0.0-next.59
120
-
121
- > 2020-12-12
122
-
123
- ### Patch Changes
124
-
125
- - Forced update in pre-release mode.
126
-
127
- - Updated dependencies []:
128
- - @remirror/core@1.0.0-next.59
129
- - @remirror/pm@1.0.0-next.59
130
-
131
- ## 1.0.0-next.58
132
-
133
- > 2020-11-29
134
-
135
- ### Patch Changes
136
-
137
- - Forced update in pre-release mode.
138
-
139
- - Updated dependencies [[`3d3da227`](https://github.com/remirror/remirror/commit/3d3da227fd582d388ed2587f0ccd0ac6e5b6ae73)]:
140
- - @remirror/core@1.0.0-next.58
141
- - @remirror/pm@1.0.0-next.58
142
-
143
- ## 1.0.0-next.57
144
-
145
- > 2020-11-25
146
-
147
- ### Patch Changes
148
-
149
- - Forced update in pre-release mode.
150
-
151
- - Updated dependencies []:
152
- - @remirror/core@1.0.0-next.57
153
- - @remirror/pm@1.0.0-next.57
154
-
155
- ## 1.0.0-next.56
156
-
157
- > 2020-11-24
158
-
159
- ### Patch Changes
160
-
161
- - Forced update in pre-release mode.
162
-
163
- - Updated dependencies []:
164
- - @remirror/core@1.0.0-next.56
165
- - @remirror/pm@1.0.0-next.56
166
-
167
- ## 1.0.0-next.55
168
-
169
- > 2020-11-20
170
-
171
- ### Patch Changes
172
-
173
- - Forced update in pre-release mode.
174
-
175
- - Updated dependencies [[`1adea88a`](https://github.com/remirror/remirror/commit/1adea88a600ea5f92f4403f6817a4acd140eb0b3)]:
176
- - @remirror/core@1.0.0-next.55
177
- - @remirror/pm@1.0.0-next.55
178
-
179
- ## 1.0.0-next.54
180
-
181
- > 2020-11-19
182
-
183
- ### Minor Changes
184
-
185
- - [`e9d95fa4`](https://github.com/remirror/remirror/commit/e9d95fa4891b256d26432e63fbdbeeeabc63f764) [#786](https://github.com/remirror/remirror/pull/786) Thanks [@ifiokjr](https://github.com/ifiokjr)! - Fix problems around destroying the `YjsExtension` provider and the `CMD+SHIFT+Z` keymap not registering as mentioned in [#772](https://github.com/remirror/remirror/issues/772).
186
-
187
- ### Patch Changes
188
-
189
- - Updated dependencies [[`e9d95fa4`](https://github.com/remirror/remirror/commit/e9d95fa4891b256d26432e63fbdbeeeabc63f764)]:
190
- - @remirror/core@1.0.0-next.54
191
- - @remirror/pm@1.0.0-next.54
192
-
193
- ## 1.0.0-next.53
194
-
195
- > 2020-11-12
196
-
197
- ### Patch Changes
198
-
199
- - Forced update in pre-release mode.
200
-
201
- - Updated dependencies [[`a1d65df6`](https://github.com/remirror/remirror/commit/a1d65df634f5a575a1cd37b584f52b7b526d3655)]:
202
- - @remirror/core@1.0.0-next.53
203
- - @remirror/pm@1.0.0-next.53
204
-
205
- ## 1.0.0-next.52
206
-
207
- > 2020-11-06
208
-
209
- ### Patch Changes
210
-
211
- - Forced update in pre-release mode.
212
-
213
- - Updated dependencies []:
214
- - @remirror/core@1.0.0-next.52
215
- - @remirror/pm@1.0.0-next.52
216
-
217
- ## 1.0.0-next.51
218
-
219
- > 2020-10-27
220
-
221
- ### Patch Changes
222
-
223
- - Forced update in pre-release mode.
224
-
225
- - Updated dependencies [[`997eb56a`](https://github.com/remirror/remirror/commit/997eb56a49ad653544fcd00b83e394e63df3a116)]:
226
- - @remirror/core@1.0.0-next.51
227
- - @remirror/pm@1.0.0-next.51
228
-
229
- ## 1.0.0-next.50
230
-
231
- > 2020-10-15
232
-
233
- ### Patch Changes
234
-
235
- - [`bd8ac67d`](https://github.com/remirror/remirror/commit/bd8ac67da57c85e67f84cf41e04900f99f4f0455) Thanks [@ifiokjr](https://github.com/ifiokjr)! - Upgrade package dependencies.
236
-
237
- - Updated dependencies [[`bd8ac67d`](https://github.com/remirror/remirror/commit/bd8ac67da57c85e67f84cf41e04900f99f4f0455)]:
238
- - @remirror/core@1.0.0-next.50
239
- - @remirror/pm@1.0.0-next.50
240
-
241
- ## 1.0.0-next.49
242
-
243
- > 2020-10-10
244
-
245
- ### Patch Changes
246
-
247
- - Forced update in pre-release mode.
248
-
249
- - Updated dependencies []:
250
- - @remirror/core@1.0.0-next.49
251
- - @remirror/pm@1.0.0-next.49
252
-
253
- ## 1.0.0-next.48
254
-
255
- > 2020-10-08
256
-
257
- ### Patch Changes
258
-
259
- - Updated dependencies [[`a2fa2c2b`](https://github.com/remirror/remirror/commit/a2fa2c2b935a6fce99e3f79aad8a207c920e236e)]:
260
- - @remirror/core@1.0.0-next.48
261
-
262
- ## 1.0.0-next.47
263
-
264
- > 2020-10-08
265
-
266
- ### Major Changes
267
-
268
- - [`56349ca5`](https://github.com/remirror/remirror/commit/56349ca5f638b90b743f7f008fbf190fa0ab1e12) [#744](https://github.com/remirror/remirror/pull/744) Thanks [@ifiokjr](https://github.com/ifiokjr)! - Add new options to the `YjsExtension` to support full configuration of the `y-prosemirror` plugins.
269
-
270
- **BREAKING:** 💥 Remove `WebrtcProvider`. It was always required via TypeScript but now the default implementation throws an error if you don't install and provide the [provider](https://github.com/yjs/yjs#providers) you want to use. The `readme` has been updated to reflect this change.
271
-
272
- **BREAKING:** 💥 `yjs` is now a `peerDependency` and you will need to install it in your codebase in order to consume the `YjsExtension`. This change follows from the above breaking change. For example, to configure any provider will need to provide your desired `Doc` from the `yjs` package.
273
-
274
- ### Patch Changes
275
-
276
- - Updated dependencies [[`4658d45c`](https://github.com/remirror/remirror/commit/4658d45ce2c60eb609cb54b19a86cc3fd4a1f33e)]:
277
- - @remirror/core@1.0.0-next.47
278
- - @remirror/pm@1.0.0-next.47
279
-
280
- ## 1.0.0-next.45
281
-
282
- > 2020-10-01
283
-
284
- ### Patch Changes
285
-
286
- - Updated dependencies [[`2175be1d`](https://github.com/remirror/remirror/commit/2175be1d4b3fb1d4d1ec7edd8f6054e4e1873fc0)]:
287
- - @remirror/core@1.0.0-next.45
288
-
289
- ## 1.0.0-next.44
290
-
291
- > 2020-09-30
292
-
293
- ### Patch Changes
294
-
295
- - [`bcf3b2c4`](https://github.com/remirror/remirror/commit/bcf3b2c4c0eabc90e1690593d4a9dfb2a9d39c68) [#731](https://github.com/remirror/remirror/pull/731) Thanks [@ifiokjr](https://github.com/ifiokjr)! - Bump dependencies with minor and patch updates.
296
-
297
- - Updated dependencies [[`bcf3b2c4`](https://github.com/remirror/remirror/commit/bcf3b2c4c0eabc90e1690593d4a9dfb2a9d39c68)]:
298
- - @remirror/pm@1.0.0-next.44
299
- - @remirror/core@1.0.0-next.44
300
-
301
- ## 1.0.0-next.43
302
-
303
- > 2020-09-28
304
-
305
- ### Patch Changes
306
-
307
- - Updated dependencies []:
308
- - @remirror/core@1.0.0-next.43
309
-
310
- ## 1.0.0-next.42
311
-
312
- > 2020-09-26
313
-
314
- ### Patch Changes
315
-
316
- - Updated dependencies []:
317
- - @remirror/core@1.0.0-next.42
318
-
319
- ## 1.0.0-next.41
320
-
321
- > 2020-09-26
322
-
323
- ### Patch Changes
324
-
325
- - Updated dependencies [[`e4701dc4`](https://github.com/remirror/remirror/commit/e4701dc4c045e92e9864f9dabfcee515c4f90bb2), [`83217437`](https://github.com/remirror/remirror/commit/8321743733d1aa794c5b5f5b2f07a9e1065d9ac9)]:
326
- - @remirror/core@1.0.0-next.41
327
-
328
- ## 1.0.0-next.40
329
-
330
- > 2020-09-24
331
-
332
- ### Patch Changes
333
-
334
- - Updated dependencies [[`7c5778ed`](https://github.com/remirror/remirror/commit/7c5778edf123e6a812c77b1fd6181d16887b0fa1), [`cbf15ec4`](https://github.com/remirror/remirror/commit/cbf15ec4e38832ccf1495442c306d2c0bc6d6f2c), [`fd694d61`](https://github.com/remirror/remirror/commit/fd694d610e12bef9e43682074f71ef3097f6ea6e)]:
335
- - @remirror/core@1.0.0-next.40
336
- - @remirror/pm@1.0.0-next.40
337
-
338
- ## 1.0.0-next.39
339
-
340
- > 2020-09-16
341
-
342
- ### Patch Changes
343
-
344
- - Updated dependencies [[`61894188`](https://github.com/remirror/remirror/commit/61894188781ca9f6e0571b1e425261028545385c)]:
345
- - @remirror/pm@1.0.0-next.39
346
- - @remirror/core@1.0.0-next.39
347
-
348
- ## 1.0.0-next.38
349
-
350
- > 2020-09-16
351
-
352
- ### Patch Changes
353
-
354
- - Updated dependencies [[`14e48698`](https://github.com/remirror/remirror/commit/14e48698a28c3ec54a475970e0a6375f446a3a73), [`913e8e68`](https://github.com/remirror/remirror/commit/913e8e688081560e53c862adb1187f2f635f7671), [`efd2e537`](https://github.com/remirror/remirror/commit/efd2e53779666876bb2d9bdcb917923c0a3a6295)]:
355
- - @remirror/pm@1.0.0-next.38
356
- - @remirror/core@1.0.0-next.38
357
-
358
- ## 1.0.0-next.37
359
-
360
- > 2020-09-14
361
-
362
- ### Minor Changes
363
-
364
- - [`5a3dd95f`](https://github.com/remirror/remirror/commit/5a3dd95f11edee885c1d07b1ece8413d830b3405) [#686](https://github.com/remirror/remirror/pull/686) Thanks [@ifiokjr](https://github.com/ifiokjr)! - Add all extensions to the `Remirror.AllExtensions` interface to support automatic TypeScript inference for every installed extension package.
365
-
366
- ### Patch Changes
367
-
368
- - Updated dependencies [[`5a3dd95f`](https://github.com/remirror/remirror/commit/5a3dd95f11edee885c1d07b1ece8413d830b3405), [`5a3dd95f`](https://github.com/remirror/remirror/commit/5a3dd95f11edee885c1d07b1ece8413d830b3405)]:
369
- - @remirror/core@1.0.0-next.37
370
- - @remirror/pm@1.0.0-next.37
371
-
372
- ## 1.0.0-next.35
373
-
374
- > 2020-09-13
375
-
376
- ### Patch Changes
377
-
378
- - [`725df02b`](https://github.com/remirror/remirror/commit/725df02b53fa16b9c7a3768b0c9464e739e35813) [#672](https://github.com/remirror/remirror/pull/672) Thanks [@ifiokjr](https://github.com/ifiokjr)! - Reduce bundle size by updating babel configuration thanks to help from [preconstruct/preconstruct/297](https://github.com/preconstruct/preconstruct/issues/297#issuecomment-690964802). [Fixes #358](https://github.com/remirror/remirror/issues/358).
379
-
380
- * [`f9760792`](https://github.com/remirror/remirror/commit/f9760792c887a24336cb0a3777e1b47f6ac87ad3) [#676](https://github.com/remirror/remirror/pull/676) Thanks [@ifiokjr](https://github.com/ifiokjr)! - Upgrade linaria and other dependencies
381
-
382
- * Updated dependencies [[`34b0f0b3`](https://github.com/remirror/remirror/commit/34b0f0b3c502e5c43712085b9d0da4f4168797aa), [`1b6b2922`](https://github.com/remirror/remirror/commit/1b6b2922cdc83d5a426cf43d3ad9540c18b799d9), [`725df02b`](https://github.com/remirror/remirror/commit/725df02b53fa16b9c7a3768b0c9464e739e35813), [`4fee3e94`](https://github.com/remirror/remirror/commit/4fee3e9400dd5557ddb24f6256e6d7219cef34ec), [`f9760792`](https://github.com/remirror/remirror/commit/f9760792c887a24336cb0a3777e1b47f6ac87ad3)]:
383
- - @remirror/core@1.0.0-next.35
384
- - @remirror/pm@1.0.0-next.35
385
-
386
- ## 1.0.0-next.34
387
-
388
- > 2020-09-10
389
-
390
- ### Patch Changes
391
-
392
- - Updated dependencies [[`27b358e4`](https://github.com/remirror/remirror/commit/27b358e4cb877a1e8df61c9d5326f366e66f30dc), [`db7165f1`](https://github.com/remirror/remirror/commit/db7165f15c3161e1e51faae4f85571b4319c61be)]:
393
- - @remirror/core@1.0.0-next.34
394
- - @remirror/pm@1.0.0-next.34
395
-
396
- ## 1.0.0-next.33
397
-
398
- > 2020-09-07
399
-
400
- ### Patch Changes
401
-
402
- - Updated dependencies [7a34e15d]
403
- - Updated dependencies [7a34e15d]
404
- - Updated dependencies [7a34e15d]
405
- - Updated dependencies [7a34e15d]
406
- - Updated dependencies [7a34e15d]
407
- - Updated dependencies [7a34e15d]
408
- - Updated dependencies [525ac3d8]
409
- - Updated dependencies [7a34e15d]
410
- - Updated dependencies [7a34e15d]
411
- - Updated dependencies [7a34e15d]
412
- - Updated dependencies [d47bd78f]
413
- - @remirror/core@1.0.0-next.33
414
-
415
- ## 1.0.0-next.32
416
-
417
- > 2020-09-05
418
-
419
- ### Patch Changes
420
-
421
- - Updated dependencies [[`5786901c`](https://github.com/remirror/remirror/commit/5786901c58d717c0921415f7bfd1f480c39a44f3), [`aa27e968`](https://github.com/remirror/remirror/commit/aa27e96853aaaa701409a04e9b5135c94c371044), [`c8239120`](https://github.com/remirror/remirror/commit/c823912099e9906a21a04bd80d92bc89e251bd37), [`a830c70f`](https://github.com/remirror/remirror/commit/a830c70f76a5021c955e9cbba26b86e2db0333e3), [`5786901c`](https://github.com/remirror/remirror/commit/5786901c58d717c0921415f7bfd1f480c39a44f3), [`bed5a9e3`](https://github.com/remirror/remirror/commit/bed5a9e37026dcbdee323c921f5c05e15d49c93d)]:
422
- - @remirror/core@1.0.0-next.32
423
- - @remirror/pm@1.0.0-next.32
424
-
425
- ## 1.0.0-next.31
426
-
427
- > 2020-09-03
428
-
429
- ### Patch Changes
430
-
431
- - Updated dependencies [[`e8458bc5`](https://github.com/remirror/remirror/commit/e8458bc54402d55355bd5315526fb239bce65ed6), [`1a7da61a`](https://github.com/remirror/remirror/commit/1a7da61a483358214f8f24e193d837b171dd4e1d), [`e8458bc5`](https://github.com/remirror/remirror/commit/e8458bc54402d55355bd5315526fb239bce65ed6), [`e8458bc5`](https://github.com/remirror/remirror/commit/e8458bc54402d55355bd5315526fb239bce65ed6), [`e8458bc5`](https://github.com/remirror/remirror/commit/e8458bc54402d55355bd5315526fb239bce65ed6)]:
432
- - @remirror/core@1.0.0-next.31
433
-
434
- ## 1.0.0-next.29
435
-
436
- > 2020-08-28
437
-
438
- ### Patch Changes
439
-
440
- - Updated dependencies [[`05446a62`](https://github.com/remirror/remirror/commit/05446a62d4f1d1cf3c940b2766a7ea5f66a77ebf)]:
441
- - @remirror/core@1.0.0-next.29
442
-
443
- ## 1.0.0-next.28
444
-
445
- > 2020-08-27
446
-
447
- ### Patch Changes
448
-
449
- - [`d5bbeb4e`](https://github.com/remirror/remirror/commit/d5bbeb4e8e193e695838207706a04f7739cc1448) [#585](https://github.com/remirror/remirror/pull/585) Thanks [@ifiokjr](https://github.com/ifiokjr)! - Upgrade dependencies and `linaria`.
450
-
451
- - Updated dependencies [[`c0dce043`](https://github.com/remirror/remirror/commit/c0dce0433780e1ddb8b21384eef4b67ae1f74e47), [`d5bbeb4e`](https://github.com/remirror/remirror/commit/d5bbeb4e8e193e695838207706a04f7739cc1448), [`0400fbc8`](https://github.com/remirror/remirror/commit/0400fbc8a5f97441f70528f7d6c6f11d560b381d), [`d23a0434`](https://github.com/remirror/remirror/commit/d23a0434c49ecd5bbaccffd9b8d8c42bc626219a)]:
452
- - @remirror/core@1.0.0-next.28
453
- - @remirror/pm@1.0.0-next.28
454
-
455
- ## 1.0.0-next.26
456
-
457
- > 2020-08-24
458
-
459
- ### Patch Changes
460
-
461
- - Updated dependencies [a2bc3bfb]
462
- - Updated dependencies [147d0f2a]
463
- - @remirror/core@1.0.0-next.26
464
- - @remirror/pm@1.0.0-next.26
465
-
466
- ## 1.0.0-next.25
467
-
468
- > 2020-08-23
469
-
470
- ### Patch Changes
471
-
472
- - Updated dependencies [e37d64de]
473
- - Updated dependencies [3f2625bf]
474
- - @remirror/core@1.0.0-next.25
475
-
476
- ## 1.0.0-next.24
477
-
478
- > 2020-08-20
479
-
480
- ### Patch Changes
481
-
482
- - Updated dependencies [65a7ea24]
483
- - @remirror/core@1.0.0-next.24
484
-
485
- ## 1.0.0-next.22
486
-
487
- > 2020-08-17
488
-
489
- ### Patch Changes
490
-
491
- - Updated dependencies [9ab1d0f3]
492
- - Updated dependencies [45d82746]
493
- - @remirror/core@1.0.0-next.22
494
- - @remirror/pm@1.0.0-next.22
495
-
496
- ## 1.0.0-next.21
497
-
498
- > 2020-08-15
499
-
500
- ### Patch Changes
501
-
502
- - Updated dependencies [3673a0f0]
503
- - Updated dependencies [8c34030e]
504
- - Updated dependencies [baf3f56d]
505
- - @remirror/core@1.0.0-next.21
506
- - @remirror/pm@1.0.0-next.21
507
-
508
- ## 1.0.0-next.20
509
-
510
- > 2020-08-14
511
-
512
- ### Patch Changes
513
-
514
- - Updated dependencies [770e3d4a]
515
- - Updated dependencies [92653907]
516
- - @remirror/pm@1.0.0-next.20
517
- - @remirror/core@1.0.0-next.20
518
-
519
- ## 1.0.0-next.17
520
-
521
- > 2020-08-02
522
-
523
- ### Patch Changes
524
-
525
- - Updated dependencies [898c62e0]
526
- - @remirror/core@1.0.0-next.17
527
-
528
- ## 1.0.0-next.16
529
-
530
- > 2020-08-01
531
-
532
- ### Patch Changes
533
-
534
- - a7037832: Use exact versions for `@remirror` package `dependencies` and `peerDepedencies`.
535
-
536
- Closes #435
537
-
538
- - dcccc5fc: Add browser entrypoint to packages and shrink bundle size.
539
- - 231f664b: Upgrade dependencies.
540
- - 6c6d524e: Remove use of `export *` for better tree shaking.
541
-
542
- Closes #406
543
-
544
- - Updated dependencies [f032db7e]
545
- - Updated dependencies [a7037832]
546
- - Updated dependencies [6e8b749a]
547
- - Updated dependencies [dcccc5fc]
548
- - Updated dependencies [231f664b]
549
- - Updated dependencies [982a6b15]
550
- - Updated dependencies [6c6d524e]
551
- - Updated dependencies [6c6d524e]
552
- - Updated dependencies [be9a9c17]
553
- - Updated dependencies [720c9b43]
554
- - @remirror/core@1.0.0-next.16
555
- - @remirror/pm@1.0.0-next.16
556
-
557
- ## 1.0.0-next.15
558
-
559
- > 2020-07-31
560
-
561
- ### Patch Changes
562
-
563
- - 7477b935: Use `NonChainableCommandFunction` annotation to indicate commands are not chainable.
564
- - Updated dependencies [cdc5b801]
565
- - Updated dependencies [44516da4]
566
- - Updated dependencies [e5ea0c84]
567
- - Updated dependencies [a404f5a1]
568
- - Updated dependencies [6c3b278b]
569
- - @remirror/core@1.0.0-next.15
570
-
571
- ## 1.0.0-next.13
572
-
573
- > 2020-07-29
574
-
575
- ### Patch Changes
576
-
577
- - d877adb3: Switch to using method signatures for extension class methods as discussed in #360. The following methods have been affected:
578
-
579
- ```
580
- createKeymap
581
- createInputRules
582
- createPasteRules
583
- ```
584
-
585
- - 38941404: Switch from static properties to using the `@extensionDecorator` and `@presetDecorator` instead.
586
- - Updated dependencies [d877adb3]
587
- - Updated dependencies [cc5c1c1c]
588
- - Updated dependencies [e45706e5]
589
- - Updated dependencies [f3155b5f]
590
- - Updated dependencies [4571a447]
591
- - Updated dependencies [92342ab0]
592
- - @remirror/core@1.0.0-next.13
593
-
594
- ## 1.0.0-next.12
595
-
596
- > 2020-07-28
597
-
598
- ### Patch Changes
599
-
600
- - Updated dependencies [19b3595f]
601
- - Updated dependencies [d8aa2432]
602
- - @remirror/core@1.0.0-next.12
603
-
604
- ## 1.0.0-next.11
605
-
606
- > 2020-07-26
607
-
608
- ### Patch Changes
609
-
610
- - 54461006: Remove the first parameter `extensions` from the lifecycle methods `onCreate`, `onView` and `onDestroy`.
611
-
612
- Switch to using method signatures for extension class methods as discussed in #360. The following methods have been affected:
613
-
614
- ```
615
- onCreate
616
- onView
617
- onStateUpdate
618
- onDestroy
619
- createAttributes
620
- createCommands
621
- createPlugin
622
- createExternalPlugins
623
- createSuggestions
624
- createHelpers
625
- fromObject
626
- onSetOptions
627
- ```
628
-
629
- - Updated dependencies [54461006]
630
- - @remirror/core@1.0.0-next.11
631
-
632
- ## 1.0.0-next.10
633
-
634
- > 2020-07-26
635
-
636
- ### Patch Changes
637
-
638
- - Updated dependencies [6468058a]
639
- - @remirror/core@1.0.0-next.10
640
-
641
- ## 1.0.0-next.9
642
-
643
- > 2020-07-23
644
-
645
- ### Patch Changes
646
-
647
- - Updated dependencies [02fdafff]
648
- - @remirror/core@1.0.0-next.9
649
-
650
- ## 1.0.0-next.4
651
-
652
- > 2020-07-16
653
-
654
- ### Patch Changes
655
-
656
- - 5d5970ae: Update repository and website field to point to HEAD rather than a specific branch.
657
- - Updated dependencies [64edeec2]
658
- - Updated dependencies [9f495078]
659
- - Updated dependencies [5d5970ae]
660
- - @remirror/core@1.0.0-next.4
661
- - @remirror/pm@1.0.0-next.4
662
-
663
- ## 1.0.0-next.3
664
-
665
- > 2020-07-11
666
-
667
- ### Patch Changes
668
-
669
- - Updated dependencies [e90bc748]
670
- - @remirror/pm@1.0.0-next.3
671
- - @remirror/core@1.0.0-next.3
672
-
673
- ## 1.0.0-next.2
674
-
675
- > 2020-07-06
676
-
677
- ### Patch Changes
678
-
679
- - Updated dependencies [undefined]
680
- - @remirror/core@1.0.0-next.2
681
-
682
- ## 1.0.0-next.1
683
-
684
- > 2020-07-05
685
-
686
- ### Patch Changes
687
-
688
- - Fix missing dist files from previous publish.
689
- - Updated dependencies [undefined]
690
- - @remirror/core@1.0.0-next.1
691
- - @remirror/pm@1.0.0-next.1
692
-
693
- ## 1.0.0-next.0
694
-
695
- > 2020-07-05
696
-
697
- ### Major Changes
698
-
699
- - The whole API for remirror has completely changed. These pre-release versions are a breaking change across all packages. The best way to know what's changed is to read the documentaion on the new documentation site `https://remirror.io`.
700
-
701
- ### Patch Changes
702
-
703
- - Updated dependencies [undefined]
704
- - Updated dependencies [28bd8bea]
705
- - Updated dependencies [7b817ac2]
706
- - Updated dependencies [undefined]
707
- - Updated dependencies [09e990cb]
708
- - @remirror/core@1.0.0-next.0
709
- - @remirror/pm@1.0.0-next.0