@atlaskit/editor-plugin-editor-disabled 7.0.0 → 7.0.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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-editor-disabled
|
|
2
2
|
|
|
3
|
+
## 7.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`7080196995b11`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7080196995b11) -
|
|
8
|
+
Cleaning up FG platform_editor_ai_generic_prep_for_aifc
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 7.0.0
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -104,8 +104,7 @@ function createPlugin(dispatch, options) {
|
|
|
104
104
|
*/
|
|
105
105
|
var editorDisabledPlugin = exports.editorDisabledPlugin = function editorDisabledPlugin(_ref2) {
|
|
106
106
|
var _ref2$config = _ref2.config,
|
|
107
|
-
options = _ref2$config === void 0 ? {} : _ref2$config
|
|
108
|
-
api = _ref2.api;
|
|
107
|
+
options = _ref2$config === void 0 ? {} : _ref2$config;
|
|
109
108
|
return {
|
|
110
109
|
name: 'editorDisabled',
|
|
111
110
|
getSharedState: function getSharedState(editorState) {
|
|
@@ -97,8 +97,7 @@ function createPlugin(dispatch, options) {
|
|
|
97
97
|
*/
|
|
98
98
|
export var editorDisabledPlugin = function editorDisabledPlugin(_ref2) {
|
|
99
99
|
var _ref2$config = _ref2.config,
|
|
100
|
-
options = _ref2$config === void 0 ? {} : _ref2$config
|
|
101
|
-
api = _ref2.api;
|
|
100
|
+
options = _ref2$config === void 0 ? {} : _ref2$config;
|
|
102
101
|
return {
|
|
103
102
|
name: 'editorDisabled',
|
|
104
103
|
getSharedState: function getSharedState(editorState) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-editor-disabled",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.1",
|
|
4
4
|
"description": "Editor disabled plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"raf-schd": "^4.0.3"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@atlaskit/editor-common": "^111.
|
|
33
|
+
"@atlaskit/editor-common": "^111.8.0",
|
|
34
34
|
"react": "^18.2.0",
|
|
35
35
|
"react-dom": "^18.2.0"
|
|
36
36
|
},
|