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