@atlaskit/editor-plugin-paste-options-toolbar 7.0.7 → 8.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 +14 -0
- package/README.md +27 -9
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-paste-options-toolbar
|
|
2
2
|
|
|
3
|
+
## 8.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`e64156876a79c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e64156876a79c) -
|
|
8
|
+
Update documentation from Stash to Bitbucket
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 8.0.0
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 7.0.7
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -2,29 +2,47 @@
|
|
|
2
2
|
|
|
3
3
|
Paste options toolbar for @atlaskit/editor-core
|
|
4
4
|
|
|
5
|
-
**Note:** This component is designed for internal Atlassian development.
|
|
6
|
-
|
|
5
|
+
**Note:** This component is designed for internal Atlassian development. External contributors will
|
|
6
|
+
be able to use this component but will not be able to submit issues.
|
|
7
7
|
|
|
8
8
|
## Install
|
|
9
|
+
|
|
9
10
|
---
|
|
10
|
-
|
|
11
|
-
- **
|
|
12
|
-
- **
|
|
11
|
+
|
|
12
|
+
- **Install** - _yarn add @atlaskit/editor-plugin-paste-options-toolbar_
|
|
13
|
+
- **npm** -
|
|
14
|
+
[@atlaskit/editor-plugin-paste-options-toolbar](https://www.npmjs.com/package/@atlaskit/editor-plugin-paste-options-toolbar)
|
|
15
|
+
- **Source** -
|
|
16
|
+
[Bitbucket](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/editor/editor-plugin-paste-options-toolbar)
|
|
13
17
|
- **Bundle** - [unpkg.com](https://unpkg.com/@atlaskit/editor-plugin-paste-options-toolbar/dist/)
|
|
14
18
|
|
|
15
19
|
## Usage
|
|
20
|
+
|
|
16
21
|
---
|
|
22
|
+
|
|
17
23
|
**Internal use only**
|
|
18
24
|
|
|
19
|
-
@atlaskit/editor-plugin-paste-options-toolbar is intended for internal use by the
|
|
25
|
+
@atlaskit/editor-plugin-paste-options-toolbar is intended for internal use by the
|
|
26
|
+
@atlaskit/editor-core and as a plugin dependency of the Editor within your product.
|
|
20
27
|
|
|
21
28
|
Direct use of this component is not supported.
|
|
22
29
|
|
|
23
|
-
Please see
|
|
30
|
+
Please see
|
|
31
|
+
[Atlaskit - Editor plugin quick insert](https://atlaskit.atlassian.com/packages/editor/editor-plugin-paste-options-toolbar)
|
|
32
|
+
for documentation and examples for this package.
|
|
24
33
|
|
|
25
34
|
## Support
|
|
35
|
+
|
|
26
36
|
---
|
|
27
|
-
|
|
37
|
+
|
|
38
|
+
For internal Atlassian, visit the slack channel
|
|
39
|
+
[#help-editor](https://atlassian.slack.com/archives/CFG3PSQ9E) for support or visit
|
|
40
|
+
[go/editor-help](https://go/editor-help) to submit a bug.
|
|
41
|
+
|
|
28
42
|
## License
|
|
43
|
+
|
|
29
44
|
---
|
|
30
|
-
|
|
45
|
+
|
|
46
|
+
Please see
|
|
47
|
+
[Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#License)
|
|
48
|
+
for more licensing information.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-paste-options-toolbar",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.1",
|
|
4
4
|
"description": "Paste options toolbar for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"atlaskit:src": "src/index.ts",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@atlaskit/editor-markdown-transformer": "^5.20.0",
|
|
33
|
-
"@atlaskit/editor-plugin-analytics": "^
|
|
34
|
-
"@atlaskit/editor-plugin-paste": "^
|
|
33
|
+
"@atlaskit/editor-plugin-analytics": "^7.0.0",
|
|
34
|
+
"@atlaskit/editor-plugin-paste": "^8.0.0",
|
|
35
35
|
"@atlaskit/editor-prosemirror": "^7.2.0",
|
|
36
36
|
"@atlaskit/editor-shared-styles": "^3.10.0",
|
|
37
37
|
"@atlaskit/icon": "^29.3.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"@atlaskit/editor-common": "^
|
|
44
|
+
"@atlaskit/editor-common": "^111.5.0",
|
|
45
45
|
"react": "^18.2.0",
|
|
46
46
|
"react-dom": "^18.2.0"
|
|
47
47
|
},
|