@atlaskit/editor-plugin-placeholder 1.0.3 → 1.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +48 -17
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,101 +1,132 @@
1
1
  # @atlaskit/editor-plugin-placeholder
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934)
14
+ [`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) -
15
+ bumped editor-prosemirror version to 4.0.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 1.0.3
4
22
 
5
23
  ### Patch Changes
6
24
 
7
- - [#89247](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89247) [`a65b4a0870d8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a65b4a0870d8) - The internal composition of this package has changed. There is no expected change in behavior.
25
+ - [#89247](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89247)
26
+ [`a65b4a0870d8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a65b4a0870d8) -
27
+ The internal composition of this package has changed. There is no expected change in behavior.
8
28
 
9
29
  ## 1.0.2
10
30
 
11
31
  ### Patch Changes
12
32
 
13
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
33
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
34
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
35
+ Upgrade Typescript from `4.9.5` to `5.4.2`
14
36
 
15
37
  ## 1.0.1
16
38
 
17
39
  ### Patch Changes
18
40
 
19
- - Updated dependencies
41
+ - Updated dependencies
20
42
 
21
43
  ## 1.0.0
22
44
 
23
45
  ### Major Changes
24
46
 
25
- - [#72386](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72386) [`0c52b0be40c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c52b0be40c1) - This changeset exists to bump all editor plugins that currently don't have a major version. This is to address an issue with Jira plugin consumption.
47
+ - [#72386](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72386)
48
+ [`0c52b0be40c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c52b0be40c1) -
49
+ This changeset exists to bump all editor plugins that currently don't have a major version. This
50
+ is to address an issue with Jira plugin consumption.
26
51
 
27
52
  ### Patch Changes
28
53
 
29
- - Updated dependencies
54
+ - Updated dependencies
30
55
 
31
56
  ## 0.1.12
32
57
 
33
58
  ### Patch Changes
34
59
 
35
- - [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572) [`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) - Upgrading @atlaskit/editor-prosemirror dependency
60
+ - [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572)
61
+ [`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) -
62
+ Upgrading @atlaskit/editor-prosemirror dependency
36
63
 
37
64
  ## 0.1.11
38
65
 
39
66
  ### Patch Changes
40
67
 
41
- - Updated dependencies
68
+ - Updated dependencies
42
69
 
43
70
  ## 0.1.10
44
71
 
45
72
  ### Patch Changes
46
73
 
47
- - [#67238](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67238) [`40533849b2ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/40533849b2ec) - [ED-21835] Change EditorAPI type to always union with undefined
74
+ - [#67238](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67238)
75
+ [`40533849b2ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/40533849b2ec) -
76
+ [ED-21835] Change EditorAPI type to always union with undefined
48
77
 
49
78
  ## 0.1.9
50
79
 
51
80
  ### Patch Changes
52
81
 
53
- - Updated dependencies
82
+ - Updated dependencies
54
83
 
55
84
  ## 0.1.8
56
85
 
57
86
  ### Patch Changes
58
87
 
59
- - Updated dependencies
88
+ - Updated dependencies
60
89
 
61
90
  ## 0.1.7
62
91
 
63
92
  ### Patch Changes
64
93
 
65
- - [#41637](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41637) [`76579fdc832`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76579fdc832) - Move placeholder tests into placeholder package from editor-core
94
+ - [#41637](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41637)
95
+ [`76579fdc832`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76579fdc832) - Move
96
+ placeholder tests into placeholder package from editor-core
66
97
 
67
98
  ## 0.1.6
68
99
 
69
100
  ### Patch Changes
70
101
 
71
- - Updated dependencies
102
+ - Updated dependencies
72
103
 
73
104
  ## 0.1.5
74
105
 
75
106
  ### Patch Changes
76
107
 
77
- - Updated dependencies
108
+ - Updated dependencies
78
109
 
79
110
  ## 0.1.4
80
111
 
81
112
  ### Patch Changes
82
113
 
83
- - Updated dependencies
114
+ - Updated dependencies
84
115
 
85
116
  ## 0.1.3
86
117
 
87
118
  ### Patch Changes
88
119
 
89
- - Updated dependencies
120
+ - Updated dependencies
90
121
 
91
122
  ## 0.1.2
92
123
 
93
124
  ### Patch Changes
94
125
 
95
- - Updated dependencies
126
+ - Updated dependencies
96
127
 
97
128
  ## 0.1.1
98
129
 
99
130
  ### Patch Changes
100
131
 
101
- - Updated dependencies
132
+ - Updated dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-placeholder",
3
- "version": "1.0.3",
3
+ "version": "1.1.1",
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": "^78.23.0",
36
- "@atlaskit/editor-plugin-composition": "^1.0.0",
37
- "@atlaskit/editor-plugin-focus": "^1.1.0",
38
- "@atlaskit/editor-plugin-type-ahead": "^1.0.0",
39
- "@atlaskit/editor-prosemirror": "3.0.0",
35
+ "@atlaskit/editor-common": "^79.0.0",
36
+ "@atlaskit/editor-plugin-composition": "^1.1.0",
37
+ "@atlaskit/editor-plugin-focus": "^1.2.0",
38
+ "@atlaskit/editor-plugin-type-ahead": "^1.1.0",
39
+ "@atlaskit/editor-prosemirror": "4.0.0",
40
40
  "@babel/runtime": "^7.0.0"
41
41
  },
42
42
  "peerDependencies": {