@atlaskit/editor-plugin-mentions 0.1.0 → 0.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.
- package/CHANGELOG.md +6 -0
- package/README.md +24 -3
- package/package.json +6 -10
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,9 +1,30 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Editor plugin mentions
|
|
2
2
|
|
|
3
3
|
Mentions plugin for @atlaskit/editor-core
|
|
4
4
|
|
|
5
|
+
**Note:** This component is designed for internal Atlassian development.
|
|
6
|
+
External contributors will be able to use this component but will not be able to submit issues.
|
|
7
|
+
|
|
8
|
+
## Install
|
|
9
|
+
---
|
|
10
|
+
- **Install** - *yarn add @atlaskit/editor-plugin-mentions*
|
|
11
|
+
- **npm** - [@atlaskit/editor-plugin-mentions](https://www.npmjs.com/package/@atlaskit/editor-plugin-mentions)
|
|
12
|
+
- **Source** - [Bitbucket](https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/editor/editor-plugin-mentions)
|
|
13
|
+
- **Bundle** - [unpkg.com](https://unpkg.com/@atlaskit/editor-plugin-mentions/dist/)
|
|
14
|
+
|
|
5
15
|
## Usage
|
|
16
|
+
---
|
|
17
|
+
**Internal use only**
|
|
18
|
+
|
|
19
|
+
@atlaskit/editor-plugin-mentions is intended for internal use by the @atlaskit/editor-core and as a plugin dependency of the Editor within your product.
|
|
20
|
+
|
|
21
|
+
Direct use of this component is not supported.
|
|
6
22
|
|
|
7
|
-
|
|
23
|
+
Please see [Atlaskit - Editor plugin mentions](https://atlaskit.atlassian.com/packages/editor/editor-plugin-mentions) for documentation and examples for this package.
|
|
8
24
|
|
|
9
|
-
|
|
25
|
+
## Support
|
|
26
|
+
---
|
|
27
|
+
For internal Atlassian, visit the slack channel [#help-editor](https://atlassian.slack.com/archives/CFG3PSQ9E) for support or visit [go/editor-help](https://go/editor-help) to submit a bug.
|
|
28
|
+
## License
|
|
29
|
+
---
|
|
30
|
+
Please see [Atlassian Frontend - License](https://developer.atlassian.com/cloud/framework/atlassian-frontend/#license) for more licensing information.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-mentions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Mentions plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -8,13 +8,9 @@
|
|
|
8
8
|
"registry": "https://registry.npmjs.org/"
|
|
9
9
|
},
|
|
10
10
|
"atlassian": {
|
|
11
|
-
"team": "Editor:
|
|
11
|
+
"team": "Editor: AI",
|
|
12
12
|
"inPublicMirror": false,
|
|
13
|
-
"releaseModel": "continuous"
|
|
14
|
-
"website": {
|
|
15
|
-
"name": "EditorPluginMentions",
|
|
16
|
-
"category": "Components"
|
|
17
|
-
}
|
|
13
|
+
"releaseModel": "continuous"
|
|
18
14
|
},
|
|
19
15
|
"repository": "https://bitbucket.org/atlassian/atlassian-frontend",
|
|
20
16
|
"main": "dist/cjs/index.js",
|
|
@@ -37,14 +33,14 @@
|
|
|
37
33
|
"dependencies": {
|
|
38
34
|
"@atlaskit/adf-schema": "^32.0.0",
|
|
39
35
|
"@atlaskit/analytics-gas-types": "^5.1.0",
|
|
40
|
-
"@atlaskit/editor-common": "^76.
|
|
41
|
-
"@atlaskit/editor-plugin-analytics": "^0.
|
|
36
|
+
"@atlaskit/editor-common": "^76.17.0",
|
|
37
|
+
"@atlaskit/editor-plugin-analytics": "^0.3.0",
|
|
42
38
|
"@atlaskit/editor-plugin-type-ahead": "^0.7.0",
|
|
43
39
|
"@atlaskit/editor-prosemirror": "1.1.0",
|
|
44
40
|
"@atlaskit/icon": "^21.12.0",
|
|
45
41
|
"@atlaskit/mention": "^22.1.0",
|
|
46
42
|
"@atlaskit/theme": "^12.6.0",
|
|
47
|
-
"@atlaskit/tokens": "^1.
|
|
43
|
+
"@atlaskit/tokens": "^1.28.0",
|
|
48
44
|
"@babel/runtime": "^7.0.0",
|
|
49
45
|
"@emotion/react": "^11.7.1",
|
|
50
46
|
"uuid": "^3.1.0"
|