@atlaskit/editor-plugin-placeholder-text 1.10.1 → 1.11.1

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,25 @@
1
1
  # @atlaskit/editor-plugin-placeholder-text
2
2
 
3
+ ## 1.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#112186](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112186)
8
+ [`9462d8ca2405a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9462d8ca2405a) -
9
+ Bump adf-schema to 47.2.1
10
+
11
+ ## 1.11.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#105322](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105322)
16
+ [`8876083532adc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8876083532adc) -
17
+ Bumped editor-prosemirror version to 7.0.0
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+
3
23
  ## 1.10.1
4
24
 
5
25
  ### Patch 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: Element;
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: Element;
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.10.1",
3
+ "version": "1.11.1",
4
4
  "description": "placeholder text plugin for @atlaskit/editor-core",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -26,13 +26,13 @@
26
26
  }
27
27
  },
28
28
  "dependencies": {
29
- "@atlaskit/adf-schema": "^46.1.0",
30
- "@atlaskit/editor-common": "^99.9.0",
31
- "@atlaskit/editor-plugin-analytics": "^1.11.0",
32
- "@atlaskit/editor-plugin-type-ahead": "^1.12.0",
33
- "@atlaskit/editor-prosemirror": "6.2.1",
29
+ "@atlaskit/adf-schema": "^47.2.1",
30
+ "@atlaskit/editor-common": "^99.14.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.7.0",
35
+ "@atlaskit/icon": "^23.9.0",
36
36
  "@atlaskit/theme": "^15.0.0",
37
37
  "@atlaskit/tokens": "^3.3.0",
38
38
  "@babel/runtime": "^7.0.0",
@@ -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.16.0",
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",