@atlaskit/editor-plugins 8.4.28 → 8.5.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 +18 -0
- package/dist/cjs/user-preferences/index.js +12 -0
- package/dist/es2019/user-preferences/index.js +4 -0
- package/dist/esm/user-preferences/index.js +4 -0
- package/dist/types/user-preferences/index.d.ts +2 -0
- package/dist/types-ts4.5/user-preferences/index.d.ts +2 -0
- package/package.json +10 -8
- package/user-preferences/package.json +14 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-plugins
|
|
2
2
|
|
|
3
|
+
## 8.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 8.5.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#150264](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/150264)
|
|
14
|
+
[`f714a99eb7641`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f714a99eb7641) -
|
|
15
|
+
ED-27284 add user-preferences plugin
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 8.4.28
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "userPreferencesPlugin", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _editorPluginUserPreferences.userPreferencesPlugin;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _editorPluginUserPreferences = require("@atlaskit/editor-plugin-user-preferences");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
// THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
|
|
2
|
+
// Disable no-re-export rule for entry point files
|
|
3
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
4
|
+
export { userPreferencesPlugin } from '@atlaskit/editor-plugin-user-preferences';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
// THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
|
|
2
|
+
// Disable no-re-export rule for entry point files
|
|
3
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
4
|
+
export { userPreferencesPlugin } from '@atlaskit/editor-plugin-user-preferences';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.5.1",
|
|
4
4
|
"description": "A convenience facade package that exposes all @atlaskit/editor-plugin-* plugins so that users can add this package without having to manually add all their plugins",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -125,6 +125,7 @@
|
|
|
125
125
|
"./undo-redo": "./src/undo-redo/index.ts",
|
|
126
126
|
"./unsupported-content": "./src/unsupported-content/index.ts",
|
|
127
127
|
"./user-intent": "./src/user-intent/index.ts",
|
|
128
|
+
"./user-preferences": "./src/user-preferences/index.ts",
|
|
128
129
|
"./width": "./src/width/index.ts"
|
|
129
130
|
},
|
|
130
131
|
"scripts": {
|
|
@@ -145,7 +146,7 @@
|
|
|
145
146
|
"@atlaskit/editor-plugin-border": "2.1.5",
|
|
146
147
|
"@atlaskit/editor-plugin-breakout": "2.2.4",
|
|
147
148
|
"@atlaskit/editor-plugin-caption": "2.1.5",
|
|
148
|
-
"@atlaskit/editor-plugin-card": "
|
|
149
|
+
"@atlaskit/editor-plugin-card": "6.0.0",
|
|
149
150
|
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "2.0.5",
|
|
150
151
|
"@atlaskit/editor-plugin-clipboard": "2.0.5",
|
|
151
152
|
"@atlaskit/editor-plugin-code-bidi-warning": "2.1.2",
|
|
@@ -159,7 +160,7 @@
|
|
|
159
160
|
"@atlaskit/editor-plugin-copy-button": "2.0.8",
|
|
160
161
|
"@atlaskit/editor-plugin-custom-autoformat": "2.0.5",
|
|
161
162
|
"@atlaskit/editor-plugin-data-consumer": "2.1.5",
|
|
162
|
-
"@atlaskit/editor-plugin-date": "4.3.
|
|
163
|
+
"@atlaskit/editor-plugin-date": "4.3.5",
|
|
163
164
|
"@atlaskit/editor-plugin-decorations": "2.0.5",
|
|
164
165
|
"@atlaskit/editor-plugin-editor-disabled": "2.0.5",
|
|
165
166
|
"@atlaskit/editor-plugin-editor-viewmode": "3.1.2",
|
|
@@ -179,7 +180,7 @@
|
|
|
179
180
|
"@atlaskit/editor-plugin-help-dialog": "2.1.5",
|
|
180
181
|
"@atlaskit/editor-plugin-highlight": "2.5.4",
|
|
181
182
|
"@atlaskit/editor-plugin-history": "2.0.5",
|
|
182
|
-
"@atlaskit/editor-plugin-hyperlink": "4.4.
|
|
183
|
+
"@atlaskit/editor-plugin-hyperlink": "4.4.6",
|
|
183
184
|
"@atlaskit/editor-plugin-image-upload": "2.0.5",
|
|
184
185
|
"@atlaskit/editor-plugin-indentation": "2.1.5",
|
|
185
186
|
"@atlaskit/editor-plugin-insert-block": "3.2.7",
|
|
@@ -188,12 +189,12 @@
|
|
|
188
189
|
"@atlaskit/editor-plugin-list": "4.2.4",
|
|
189
190
|
"@atlaskit/editor-plugin-loom": "4.1.3",
|
|
190
191
|
"@atlaskit/editor-plugin-max-content-size": "2.0.5",
|
|
191
|
-
"@atlaskit/editor-plugin-media": "3.0.
|
|
192
|
+
"@atlaskit/editor-plugin-media": "3.0.4",
|
|
192
193
|
"@atlaskit/editor-plugin-media-insert": "6.3.4",
|
|
193
194
|
"@atlaskit/editor-plugin-mentions": "4.6.1",
|
|
194
195
|
"@atlaskit/editor-plugin-metrics": "3.4.7",
|
|
195
196
|
"@atlaskit/editor-plugin-panel": "4.4.1",
|
|
196
|
-
"@atlaskit/editor-plugin-paste": "3.3.
|
|
197
|
+
"@atlaskit/editor-plugin-paste": "3.3.5",
|
|
197
198
|
"@atlaskit/editor-plugin-paste-options-toolbar": "2.1.1",
|
|
198
199
|
"@atlaskit/editor-plugin-placeholder": "2.0.14",
|
|
199
200
|
"@atlaskit/editor-plugin-placeholder-text": "2.3.1",
|
|
@@ -208,16 +209,17 @@
|
|
|
208
209
|
"@atlaskit/editor-plugin-selection-toolbar": "3.6.2",
|
|
209
210
|
"@atlaskit/editor-plugin-status": "3.1.16",
|
|
210
211
|
"@atlaskit/editor-plugin-submit-editor": "2.0.5",
|
|
211
|
-
"@atlaskit/editor-plugin-table": "10.9.
|
|
212
|
+
"@atlaskit/editor-plugin-table": "10.9.21",
|
|
212
213
|
"@atlaskit/editor-plugin-tasks-and-decisions": "5.1.6",
|
|
213
214
|
"@atlaskit/editor-plugin-text-color": "2.3.3",
|
|
214
215
|
"@atlaskit/editor-plugin-text-formatting": "2.2.5",
|
|
215
216
|
"@atlaskit/editor-plugin-toolbar-lists-indentation": "3.2.4",
|
|
216
|
-
"@atlaskit/editor-plugin-type-ahead": "2.7.
|
|
217
|
+
"@atlaskit/editor-plugin-type-ahead": "2.7.1",
|
|
217
218
|
"@atlaskit/editor-plugin-ufo": "2.0.6",
|
|
218
219
|
"@atlaskit/editor-plugin-undo-redo": "2.0.14",
|
|
219
220
|
"@atlaskit/editor-plugin-unsupported-content": "2.1.5",
|
|
220
221
|
"@atlaskit/editor-plugin-user-intent": "0.1.2",
|
|
222
|
+
"@atlaskit/editor-plugin-user-preferences": "0.1.0",
|
|
221
223
|
"@atlaskit/editor-plugin-width": "3.0.5",
|
|
222
224
|
"@babel/runtime": "^7.0.0"
|
|
223
225
|
},
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/editor-plugins/user-preferences",
|
|
3
|
+
"main": "../dist/cjs/user-preferences/index.js",
|
|
4
|
+
"module": "../dist/esm/user-preferences/index.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/user-preferences/index.js",
|
|
6
|
+
"types": "../dist/types/user-preferences/index.d.ts",
|
|
7
|
+
"typesVersions": {
|
|
8
|
+
">=4.5 <5.4": {
|
|
9
|
+
"*": [
|
|
10
|
+
"../dist/types-ts4.5/user-preferences/index.d.ts"
|
|
11
|
+
]
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|