@atlaskit/editor-plugin-hyperlink 10.0.28 → 10.0.29
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 +8 -0
- package/README.md +17 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-hyperlink
|
|
2
2
|
|
|
3
|
+
## 10.0.29
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`3da5fc5ff18bc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3da5fc5ff18bc) -
|
|
8
|
+
Update README.md and 0-intro.tsx
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 10.0.28
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,10 +1,24 @@
|
|
|
1
|
-
# Editor
|
|
1
|
+
# Editor Plugin Hyperlink
|
|
2
2
|
|
|
3
3
|
Hyperlink plugin for @atlaskit/editor-core
|
|
4
4
|
|
|
5
5
|
**Note:** This component is designed for internal Atlassian development.
|
|
6
6
|
External contributors will be able to use this component but will not be able to submit issues.
|
|
7
7
|
|
|
8
|
+
## Overview
|
|
9
|
+
|
|
10
|
+
The Hyperlink plugin provides comprehensive hyperlink management capabilities for the Atlassian Editor. It integrates with `@atlaskit/editor-core` to enable inserting, editing, and managing links within editor content. The plugin includes toolbar integration, keyboard shortcuts, and input rules for efficient link manipulation.
|
|
11
|
+
|
|
12
|
+
## Key features
|
|
13
|
+
|
|
14
|
+
- **Link insertion** - Insert and create hyperlinks with custom text
|
|
15
|
+
- **Link editing** - Edit existing hyperlinks and update URLs and link text
|
|
16
|
+
- **Link removal** - Remove hyperlinks from selected content
|
|
17
|
+
- **Toolbar integration** - Floating toolbar for easy link management and editing
|
|
18
|
+
- **Keyboard shortcuts** - Support for keyboard shortcuts to insert and manage links
|
|
19
|
+
- **Input rules** - Automatic link detection and creation from URL patterns
|
|
20
|
+
- **Analytics integration** - Track link-related user actions and interactions
|
|
21
|
+
|
|
8
22
|
## Install
|
|
9
23
|
---
|
|
10
24
|
- **Install** - *yarn add @atlaskit/editor-plugin-hyperlink*
|
|
@@ -25,6 +39,7 @@ Please see [Atlaskit - Editor plugin hyperlink](https://atlaskit.atlassian.com/p
|
|
|
25
39
|
## Support
|
|
26
40
|
---
|
|
27
41
|
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.
|
|
42
|
+
|
|
28
43
|
## License
|
|
29
44
|
---
|
|
30
|
-
|
|
45
|
+
Please see [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#License) for more licensing information.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-hyperlink",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.29",
|
|
4
4
|
"description": "Hyperlink plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@atlaskit/icon": "^34.0.0",
|
|
46
46
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
47
47
|
"@atlaskit/prosemirror-input-rules": "^3.6.0",
|
|
48
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
48
|
+
"@atlaskit/tmp-editor-statsig": "^60.2.0",
|
|
49
49
|
"@babel/runtime": "^7.0.0",
|
|
50
50
|
"@emotion/react": "^11.7.1",
|
|
51
51
|
"uuid": "^3.1.0"
|