@atlaskit/editor-plugin-editor-disabled 1.0.2 → 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 +46 -12
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,73 +1,107 @@
1
1
  # @atlaskit/editor-plugin-editor-disabled
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.2
4
22
 
5
23
  ### Patch Changes
6
24
 
7
- - [#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`
25
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
26
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
27
+ Upgrade Typescript from `4.9.5` to `5.4.2`
8
28
 
9
29
  ## 1.0.1
10
30
 
11
31
  ### Patch Changes
12
32
 
13
- - Updated dependencies
33
+ - Updated dependencies
14
34
 
15
35
  ## 1.0.0
16
36
 
17
37
  ### Major Changes
18
38
 
19
- - [#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.
39
+ - [#72386](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72386)
40
+ [`0c52b0be40c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c52b0be40c1) -
41
+ This changeset exists to bump all editor plugins that currently don't have a major version. This
42
+ is to address an issue with Jira plugin consumption.
20
43
 
21
44
  ## 0.2.6
22
45
 
23
46
  ### Patch Changes
24
47
 
25
- - [#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
48
+ - [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572)
49
+ [`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) -
50
+ Upgrading @atlaskit/editor-prosemirror dependency
26
51
 
27
52
  ## 0.2.5
28
53
 
29
54
  ### Patch Changes
30
55
 
31
- - Updated dependencies
56
+ - Updated dependencies
32
57
 
33
58
  ## 0.2.4
34
59
 
35
60
  ### Patch Changes
36
61
 
37
- - [#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
62
+ - [#67238](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67238)
63
+ [`40533849b2ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/40533849b2ec) -
64
+ [ED-21835] Change EditorAPI type to always union with undefined
38
65
 
39
66
  ## 0.2.3
40
67
 
41
68
  ### Patch Changes
42
69
 
43
- - [#41429](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41429) [`86a2ac5bc4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/86a2ac5bc4f) - Fix race condition with editor disabled being set in the prosemirror update cycle ausing a specific case where the floating toolbar did not appear.
70
+ - [#41429](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41429)
71
+ [`86a2ac5bc4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/86a2ac5bc4f) - Fix
72
+ race condition with editor disabled being set in the prosemirror update cycle ausing a specific
73
+ case where the floating toolbar did not appear.
44
74
 
45
75
  ## 0.2.2
46
76
 
47
77
  ### Patch Changes
48
78
 
49
- - Updated dependencies
79
+ - Updated dependencies
50
80
 
51
81
  ## 0.2.1
52
82
 
53
83
  ### Patch Changes
54
84
 
55
- - Updated dependencies
85
+ - Updated dependencies
56
86
 
57
87
  ## 0.2.0
58
88
 
59
89
  ### Minor Changes
60
90
 
61
- - [#39325](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39325) [`ad3c5c21079`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad3c5c21079) - Updating all plugins with minor version to correct issue with semver.
91
+ - [#39325](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39325)
92
+ [`ad3c5c21079`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad3c5c21079) -
93
+ Updating all plugins with minor version to correct issue with semver.
62
94
 
63
95
  ## 0.1.2
64
96
 
65
97
  ### Patch Changes
66
98
 
67
- - [#39177](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39177) [`24e27147cbd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/24e27147cbd) - Added atlaskit docs to all existing plugins.
99
+ - [#39177](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39177)
100
+ [`24e27147cbd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/24e27147cbd) - Added
101
+ atlaskit docs to all existing plugins.
68
102
 
69
103
  ## 0.1.1
70
104
 
71
105
  ### Patch Changes
72
106
 
73
- - Updated dependencies
107
+ - Updated dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-editor-disabled",
3
- "version": "1.0.2",
3
+ "version": "1.1.1",
4
4
  "description": "Editor disabled plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -24,8 +24,8 @@
24
24
  ".": "./src/index.ts"
25
25
  },
26
26
  "dependencies": {
27
- "@atlaskit/editor-common": "^78.17.0",
28
- "@atlaskit/editor-prosemirror": "3.0.0",
27
+ "@atlaskit/editor-common": "^79.0.0",
28
+ "@atlaskit/editor-prosemirror": "4.0.0",
29
29
  "@babel/runtime": "^7.0.0",
30
30
  "raf-schd": "^4.0.3"
31
31
  },