@atlaskit/editor-plugin-placeholder 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 +50 -19
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,111 +1,142 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-placeholder
|
|
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
|
+
- [#89247](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89247)
|
|
36
|
+
[`a65b4a0870d8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a65b4a0870d8) -
|
|
37
|
+
The internal composition of this package has changed. There is no expected change in behavior.
|
|
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
|
### Patch Changes
|
|
38
63
|
|
|
39
|
-
-
|
|
64
|
+
- Updated dependencies
|
|
40
65
|
|
|
41
66
|
## 0.1.12
|
|
42
67
|
|
|
43
68
|
### Patch Changes
|
|
44
69
|
|
|
45
|
-
-
|
|
70
|
+
- [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572)
|
|
71
|
+
[`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) -
|
|
72
|
+
Upgrading @atlaskit/editor-prosemirror dependency
|
|
46
73
|
|
|
47
74
|
## 0.1.11
|
|
48
75
|
|
|
49
76
|
### Patch Changes
|
|
50
77
|
|
|
51
|
-
-
|
|
78
|
+
- Updated dependencies
|
|
52
79
|
|
|
53
80
|
## 0.1.10
|
|
54
81
|
|
|
55
82
|
### Patch Changes
|
|
56
83
|
|
|
57
|
-
-
|
|
84
|
+
- [#67238](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67238)
|
|
85
|
+
[`40533849b2ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/40533849b2ec) -
|
|
86
|
+
[ED-21835] Change EditorAPI type to always union with undefined
|
|
58
87
|
|
|
59
88
|
## 0.1.9
|
|
60
89
|
|
|
61
90
|
### Patch Changes
|
|
62
91
|
|
|
63
|
-
-
|
|
92
|
+
- Updated dependencies
|
|
64
93
|
|
|
65
94
|
## 0.1.8
|
|
66
95
|
|
|
67
96
|
### Patch Changes
|
|
68
97
|
|
|
69
|
-
-
|
|
98
|
+
- Updated dependencies
|
|
70
99
|
|
|
71
100
|
## 0.1.7
|
|
72
101
|
|
|
73
102
|
### Patch Changes
|
|
74
103
|
|
|
75
|
-
-
|
|
104
|
+
- [#41637](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41637)
|
|
105
|
+
[`76579fdc832`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76579fdc832) - Move
|
|
106
|
+
placeholder tests into placeholder package from editor-core
|
|
76
107
|
|
|
77
108
|
## 0.1.6
|
|
78
109
|
|
|
79
110
|
### Patch Changes
|
|
80
111
|
|
|
81
|
-
-
|
|
112
|
+
- Updated dependencies
|
|
82
113
|
|
|
83
114
|
## 0.1.5
|
|
84
115
|
|
|
85
116
|
### Patch Changes
|
|
86
117
|
|
|
87
|
-
-
|
|
118
|
+
- Updated dependencies
|
|
88
119
|
|
|
89
120
|
## 0.1.4
|
|
90
121
|
|
|
91
122
|
### Patch Changes
|
|
92
123
|
|
|
93
|
-
-
|
|
124
|
+
- Updated dependencies
|
|
94
125
|
|
|
95
126
|
## 0.1.3
|
|
96
127
|
|
|
97
128
|
### Patch Changes
|
|
98
129
|
|
|
99
|
-
-
|
|
130
|
+
- Updated dependencies
|
|
100
131
|
|
|
101
132
|
## 0.1.2
|
|
102
133
|
|
|
103
134
|
### Patch Changes
|
|
104
135
|
|
|
105
|
-
-
|
|
136
|
+
- Updated dependencies
|
|
106
137
|
|
|
107
138
|
## 0.1.1
|
|
108
139
|
|
|
109
140
|
### Patch Changes
|
|
110
141
|
|
|
111
|
-
-
|
|
142
|
+
- Updated dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-placeholder",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Placeholder plugin for @atlaskit/editor-core.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
".": "./src/index.ts"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/editor-common": "^
|
|
35
|
+
"@atlaskit/editor-common": "^79.1.0",
|
|
36
36
|
"@atlaskit/editor-plugin-composition": "^1.1.0",
|
|
37
37
|
"@atlaskit/editor-plugin-focus": "^1.2.0",
|
|
38
38
|
"@atlaskit/editor-plugin-type-ahead": "^1.1.0",
|
|
39
|
-
"@atlaskit/editor-prosemirror": "4.0.
|
|
39
|
+
"@atlaskit/editor-prosemirror": "4.0.1",
|
|
40
40
|
"@babel/runtime": "^7.0.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|