@atlaskit/editor-plugin-loom 8.0.8 → 8.0.10
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 +12 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-loom
|
|
2
2
|
|
|
3
|
+
## 8.0.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 8.0.9
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 8.0.8
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -229,7 +241,6 @@
|
|
|
229
241
|
shared context or singletons.
|
|
230
242
|
|
|
231
243
|
**HOW TO ADJUST:**
|
|
232
|
-
|
|
233
244
|
- Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
|
|
234
245
|
any of these editor plugins.
|
|
235
246
|
- Ensure the version you install matches the version required by the plugins.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-loom",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.10",
|
|
4
4
|
"description": "Loom plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,33 +33,33 @@
|
|
|
33
33
|
"atlaskit:src": "src/index.ts",
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@atlaskit/button": "^23.5.0",
|
|
36
|
-
"@atlaskit/editor-plugin-analytics": "^6.
|
|
36
|
+
"@atlaskit/editor-plugin-analytics": "^6.2.0",
|
|
37
37
|
"@atlaskit/editor-plugin-editor-viewmode": "^8.0.0",
|
|
38
|
-
"@atlaskit/editor-plugin-hyperlink": "^8.
|
|
38
|
+
"@atlaskit/editor-plugin-hyperlink": "^8.1.0",
|
|
39
39
|
"@atlaskit/editor-plugin-primary-toolbar": "^7.0.0",
|
|
40
40
|
"@atlaskit/editor-plugin-quick-insert": "^6.0.0",
|
|
41
|
-
"@atlaskit/editor-plugin-toolbar": "^3.
|
|
41
|
+
"@atlaskit/editor-plugin-toolbar": "^3.3.0",
|
|
42
42
|
"@atlaskit/editor-plugin-width": "^7.0.0",
|
|
43
43
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
44
|
-
"@atlaskit/editor-toolbar": "^0.
|
|
44
|
+
"@atlaskit/editor-toolbar": "^0.16.0",
|
|
45
45
|
"@atlaskit/icon": "^28.5.0",
|
|
46
46
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
47
47
|
"@atlaskit/platform-feature-flags-react": "^0.3.0",
|
|
48
|
-
"@atlaskit/tmp-editor-statsig": "^13.
|
|
49
|
-
"@atlaskit/tokens": "^
|
|
48
|
+
"@atlaskit/tmp-editor-statsig": "^13.18.0",
|
|
49
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
|
51
51
|
"@emotion/react": "^11.7.1",
|
|
52
|
-
"@loomhq/record-sdk": "^4.
|
|
52
|
+
"@loomhq/record-sdk": "^4.4.0"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@atlaskit/editor-common": "^110.
|
|
55
|
+
"@atlaskit/editor-common": "^110.16.0",
|
|
56
56
|
"react": "^18.2.0",
|
|
57
57
|
"react-dom": "^18.2.0",
|
|
58
58
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@atlaskit/editor-plugin-base": "^7.
|
|
62
|
-
"@atlaskit/editor-plugin-card": "^11.
|
|
61
|
+
"@atlaskit/editor-plugin-base": "^7.2.0",
|
|
62
|
+
"@atlaskit/editor-plugin-card": "^11.4.0",
|
|
63
63
|
"@atlaskit/editor-plugin-copy-button": "^6.0.0",
|
|
64
64
|
"@atlaskit/editor-plugin-decorations": "^6.1.0",
|
|
65
65
|
"@atlaskit/editor-plugin-editor-disabled": "^6.1.0",
|