@atlaskit/editor-plugin-clipboard 1.1.0 → 1.1.2
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 +35 -8
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,47 +1,74 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-clipboard
|
|
2
2
|
|
|
3
|
+
## 1.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#97698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97698)
|
|
8
|
+
[`1c7b378c0d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1c7b378c0d3b) -
|
|
9
|
+
[HOT-108999] We had an incident where the cursor jumps back a character in table headers for any
|
|
10
|
+
language triggering composition on an empty line.This was fixed in a patch bump of
|
|
11
|
+
prosemirror-view. https://github.com/ProseMirror/prosemirror-view/compare/1.33.4...1.33.5
|
|
12
|
+
|
|
13
|
+
## 1.1.1
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 1.1.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
6
22
|
|
|
7
|
-
-
|
|
23
|
+
- [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934)
|
|
24
|
+
[`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) -
|
|
25
|
+
bumped editor-prosemirror version to 4.0.0
|
|
8
26
|
|
|
9
27
|
### Patch Changes
|
|
10
28
|
|
|
11
|
-
-
|
|
29
|
+
- Updated dependencies
|
|
12
30
|
|
|
13
31
|
## 1.0.3
|
|
14
32
|
|
|
15
33
|
### Patch Changes
|
|
16
34
|
|
|
17
|
-
-
|
|
35
|
+
- [#91894](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91894)
|
|
36
|
+
[`37320d5b95e8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/37320d5b95e8) -
|
|
37
|
+
[ED-22945] Don't copy paste comments on media nodes
|
|
18
38
|
|
|
19
39
|
## 1.0.2
|
|
20
40
|
|
|
21
41
|
### Patch Changes
|
|
22
42
|
|
|
23
|
-
-
|
|
43
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
44
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
45
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
24
46
|
|
|
25
47
|
## 1.0.1
|
|
26
48
|
|
|
27
49
|
### Patch Changes
|
|
28
50
|
|
|
29
|
-
-
|
|
51
|
+
- Updated dependencies
|
|
30
52
|
|
|
31
53
|
## 1.0.0
|
|
32
54
|
|
|
33
55
|
### Major Changes
|
|
34
56
|
|
|
35
|
-
-
|
|
57
|
+
- [#72386](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72386)
|
|
58
|
+
[`0c52b0be40c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c52b0be40c1) -
|
|
59
|
+
This changeset exists to bump all editor plugins that currently don't have a major version. This
|
|
60
|
+
is to address an issue with Jira plugin consumption.
|
|
36
61
|
|
|
37
62
|
## 0.1.2
|
|
38
63
|
|
|
39
64
|
### Patch Changes
|
|
40
65
|
|
|
41
|
-
-
|
|
66
|
+
- [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572)
|
|
67
|
+
[`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) -
|
|
68
|
+
Upgrading @atlaskit/editor-prosemirror dependency
|
|
42
69
|
|
|
43
70
|
## 0.1.1
|
|
44
71
|
|
|
45
72
|
### Patch Changes
|
|
46
73
|
|
|
47
|
-
-
|
|
74
|
+
- Updated dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-clipboard",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Clipboard plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
".": "./src/index.ts"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/editor-common": "^
|
|
36
|
-
"@atlaskit/editor-prosemirror": "4.0.
|
|
35
|
+
"@atlaskit/editor-common": "^79.1.0",
|
|
36
|
+
"@atlaskit/editor-prosemirror": "4.0.1",
|
|
37
37
|
"@babel/runtime": "^7.0.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|