@atlaskit/editor-plugin-hyperlink 3.4.1 → 3.4.5
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,32 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-hyperlink
|
|
2
2
|
|
|
3
|
+
## 3.4.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 3.4.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 3.4.3
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
21
|
+
## 3.4.2
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- [#112186](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112186)
|
|
26
|
+
[`9462d8ca2405a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9462d8ca2405a) -
|
|
27
|
+
Bump adf-schema to 47.2.1
|
|
28
|
+
- Updated dependencies
|
|
29
|
+
|
|
3
30
|
## 3.4.1
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
|
@@ -21,7 +21,6 @@ var _linkBroken = _interopRequireDefault(require("@atlaskit/icon/core/link-broke
|
|
|
21
21
|
var _linkExternal = _interopRequireDefault(require("@atlaskit/icon/core/link-external"));
|
|
22
22
|
var _unlink = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/unlink"));
|
|
23
23
|
var _shortcut = _interopRequireDefault(require("@atlaskit/icon/glyph/shortcut"));
|
|
24
|
-
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
25
24
|
var _commands = require("../../editor-commands/commands");
|
|
26
25
|
var _main = require("../../pm-plugins/main");
|
|
27
26
|
var _toolbarButtons = require("../../pm-plugins/toolbar-buttons");
|
|
@@ -180,7 +179,6 @@ var getToolbarConfig = exports.getToolbarConfig = function getToolbarConfig(opti
|
|
|
180
179
|
type: 'separator'
|
|
181
180
|
}, {
|
|
182
181
|
type: 'copy-button',
|
|
183
|
-
supportsViewMode: !(0, _platformFeatureFlags.fg)('platform_editor_remove_copy_button_from_view_mode'),
|
|
184
182
|
items: [{
|
|
185
183
|
state: state,
|
|
186
184
|
formatMessage: formatMessage,
|
|
@@ -11,7 +11,6 @@ import LinkBrokenIcon from '@atlaskit/icon/core/link-broken';
|
|
|
11
11
|
import LinkExternalIcon from '@atlaskit/icon/core/link-external';
|
|
12
12
|
import UnlinkIcon from '@atlaskit/icon/glyph/editor/unlink';
|
|
13
13
|
import OpenIcon from '@atlaskit/icon/glyph/shortcut';
|
|
14
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
15
14
|
import { editInsertedLink, insertLinkWithAnalytics, onClickAwayCallback, onEscapeCallback, removeLink, updateLink } from '../../editor-commands/commands';
|
|
16
15
|
import { stateKey } from '../../pm-plugins/main';
|
|
17
16
|
import { toolbarKey } from '../../pm-plugins/toolbar-buttons';
|
|
@@ -171,7 +170,6 @@ export const getToolbarConfig = (options, pluginInjectionApi) => (state, intl, p
|
|
|
171
170
|
type: 'separator'
|
|
172
171
|
}, {
|
|
173
172
|
type: 'copy-button',
|
|
174
|
-
supportsViewMode: !fg('platform_editor_remove_copy_button_from_view_mode'),
|
|
175
173
|
items: [{
|
|
176
174
|
state,
|
|
177
175
|
formatMessage: formatMessage,
|
|
@@ -15,7 +15,6 @@ import LinkBrokenIcon from '@atlaskit/icon/core/link-broken';
|
|
|
15
15
|
import LinkExternalIcon from '@atlaskit/icon/core/link-external';
|
|
16
16
|
import UnlinkIcon from '@atlaskit/icon/glyph/editor/unlink';
|
|
17
17
|
import OpenIcon from '@atlaskit/icon/glyph/shortcut';
|
|
18
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
19
18
|
import { editInsertedLink, insertLinkWithAnalytics, onClickAwayCallback, onEscapeCallback, removeLink, updateLink } from '../../editor-commands/commands';
|
|
20
19
|
import { stateKey } from '../../pm-plugins/main';
|
|
21
20
|
import { toolbarKey } from '../../pm-plugins/toolbar-buttons';
|
|
@@ -173,7 +172,6 @@ export var getToolbarConfig = function getToolbarConfig(options, pluginInjection
|
|
|
173
172
|
type: 'separator'
|
|
174
173
|
}, {
|
|
175
174
|
type: 'copy-button',
|
|
176
|
-
supportsViewMode: !fg('platform_editor_remove_copy_button_from_view_mode'),
|
|
177
175
|
items: [{
|
|
178
176
|
state: state,
|
|
179
177
|
formatMessage: formatMessage,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-hyperlink",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.5",
|
|
4
4
|
"description": "Hyperlink plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,17 +31,17 @@
|
|
|
31
31
|
".": "./src/index.ts"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@atlaskit/adf-schema": "^
|
|
34
|
+
"@atlaskit/adf-schema": "^47.2.1",
|
|
35
35
|
"@atlaskit/analytics-next": "^10.3.0",
|
|
36
|
-
"@atlaskit/editor-common": "^99.
|
|
36
|
+
"@atlaskit/editor-common": "^99.17.0",
|
|
37
37
|
"@atlaskit/editor-plugin-analytics": "^1.12.0",
|
|
38
|
-
"@atlaskit/editor-plugin-card": "4.6.
|
|
38
|
+
"@atlaskit/editor-plugin-card": "4.6.5",
|
|
39
39
|
"@atlaskit/editor-plugin-editor-viewmode": "^2.2.0",
|
|
40
40
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
41
|
-
"@atlaskit/icon": "^23.
|
|
42
|
-
"@atlaskit/platform-feature-flags": "^1.
|
|
41
|
+
"@atlaskit/icon": "^23.9.0",
|
|
42
|
+
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
43
43
|
"@atlaskit/prosemirror-input-rules": "^3.3.0",
|
|
44
|
-
"@atlaskit/tmp-editor-statsig": "^2.
|
|
44
|
+
"@atlaskit/tmp-editor-statsig": "^2.46.0",
|
|
45
45
|
"@babel/runtime": "^7.0.0",
|
|
46
46
|
"uuid": "^3.1.0"
|
|
47
47
|
},
|
|
@@ -98,9 +98,6 @@
|
|
|
98
98
|
"platform-feature-flags": {
|
|
99
99
|
"linking_platform_smart_links_in_live_pages": {
|
|
100
100
|
"type": "boolean"
|
|
101
|
-
},
|
|
102
|
-
"platform_editor_remove_copy_button_from_view_mode": {
|
|
103
|
-
"type": "boolean"
|
|
104
101
|
}
|
|
105
102
|
}
|
|
106
103
|
}
|