@atlaskit/editor-plugin-placeholder-text 1.10.0 → 1.11.0
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
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-placeholder-text
|
|
2
2
|
|
|
3
|
+
## 1.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#105322](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105322)
|
|
8
|
+
[`8876083532adc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8876083532adc) -
|
|
9
|
+
Bumped editor-prosemirror version to 7.0.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 1.10.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 1.10.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
|
@@ -3,7 +3,7 @@ import type { Node as PMNode } from '@atlaskit/editor-prosemirror/model';
|
|
|
3
3
|
import type { EditorView, NodeView } from '@atlaskit/editor-prosemirror/view';
|
|
4
4
|
type PmMutationRecord = MutationRecord | {
|
|
5
5
|
type: 'selection';
|
|
6
|
-
target:
|
|
6
|
+
target: Node;
|
|
7
7
|
};
|
|
8
8
|
export declare class PlaceholderTextNodeView implements NodeView {
|
|
9
9
|
private readonly node;
|
|
@@ -3,7 +3,7 @@ import type { Node as PMNode } from '@atlaskit/editor-prosemirror/model';
|
|
|
3
3
|
import type { EditorView, NodeView } from '@atlaskit/editor-prosemirror/view';
|
|
4
4
|
type PmMutationRecord = MutationRecord | {
|
|
5
5
|
type: 'selection';
|
|
6
|
-
target:
|
|
6
|
+
target: Node;
|
|
7
7
|
};
|
|
8
8
|
export declare class PlaceholderTextNodeView implements NodeView {
|
|
9
9
|
private readonly node;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-placeholder-text",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"description": "placeholder text plugin for @atlaskit/editor-core",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@atlaskit/adf-schema": "^46.1.0",
|
|
30
|
-
"@atlaskit/editor-common": "^99.
|
|
31
|
-
"@atlaskit/editor-plugin-analytics": "^1.
|
|
32
|
-
"@atlaskit/editor-plugin-type-ahead": "^1.
|
|
33
|
-
"@atlaskit/editor-prosemirror": "
|
|
30
|
+
"@atlaskit/editor-common": "^99.10.0",
|
|
31
|
+
"@atlaskit/editor-plugin-analytics": "^1.12.0",
|
|
32
|
+
"@atlaskit/editor-plugin-type-ahead": "^1.13.0",
|
|
33
|
+
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
34
34
|
"@atlaskit/editor-shared-styles": "^3.2.0",
|
|
35
|
-
"@atlaskit/icon": "^23.
|
|
36
|
-
"@atlaskit/theme": "^
|
|
35
|
+
"@atlaskit/icon": "^23.7.0",
|
|
36
|
+
"@atlaskit/theme": "^15.0.0",
|
|
37
37
|
"@atlaskit/tokens": "^3.3.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0",
|
|
39
39
|
"@emotion/react": "^11.7.1"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@af/visual-regression": "*",
|
|
48
48
|
"@atlaskit/analytics-next": "^10.3.0",
|
|
49
|
-
"@atlaskit/editor-plugin-floating-toolbar": "^1.
|
|
49
|
+
"@atlaskit/editor-plugin-floating-toolbar": "^1.17.0",
|
|
50
50
|
"@atlaskit/ssr": "*",
|
|
51
51
|
"@atlaskit/visual-regression": "*",
|
|
52
52
|
"@testing-library/react": "^13.4.0",
|