@atlaskit/editor-core 187.48.0 → 187.48.4
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 +521 -507
- package/dist/cjs/{editor-next → composable-editor}/editor-internal.js +2 -22
- package/dist/cjs/{editor-next/index.js → composable-editor/editor.js} +14 -8
- package/dist/cjs/composable-editor.js +2 -3
- package/dist/cjs/editor.js +4 -4
- package/dist/cjs/plugins/floating-toolbar/ui/Toolbar.js +3 -70
- package/dist/cjs/plugins/floating-toolbar/utils.js +0 -41
- package/dist/cjs/plugins/insert-block/ui/ToolbarInsertBlock/index.js +3 -1
- package/dist/cjs/plugins/view-update-subscription/subscribe/toolbarAndPickerUpdates.js +28 -11
- package/dist/cjs/ui/CollapsedEditor/index.js +3 -3
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/{editor-next → composable-editor}/editor-internal.js +1 -23
- package/dist/es2019/{editor-next/index.js → composable-editor/editor.js} +14 -6
- package/dist/es2019/composable-editor.js +1 -1
- package/dist/es2019/editor.js +4 -4
- package/dist/es2019/plugins/floating-toolbar/ui/Toolbar.js +1 -52
- package/dist/es2019/plugins/floating-toolbar/utils.js +0 -36
- package/dist/es2019/plugins/insert-block/ui/ToolbarInsertBlock/index.js +3 -1
- package/dist/es2019/plugins/view-update-subscription/subscribe/toolbarAndPickerUpdates.js +21 -4
- package/dist/es2019/ui/CollapsedEditor/index.js +3 -3
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/{editor-next → composable-editor}/editor-internal.js +1 -20
- package/dist/esm/{editor-next/index.js → composable-editor/editor.js} +14 -6
- package/dist/esm/composable-editor.js +1 -1
- package/dist/esm/editor.js +4 -4
- package/dist/esm/plugins/floating-toolbar/ui/Toolbar.js +1 -66
- package/dist/esm/plugins/floating-toolbar/utils.js +0 -37
- package/dist/esm/plugins/insert-block/ui/ToolbarInsertBlock/index.js +3 -1
- package/dist/esm/plugins/view-update-subscription/subscribe/toolbarAndPickerUpdates.js +21 -4
- package/dist/esm/ui/CollapsedEditor/index.js +3 -3
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/{types-ts4.5/editor-next → types/composable-editor}/editor-internal.d.ts +4 -13
- package/dist/types/{editor-next/index.d.ts → composable-editor/editor.d.ts} +2 -4
- package/dist/types/{editor-next → composable-editor}/hooks/useMeasureEditorMountTime.d.ts +3 -3
- package/dist/types/{editor-next → composable-editor}/utils/getBaseFontSize.d.ts +1 -1
- package/dist/{types-ts4.5/editor-next → types/composable-editor}/utils/getProvidersFromEditorProps.d.ts +2 -2
- package/dist/types/{editor-next → composable-editor}/utils/sendDurationAnalytics.d.ts +4 -4
- package/dist/{types-ts4.5/editor-next → types/composable-editor}/utils/trackEditorActions.d.ts +3 -3
- package/dist/types/composable-editor.d.ts +1 -1
- package/dist/types/plugins/floating-toolbar/pm-plugins/toolbar-data/commands.d.ts +1 -1
- package/dist/types/plugins/floating-toolbar/pm-plugins/toolbar-data/plugin.d.ts +1 -1
- package/dist/types/plugins/floating-toolbar/ui/Select.d.ts +1 -1
- package/dist/types/plugins/floating-toolbar/ui/Toolbar.d.ts +3 -4
- package/dist/types/plugins/floating-toolbar/utils.d.ts +0 -2
- package/dist/{types/editor-next → types-ts4.5/composable-editor}/editor-internal.d.ts +4 -13
- package/dist/types-ts4.5/{editor-next/index.d.ts → composable-editor/editor.d.ts} +2 -4
- package/dist/types-ts4.5/{editor-next → composable-editor}/hooks/useMeasureEditorMountTime.d.ts +3 -3
- package/dist/types-ts4.5/{editor-next → composable-editor}/utils/getBaseFontSize.d.ts +1 -1
- package/dist/{types/editor-next → types-ts4.5/composable-editor}/utils/getProvidersFromEditorProps.d.ts +2 -2
- package/dist/types-ts4.5/{editor-next → composable-editor}/utils/sendDurationAnalytics.d.ts +4 -4
- package/dist/{types/editor-next → types-ts4.5/composable-editor}/utils/trackEditorActions.d.ts +3 -3
- package/dist/types-ts4.5/composable-editor.d.ts +1 -1
- package/dist/types-ts4.5/plugins/floating-toolbar/pm-plugins/toolbar-data/commands.d.ts +1 -1
- package/dist/types-ts4.5/plugins/floating-toolbar/pm-plugins/toolbar-data/plugin.d.ts +1 -1
- package/dist/types-ts4.5/plugins/floating-toolbar/ui/Select.d.ts +1 -1
- package/dist/types-ts4.5/plugins/floating-toolbar/ui/Toolbar.d.ts +3 -4
- package/dist/types-ts4.5/plugins/floating-toolbar/utils.d.ts +0 -2
- package/package.json +2 -2
- /package/dist/cjs/{editor-next → composable-editor}/hooks/useEditorMeasuresConstructor.js +0 -0
- /package/dist/cjs/{editor-next → composable-editor}/hooks/useMeasureEditorMountTime.js +0 -0
- /package/dist/cjs/{editor-next → composable-editor}/hooks/useProviderFactory.js +0 -0
- /package/dist/cjs/{editor-next → composable-editor}/utils/editorMeasureTTICallback.js +0 -0
- /package/dist/cjs/{editor-next → composable-editor}/utils/getBaseFontSize.js +0 -0
- /package/dist/cjs/{editor-next → composable-editor}/utils/getProvidersFromEditorProps.js +0 -0
- /package/dist/cjs/{editor-next → composable-editor}/utils/handleProviders.js +0 -0
- /package/dist/cjs/{editor-next → composable-editor}/utils/sendDurationAnalytics.js +0 -0
- /package/dist/cjs/{editor-next → composable-editor}/utils/trackEditorActions.js +0 -0
- /package/dist/es2019/{editor-next → composable-editor}/hooks/useEditorMeasuresConstructor.js +0 -0
- /package/dist/es2019/{editor-next → composable-editor}/hooks/useMeasureEditorMountTime.js +0 -0
- /package/dist/es2019/{editor-next → composable-editor}/hooks/useProviderFactory.js +0 -0
- /package/dist/es2019/{editor-next → composable-editor}/utils/editorMeasureTTICallback.js +0 -0
- /package/dist/es2019/{editor-next → composable-editor}/utils/getBaseFontSize.js +0 -0
- /package/dist/es2019/{editor-next → composable-editor}/utils/getProvidersFromEditorProps.js +0 -0
- /package/dist/es2019/{editor-next → composable-editor}/utils/handleProviders.js +0 -0
- /package/dist/es2019/{editor-next → composable-editor}/utils/sendDurationAnalytics.js +0 -0
- /package/dist/es2019/{editor-next → composable-editor}/utils/trackEditorActions.js +0 -0
- /package/dist/esm/{editor-next → composable-editor}/hooks/useEditorMeasuresConstructor.js +0 -0
- /package/dist/esm/{editor-next → composable-editor}/hooks/useMeasureEditorMountTime.js +0 -0
- /package/dist/esm/{editor-next → composable-editor}/hooks/useProviderFactory.js +0 -0
- /package/dist/esm/{editor-next → composable-editor}/utils/editorMeasureTTICallback.js +0 -0
- /package/dist/esm/{editor-next → composable-editor}/utils/getBaseFontSize.js +0 -0
- /package/dist/esm/{editor-next → composable-editor}/utils/getProvidersFromEditorProps.js +0 -0
- /package/dist/esm/{editor-next → composable-editor}/utils/handleProviders.js +0 -0
- /package/dist/esm/{editor-next → composable-editor}/utils/sendDurationAnalytics.js +0 -0
- /package/dist/esm/{editor-next → composable-editor}/utils/trackEditorActions.js +0 -0
- /package/dist/types/{editor-next → composable-editor}/hooks/useEditorMeasuresConstructor.d.ts +0 -0
- /package/dist/types/{editor-next → composable-editor}/hooks/useProviderFactory.d.ts +0 -0
- /package/dist/types/{editor-next → composable-editor}/utils/editorMeasureTTICallback.d.ts +0 -0
- /package/dist/types/{editor-next → composable-editor}/utils/handleProviders.d.ts +0 -0
- /package/dist/types-ts4.5/{editor-next → composable-editor}/hooks/useEditorMeasuresConstructor.d.ts +0 -0
- /package/dist/types-ts4.5/{editor-next → composable-editor}/hooks/useProviderFactory.d.ts +0 -0
- /package/dist/types-ts4.5/{editor-next → composable-editor}/utils/editorMeasureTTICallback.d.ts +0 -0
- /package/dist/types-ts4.5/{editor-next → composable-editor}/utils/handleProviders.d.ts +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,69 +1,83 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 187.48.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#40723](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40723) [`d9af2213ef1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9af2213ef1) - update zIndex for emoji picker button in editor toolbar
|
|
8
|
+
|
|
9
|
+
## 187.48.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#40698](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40698) [`37b11d838e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37b11d838e4) - ED-20017 Decouple floating toolbar from editor-core
|
|
14
|
+
- [#40700](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40700) [`07c8d720947`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07c8d720947) - [ED-17196] Refactored editor internal abstraction
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 187.48.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
6
20
|
|
|
7
|
-
- [`f8e7203eec6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8e7203eec6) - ED-19618 Extract base plugin from editor-core
|
|
21
|
+
- [#40580](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40580) [`f8e7203eec6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8e7203eec6) - ED-19618 Extract base plugin from editor-core
|
|
8
22
|
|
|
9
23
|
### Patch Changes
|
|
10
24
|
|
|
11
|
-
- [`4e0f5ccf818`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e0f5ccf818) - ADFEXP-526: fix loading-adf test
|
|
25
|
+
- [#40549](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40549) [`4e0f5ccf818`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e0f5ccf818) - ADFEXP-526: fix loading-adf test
|
|
12
26
|
- Updated dependencies
|
|
13
27
|
|
|
14
28
|
## 187.47.9
|
|
15
29
|
|
|
16
30
|
### Patch Changes
|
|
17
31
|
|
|
18
|
-
- [`36b7e4fd8d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36b7e4fd8d5) - ED-20017 Clean up unused functions in Dropdown
|
|
32
|
+
- [#40563](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40563) [`36b7e4fd8d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36b7e4fd8d5) - ED-20017 Clean up unused functions in Dropdown
|
|
19
33
|
|
|
20
34
|
## 187.47.6
|
|
21
35
|
|
|
22
36
|
### Patch Changes
|
|
23
37
|
|
|
24
|
-
- [`5de1ca6bb97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5de1ca6bb97) - Bumped @atlaskit/editor-plugin-content-insertion dependency version to latest released ^0.1.4
|
|
38
|
+
- [#40622](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40622) [`5de1ca6bb97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5de1ca6bb97) - Bumped @atlaskit/editor-plugin-content-insertion dependency version to latest released ^0.1.4
|
|
25
39
|
|
|
26
40
|
## 187.47.5
|
|
27
41
|
|
|
28
42
|
### Patch Changes
|
|
29
43
|
|
|
30
|
-
- [`b1b8c7d356c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1b8c7d356c) - [ED-19757] Fix getPos throwing exception for all nodeviews
|
|
44
|
+
- [#40448](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40448) [`b1b8c7d356c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1b8c7d356c) - [ED-19757] Fix getPos throwing exception for all nodeviews
|
|
31
45
|
|
|
32
46
|
## 187.47.3
|
|
33
47
|
|
|
34
48
|
### Patch Changes
|
|
35
49
|
|
|
36
|
-
- [`3aaff60be08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3aaff60be08) - ED-18988 Updates overflow property for content area of comment editor when table sticky scrollbar is enabled.
|
|
50
|
+
- [#39366](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39366) [`3aaff60be08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3aaff60be08) - ED-18988 Updates overflow property for content area of comment editor when table sticky scrollbar is enabled.
|
|
37
51
|
- Updated dependencies
|
|
38
52
|
|
|
39
53
|
## 187.47.2
|
|
40
54
|
|
|
41
55
|
### Patch Changes
|
|
42
56
|
|
|
43
|
-
- [`c89c55c6d49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c89c55c6d49) - [ux] ED-19508 fixes closed inline comments reopening when user toggles an expand node
|
|
57
|
+
- [#40056](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40056) [`c89c55c6d49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c89c55c6d49) - [ux] ED-19508 fixes closed inline comments reopening when user toggles an expand node
|
|
44
58
|
|
|
45
59
|
## 187.47.0
|
|
46
60
|
|
|
47
61
|
### Minor Changes
|
|
48
62
|
|
|
49
|
-
- [`8cb8dafa05a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cb8dafa05a) - [ED-19774] Removing ../selection imports where possible. selectionPlugin imports still exist until we have an extracted package for selection.
|
|
63
|
+
- [#40367](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40367) [`8cb8dafa05a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cb8dafa05a) - [ED-19774] Removing ../selection imports where possible. selectionPlugin imports still exist until we have an extracted package for selection.
|
|
50
64
|
|
|
51
65
|
### Patch Changes
|
|
52
66
|
|
|
53
|
-
- [`6a4f206b435`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a4f206b435) - [ux] MEX-2598 Bug fix: Fixed the bug that caused certain nodes from disappearing when it was located beneath a media group node that got switched to a media inline node. This bug fix ensures that switching from media group to media inline should not affect the surrounding nodes.
|
|
67
|
+
- [#40439](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40439) [`6a4f206b435`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a4f206b435) - [ux] MEX-2598 Bug fix: Fixed the bug that caused certain nodes from disappearing when it was located beneath a media group node that got switched to a media inline node. This bug fix ensures that switching from media group to media inline should not affect the surrounding nodes.
|
|
54
68
|
- Updated dependencies
|
|
55
69
|
|
|
56
70
|
## 187.46.1
|
|
57
71
|
|
|
58
72
|
### Patch Changes
|
|
59
73
|
|
|
60
|
-
- [`bb4caba1310`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb4caba1310) - Remove participants count metric from frozen analytics event
|
|
74
|
+
- [#40558](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40558) [`bb4caba1310`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb4caba1310) - Remove participants count metric from frozen analytics event
|
|
61
75
|
|
|
62
76
|
## 187.46.0
|
|
63
77
|
|
|
64
78
|
### Minor Changes
|
|
65
79
|
|
|
66
|
-
- [`16a0e1fef2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/16a0e1fef2b) - ED-20017 Decouple editor core from floating toolbar plugin
|
|
80
|
+
- [#40470](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40470) [`16a0e1fef2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/16a0e1fef2b) - ED-20017 Decouple editor core from floating toolbar plugin
|
|
67
81
|
|
|
68
82
|
### Patch Changes
|
|
69
83
|
|
|
@@ -73,19 +87,19 @@
|
|
|
73
87
|
|
|
74
88
|
### Patch Changes
|
|
75
89
|
|
|
76
|
-
- [`d48ef0409af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d48ef0409af) - ED-20003 decoupled editor-core from type-ahead
|
|
90
|
+
- [#40497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40497) [`d48ef0409af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d48ef0409af) - ED-20003 decoupled editor-core from type-ahead
|
|
77
91
|
|
|
78
92
|
## 187.45.0
|
|
79
93
|
|
|
80
94
|
### Minor Changes
|
|
81
95
|
|
|
82
|
-
- [`b9264ebb903`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9264ebb903) - Deprecate 'UNSAFE_allowBorderMark' prop in the editor plugin and replace it with 'allowBorderMark'
|
|
96
|
+
- [#40440](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40440) [`b9264ebb903`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9264ebb903) - Deprecate 'UNSAFE_allowBorderMark' prop in the editor plugin and replace it with 'allowBorderMark'
|
|
83
97
|
|
|
84
98
|
## 187.44.11
|
|
85
99
|
|
|
86
100
|
### Patch Changes
|
|
87
101
|
|
|
88
|
-
- [`d5088ec1cdf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d5088ec1cdf) - [ED-16733] Prepare Media plugin for extraction
|
|
102
|
+
- [#38479](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38479) [`d5088ec1cdf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d5088ec1cdf) - [ED-16733] Prepare Media plugin for extraction
|
|
89
103
|
|
|
90
104
|
## 187.44.10
|
|
91
105
|
|
|
@@ -97,42 +111,42 @@
|
|
|
97
111
|
|
|
98
112
|
### Patch Changes
|
|
99
113
|
|
|
100
|
-
- [`966f90e1edf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/966f90e1edf) - [ux] [ECA11Y-44] Adjust 'Popup' component so that it doesn't always have to have 'aria-label' attribute displayed
|
|
114
|
+
- [#39632](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39632) [`966f90e1edf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/966f90e1edf) - [ux] [ECA11Y-44] Adjust 'Popup' component so that it doesn't always have to have 'aria-label' attribute displayed
|
|
101
115
|
|
|
102
116
|
## 187.44.7
|
|
103
117
|
|
|
104
118
|
### Patch Changes
|
|
105
119
|
|
|
106
|
-
- [`beb32df5147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/beb32df5147) - [ECA11Y-45] [ECA11Y-22] Change the tab key handling the status popup to improve accessibility.
|
|
120
|
+
- [#40389](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40389) [`beb32df5147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/beb32df5147) - [ECA11Y-45] [ECA11Y-22] Change the tab key handling the status popup to improve accessibility.
|
|
107
121
|
- Updated dependencies
|
|
108
122
|
|
|
109
123
|
## 187.44.6
|
|
110
124
|
|
|
111
125
|
### Patch Changes
|
|
112
126
|
|
|
113
|
-
- [`21305ee6254`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21305ee6254) - ED-19874 Align the dropdown with the floating toolbar if there is a single button in the toolbar
|
|
114
|
-
- [`f7f51be4eac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7f51be4eac) - [ux] ED-19784: Adjust logic in onCreateSelectionBetween logic to prevent premature selections on multi-line selections inside block nodes.
|
|
127
|
+
- [#40017](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40017) [`21305ee6254`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21305ee6254) - ED-19874 Align the dropdown with the floating toolbar if there is a single button in the toolbar
|
|
128
|
+
- [#40244](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40244) [`f7f51be4eac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7f51be4eac) - [ux] ED-19784: Adjust logic in onCreateSelectionBetween logic to prevent premature selections on multi-line selections inside block nodes.
|
|
115
129
|
- Updated dependencies
|
|
116
130
|
|
|
117
131
|
## 187.44.4
|
|
118
132
|
|
|
119
133
|
### Patch Changes
|
|
120
134
|
|
|
121
|
-
- [`fa39c6ce044`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa39c6ce044) - [ED-19775] Decouple selection plugin from the editor-core code
|
|
122
|
-
- [`6b0dd092ac1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b0dd092ac1) - ED-19729 media single performance optimization
|
|
135
|
+
- [#40381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40381) [`fa39c6ce044`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa39c6ce044) - [ED-19775] Decouple selection plugin from the editor-core code
|
|
136
|
+
- [#40295](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40295) [`6b0dd092ac1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b0dd092ac1) - ED-19729 media single performance optimization
|
|
123
137
|
- Updated dependencies
|
|
124
138
|
|
|
125
139
|
## 187.44.3
|
|
126
140
|
|
|
127
141
|
### Patch Changes
|
|
128
142
|
|
|
129
|
-
- [`bb3d72ef732`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb3d72ef732) - ED-20041 added check for external media
|
|
143
|
+
- [#40228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40228) [`bb3d72ef732`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb3d72ef732) - ED-20041 added check for external media
|
|
130
144
|
|
|
131
145
|
## 187.44.2
|
|
132
146
|
|
|
133
147
|
### Patch Changes
|
|
134
148
|
|
|
135
|
-
- [`66fc865caaf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/66fc865caaf) - Added handling for case when mediaSingle childNode is null
|
|
149
|
+
- [#40062](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40062) [`66fc865caaf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/66fc865caaf) - Added handling for case when mediaSingle childNode is null
|
|
136
150
|
- [`f98f51cda72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f98f51cda72) - Fixed typo in comment
|
|
137
151
|
- Updated dependencies
|
|
138
152
|
|
|
@@ -146,7 +160,7 @@
|
|
|
146
160
|
|
|
147
161
|
### Minor Changes
|
|
148
162
|
|
|
149
|
-
- [`11861bb36d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11861bb36d4) - [ux] [ECA11Y-44] [ECA11Y-22] [ECA11Y-19] Change the focus order in the status popup to improve accessibility.
|
|
163
|
+
- [#40207](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40207) [`11861bb36d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11861bb36d4) - [ux] [ECA11Y-44] [ECA11Y-22] [ECA11Y-19] Change the focus order in the status popup to improve accessibility.
|
|
150
164
|
|
|
151
165
|
### Patch Changes
|
|
152
166
|
|
|
@@ -156,40 +170,40 @@
|
|
|
156
170
|
|
|
157
171
|
### Patch Changes
|
|
158
172
|
|
|
159
|
-
- [`2a6a2518852`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a6a2518852) - Reverse dependencies for mobile dimensions plugin & base plugin
|
|
173
|
+
- [#40361](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40361) [`2a6a2518852`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a6a2518852) - Reverse dependencies for mobile dimensions plugin & base plugin
|
|
160
174
|
|
|
161
175
|
## 187.43.18
|
|
162
176
|
|
|
163
177
|
### Patch Changes
|
|
164
178
|
|
|
165
|
-
- [`eaa9770d475`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eaa9770d475) - [ED-18264] Remove feature flag for chart colors
|
|
179
|
+
- [#40341](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40341) [`eaa9770d475`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eaa9770d475) - [ED-18264] Remove feature flag for chart colors
|
|
166
180
|
|
|
167
181
|
## 187.43.17
|
|
168
182
|
|
|
169
183
|
### Patch Changes
|
|
170
184
|
|
|
171
|
-
- [`3323edc01b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3323edc01b9) - ED-20003 decoupled type-ahead plugin from editor-core
|
|
185
|
+
- [#40293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40293) [`3323edc01b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3323edc01b9) - ED-20003 decoupled type-ahead plugin from editor-core
|
|
172
186
|
|
|
173
187
|
## 187.43.13
|
|
174
188
|
|
|
175
189
|
### Patch Changes
|
|
176
190
|
|
|
177
|
-
- [`9f2365fabcc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f2365fabcc) - ED-19617 - Initial creation of editor-plugin-copy-button package
|
|
191
|
+
- [#40092](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40092) [`9f2365fabcc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f2365fabcc) - ED-19617 - Initial creation of editor-plugin-copy-button package
|
|
178
192
|
- Updated dependencies
|
|
179
193
|
|
|
180
194
|
## 187.43.12
|
|
181
195
|
|
|
182
196
|
### Patch Changes
|
|
183
197
|
|
|
184
|
-
- [`621b904a076`](https://bitbucket.org/atlassian/atlassian-frontend/commits/621b904a076) - ED-19729 fix behaviour of image floating toolbar layout
|
|
198
|
+
- [#39894](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39894) [`621b904a076`](https://bitbucket.org/atlassian/atlassian-frontend/commits/621b904a076) - ED-19729 fix behaviour of image floating toolbar layout
|
|
185
199
|
|
|
186
200
|
## 187.43.11
|
|
187
201
|
|
|
188
202
|
### Patch Changes
|
|
189
203
|
|
|
190
|
-
- [`65b155b2787`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65b155b2787) - [ux] ED-19172: Updated tableHeaderCellBackgroundColor to use non-transparent token."
|
|
191
|
-
- [`96f4e9fe6de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96f4e9fe6de) - [ux] ECA11Y-1 Added keyboard support to focus checkbox, check or uncheck, inside action item
|
|
192
|
-
- [`9131a0a2ffa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9131a0a2ffa) - Extract quick-insert plugin from @atlaskit/editor-core to @atlaskit/editor-plugin-quick-insert.
|
|
204
|
+
- [#40236](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40236) [`65b155b2787`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65b155b2787) - [ux] ED-19172: Updated tableHeaderCellBackgroundColor to use non-transparent token."
|
|
205
|
+
- [#38929](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38929) [`96f4e9fe6de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96f4e9fe6de) - [ux] ECA11Y-1 Added keyboard support to focus checkbox, check or uncheck, inside action item
|
|
206
|
+
- [#39905](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39905) [`9131a0a2ffa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9131a0a2ffa) - Extract quick-insert plugin from @atlaskit/editor-core to @atlaskit/editor-plugin-quick-insert.
|
|
193
207
|
- Updated dependencies
|
|
194
208
|
|
|
195
209
|
## 187.43.8
|
|
@@ -208,33 +222,33 @@
|
|
|
208
222
|
|
|
209
223
|
### Patch Changes
|
|
210
224
|
|
|
211
|
-
- [`12843a6f104`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12843a6f104) - ED-19617 - Initial creation of editor-plugin-copy-button package
|
|
225
|
+
- [#40004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40004) [`12843a6f104`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12843a6f104) - ED-19617 - Initial creation of editor-plugin-copy-button package
|
|
212
226
|
- Updated dependencies
|
|
213
227
|
|
|
214
228
|
## 187.43.0
|
|
215
229
|
|
|
216
230
|
### Minor Changes
|
|
217
231
|
|
|
218
|
-
- [`ec4867e1376`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec4867e1376) - Removed captions flag and replaced with a new media prop `allowCaptions`. `allowCaptions` is set to `false` by default and products will need to opt in to be able to use captions from now on.
|
|
232
|
+
- [#39320](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39320) [`ec4867e1376`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec4867e1376) - Removed captions flag and replaced with a new media prop `allowCaptions`. `allowCaptions` is set to `false` by default and products will need to opt in to be able to use captions from now on.
|
|
219
233
|
|
|
220
234
|
## 187.42.6
|
|
221
235
|
|
|
222
236
|
### Patch Changes
|
|
223
237
|
|
|
224
|
-
- [`37c62369dae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37c62369dae) - NO-ISSUE Import doc builder types from editor-common
|
|
238
|
+
- [#39984](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39984) [`37c62369dae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37c62369dae) - NO-ISSUE Import doc builder types from editor-common
|
|
225
239
|
|
|
226
240
|
## 187.42.5
|
|
227
241
|
|
|
228
242
|
### Patch Changes
|
|
229
243
|
|
|
230
|
-
- [`1c085549bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c085549bd9) - clean up pctWidth used in new image resize experience
|
|
244
|
+
- [#39925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39925) [`1c085549bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c085549bd9) - clean up pctWidth used in new image resize experience
|
|
231
245
|
|
|
232
246
|
## 187.42.4
|
|
233
247
|
|
|
234
248
|
### Patch Changes
|
|
235
249
|
|
|
236
|
-
- [`e6122bf1c9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6122bf1c9a) - MEX-2481 revert and re-introduce a new fix for media border gap issue
|
|
237
|
-
- [`a29f4f2d43c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a29f4f2d43c) - Fix legacy resizer handle is not highlighted on delete button hover
|
|
250
|
+
- [#39427](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39427) [`e6122bf1c9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6122bf1c9a) - MEX-2481 revert and re-introduce a new fix for media border gap issue
|
|
251
|
+
- [#39921](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39921) [`a29f4f2d43c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a29f4f2d43c) - Fix legacy resizer handle is not highlighted on delete button hover
|
|
238
252
|
- Updated dependencies
|
|
239
253
|
|
|
240
254
|
## 187.42.3
|
|
@@ -247,7 +261,7 @@
|
|
|
247
261
|
|
|
248
262
|
### Minor Changes
|
|
249
263
|
|
|
250
|
-
- [`8441acc0e0c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8441acc0e0c) - Extract block-type plugin into @atlaskit/editor-plugin-block-type
|
|
264
|
+
- [#39730](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39730) [`8441acc0e0c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8441acc0e0c) - Extract block-type plugin into @atlaskit/editor-plugin-block-type
|
|
251
265
|
|
|
252
266
|
### Patch Changes
|
|
253
267
|
|
|
@@ -257,32 +271,32 @@
|
|
|
257
271
|
|
|
258
272
|
### Patch Changes
|
|
259
273
|
|
|
260
|
-
- [`890ab8d6307`](https://bitbucket.org/atlassian/atlassian-frontend/commits/890ab8d6307) - NO-ISSUE Move doc builder types to editor-common to break circular dependencies
|
|
274
|
+
- [#39946](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39946) [`890ab8d6307`](https://bitbucket.org/atlassian/atlassian-frontend/commits/890ab8d6307) - NO-ISSUE Move doc builder types to editor-common to break circular dependencies
|
|
261
275
|
- Updated dependencies
|
|
262
276
|
|
|
263
277
|
## 187.41.7
|
|
264
278
|
|
|
265
279
|
### Patch Changes
|
|
266
280
|
|
|
267
|
-
- [`64c9a1be1b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64c9a1be1b1) - [ux] Show notification dot when image is sized using percentage or legacy
|
|
281
|
+
- [#39669](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39669) [`64c9a1be1b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64c9a1be1b1) - [ux] Show notification dot when image is sized using percentage or legacy
|
|
268
282
|
|
|
269
283
|
## 187.41.5
|
|
270
284
|
|
|
271
285
|
### Patch Changes
|
|
272
286
|
|
|
273
|
-
- [`1e26db8ffd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e26db8ffd0) - ED-18264: Clean up useSomewhatSemanticTextColorNames - default behaviour will be same as when FF was on.
|
|
274
|
-
- [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
275
|
-
- [`69857bbbff0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/69857bbbff0) - [ED-20004] Capture errors in getPos due to prosemirror-view bump
|
|
276
|
-
- [`ba95f6c1fd5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba95f6c1fd5) - handleMarkdown no longer throws RangeError when 'from' argument exceeds document length, resolving bug where pasting a Jira issue datasource node at the end of a document would result in the legacy Jira issue macro being rendered instead
|
|
287
|
+
- [#38828](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38828) [`1e26db8ffd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e26db8ffd0) - ED-18264: Clean up useSomewhatSemanticTextColorNames - default behaviour will be same as when FF was on.
|
|
288
|
+
- [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787) [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
289
|
+
- [#39940](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39940) [`69857bbbff0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/69857bbbff0) - [ED-20004] Capture errors in getPos due to prosemirror-view bump
|
|
290
|
+
- [#39908](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39908) [`ba95f6c1fd5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba95f6c1fd5) - handleMarkdown no longer throws RangeError when 'from' argument exceeds document length, resolving bug where pasting a Jira issue datasource node at the end of a document would result in the legacy Jira issue macro being rendered instead
|
|
277
291
|
- Updated dependencies
|
|
278
292
|
|
|
279
293
|
## 187.41.4
|
|
280
294
|
|
|
281
295
|
### Patch Changes
|
|
282
296
|
|
|
283
|
-
- [`aeb5c9a01e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeb5c9a01e8) - Delete adf-schema from AFE and rely on npm package for adf-schema
|
|
284
|
-
- [`111ff4f4f1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/111ff4f4f1f) - Add input resizing event analytics
|
|
285
|
-
- [`da629b62ef9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da629b62ef9) - ED-19617 Refactor actions to remove createExtenstionAPI and call it instead during initialisation
|
|
297
|
+
- [#39481](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39481) [`aeb5c9a01e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeb5c9a01e8) - Delete adf-schema from AFE and rely on npm package for adf-schema
|
|
298
|
+
- [#39622](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39622) [`111ff4f4f1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/111ff4f4f1f) - Add input resizing event analytics
|
|
299
|
+
- [#39743](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39743) [`da629b62ef9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da629b62ef9) - ED-19617 Refactor actions to remove createExtenstionAPI and call it instead during initialisation
|
|
286
300
|
- [`4b4dcfe0bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b4dcfe0bba) - Delete adf-schema, use published version
|
|
287
301
|
- Updated dependencies
|
|
288
302
|
|
|
@@ -290,42 +304,42 @@
|
|
|
290
304
|
|
|
291
305
|
### Patch Changes
|
|
292
306
|
|
|
293
|
-
- [`85b6a5da67a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85b6a5da67a) - [ux] Fix [Regression] keyboard selections within actions are unpredictable
|
|
307
|
+
- [#39788](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39788) [`85b6a5da67a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85b6a5da67a) - [ux] Fix [Regression] keyboard selections within actions are unpredictable
|
|
294
308
|
|
|
295
309
|
## 187.41.1
|
|
296
310
|
|
|
297
311
|
### Patch Changes
|
|
298
312
|
|
|
299
|
-
- [`9c76ed81343`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c76ed81343) - [ED-16733] Purge WithPluginState from media plugin
|
|
313
|
+
- [#39848](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39848) [`9c76ed81343`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c76ed81343) - [ED-16733] Purge WithPluginState from media plugin
|
|
300
314
|
|
|
301
315
|
## 187.41.0
|
|
302
316
|
|
|
303
317
|
### Minor Changes
|
|
304
318
|
|
|
305
|
-
- [`c06bb97591a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c06bb97591a) - [ED-19023] Add distorted duration to TTI event (tracking tab visibility)
|
|
319
|
+
- [#39837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39837) [`c06bb97591a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c06bb97591a) - [ED-19023] Add distorted duration to TTI event (tracking tab visibility)
|
|
306
320
|
|
|
307
321
|
### Patch Changes
|
|
308
322
|
|
|
309
|
-
- [`d4cbb84052d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4cbb84052d) - Move element-browser to `editor-common` to decouple quick-insert plugin.
|
|
323
|
+
- [#39790](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39790) [`d4cbb84052d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4cbb84052d) - Move element-browser to `editor-common` to decouple quick-insert plugin.
|
|
310
324
|
- Updated dependencies
|
|
311
325
|
|
|
312
326
|
## 187.40.2
|
|
313
327
|
|
|
314
328
|
### Patch Changes
|
|
315
329
|
|
|
316
|
-
- [`dd2ce170f94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd2ce170f94) - ED-17959 improve typing performance in find replace input field
|
|
330
|
+
- [#39550](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39550) [`dd2ce170f94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd2ce170f94) - ED-17959 improve typing performance in find replace input field
|
|
317
331
|
|
|
318
332
|
## 187.40.1
|
|
319
333
|
|
|
320
334
|
### Patch Changes
|
|
321
335
|
|
|
322
|
-
- [`da6dac74c66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da6dac74c66) - Fix libra testing.
|
|
336
|
+
- [#39884](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39884) [`da6dac74c66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da6dac74c66) - Fix libra testing.
|
|
323
337
|
|
|
324
338
|
## 187.40.0
|
|
325
339
|
|
|
326
340
|
### Minor Changes
|
|
327
341
|
|
|
328
|
-
- [`705d8ec0641`](https://bitbucket.org/atlassian/atlassian-frontend/commits/705d8ec0641) - [ux] Added a new shortcut (⌘ + Opt + ⏎) for Check/Uncheck Action item
|
|
342
|
+
- [#39012](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39012) [`705d8ec0641`](https://bitbucket.org/atlassian/atlassian-frontend/commits/705d8ec0641) - [ux] Added a new shortcut (⌘ + Opt + ⏎) for Check/Uncheck Action item
|
|
329
343
|
|
|
330
344
|
### Patch Changes
|
|
331
345
|
|
|
@@ -335,13 +349,13 @@
|
|
|
335
349
|
|
|
336
350
|
### Patch Changes
|
|
337
351
|
|
|
338
|
-
- [`dca155209d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dca155209d9) - ED-15094 Feature flag clean up for copy button
|
|
352
|
+
- [#39202](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39202) [`dca155209d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dca155209d9) - ED-15094 Feature flag clean up for copy button
|
|
339
353
|
|
|
340
354
|
## 187.39.0
|
|
341
355
|
|
|
342
356
|
### Minor Changes
|
|
343
357
|
|
|
344
|
-
- [`985ecca5c88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/985ecca5c88) - Add new editor plugin action for the selection plugin, which allows other plugins to control the visibility of the gap cursor
|
|
358
|
+
- [#39694](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39694) [`985ecca5c88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/985ecca5c88) - Add new editor plugin action for the selection plugin, which allows other plugins to control the visibility of the gap cursor
|
|
345
359
|
|
|
346
360
|
### Patch Changes
|
|
347
361
|
|
|
@@ -351,29 +365,29 @@
|
|
|
351
365
|
|
|
352
366
|
### Patch Changes
|
|
353
367
|
|
|
354
|
-
- [`d1bd1be0923`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d1bd1be0923) - [ux] ED-19794 updated media resize handle style
|
|
355
|
-
- [`dfb663969a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfb663969a0) - ED-19820: Fix for table scroll when insert media node when extended-resize-experience is off
|
|
368
|
+
- [#39538](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39538) [`d1bd1be0923`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d1bd1be0923) - [ux] ED-19794 updated media resize handle style
|
|
369
|
+
- [#39612](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39612) [`dfb663969a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfb663969a0) - ED-19820: Fix for table scroll when insert media node when extended-resize-experience is off
|
|
356
370
|
- Updated dependencies
|
|
357
371
|
|
|
358
372
|
## 187.38.3
|
|
359
373
|
|
|
360
374
|
### Patch Changes
|
|
361
375
|
|
|
362
|
-
- [`1b66c23221e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b66c23221e) - Fix missing analytics parameter in media plugin.
|
|
363
|
-
- [`da2d3589ba4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da2d3589ba4) - Extract placeholder plugin from editor-core to "@atlaskit/editor-plugin-placeholder"
|
|
376
|
+
- [#39628](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39628) [`1b66c23221e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b66c23221e) - Fix missing analytics parameter in media plugin.
|
|
377
|
+
- [#39590](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39590) [`da2d3589ba4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da2d3589ba4) - Extract placeholder plugin from editor-core to "@atlaskit/editor-plugin-placeholder"
|
|
364
378
|
- Updated dependencies
|
|
365
379
|
|
|
366
380
|
## 187.38.2
|
|
367
381
|
|
|
368
382
|
### Patch Changes
|
|
369
383
|
|
|
370
|
-
- [`882e4e88358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/882e4e88358) - Add playwright tests and add test ids to find elements
|
|
384
|
+
- [#39460](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39460) [`882e4e88358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/882e4e88358) - Add playwright tests and add test ids to find elements
|
|
371
385
|
|
|
372
386
|
## 187.38.1
|
|
373
387
|
|
|
374
388
|
### Patch Changes
|
|
375
389
|
|
|
376
|
-
- [`7b6a2c6671b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b6a2c6671b) - Introducing 'media-state' for handling media internal file state.
|
|
390
|
+
- [#38532](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38532) [`7b6a2c6671b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b6a2c6671b) - Introducing 'media-state' for handling media internal file state.
|
|
377
391
|
Introducing 'media-client-react' to provide hooks for seamless media-client integration with React.
|
|
378
392
|
Introducing 'MediaCardV2' with a feature flag to replace rxjs based fileState subscription with 'useFileState' hook.
|
|
379
393
|
Removed unused feature flags APIs from 'media-client' and its helper functions from 'media-common'.
|
|
@@ -383,87 +397,87 @@
|
|
|
383
397
|
|
|
384
398
|
### Minor Changes
|
|
385
399
|
|
|
386
|
-
- [`0724d0a9d82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0724d0a9d82) - ED-15466 Adding prop showIndentationButtons for indentation buttons.
|
|
400
|
+
- [#39416](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39416) [`0724d0a9d82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0724d0a9d82) - ED-15466 Adding prop showIndentationButtons for indentation buttons.
|
|
387
401
|
|
|
388
402
|
## 187.37.6
|
|
389
403
|
|
|
390
404
|
### Patch Changes
|
|
391
405
|
|
|
392
|
-
- [`ef0c2a89c72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef0c2a89c72) - Add isTypeAheadOpen action to type-ahead plugin. Decouple placeholder plugin from editor-core.
|
|
406
|
+
- [#39575](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39575) [`ef0c2a89c72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef0c2a89c72) - Add isTypeAheadOpen action to type-ahead plugin. Decouple placeholder plugin from editor-core.
|
|
393
407
|
- Updated dependencies
|
|
394
408
|
|
|
395
409
|
## 187.37.5
|
|
396
410
|
|
|
397
411
|
### Patch Changes
|
|
398
412
|
|
|
399
|
-
- [`1f6e908f2bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f6e908f2bd) - Workaround invalid getPos error occuring for TableComponent
|
|
400
|
-
- [`94662d7c5af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/94662d7c5af) - Extracted rule plugin from editor-core to editor-plugin-rule.
|
|
413
|
+
- [#39533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39533) [`1f6e908f2bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f6e908f2bd) - Workaround invalid getPos error occuring for TableComponent
|
|
414
|
+
- [#39510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39510) [`94662d7c5af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/94662d7c5af) - Extracted rule plugin from editor-core to editor-plugin-rule.
|
|
401
415
|
- Updated dependencies
|
|
402
416
|
|
|
403
417
|
## 187.37.4
|
|
404
418
|
|
|
405
419
|
### Patch Changes
|
|
406
420
|
|
|
407
|
-
- [`e31a001b8b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e31a001b8b8) - Add pixel entry resize analytic event payload
|
|
421
|
+
- [#39530](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39530) [`e31a001b8b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e31a001b8b8) - Add pixel entry resize analytic event payload
|
|
408
422
|
|
|
409
423
|
## 187.37.3
|
|
410
424
|
|
|
411
425
|
### Patch Changes
|
|
412
426
|
|
|
413
|
-
- [`e0f15f5af8a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0f15f5af8a) - Fix invalid getPos issue happening for Media and Media group nodeviews
|
|
427
|
+
- [#39517](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39517) [`e0f15f5af8a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0f15f5af8a) - Fix invalid getPos issue happening for Media and Media group nodeviews
|
|
414
428
|
|
|
415
429
|
## 187.37.2
|
|
416
430
|
|
|
417
431
|
### Patch Changes
|
|
418
432
|
|
|
419
|
-
- [`39fcb436aba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39fcb436aba) - ED-19617 Create editor-plugin-extension scaffold
|
|
433
|
+
- [#39487](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39487) [`39fcb436aba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39fcb436aba) - ED-19617 Create editor-plugin-extension scaffold
|
|
420
434
|
- Updated dependencies
|
|
421
435
|
|
|
422
436
|
## 187.37.1
|
|
423
437
|
|
|
424
438
|
### Patch Changes
|
|
425
439
|
|
|
426
|
-
- [`9c066a01776`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c066a01776) - ED-19445: Copied HTML is being reformatted when pasted into the editor
|
|
440
|
+
- [#39290](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39290) [`9c066a01776`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c066a01776) - ED-19445: Copied HTML is being reformatted when pasted into the editor
|
|
427
441
|
|
|
428
442
|
## 187.37.0
|
|
429
443
|
|
|
430
444
|
### Minor Changes
|
|
431
445
|
|
|
432
|
-
- [`082b7cf0ea7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/082b7cf0ea7) - [ux] ECA11Y-1 Added new typeahead shortcut to create checked action item
|
|
446
|
+
- [#38783](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38783) [`082b7cf0ea7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/082b7cf0ea7) - [ux] ECA11Y-1 Added new typeahead shortcut to create checked action item
|
|
433
447
|
|
|
434
448
|
## 187.36.0
|
|
435
449
|
|
|
436
450
|
### Minor Changes
|
|
437
451
|
|
|
438
|
-
- [`085d722e77f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/085d722e77f) - Decoupling the rule plugin and adding the insertHorizontalRule action to the rule plugin.
|
|
452
|
+
- [#39360](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39360) [`085d722e77f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/085d722e77f) - Decoupling the rule plugin and adding the insertHorizontalRule action to the rule plugin.
|
|
439
453
|
|
|
440
454
|
### Patch Changes
|
|
441
455
|
|
|
442
|
-
- [`3b7bf91daa5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b7bf91daa5) - [ux] ED-19785 Add dark mode icon for custom panel and update light mode icon with new colours.
|
|
456
|
+
- [#39408](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39408) [`3b7bf91daa5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b7bf91daa5) - [ux] ED-19785 Add dark mode icon for custom panel and update light mode icon with new colours.
|
|
443
457
|
|
|
444
458
|
## 187.35.7
|
|
445
459
|
|
|
446
460
|
### Patch Changes
|
|
447
461
|
|
|
448
|
-
- [`c377886771f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c377886771f) - ED-19744 moved `mention` styles to `ContentStyles` as part of Scalability Project
|
|
462
|
+
- [#39390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39390) [`c377886771f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c377886771f) - ED-19744 moved `mention` styles to `ContentStyles` as part of Scalability Project
|
|
449
463
|
|
|
450
464
|
## 187.35.4
|
|
451
465
|
|
|
452
466
|
### Patch Changes
|
|
453
467
|
|
|
454
|
-
- [`10a82c0490c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/10a82c0490c) - ED-19792 disable guideline plugin for comment and mobile.
|
|
468
|
+
- [#39348](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39348) [`10a82c0490c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/10a82c0490c) - ED-19792 disable guideline plugin for comment and mobile.
|
|
455
469
|
|
|
456
470
|
## 187.35.3
|
|
457
471
|
|
|
458
472
|
### Patch Changes
|
|
459
473
|
|
|
460
|
-
- [`1a4a64498ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a4a64498ae) - fix media floating toolbar cut off issue on align right and wrap right
|
|
474
|
+
- [#39367](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39367) [`1a4a64498ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a4a64498ae) - fix media floating toolbar cut off issue on align right and wrap right
|
|
461
475
|
|
|
462
476
|
## 187.35.2
|
|
463
477
|
|
|
464
478
|
### Patch Changes
|
|
465
479
|
|
|
466
|
-
- [`6acf9830b36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6acf9830b36) - Update feature flags plugin
|
|
480
|
+
- [#39304](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39304) [`6acf9830b36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6acf9830b36) - Update feature flags plugin
|
|
467
481
|
(@atlaskit/editor-plugin-feature-flags) to use a named export
|
|
468
482
|
rather than default export to match other plugins.
|
|
469
483
|
|
|
@@ -481,48 +495,48 @@
|
|
|
481
495
|
|
|
482
496
|
### Patch Changes
|
|
483
497
|
|
|
484
|
-
- [`b1e03fb86a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1e03fb86a1) - Update layout and width calculation for resizing
|
|
485
|
-
- [`6f85651b350`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f85651b350) - Reduce the gap between handles when image is a nested node
|
|
498
|
+
- [#39329](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39329) [`b1e03fb86a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1e03fb86a1) - Update layout and width calculation for resizing
|
|
499
|
+
- [#39370](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39370) [`6f85651b350`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f85651b350) - Reduce the gap between handles when image is a nested node
|
|
486
500
|
|
|
487
501
|
## 187.35.0
|
|
488
502
|
|
|
489
503
|
### Minor Changes
|
|
490
504
|
|
|
491
|
-
- [`3542bead318`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3542bead318) - Move block type commands to next editor plugin actions
|
|
505
|
+
- [#39062](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39062) [`3542bead318`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3542bead318) - Move block type commands to next editor plugin actions
|
|
492
506
|
|
|
493
507
|
### Patch Changes
|
|
494
508
|
|
|
495
|
-
- [`02e113fb1e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02e113fb1e4) - Update test fixtures for calendar update.
|
|
509
|
+
- [#39246](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39246) [`02e113fb1e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02e113fb1e4) - Update test fixtures for calendar update.
|
|
496
510
|
- Updated dependencies
|
|
497
511
|
|
|
498
512
|
## 187.34.2
|
|
499
513
|
|
|
500
514
|
### Patch Changes
|
|
501
515
|
|
|
502
|
-
- [`5e0bef65120`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e0bef65120) - [ux] Fix copy button for mediaSingle with link or border
|
|
516
|
+
- [#39341](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39341) [`5e0bef65120`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e0bef65120) - [ux] Fix copy button for mediaSingle with link or border
|
|
503
517
|
|
|
504
518
|
## 187.34.1
|
|
505
519
|
|
|
506
520
|
### Patch Changes
|
|
507
521
|
|
|
508
|
-
- [`55b4cc5ee36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55b4cc5ee36) - ED-18026 Fixing issue of adding panel in codeblock
|
|
522
|
+
- [#38971](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38971) [`55b4cc5ee36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55b4cc5ee36) - ED-18026 Fixing issue of adding panel in codeblock
|
|
509
523
|
- Updated dependencies
|
|
510
524
|
|
|
511
525
|
## 187.34.0
|
|
512
526
|
|
|
513
527
|
### Minor Changes
|
|
514
528
|
|
|
515
|
-
- [`3f12e00f046`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f12e00f046) - [ux] EDM-7493 Link create Jira quick insert
|
|
529
|
+
- [#38829](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38829) [`3f12e00f046`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f12e00f046) - [ux] EDM-7493 Link create Jira quick insert
|
|
516
530
|
|
|
517
531
|
## 187.33.0
|
|
518
532
|
|
|
519
533
|
### Minor Changes
|
|
520
534
|
|
|
521
|
-
- [`7613b6b6a51`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7613b6b6a51) - [ED-19428] Decouple quick-insert plugin from editor-core
|
|
535
|
+
- [#39159](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39159) [`7613b6b6a51`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7613b6b6a51) - [ED-19428] Decouple quick-insert plugin from editor-core
|
|
522
536
|
|
|
523
537
|
### Patch Changes
|
|
524
538
|
|
|
525
|
-
- [`b06cd74349c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b06cd74349c) - # Media Picker
|
|
539
|
+
- [#39007](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39007) [`b06cd74349c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b06cd74349c) - # Media Picker
|
|
526
540
|
|
|
527
541
|
Make Clipboard secured by adding `container` and `onPaste()` to `config` `prop`. These two params address customer dissatisfaction when attachments are pasted duplicated, or to unwanted Jira issues (https://product-fabric.atlassian.net/browse/MEX-2454).
|
|
528
542
|
|
|
@@ -541,54 +555,54 @@
|
|
|
541
555
|
|
|
542
556
|
Use feature flag `securedClipboard` to protect such change.
|
|
543
557
|
|
|
544
|
-
- [`93b4b1394bf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93b4b1394bf) - ED-19673: Updated shouldPanelBePositionedOverEditor to adapt to custom table width project
|
|
558
|
+
- [#39248](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39248) [`93b4b1394bf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93b4b1394bf) - ED-19673: Updated shouldPanelBePositionedOverEditor to adapt to custom table width project
|
|
545
559
|
- Updated dependencies
|
|
546
560
|
|
|
547
561
|
## 187.32.7
|
|
548
562
|
|
|
549
563
|
### Patch Changes
|
|
550
564
|
|
|
551
|
-
- [`8b78535f8bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b78535f8bd) - Fix sticky header not resize with table
|
|
565
|
+
- [#39145](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39145) [`8b78535f8bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b78535f8bd) - Fix sticky header not resize with table
|
|
552
566
|
- Updated dependencies
|
|
553
567
|
|
|
554
568
|
## 187.32.6
|
|
555
569
|
|
|
556
570
|
### Patch Changes
|
|
557
571
|
|
|
558
|
-
- [`20fa6edb5d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20fa6edb5d4) - ED-19617 Extract Floating Toolbar VR test to editor-core
|
|
559
|
-
- [`7d9ffc3a1ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d9ffc3a1ce) - [ux] ED-19342 Fix: Inserting Code-Block at gap-cursor will not consume all the content after gap-cursor
|
|
572
|
+
- [#39250](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39250) [`20fa6edb5d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20fa6edb5d4) - ED-19617 Extract Floating Toolbar VR test to editor-core
|
|
573
|
+
- [#38895](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38895) [`7d9ffc3a1ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d9ffc3a1ce) - [ux] ED-19342 Fix: Inserting Code-Block at gap-cursor will not consume all the content after gap-cursor
|
|
560
574
|
|
|
561
575
|
## 187.32.5
|
|
562
576
|
|
|
563
577
|
### Patch Changes
|
|
564
578
|
|
|
565
|
-
- [`ee475b14581`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee475b14581) - Set max width for nested media single node to 100% to make it reponsive to parent width change
|
|
579
|
+
- [#39207](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39207) [`ee475b14581`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee475b14581) - Set max width for nested media single node to 100% to make it reponsive to parent width change
|
|
566
580
|
|
|
567
581
|
## 187.32.3
|
|
568
582
|
|
|
569
583
|
### Patch Changes
|
|
570
584
|
|
|
571
|
-
- [`113fcc02759`](https://bitbucket.org/atlassian/atlassian-frontend/commits/113fcc02759) - ED-19433 Extract Emoji Plugin to its own package
|
|
585
|
+
- [#39154](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39154) [`113fcc02759`](https://bitbucket.org/atlassian/atlassian-frontend/commits/113fcc02759) - ED-19433 Extract Emoji Plugin to its own package
|
|
572
586
|
- Updated dependencies
|
|
573
587
|
|
|
574
588
|
## 187.32.2
|
|
575
589
|
|
|
576
590
|
### Patch Changes
|
|
577
591
|
|
|
578
|
-
- [`eab48233583`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eab48233583) - Calculate parent content width properly when inserting a nested media single node
|
|
592
|
+
- [#39080](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39080) [`eab48233583`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eab48233583) - Calculate parent content width properly when inserting a nested media single node
|
|
579
593
|
|
|
580
594
|
## 187.32.1
|
|
581
595
|
|
|
582
596
|
### Patch Changes
|
|
583
597
|
|
|
584
|
-
- [`37624e80f01`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37624e80f01) - NO-ISSUE Cancel animation frame debounced call when unmounting scroll buttons
|
|
585
|
-
- [`dc93b06778b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc93b06778b) - Fix pasted mediaSingle nodes into parent nodes
|
|
598
|
+
- [#39218](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39218) [`37624e80f01`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37624e80f01) - NO-ISSUE Cancel animation frame debounced call when unmounting scroll buttons
|
|
599
|
+
- [#39199](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39199) [`dc93b06778b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc93b06778b) - Fix pasted mediaSingle nodes into parent nodes
|
|
586
600
|
|
|
587
601
|
## 187.32.0
|
|
588
602
|
|
|
589
603
|
### Minor Changes
|
|
590
604
|
|
|
591
|
-
- [`8467bdcdf4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8467bdcdf4f) - Removing `dependencies` prop from PluginInjectionAPI and changing
|
|
605
|
+
- [#39010](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39010) [`8467bdcdf4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8467bdcdf4f) - Removing `dependencies` prop from PluginInjectionAPI and changing
|
|
592
606
|
signature of `NextEditorPlugin`.
|
|
593
607
|
|
|
594
608
|
Previously a `NextEditorPlugin` would be consumed as so:
|
|
@@ -614,63 +628,63 @@
|
|
|
614
628
|
|
|
615
629
|
### Patch Changes
|
|
616
630
|
|
|
617
|
-
- [`8f2f42eab4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f2f42eab4d) - update layout when submit pixel values in media toolbar
|
|
631
|
+
- [#38855](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38855) [`8f2f42eab4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f2f42eab4d) - update layout when submit pixel values in media toolbar
|
|
618
632
|
- Updated dependencies
|
|
619
633
|
|
|
620
634
|
## 187.31.7
|
|
621
635
|
|
|
622
636
|
### Patch Changes
|
|
623
637
|
|
|
624
|
-
- [`c3de9f17631`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3de9f17631) - ED-19359:
|
|
638
|
+
- [#38977](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38977) [`c3de9f17631`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3de9f17631) - ED-19359:
|
|
625
639
|
editor-core: Migrated skipped test: packages/editor/editor-core/src/tests/integration/gap-cursor/gap-cursor.ts to Libra
|
|
626
640
|
Libra: added a new page-model(editor-confirmation-popup-base-model.ts) to libra package and updated editor extension model
|
|
627
|
-
- [`a9feb9fae6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9feb9fae6e) - [ED-19672] Workaround tofix detached Extension calling NodeView.getPos
|
|
641
|
+
- [#39196](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39196) [`a9feb9fae6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9feb9fae6e) - [ED-19672] Workaround tofix detached Extension calling NodeView.getPos
|
|
628
642
|
|
|
629
643
|
## 187.31.6
|
|
630
644
|
|
|
631
645
|
### Patch Changes
|
|
632
646
|
|
|
633
|
-
- [`e0f020abea0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0f020abea0) - created new plugin for unsupported-content, moved code and styles
|
|
634
|
-
- [`dcf5ea47df4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dcf5ea47df4) - [ux] Display 'Full width' in media single floating toolbar when the node reaches full width
|
|
647
|
+
- [#38900](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38900) [`e0f020abea0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0f020abea0) - created new plugin for unsupported-content, moved code and styles
|
|
648
|
+
- [#39042](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39042) [`dcf5ea47df4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dcf5ea47df4) - [ux] Display 'Full width' in media single floating toolbar when the node reaches full width
|
|
635
649
|
- Updated dependencies
|
|
636
650
|
|
|
637
651
|
## 187.31.5
|
|
638
652
|
|
|
639
653
|
### Patch Changes
|
|
640
654
|
|
|
641
|
-
- [`a1965abfbe9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1965abfbe9) - Fix `allowBlockType` so that exclude codeBlock correctly disables codeBlock in the editor.
|
|
655
|
+
- [#39126](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39126) [`a1965abfbe9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1965abfbe9) - Fix `allowBlockType` so that exclude codeBlock correctly disables codeBlock in the editor.
|
|
642
656
|
- Updated dependencies
|
|
643
657
|
|
|
644
658
|
## 187.31.4
|
|
645
659
|
|
|
646
660
|
### Patch Changes
|
|
647
661
|
|
|
648
|
-
- [`24e27147cbd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/24e27147cbd) - Added atlaskit docs to all existing plugins.
|
|
662
|
+
- [#39177](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39177) [`24e27147cbd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/24e27147cbd) - Added atlaskit docs to all existing plugins.
|
|
649
663
|
- Updated dependencies
|
|
650
664
|
|
|
651
665
|
## 187.31.3
|
|
652
666
|
|
|
653
667
|
### Patch Changes
|
|
654
668
|
|
|
655
|
-
- [`0debfab882f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0debfab882f) - ED-17959 prevent redundant rerenders on insert block component and due to typeahead state changes
|
|
669
|
+
- [#39081](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39081) [`0debfab882f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0debfab882f) - ED-17959 prevent redundant rerenders on insert block component and due to typeahead state changes
|
|
656
670
|
|
|
657
671
|
## 187.31.2
|
|
658
672
|
|
|
659
673
|
### Patch Changes
|
|
660
674
|
|
|
661
|
-
- [`dbccd831543`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbccd831543) - [ux] tokenize ColorPicker, make charts package compatible with tokens, make check mark compatible with tokens
|
|
675
|
+
- [#38934](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38934) [`dbccd831543`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbccd831543) - [ux] tokenize ColorPicker, make charts package compatible with tokens, make check mark compatible with tokens
|
|
662
676
|
|
|
663
677
|
## 187.31.1
|
|
664
678
|
|
|
665
679
|
### Patch Changes
|
|
666
680
|
|
|
667
|
-
- [`4b8154ff94d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b8154ff94d) - added node attributes to safeInsert, so that it does not takes the default attributes
|
|
681
|
+
- [#38766](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38766) [`4b8154ff94d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b8154ff94d) - added node attributes to safeInsert, so that it does not takes the default attributes
|
|
668
682
|
|
|
669
683
|
## 187.31.0
|
|
670
684
|
|
|
671
685
|
### Minor Changes
|
|
672
686
|
|
|
673
|
-
- [`c70a6612aba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c70a6612aba) - [ED-19428] Decouple quick-insert plugin from editor-core
|
|
687
|
+
- [#38851](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38851) [`c70a6612aba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c70a6612aba) - [ED-19428] Decouple quick-insert plugin from editor-core
|
|
674
688
|
|
|
675
689
|
### Patch Changes
|
|
676
690
|
|
|
@@ -680,103 +694,103 @@
|
|
|
680
694
|
|
|
681
695
|
### Patch Changes
|
|
682
696
|
|
|
683
|
-
- [`a31ffa191cb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a31ffa191cb) - [ux] ED-19348 Fix gap-cursor position for numbered-table in wide/full-width mode
|
|
697
|
+
- [#39009](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39009) [`a31ffa191cb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a31ffa191cb) - [ux] ED-19348 Fix gap-cursor position for numbered-table in wide/full-width mode
|
|
684
698
|
|
|
685
699
|
## 187.30.9
|
|
686
700
|
|
|
687
701
|
### Patch Changes
|
|
688
702
|
|
|
689
|
-
- [`4795a87a349`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4795a87a349) - Migrating some actions of `editor-plugin-list` to commands. Adding sharedState for `editor-plugin-text-formatting`.
|
|
690
|
-
- [`1f40b8ca01b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f40b8ca01b) - [ux] ED-16028 Serializing mention text during copy
|
|
691
|
-
- [`a34c6ca52c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a34c6ca52c2) - [ux] [ED-19442] - Modified images and mentions icons and added dark mode
|
|
703
|
+
- [#39023](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39023) [`4795a87a349`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4795a87a349) - Migrating some actions of `editor-plugin-list` to commands. Adding sharedState for `editor-plugin-text-formatting`.
|
|
704
|
+
- [#39094](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39094) [`1f40b8ca01b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f40b8ca01b) - [ux] ED-16028 Serializing mention text during copy
|
|
705
|
+
- [#39047](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39047) [`a34c6ca52c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a34c6ca52c2) - [ux] [ED-19442] - Modified images and mentions icons and added dark mode
|
|
692
706
|
- Updated dependencies
|
|
693
707
|
|
|
694
708
|
## 187.30.8
|
|
695
709
|
|
|
696
710
|
### Patch Changes
|
|
697
711
|
|
|
698
|
-
- [`04a2b9f4cfe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04a2b9f4cfe) - fix convert pixels in nested table when media single node does not have width
|
|
699
|
-
- [`edeab2d50b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/edeab2d50b2) - Fix analytics event for image resizing and relative snaps
|
|
712
|
+
- [#39069](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39069) [`04a2b9f4cfe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04a2b9f4cfe) - fix convert pixels in nested table when media single node does not have width
|
|
713
|
+
- [#39075](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39075) [`edeab2d50b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/edeab2d50b2) - Fix analytics event for image resizing and relative snaps
|
|
700
714
|
- Updated dependencies
|
|
701
715
|
|
|
702
716
|
## 187.30.7
|
|
703
717
|
|
|
704
718
|
### Patch Changes
|
|
705
719
|
|
|
706
|
-
- [`f7f92b615ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7f92b615ff) - [ux] ED-19439 Added dark mode icons for link and layout. Fixed gradient in date dark mode icon.
|
|
720
|
+
- [#39111](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39111) [`f7f92b615ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7f92b615ff) - [ux] ED-19439 Added dark mode icons for link and layout. Fixed gradient in date dark mode icon.
|
|
707
721
|
- Updated dependencies
|
|
708
722
|
|
|
709
723
|
## 187.30.6
|
|
710
724
|
|
|
711
725
|
### Patch Changes
|
|
712
726
|
|
|
713
|
-
- [`c77b39ff19f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c77b39ff19f) - [ux] [ED-19130] Fix up gap cursor positioning for breakout nodes
|
|
714
|
-
- [`33cb07de05f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cb07de05f) - change adf-schema to fixed versioning
|
|
727
|
+
- [#39040](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39040) [`c77b39ff19f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c77b39ff19f) - [ux] [ED-19130] Fix up gap cursor positioning for breakout nodes
|
|
728
|
+
- [#38976](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38976) [`33cb07de05f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cb07de05f) - change adf-schema to fixed versioning
|
|
715
729
|
- Updated dependencies
|
|
716
730
|
|
|
717
731
|
## 187.30.5
|
|
718
732
|
|
|
719
733
|
### Patch Changes
|
|
720
734
|
|
|
721
|
-
- [`ef2d5662e05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef2d5662e05) - [ux] Implement pixel entry input validation when submitting and render warning decoration for invalid input
|
|
735
|
+
- [#38879](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38879) [`ef2d5662e05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef2d5662e05) - [ux] Implement pixel entry input validation when submitting and render warning decoration for invalid input
|
|
722
736
|
|
|
723
737
|
## 187.30.4
|
|
724
738
|
|
|
725
739
|
### Patch Changes
|
|
726
740
|
|
|
727
|
-
- [`14a853a7939`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14a853a7939) - [ux] ED-19439 Added dark mode icons for emoji, expand and fallback
|
|
741
|
+
- [#39063](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39063) [`14a853a7939`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14a853a7939) - [ux] ED-19439 Added dark mode icons for emoji, expand and fallback
|
|
728
742
|
|
|
729
743
|
## 187.30.3
|
|
730
744
|
|
|
731
745
|
### Patch Changes
|
|
732
746
|
|
|
733
|
-
- [`f68eb1b1731`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f68eb1b1731) - Move common functions from `editor-core` to `editor-common` in preparation for `base` plugin extraction
|
|
747
|
+
- [#38894](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38894) [`f68eb1b1731`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f68eb1b1731) - Move common functions from `editor-core` to `editor-common` in preparation for `base` plugin extraction
|
|
734
748
|
|
|
735
749
|
## 187.30.1
|
|
736
750
|
|
|
737
751
|
### Patch Changes
|
|
738
752
|
|
|
739
|
-
- [`e6582078cf9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6582078cf9) - ED-19433 Create editor-plugin-emoji package for atlaskit
|
|
753
|
+
- [#39046](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39046) [`e6582078cf9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6582078cf9) - ED-19433 Create editor-plugin-emoji package for atlaskit
|
|
740
754
|
- Updated dependencies
|
|
741
755
|
|
|
742
756
|
## 187.30.0
|
|
743
757
|
|
|
744
758
|
### Minor Changes
|
|
745
759
|
|
|
746
|
-
- [`7f45581d141`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f45581d141) - ED-19630 fixed guideline alignment issue.
|
|
760
|
+
- [#38980](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38980) [`7f45581d141`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f45581d141) - ED-19630 fixed guideline alignment issue.
|
|
747
761
|
|
|
748
762
|
### Patch Changes
|
|
749
763
|
|
|
750
|
-
- [`1e4b853a636`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e4b853a636) - ED-19411 added guideline test, fixed invalid cursor location issue.
|
|
764
|
+
- [#38871](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38871) [`1e4b853a636`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e4b853a636) - ED-19411 added guideline test, fixed invalid cursor location issue.
|
|
751
765
|
- Updated dependencies
|
|
752
766
|
|
|
753
767
|
## 187.29.4
|
|
754
768
|
|
|
755
769
|
### Patch Changes
|
|
756
770
|
|
|
757
|
-
- [`8595f0ddc4b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8595f0ddc4b) - Always show resizer handles when mediaSingle node is selected
|
|
758
|
-
- [`1af653a9630`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1af653a9630) - ED-19433 Initial scaffold for editor-plugin-type-ahead
|
|
759
|
-
- [`2f7d7be2983`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2f7d7be2983) - [ux] ED-19438 Added dark mode icons for headings 1 to 6
|
|
760
|
-
- [`1b917526a9f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b917526a9f) - [ux] add convert to pixels cta in pixel entry for legacy experience
|
|
771
|
+
- [#39038](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39038) [`8595f0ddc4b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8595f0ddc4b) - Always show resizer handles when mediaSingle node is selected
|
|
772
|
+
- [#38994](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38994) [`1af653a9630`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1af653a9630) - ED-19433 Initial scaffold for editor-plugin-type-ahead
|
|
773
|
+
- [#39035](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39035) [`2f7d7be2983`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2f7d7be2983) - [ux] ED-19438 Added dark mode icons for headings 1 to 6
|
|
774
|
+
- [#38906](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38906) [`1b917526a9f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b917526a9f) - [ux] add convert to pixels cta in pixel entry for legacy experience
|
|
761
775
|
- Updated dependencies
|
|
762
776
|
|
|
763
777
|
## 187.29.3
|
|
764
778
|
|
|
765
779
|
### Patch Changes
|
|
766
780
|
|
|
767
|
-
- [`9650cf173e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9650cf173e5) - Fix bug where if mediaSingle node is first item in document it is treated as video
|
|
781
|
+
- [#38935](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38935) [`9650cf173e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9650cf173e5) - Fix bug where if mediaSingle node is first item in document it is treated as video
|
|
768
782
|
|
|
769
783
|
## 187.29.2
|
|
770
784
|
|
|
771
785
|
### Patch Changes
|
|
772
786
|
|
|
773
|
-
- [`90520713d49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/90520713d49) - [ux] [ED-19441] - Added dark mode icons for panels
|
|
787
|
+
- [#38963](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38963) [`90520713d49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/90520713d49) - [ux] [ED-19441] - Added dark mode icons for panels
|
|
774
788
|
|
|
775
789
|
## 187.29.0
|
|
776
790
|
|
|
777
791
|
### Minor Changes
|
|
778
792
|
|
|
779
|
-
- [`8e9c21af71d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e9c21af71d) - Extracting list plugin code from editor-core to @atlaskit/editor-plugin-list.
|
|
793
|
+
- [#38881](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38881) [`8e9c21af71d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e9c21af71d) - Extracting list plugin code from editor-core to @atlaskit/editor-plugin-list.
|
|
780
794
|
|
|
781
795
|
### Patch Changes
|
|
782
796
|
|
|
@@ -786,50 +800,50 @@
|
|
|
786
800
|
|
|
787
801
|
### Patch Changes
|
|
788
802
|
|
|
789
|
-
- [`5ce0bea6aa6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ce0bea6aa6) - [ED-19399] Fixing text color underline on toolbar
|
|
803
|
+
- [#38706](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38706) [`5ce0bea6aa6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ce0bea6aa6) - [ED-19399] Fixing text color underline on toolbar
|
|
790
804
|
|
|
791
805
|
## 187.28.3
|
|
792
806
|
|
|
793
807
|
### Patch Changes
|
|
794
808
|
|
|
795
|
-
- [`6cced3b0ed6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6cced3b0ed6) - Warn if the emoji provider prop for the Editor is changing too quickly as it will cause performance issues.
|
|
809
|
+
- [#38858](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38858) [`6cced3b0ed6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6cced3b0ed6) - Warn if the emoji provider prop for the Editor is changing too quickly as it will cause performance issues.
|
|
796
810
|
|
|
797
811
|
## 187.28.2
|
|
798
812
|
|
|
799
813
|
### Patch Changes
|
|
800
814
|
|
|
801
|
-
- [`a3c9fd814c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a3c9fd814c5) - Set minimum width for media single node of video type (when first inserted and when resizing)
|
|
815
|
+
- [#38637](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38637) [`a3c9fd814c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a3c9fd814c5) - Set minimum width for media single node of video type (when first inserted and when resizing)
|
|
802
816
|
|
|
803
817
|
## 187.28.1
|
|
804
818
|
|
|
805
819
|
### Patch Changes
|
|
806
820
|
|
|
807
|
-
- [`79c0b7e6821`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c0b7e6821) - Decouple `base` plugin from `editor-core`
|
|
808
|
-
- [`5d6ec9ac49c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d6ec9ac49c) - ED-19330 Decouple list plugin from editor-core
|
|
821
|
+
- [#38740](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38740) [`79c0b7e6821`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c0b7e6821) - Decouple `base` plugin from `editor-core`
|
|
822
|
+
- [#38491](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38491) [`5d6ec9ac49c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d6ec9ac49c) - ED-19330 Decouple list plugin from editor-core
|
|
809
823
|
- Updated dependencies
|
|
810
824
|
|
|
811
825
|
## 187.28.0
|
|
812
826
|
|
|
813
827
|
### Minor Changes
|
|
814
828
|
|
|
815
|
-
- [`9ebabeaa630`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ebabeaa630) - added ExtractPublicEditorAPI type helper
|
|
829
|
+
- [#38838](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38838) [`9ebabeaa630`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ebabeaa630) - added ExtractPublicEditorAPI type helper
|
|
816
830
|
|
|
817
831
|
### Patch Changes
|
|
818
832
|
|
|
819
|
-
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
833
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
820
834
|
- Updated dependencies
|
|
821
835
|
|
|
822
836
|
## 187.27.1
|
|
823
837
|
|
|
824
838
|
### Patch Changes
|
|
825
839
|
|
|
826
|
-
- [`719a3a60441`](https://bitbucket.org/atlassian/atlassian-frontend/commits/719a3a60441) - ED-19411 minor refactor of ResizableMediaSingleNext
|
|
840
|
+
- [#38768](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38768) [`719a3a60441`](https://bitbucket.org/atlassian/atlassian-frontend/commits/719a3a60441) - ED-19411 minor refactor of ResizableMediaSingleNext
|
|
827
841
|
|
|
828
842
|
## 187.27.0
|
|
829
843
|
|
|
830
844
|
### Minor Changes
|
|
831
845
|
|
|
832
|
-
- [`967f4819f58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/967f4819f58) - Introduce core plugin that is always injected into the pluginInjectionApi. This has a new action `execute` that replaces the existing `executeCommand` that was called from the `pluginInjectionApi`.
|
|
846
|
+
- [#38808](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38808) [`967f4819f58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/967f4819f58) - Introduce core plugin that is always injected into the pluginInjectionApi. This has a new action `execute` that replaces the existing `executeCommand` that was called from the `pluginInjectionApi`.
|
|
833
847
|
|
|
834
848
|
### Patch Changes
|
|
835
849
|
|
|
@@ -839,7 +853,7 @@
|
|
|
839
853
|
|
|
840
854
|
### Minor Changes
|
|
841
855
|
|
|
842
|
-
- [`0f3026deda5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0f3026deda5) - ED-12027 cleaned up table optimisation feature flags, made optimised code run by default.
|
|
856
|
+
- [#37656](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37656) [`0f3026deda5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0f3026deda5) - ED-12027 cleaned up table optimisation feature flags, made optimised code run by default.
|
|
843
857
|
|
|
844
858
|
### Patch Changes
|
|
845
859
|
|
|
@@ -849,53 +863,53 @@
|
|
|
849
863
|
|
|
850
864
|
### Patch Changes
|
|
851
865
|
|
|
852
|
-
- [`cbff538b420`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cbff538b420) - [ED-19428] Move shared types from quick-insert plugin to editor-common as a first step towards decoupling it from editor-core
|
|
866
|
+
- [#38688](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38688) [`cbff538b420`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cbff538b420) - [ED-19428] Move shared types from quick-insert plugin to editor-common as a first step towards decoupling it from editor-core
|
|
853
867
|
|
|
854
868
|
## 187.25.2
|
|
855
869
|
|
|
856
870
|
### Patch Changes
|
|
857
871
|
|
|
858
|
-
- [`f12aff135b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f12aff135b6) - Extract Composition Plugin
|
|
872
|
+
- [#38577](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38577) [`f12aff135b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f12aff135b6) - Extract Composition Plugin
|
|
859
873
|
- Updated dependencies
|
|
860
874
|
|
|
861
875
|
## 187.25.1
|
|
862
876
|
|
|
863
877
|
### Patch Changes
|
|
864
878
|
|
|
865
|
-
- [`8b914beaa94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b914beaa94) - [DTR-1800] Fixed boundary value bug that caused gap cursors to trigger when clicking inside a leaf node at the root of the element
|
|
879
|
+
- [#38728](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38728) [`8b914beaa94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b914beaa94) - [DTR-1800] Fixed boundary value bug that caused gap cursors to trigger when clicking inside a leaf node at the root of the element
|
|
866
880
|
|
|
867
881
|
## 187.25.0
|
|
868
882
|
|
|
869
883
|
### Minor Changes
|
|
870
884
|
|
|
871
|
-
- [`af2e8676033`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af2e8676033) - Create new command for typeahead plugin which exposes openTypeAheadAtCursor. Typeahead plugin is now a dependency for both emoji and mention plugins.
|
|
885
|
+
- [#38664](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38664) [`af2e8676033`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af2e8676033) - Create new command for typeahead plugin which exposes openTypeAheadAtCursor. Typeahead plugin is now a dependency for both emoji and mention plugins.
|
|
872
886
|
|
|
873
887
|
## 187.24.3
|
|
874
888
|
|
|
875
889
|
### Patch Changes
|
|
876
890
|
|
|
877
|
-
- [`72e552fe076`](https://bitbucket.org/atlassian/atlassian-frontend/commits/72e552fe076) - [ux] ED-17954: Fix inline node selections for mentions and emojis in iOS. Previously, the visually hidden assistive text would also be shown as a selection in iOS which would often make the selection look larger than the actual node itself.
|
|
878
|
-
- [`048717e2a19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/048717e2a19) - fix janky media toolbar when resize
|
|
891
|
+
- [#38496](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38496) [`72e552fe076`](https://bitbucket.org/atlassian/atlassian-frontend/commits/72e552fe076) - [ux] ED-17954: Fix inline node selections for mentions and emojis in iOS. Previously, the visually hidden assistive text would also be shown as a selection in iOS which would often make the selection look larger than the actual node itself.
|
|
892
|
+
- [#38696](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38696) [`048717e2a19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/048717e2a19) - fix janky media toolbar when resize
|
|
879
893
|
|
|
880
894
|
## 187.24.2
|
|
881
895
|
|
|
882
896
|
### Patch Changes
|
|
883
897
|
|
|
884
|
-
- [`8efc1dfc706`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8efc1dfc706) - ED-19330 create editor-list-plugin
|
|
898
|
+
- [#38692](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38692) [`8efc1dfc706`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8efc1dfc706) - ED-19330 create editor-list-plugin
|
|
885
899
|
- Updated dependencies
|
|
886
900
|
|
|
887
901
|
## 187.24.1
|
|
888
902
|
|
|
889
903
|
### Patch Changes
|
|
890
904
|
|
|
891
|
-
- [`5c3064cffe3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c3064cffe3) - Remove a selection hack for Chrome 88 to improve foucs/blur performance
|
|
892
|
-
- [`51e6a0128eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/51e6a0128eb) - ED-18969 Implemented relative guideline
|
|
905
|
+
- [#36819](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36819) [`5c3064cffe3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c3064cffe3) - Remove a selection hack for Chrome 88 to improve foucs/blur performance
|
|
906
|
+
- [#38672](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38672) [`51e6a0128eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/51e6a0128eb) - ED-18969 Implemented relative guideline
|
|
893
907
|
|
|
894
908
|
## 187.24.0
|
|
895
909
|
|
|
896
910
|
### Minor Changes
|
|
897
911
|
|
|
898
|
-
- [`24fc3925d73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/24fc3925d73) - Add a new hook called `usePreset` accesed via `@atlaskit/editor-core/use-preset`. This hook can be used to safely access state and commands from outside the editor using `EditorContext`.
|
|
912
|
+
- [#38495](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38495) [`24fc3925d73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/24fc3925d73) - Add a new hook called `usePreset` accesed via `@atlaskit/editor-core/use-preset`. This hook can be used to safely access state and commands from outside the editor using `EditorContext`.
|
|
899
913
|
|
|
900
914
|
### Patch Changes
|
|
901
915
|
|
|
@@ -905,33 +919,33 @@
|
|
|
905
919
|
|
|
906
920
|
### Patch Changes
|
|
907
921
|
|
|
908
|
-
- [`3a2d2104ca9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a2d2104ca9) - [ux] [ED-19468] Adds dark mode icon for date
|
|
909
|
-
- [`5365e42ef97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5365e42ef97) - cleaned up more of the \* as keymaps imports to enable better tree-shaking
|
|
922
|
+
- [#38489](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38489) [`3a2d2104ca9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a2d2104ca9) - [ux] [ED-19468] Adds dark mode icon for date
|
|
923
|
+
- [#38679](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38679) [`5365e42ef97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5365e42ef97) - cleaned up more of the \* as keymaps imports to enable better tree-shaking
|
|
910
924
|
|
|
911
925
|
## 187.23.1
|
|
912
926
|
|
|
913
927
|
### Patch Changes
|
|
914
928
|
|
|
915
|
-
- [`20439ad4597`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20439ad4597) - [ux] Remove all floatingbar items other than size input when resizing media single
|
|
916
|
-
- [`86794f736c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/86794f736c3) - cleaned up some of the keymap imports, and their function calls
|
|
929
|
+
- [#38462](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38462) [`20439ad4597`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20439ad4597) - [ux] Remove all floatingbar items other than size input when resizing media single
|
|
930
|
+
- [#38669](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38669) [`86794f736c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/86794f736c3) - cleaned up some of the keymap imports, and their function calls
|
|
917
931
|
|
|
918
932
|
## 187.23.0
|
|
919
933
|
|
|
920
934
|
### Minor Changes
|
|
921
935
|
|
|
922
|
-
- [`1cadce074e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1cadce074e4) - [ux] ED-19213 Improved typeahead styling with single point of interaction
|
|
936
|
+
- [#38394](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38394) [`1cadce074e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1cadce074e4) - [ux] ED-19213 Improved typeahead styling with single point of interaction
|
|
923
937
|
|
|
924
938
|
## 187.22.1
|
|
925
939
|
|
|
926
940
|
### Patch Changes
|
|
927
941
|
|
|
928
|
-
- [`8d950264934`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d950264934) - typing change to hangleMediaSingle for EditorAnalyticsAPI
|
|
942
|
+
- [#38655](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38655) [`8d950264934`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d950264934) - typing change to hangleMediaSingle for EditorAnalyticsAPI
|
|
929
943
|
|
|
930
944
|
## 187.22.0
|
|
931
945
|
|
|
932
946
|
### Minor Changes
|
|
933
947
|
|
|
934
|
-
- [`ee20a0c6142`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee20a0c6142) - Exporting default preset via preset-default endpoint. This can be accessed like so:
|
|
948
|
+
- [#38629](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38629) [`ee20a0c6142`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee20a0c6142) - Exporting default preset via preset-default endpoint. This can be accessed like so:
|
|
935
949
|
|
|
936
950
|
```ts
|
|
937
951
|
import { createDefaultPreset } from '@atlaskit/editor-core/preset-default';
|
|
@@ -955,182 +969,182 @@
|
|
|
955
969
|
|
|
956
970
|
### Patch Changes
|
|
957
971
|
|
|
958
|
-
- [`cf71a66559b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf71a66559b) - Update analytics event for new resize experience
|
|
972
|
+
- [#38464](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38464) [`cf71a66559b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf71a66559b) - Update analytics event for new resize experience
|
|
959
973
|
|
|
960
974
|
## 187.21.0
|
|
961
975
|
|
|
962
976
|
### Minor Changes
|
|
963
977
|
|
|
964
|
-
- [`560ce4c7a2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/560ce4c7a2b) - Pass annotations list to inline comment component
|
|
978
|
+
- [#38095](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38095) [`560ce4c7a2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/560ce4c7a2b) - Pass annotations list to inline comment component
|
|
965
979
|
|
|
966
980
|
## 187.20.1
|
|
967
981
|
|
|
968
982
|
### Patch Changes
|
|
969
983
|
|
|
970
|
-
- [`24f092238be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/24f092238be) - NO-ISSUE Switch collab type imports in editor-core to editor-common
|
|
984
|
+
- [#38613](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38613) [`24f092238be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/24f092238be) - NO-ISSUE Switch collab type imports in editor-core to editor-common
|
|
971
985
|
- [`469b5c12303`](https://bitbucket.org/atlassian/atlassian-frontend/commits/469b5c12303) - NO-ISSUE Move CollabEventLocalStepData to editor-common
|
|
972
|
-
- [`c2cd174b721`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2cd174b721) - - Add layout calculation in full width editor
|
|
986
|
+
- [#38385](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38385) [`c2cd174b721`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2cd174b721) - - Add layout calculation in full width editor
|
|
973
987
|
- Prevent scroll bar for wrapped layout in small viewport
|
|
974
988
|
- Limit resizing for nested node with wrapped layout
|
|
975
989
|
- Update size state for full-width layout to avoid flicker when first resizing
|
|
976
|
-
- [`da58165fe10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da58165fe10) - [ux] ED-19440 - Adds dark mode icons for bullet list, numbered list, quote, status and table
|
|
990
|
+
- [#38476](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38476) [`da58165fe10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da58165fe10) - [ux] ED-19440 - Adds dark mode icons for bullet list, numbered list, quote, status and table
|
|
977
991
|
|
|
978
992
|
## 187.20.0
|
|
979
993
|
|
|
980
994
|
### Minor Changes
|
|
981
995
|
|
|
982
|
-
- [`644c7942b34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/644c7942b34) - [ux] support updating pixel entry in media toolbar when resize media single
|
|
983
|
-
- [`43c51e0a282`](https://bitbucket.org/atlassian/atlassian-frontend/commits/43c51e0a282) - [ED-19431] Migrate all text-formatting plugin actions over to plugin commands
|
|
984
|
-
- [`a867b562d62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a867b562d62) - Add insertEmoji command and sharedState to emoji plugin.
|
|
996
|
+
- [#38458](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38458) [`644c7942b34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/644c7942b34) - [ux] support updating pixel entry in media toolbar when resize media single
|
|
997
|
+
- [#38497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38497) [`43c51e0a282`](https://bitbucket.org/atlassian/atlassian-frontend/commits/43c51e0a282) - [ED-19431] Migrate all text-formatting plugin actions over to plugin commands
|
|
998
|
+
- [#38566](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38566) [`a867b562d62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a867b562d62) - Add insertEmoji command and sharedState to emoji plugin.
|
|
985
999
|
|
|
986
1000
|
### Patch Changes
|
|
987
1001
|
|
|
988
|
-
- [`8375e041861`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8375e041861) - [ED-16733] Extract common functions used by media plugin to editor-common
|
|
1002
|
+
- [#38607](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38607) [`8375e041861`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8375e041861) - [ED-16733] Extract common functions used by media plugin to editor-common
|
|
989
1003
|
- Updated dependencies
|
|
990
1004
|
|
|
991
1005
|
## 187.19.1
|
|
992
1006
|
|
|
993
1007
|
### Patch Changes
|
|
994
1008
|
|
|
995
|
-
- [`f284dd4d761`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f284dd4d761) - updated withAnalytics usage to new EditorAnalyticsAPI
|
|
996
|
-
- [`442d9be406d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/442d9be406d) - [ux] [ED-19027] Fixed gap cursor for nodes with fixed width
|
|
1009
|
+
- [#38414](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38414) [`f284dd4d761`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f284dd4d761) - updated withAnalytics usage to new EditorAnalyticsAPI
|
|
1010
|
+
- [#38425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38425) [`442d9be406d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/442d9be406d) - [ux] [ED-19027] Fixed gap cursor for nodes with fixed width
|
|
997
1011
|
|
|
998
1012
|
## 187.19.0
|
|
999
1013
|
|
|
1000
1014
|
### Minor Changes
|
|
1001
1015
|
|
|
1002
|
-
- [`7cb6ec49e68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7cb6ec49e68) - Decouple `composition` plugin from `base` plugin
|
|
1016
|
+
- [#38415](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38415) [`7cb6ec49e68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7cb6ec49e68) - Decouple `composition` plugin from `base` plugin
|
|
1003
1017
|
|
|
1004
1018
|
## 187.18.2
|
|
1005
1019
|
|
|
1006
1020
|
### Patch Changes
|
|
1007
1021
|
|
|
1008
|
-
- [`079e7748c62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/079e7748c62) - Extracted `editor-plugin-image-upload` from `editor-core`.
|
|
1022
|
+
- [#38501](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38501) [`079e7748c62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/079e7748c62) - Extracted `editor-plugin-image-upload` from `editor-core`.
|
|
1009
1023
|
- Updated dependencies
|
|
1010
1024
|
|
|
1011
1025
|
## 187.18.1
|
|
1012
1026
|
|
|
1013
1027
|
### Patch Changes
|
|
1014
1028
|
|
|
1015
|
-
- [`7e77fe6f2ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e77fe6f2ed) - ED-19330 Decouple list plugin from editor-core
|
|
1029
|
+
- [#38419](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38419) [`7e77fe6f2ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e77fe6f2ed) - ED-19330 Decouple list plugin from editor-core
|
|
1016
1030
|
- Updated dependencies
|
|
1017
1031
|
|
|
1018
1032
|
## 187.18.0
|
|
1019
1033
|
|
|
1020
1034
|
### Minor Changes
|
|
1021
1035
|
|
|
1022
|
-
- [`80b964e24a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/80b964e24a2) - [ED-19205] Extract the text-formatting editor plugin to a separate package
|
|
1036
|
+
- [#38359](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38359) [`80b964e24a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/80b964e24a2) - [ED-19205] Extract the text-formatting editor plugin to a separate package
|
|
1023
1037
|
|
|
1024
1038
|
### Patch Changes
|
|
1025
1039
|
|
|
1026
|
-
- [`8474692c96d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8474692c96d) - [ux] ED-18785 Place toolbar below selection if not sufficient space above
|
|
1040
|
+
- [#38161](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38161) [`8474692c96d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8474692c96d) - [ux] ED-18785 Place toolbar below selection if not sufficient space above
|
|
1027
1041
|
- Updated dependencies
|
|
1028
1042
|
|
|
1029
1043
|
## 187.17.6
|
|
1030
1044
|
|
|
1031
1045
|
### Patch Changes
|
|
1032
1046
|
|
|
1033
|
-
- [`bdb69158e0a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdb69158e0a) - [ED-13910] Bump ProseMirror libraries to match prosemirror-view@1.31.6 dependencies
|
|
1047
|
+
- [#37887](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37887) [`bdb69158e0a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdb69158e0a) - [ED-13910] Bump ProseMirror libraries to match prosemirror-view@1.31.6 dependencies
|
|
1034
1048
|
- Updated dependencies
|
|
1035
1049
|
|
|
1036
1050
|
## 187.17.5
|
|
1037
1051
|
|
|
1038
1052
|
### Patch Changes
|
|
1039
1053
|
|
|
1040
|
-
- [`c1e5a879e02`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1e5a879e02) - [ED-17979] Remove the ability to clear formatting when selection is within a codeblock
|
|
1054
|
+
- [#38405](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38405) [`c1e5a879e02`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1e5a879e02) - [ED-17979] Remove the ability to clear formatting when selection is within a codeblock
|
|
1041
1055
|
|
|
1042
1056
|
## 187.17.3
|
|
1043
1057
|
|
|
1044
1058
|
### Patch Changes
|
|
1045
1059
|
|
|
1046
|
-
- [`7a438d76a8a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a438d76a8a) - [ED-16733] Extract Focus plugin to its own plugin
|
|
1060
|
+
- [#38424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38424) [`7a438d76a8a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a438d76a8a) - [ED-16733] Extract Focus plugin to its own plugin
|
|
1047
1061
|
- Updated dependencies
|
|
1048
1062
|
|
|
1049
1063
|
## 187.17.2
|
|
1050
1064
|
|
|
1051
1065
|
### Patch Changes
|
|
1052
1066
|
|
|
1053
|
-
- [`5f8e4780f9e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f8e4780f9e) - [ux] ED-19473 & ED-19435 Adds dark mode icons for action, code, decision, divider and Editor example to test them in none, light and dark modes.
|
|
1067
|
+
- [#38388](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38388) [`5f8e4780f9e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f8e4780f9e) - [ux] ED-19473 & ED-19435 Adds dark mode icons for action, code, decision, divider and Editor example to test them in none, light and dark modes.
|
|
1054
1068
|
|
|
1055
1069
|
## 187.17.1
|
|
1056
1070
|
|
|
1057
1071
|
### Patch Changes
|
|
1058
1072
|
|
|
1059
|
-
- [`9d2794a7753`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d2794a7753) - Add `executeCommand` to `pluginInjectionAPI` which should be used to dispatch a `PluginCommand` - from the `commands` property of a plugin.
|
|
1073
|
+
- [#38145](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38145) [`9d2794a7753`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d2794a7753) - Add `executeCommand` to `pluginInjectionAPI` which should be used to dispatch a `PluginCommand` - from the `commands` property of a plugin.
|
|
1060
1074
|
- Updated dependencies
|
|
1061
1075
|
|
|
1062
1076
|
## 187.17.0
|
|
1063
1077
|
|
|
1064
1078
|
### Minor Changes
|
|
1065
1079
|
|
|
1066
|
-
- [`fb3dab2b017`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb3dab2b017) - Decouple `better-type-history` plugin from `base` plugin
|
|
1080
|
+
- [#38345](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38345) [`fb3dab2b017`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb3dab2b017) - Decouple `better-type-history` plugin from `base` plugin
|
|
1067
1081
|
|
|
1068
1082
|
### Patch Changes
|
|
1069
1083
|
|
|
1070
|
-
- [`93a1fd7ce1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93a1fd7ce1e) - Removed ResizeLabel
|
|
1084
|
+
- [#38196](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38196) [`93a1fd7ce1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93a1fd7ce1e) - Removed ResizeLabel
|
|
1071
1085
|
|
|
1072
1086
|
## 187.16.1
|
|
1073
1087
|
|
|
1074
1088
|
### Patch Changes
|
|
1075
1089
|
|
|
1076
|
-
- [`8b104cb7575`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b104cb7575) - [ED-14769] Remove tableCellOptionsinFloatingToolbar feature flag & make it default behaviour
|
|
1090
|
+
- [#38287](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38287) [`8b104cb7575`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b104cb7575) - [ED-14769] Remove tableCellOptionsinFloatingToolbar feature flag & make it default behaviour
|
|
1077
1091
|
|
|
1078
1092
|
## 187.16.0
|
|
1079
1093
|
|
|
1080
1094
|
### Minor Changes
|
|
1081
1095
|
|
|
1082
|
-
- [`3413f770f2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3413f770f2b) - Moving references to floating-toolbar types to `editor-common`
|
|
1096
|
+
- [#38389](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38389) [`3413f770f2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3413f770f2b) - Moving references to floating-toolbar types to `editor-common`
|
|
1083
1097
|
|
|
1084
1098
|
### Patch Changes
|
|
1085
1099
|
|
|
1086
|
-
- [`3a43f854e59`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a43f854e59) - [ux] ED-18841: When cursor inside panel, at start of content, is backspaced, it should lift panel line of content out of panel, instead of only selecting the node above it (such as an expand or table node).
|
|
1100
|
+
- [#37960](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37960) [`3a43f854e59`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a43f854e59) - [ux] ED-18841: When cursor inside panel, at start of content, is backspaced, it should lift panel line of content out of panel, instead of only selecting the node above it (such as an expand or table node).
|
|
1087
1101
|
- Updated dependencies
|
|
1088
1102
|
|
|
1089
1103
|
## 187.15.1
|
|
1090
1104
|
|
|
1091
1105
|
### Patch Changes
|
|
1092
1106
|
|
|
1093
|
-
- [`3df14c86161`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3df14c86161) - Cleaning up better typeahead feature flag.
|
|
1107
|
+
- [#38377](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38377) [`3df14c86161`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3df14c86161) - Cleaning up better typeahead feature flag.
|
|
1094
1108
|
|
|
1095
1109
|
## 187.15.0
|
|
1096
1110
|
|
|
1097
1111
|
### Minor Changes
|
|
1098
1112
|
|
|
1099
|
-
- [`1a15910366d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a15910366d) - [ux] New pixel entry component for image resizing floating bar
|
|
1113
|
+
- [#38231](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38231) [`1a15910366d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a15910366d) - [ux] New pixel entry component for image resizing floating bar
|
|
1100
1114
|
|
|
1101
1115
|
## 187.14.12
|
|
1102
1116
|
|
|
1103
1117
|
### Patch Changes
|
|
1104
1118
|
|
|
1105
|
-
- [`7b8e8b52110`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b8e8b52110) - [ED-16733] Editor Media Extraction: Moving Floating Toolbar Separator to editor-common
|
|
1119
|
+
- [#38367](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38367) [`7b8e8b52110`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b8e8b52110) - [ED-16733] Editor Media Extraction: Moving Floating Toolbar Separator to editor-common
|
|
1106
1120
|
- Updated dependencies
|
|
1107
1121
|
|
|
1108
1122
|
## 187.14.11
|
|
1109
1123
|
|
|
1110
1124
|
### Patch Changes
|
|
1111
1125
|
|
|
1112
|
-
- [`bc706129ddb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc706129ddb) - Updated media to no longer use the old addAnalytics, using new AnalyticsAPI
|
|
1126
|
+
- [#38222](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38222) [`bc706129ddb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc706129ddb) - Updated media to no longer use the old addAnalytics, using new AnalyticsAPI
|
|
1113
1127
|
|
|
1114
1128
|
## 187.14.9
|
|
1115
1129
|
|
|
1116
1130
|
### Patch Changes
|
|
1117
1131
|
|
|
1118
|
-
- [`021d5f488ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/021d5f488ec) - [ED-16733] Media Plugin Extractation - Move core commands to common entrypoint
|
|
1132
|
+
- [#38352](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38352) [`021d5f488ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/021d5f488ec) - [ED-16733] Media Plugin Extractation - Move core commands to common entrypoint
|
|
1119
1133
|
- Updated dependencies
|
|
1120
1134
|
|
|
1121
1135
|
## 187.14.8
|
|
1122
1136
|
|
|
1123
1137
|
### Patch Changes
|
|
1124
1138
|
|
|
1125
|
-
- [`8fe864e4f7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8fe864e4f7a) - [ux] ED-19336: Fixed insert column button not visible when sticky header is enabled."
|
|
1126
|
-
- [`4cbae03c15c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4cbae03c15c) - Set maxWidth for ResizerNext to stop lable updating when reaching max width
|
|
1139
|
+
- [#38134](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38134) [`8fe864e4f7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8fe864e4f7a) - [ux] ED-19336: Fixed insert column button not visible when sticky header is enabled."
|
|
1140
|
+
- [#38219](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38219) [`4cbae03c15c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4cbae03c15c) - Set maxWidth for ResizerNext to stop lable updating when reaching max width
|
|
1127
1141
|
|
|
1128
1142
|
## 187.14.7
|
|
1129
1143
|
|
|
1130
1144
|
### Patch Changes
|
|
1131
1145
|
|
|
1132
|
-
- [`3bbe8f91f34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3bbe8f91f34) - refactor ResizableMediaSingleNext around guidelines and snapping
|
|
1133
|
-
- [`a675f834911`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a675f834911) - Introduce `commands` optional parameter to `NextEditorPlugin`. It can be used similarly to `actions` in `NextEditorPlugin` but `commands` must adhere to the type of `PluginCommand`:
|
|
1146
|
+
- [#38130](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38130) [`3bbe8f91f34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3bbe8f91f34) - refactor ResizableMediaSingleNext around guidelines and snapping
|
|
1147
|
+
- [#38001](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38001) [`a675f834911`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a675f834911) - Introduce `commands` optional parameter to `NextEditorPlugin`. It can be used similarly to `actions` in `NextEditorPlugin` but `commands` must adhere to the type of `PluginCommand`:
|
|
1134
1148
|
|
|
1135
1149
|
```ts
|
|
1136
1150
|
type PluginCommand = ({ tr }: { tr: Transaction }) => Transaction | null;
|
|
@@ -1144,20 +1158,20 @@
|
|
|
1144
1158
|
|
|
1145
1159
|
### Patch Changes
|
|
1146
1160
|
|
|
1147
|
-
- [`8699cf99ceb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8699cf99ceb) - Exporting LayoutPluginOptions and CollabEditOptions from editor-common.
|
|
1161
|
+
- [#38323](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38323) [`8699cf99ceb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8699cf99ceb) - Exporting LayoutPluginOptions and CollabEditOptions from editor-common.
|
|
1148
1162
|
- Updated dependencies
|
|
1149
1163
|
|
|
1150
1164
|
## 187.14.3
|
|
1151
1165
|
|
|
1152
1166
|
### Patch Changes
|
|
1153
1167
|
|
|
1154
|
-
- [`c8c91a25360`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8c91a25360) - [ux] Fix floating toolbar breakout buttons on extensions.
|
|
1168
|
+
- [#38319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38319) [`c8c91a25360`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8c91a25360) - [ux] Fix floating toolbar breakout buttons on extensions.
|
|
1155
1169
|
|
|
1156
1170
|
## 187.14.2
|
|
1157
1171
|
|
|
1158
1172
|
### Patch Changes
|
|
1159
1173
|
|
|
1160
|
-
- [`9064e2d0f28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9064e2d0f28) - [ux] HOT-104783 Reverting https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37639
|
|
1174
|
+
- [#38316](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38316) [`9064e2d0f28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9064e2d0f28) - [ux] HOT-104783 Reverting https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37639
|
|
1161
1175
|
- Updated dependencies
|
|
1162
1176
|
|
|
1163
1177
|
## 187.14.1
|
|
@@ -1170,33 +1184,33 @@
|
|
|
1170
1184
|
|
|
1171
1185
|
### Minor Changes
|
|
1172
1186
|
|
|
1173
|
-
- [`ffd94268ee9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffd94268ee9) - ED-16575 follow up refactor of EditorNext plugins
|
|
1187
|
+
- [#38269](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38269) [`ffd94268ee9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffd94268ee9) - ED-16575 follow up refactor of EditorNext plugins
|
|
1174
1188
|
|
|
1175
1189
|
## 187.13.5
|
|
1176
1190
|
|
|
1177
1191
|
### Patch Changes
|
|
1178
1192
|
|
|
1179
|
-
- [`30d82d3462c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30d82d3462c) - [ED-19175] add missing support for the unsupportedBlock in table related nodes
|
|
1180
|
-
- [`b041e51896d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b041e51896d) - Fix width plugin state reading when inserting a media single node
|
|
1193
|
+
- [#37639](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37639) [`30d82d3462c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30d82d3462c) - [ED-19175] add missing support for the unsupportedBlock in table related nodes
|
|
1194
|
+
- [#38229](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38229) [`b041e51896d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b041e51896d) - Fix width plugin state reading when inserting a media single node
|
|
1181
1195
|
- Updated dependencies
|
|
1182
1196
|
|
|
1183
1197
|
## 187.13.3
|
|
1184
1198
|
|
|
1185
1199
|
### Patch Changes
|
|
1186
1200
|
|
|
1187
|
-
- [`62d6f381722`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62d6f381722) - ED-18969 preliminaary refactor for relative guideline.
|
|
1201
|
+
- [#38156](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38156) [`62d6f381722`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62d6f381722) - ED-18969 preliminaary refactor for relative guideline.
|
|
1188
1202
|
|
|
1189
1203
|
## 187.13.2
|
|
1190
1204
|
|
|
1191
1205
|
### Patch Changes
|
|
1192
1206
|
|
|
1193
|
-
- [`f194fae5d20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f194fae5d20) - Refactored ResizableMediaSingleNext to use editor-common utils
|
|
1207
|
+
- [#38132](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38132) [`f194fae5d20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f194fae5d20) - Refactored ResizableMediaSingleNext to use editor-common utils
|
|
1194
1208
|
|
|
1195
1209
|
## 187.13.0
|
|
1196
1210
|
|
|
1197
1211
|
### Minor Changes
|
|
1198
1212
|
|
|
1199
|
-
- [`8695abdde8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8695abdde8e) - [ED-18289] Clean-up Editor Sentry feature flag
|
|
1213
|
+
- [#38217](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38217) [`8695abdde8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8695abdde8e) - [ED-18289] Clean-up Editor Sentry feature flag
|
|
1200
1214
|
|
|
1201
1215
|
### Patch Changes
|
|
1202
1216
|
|
|
@@ -1206,14 +1220,14 @@
|
|
|
1206
1220
|
|
|
1207
1221
|
### Minor Changes
|
|
1208
1222
|
|
|
1209
|
-
- [`94eaf42403b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/94eaf42403b) - ED-16575 - clean up EditorNext Props
|
|
1210
|
-
- [`c2279d7aeb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2279d7aeb1) - [ED-19205] Update text formatting plugin API to abstract away the analytics implementation
|
|
1223
|
+
- [#38066](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38066) [`94eaf42403b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/94eaf42403b) - ED-16575 - clean up EditorNext Props
|
|
1224
|
+
- [#38225](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38225) [`c2279d7aeb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2279d7aeb1) - [ED-19205] Update text formatting plugin API to abstract away the analytics implementation
|
|
1211
1225
|
|
|
1212
1226
|
## 187.11.0
|
|
1213
1227
|
|
|
1214
1228
|
### Minor Changes
|
|
1215
1229
|
|
|
1216
|
-
- [`c6c3b7e43d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6c3b7e43d3) - [ED-19202] Remove direct dependency of editor-core code on text-formatting plugin
|
|
1230
|
+
- [#37920](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37920) [`c6c3b7e43d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6c3b7e43d3) - [ED-19202] Remove direct dependency of editor-core code on text-formatting plugin
|
|
1217
1231
|
|
|
1218
1232
|
### Patch Changes
|
|
1219
1233
|
|
|
@@ -1223,19 +1237,19 @@
|
|
|
1223
1237
|
|
|
1224
1238
|
### Patch Changes
|
|
1225
1239
|
|
|
1226
|
-
- [`7c8a9a4c0c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c8a9a4c0c1) - Update mediaSingleWidth props to render legacy media single with correct dimensions
|
|
1240
|
+
- [#37839](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37839) [`7c8a9a4c0c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c8a9a4c0c1) - Update mediaSingleWidth props to render legacy media single with correct dimensions
|
|
1227
1241
|
|
|
1228
1242
|
## 187.10.6
|
|
1229
1243
|
|
|
1230
1244
|
### Patch Changes
|
|
1231
1245
|
|
|
1232
|
-
- [`eeecb78b23f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eeecb78b23f) - Added media-single utils to editor-common and moved utils from editor-core/media to edtor-common/media-single.
|
|
1246
|
+
- [#37885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37885) [`eeecb78b23f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eeecb78b23f) - Added media-single utils to editor-common and moved utils from editor-core/media to edtor-common/media-single.
|
|
1233
1247
|
|
|
1234
1248
|
## 187.10.4
|
|
1235
1249
|
|
|
1236
1250
|
### Patch Changes
|
|
1237
1251
|
|
|
1238
|
-
- [`14fb6018157`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14fb6018157) - [ED-19354] Small fixes to respect the next ProseMirror version
|
|
1252
|
+
- [#38048](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38048) [`14fb6018157`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14fb6018157) - [ED-19354] Small fixes to respect the next ProseMirror version
|
|
1239
1253
|
|
|
1240
1254
|
## 187.10.3
|
|
1241
1255
|
|
|
@@ -1247,20 +1261,20 @@
|
|
|
1247
1261
|
|
|
1248
1262
|
### Patch Changes
|
|
1249
1263
|
|
|
1250
|
-
- [`7cca8fcf473`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7cca8fcf473) - ED-18274: Remove unused feature flags listNumberContinuity and restartNumberedListsToolbar (not planned for future use either) (all related to the restart lists project)
|
|
1264
|
+
- [#37872](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37872) [`7cca8fcf473`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7cca8fcf473) - ED-18274: Remove unused feature flags listNumberContinuity and restartNumberedListsToolbar (not planned for future use either) (all related to the restart lists project)
|
|
1251
1265
|
|
|
1252
1266
|
## 187.10.1
|
|
1253
1267
|
|
|
1254
1268
|
### Patch Changes
|
|
1255
1269
|
|
|
1256
|
-
- [`31405891e32`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31405891e32) - Extract editor disabled plugin as separate package.
|
|
1270
|
+
- [#37702](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37702) [`31405891e32`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31405891e32) - Extract editor disabled plugin as separate package.
|
|
1257
1271
|
- Updated dependencies
|
|
1258
1272
|
|
|
1259
1273
|
## 187.10.0
|
|
1260
1274
|
|
|
1261
1275
|
### Minor Changes
|
|
1262
1276
|
|
|
1263
|
-
- [`1944b35b538`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1944b35b538) - move common utilities to editor-common, to help with decoupling block-type plugin
|
|
1277
|
+
- [#37964](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37964) [`1944b35b538`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1944b35b538) - move common utilities to editor-common, to help with decoupling block-type plugin
|
|
1264
1278
|
|
|
1265
1279
|
### Patch Changes
|
|
1266
1280
|
|
|
@@ -1270,14 +1284,14 @@
|
|
|
1270
1284
|
|
|
1271
1285
|
### Patch Changes
|
|
1272
1286
|
|
|
1273
|
-
- [`6190030df97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6190030df97) - Migrate `emoji` plugin to the new Analytics API
|
|
1274
|
-
- [`78068814a36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78068814a36) - [ux] Fix user selection via arrow keys getting stuck inside nested body macro if it's not empty or cannot shift + arrow into the macro
|
|
1287
|
+
- [#37926](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37926) [`6190030df97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6190030df97) - Migrate `emoji` plugin to the new Analytics API
|
|
1288
|
+
- [#37581](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37581) [`78068814a36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78068814a36) - [ux] Fix user selection via arrow keys getting stuck inside nested body macro if it's not empty or cannot shift + arrow into the macro
|
|
1275
1289
|
|
|
1276
1290
|
## 187.9.0
|
|
1277
1291
|
|
|
1278
1292
|
### Minor Changes
|
|
1279
1293
|
|
|
1280
|
-
- [`936c30f8dc9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/936c30f8dc9) - support new image resize experience under feature flag
|
|
1294
|
+
- [#32787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32787) [`936c30f8dc9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/936c30f8dc9) - support new image resize experience under feature flag
|
|
1281
1295
|
|
|
1282
1296
|
### Patch Changes
|
|
1283
1297
|
|
|
@@ -1287,42 +1301,42 @@
|
|
|
1287
1301
|
|
|
1288
1302
|
### Patch Changes
|
|
1289
1303
|
|
|
1290
|
-
- [`0756bf2b120`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0756bf2b120) - [ux] ED-18780 Add first element to page when pressing enter on Insert Menu
|
|
1304
|
+
- [#37744](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37744) [`0756bf2b120`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0756bf2b120) - [ux] ED-18780 Add first element to page when pressing enter on Insert Menu
|
|
1291
1305
|
|
|
1292
1306
|
## 187.8.11
|
|
1293
1307
|
|
|
1294
1308
|
### Patch Changes
|
|
1295
1309
|
|
|
1296
|
-
- [`2b54c3b0d24`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b54c3b0d24) - [ED-19203] Decouple text-formatting plugin and editor-core
|
|
1310
|
+
- [#37821](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37821) [`2b54c3b0d24`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b54c3b0d24) - [ED-19203] Decouple text-formatting plugin and editor-core
|
|
1297
1311
|
- Updated dependencies
|
|
1298
1312
|
|
|
1299
1313
|
## 187.8.10
|
|
1300
1314
|
|
|
1301
1315
|
### Patch Changes
|
|
1302
1316
|
|
|
1303
|
-
- [`d8c1bcdc71a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8c1bcdc71a) - ED-19217 decoupled lists related util functions from editor-core
|
|
1317
|
+
- [#37650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37650) [`d8c1bcdc71a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8c1bcdc71a) - ED-19217 decoupled lists related util functions from editor-core
|
|
1304
1318
|
- Updated dependencies
|
|
1305
1319
|
|
|
1306
1320
|
## 187.8.7
|
|
1307
1321
|
|
|
1308
1322
|
### Patch Changes
|
|
1309
1323
|
|
|
1310
|
-
- [`22e9c894ca1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22e9c894ca1) - update test for numbered column table
|
|
1311
|
-
- [`3a1cd78b42a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a1cd78b42a) - [ED-19203] Moving some common logic, styles, and types to editor-common to make it easier to extract the text-formatting plugin from editor-core
|
|
1324
|
+
- [#37775](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37775) [`22e9c894ca1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22e9c894ca1) - update test for numbered column table
|
|
1325
|
+
- [#37493](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37493) [`3a1cd78b42a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a1cd78b42a) - [ED-19203] Moving some common logic, styles, and types to editor-common to make it easier to extract the text-formatting plugin from editor-core
|
|
1312
1326
|
- Updated dependencies
|
|
1313
1327
|
|
|
1314
1328
|
## 187.8.3
|
|
1315
1329
|
|
|
1316
1330
|
### Patch Changes
|
|
1317
1331
|
|
|
1318
|
-
- [`4e6f1bf8511`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6f1bf8511) - [ED-19233] Import prosemirror libraries from internal facade package
|
|
1332
|
+
- [#37785](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37785) [`4e6f1bf8511`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6f1bf8511) - [ED-19233] Import prosemirror libraries from internal facade package
|
|
1319
1333
|
- Updated dependencies
|
|
1320
1334
|
|
|
1321
1335
|
## 187.8.0
|
|
1322
1336
|
|
|
1323
1337
|
### Minor Changes
|
|
1324
1338
|
|
|
1325
|
-
- [`9bc531568ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9bc531568ad) - [ED-19216] Remove current analytics in list plugin
|
|
1339
|
+
- [#37503](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37503) [`9bc531568ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9bc531568ad) - [ED-19216] Remove current analytics in list plugin
|
|
1326
1340
|
|
|
1327
1341
|
## 187.7.2
|
|
1328
1342
|
|
|
@@ -1334,13 +1348,13 @@
|
|
|
1334
1348
|
|
|
1335
1349
|
### Patch Changes
|
|
1336
1350
|
|
|
1337
|
-
- [`b0277c41c33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0277c41c33) - ED-19064: Fixed border issue when selecting and deleting header column, and fixed border issue of the column control decoration."
|
|
1351
|
+
- [#37567](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37567) [`b0277c41c33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0277c41c33) - ED-19064: Fixed border issue when selecting and deleting header column, and fixed border issue of the column control decoration."
|
|
1338
1352
|
|
|
1339
1353
|
## 187.7.0
|
|
1340
1354
|
|
|
1341
1355
|
### Minor Changes
|
|
1342
1356
|
|
|
1343
|
-
- [`e83596269e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e83596269e5) - Add isResizing support into media plugin
|
|
1357
|
+
- [#37572](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37572) [`e83596269e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e83596269e5) - Add isResizing support into media plugin
|
|
1344
1358
|
|
|
1345
1359
|
### Patch Changes
|
|
1346
1360
|
|
|
@@ -1350,20 +1364,20 @@
|
|
|
1350
1364
|
|
|
1351
1365
|
### Patch Changes
|
|
1352
1366
|
|
|
1353
|
-
- [`fa2209eee80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa2209eee80) - [ux] Fixes z-index full page editor main toolbar
|
|
1354
|
-
- [`9b64591559a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b64591559a) - [ux] ED-19163 Expand should only wrap selected text if added inline
|
|
1367
|
+
- [#37663](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37663) [`fa2209eee80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa2209eee80) - [ux] Fixes z-index full page editor main toolbar
|
|
1368
|
+
- [#37606](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37606) [`9b64591559a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b64591559a) - [ux] ED-19163 Expand should only wrap selected text if added inline
|
|
1355
1369
|
|
|
1356
1370
|
## 187.6.1
|
|
1357
1371
|
|
|
1358
1372
|
### Patch Changes
|
|
1359
1373
|
|
|
1360
|
-
- [`65f1e2bf9fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65f1e2bf9fc) - [ux] ED-18212 Disable toolbar mention when cursor is inside a codeblock
|
|
1374
|
+
- [#37405](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37405) [`65f1e2bf9fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65f1e2bf9fc) - [ux] ED-18212 Disable toolbar mention when cursor is inside a codeblock
|
|
1361
1375
|
|
|
1362
1376
|
## 187.6.0
|
|
1363
1377
|
|
|
1364
1378
|
### Minor Changes
|
|
1365
1379
|
|
|
1366
|
-
- [`91410d6064c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91410d6064c) - [ux] NOISSUE Fix linkify of file links on space
|
|
1380
|
+
- [#37158](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37158) [`91410d6064c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91410d6064c) - [ux] NOISSUE Fix linkify of file links on space
|
|
1367
1381
|
|
|
1368
1382
|
### Patch Changes
|
|
1369
1383
|
|
|
@@ -1373,87 +1387,87 @@
|
|
|
1373
1387
|
|
|
1374
1388
|
### Patch Changes
|
|
1375
1389
|
|
|
1376
|
-
- [`6b6ec9afee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b6ec9afee3) - [ED-19157] Support setting image width based on editor size for newly inserted images behind feature flag
|
|
1390
|
+
- [#37353](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37353) [`6b6ec9afee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b6ec9afee3) - [ED-19157] Support setting image width based on editor size for newly inserted images behind feature flag
|
|
1377
1391
|
|
|
1378
1392
|
## 187.5.5
|
|
1379
1393
|
|
|
1380
1394
|
### Patch Changes
|
|
1381
1395
|
|
|
1382
|
-
- [`01237de37e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01237de37e7) - [ED-17901] Update clear button on input to have tabindex and update tests to test for both chrome / firefox and safari
|
|
1396
|
+
- [#37496](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37496) [`01237de37e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01237de37e7) - [ED-17901] Update clear button on input to have tabindex and update tests to test for both chrome / firefox and safari
|
|
1383
1397
|
|
|
1384
1398
|
## 187.5.0
|
|
1385
1399
|
|
|
1386
1400
|
### Minor Changes
|
|
1387
1401
|
|
|
1388
|
-
- [`164ab991f40`](https://bitbucket.org/atlassian/atlassian-frontend/commits/164ab991f40) - Updating the composable editor (@atlaskit/editor-core/composable-editor) to a functional component.
|
|
1402
|
+
- [#37442](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37442) [`164ab991f40`](https://bitbucket.org/atlassian/atlassian-frontend/commits/164ab991f40) - Updating the composable editor (@atlaskit/editor-core/composable-editor) to a functional component.
|
|
1389
1403
|
|
|
1390
1404
|
## 187.4.11
|
|
1391
1405
|
|
|
1392
1406
|
### Patch Changes
|
|
1393
1407
|
|
|
1394
|
-
- [`8f01c8d69d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f01c8d69d7) - ED-18946 fixed leaking debounce function on assistive text unmount
|
|
1408
|
+
- [#36896](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36896) [`8f01c8d69d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f01c8d69d7) - ED-18946 fixed leaking debounce function on assistive text unmount
|
|
1395
1409
|
- Updated dependencies
|
|
1396
1410
|
|
|
1397
1411
|
## 187.4.10
|
|
1398
1412
|
|
|
1399
1413
|
### Patch Changes
|
|
1400
1414
|
|
|
1401
|
-
- [`33cec4ba4f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cec4ba4f0) - [ED-19203] Extract common logic, styles, and types to editor-common
|
|
1415
|
+
- [#37428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37428) [`33cec4ba4f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cec4ba4f0) - [ED-19203] Extract common logic, styles, and types to editor-common
|
|
1402
1416
|
|
|
1403
1417
|
## 187.4.8
|
|
1404
1418
|
|
|
1405
1419
|
### Patch Changes
|
|
1406
1420
|
|
|
1407
|
-
- [`d3851530199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3851530199) - Update snapping logic, tests and examples
|
|
1421
|
+
- [#37456](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37456) [`d3851530199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3851530199) - Update snapping logic, tests and examples
|
|
1408
1422
|
- Updated dependencies
|
|
1409
1423
|
|
|
1410
1424
|
## 187.4.7
|
|
1411
1425
|
|
|
1412
1426
|
### Patch Changes
|
|
1413
1427
|
|
|
1414
|
-
- [`6255c2ad1c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6255c2ad1c9) - [ux] Adds ability to open Assets datasource dialog using the slash command in the editor, behind a feature flag
|
|
1428
|
+
- [#37357](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37357) [`6255c2ad1c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6255c2ad1c9) - [ux] Adds ability to open Assets datasource dialog using the slash command in the editor, behind a feature flag
|
|
1415
1429
|
|
|
1416
1430
|
## 187.4.5
|
|
1417
1431
|
|
|
1418
1432
|
### Patch Changes
|
|
1419
1433
|
|
|
1420
|
-
- [`eba71a21f88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eba71a21f88) - [ED-19204] Let ProseMirror handle selections targeting empty paragraphs on root
|
|
1434
|
+
- [#37391](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37391) [`eba71a21f88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eba71a21f88) - [ED-19204] Let ProseMirror handle selections targeting empty paragraphs on root
|
|
1421
1435
|
|
|
1422
1436
|
## 187.4.2
|
|
1423
1437
|
|
|
1424
1438
|
### Patch Changes
|
|
1425
1439
|
|
|
1426
|
-
- [`e64541c6fda`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e64541c6fda) - [ux] [ED-18759] Updated table border, handlebar controls, blanket, icon, icon background and table cell options button colour tokens on light and dark theme for table selection and table deletion. Borders for Table Floating Contextual Button & Floating toolbar color palette button on dark & light theme are also updated.
|
|
1440
|
+
- [#36845](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36845) [`e64541c6fda`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e64541c6fda) - [ux] [ED-18759] Updated table border, handlebar controls, blanket, icon, icon background and table cell options button colour tokens on light and dark theme for table selection and table deletion. Borders for Table Floating Contextual Button & Floating toolbar color palette button on dark & light theme are also updated.
|
|
1427
1441
|
|
|
1428
1442
|
## 187.4.0
|
|
1429
1443
|
|
|
1430
1444
|
### Minor Changes
|
|
1431
1445
|
|
|
1432
|
-
- [`315332d1509`](https://bitbucket.org/atlassian/atlassian-frontend/commits/315332d1509) - Converts the existing withAnalytics events within the text-formatting to use the new EditorAnalyticsAPI instead
|
|
1446
|
+
- [#37189](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37189) [`315332d1509`](https://bitbucket.org/atlassian/atlassian-frontend/commits/315332d1509) - Converts the existing withAnalytics events within the text-formatting to use the new EditorAnalyticsAPI instead
|
|
1433
1447
|
|
|
1434
1448
|
## 187.3.6
|
|
1435
1449
|
|
|
1436
1450
|
### Patch Changes
|
|
1437
1451
|
|
|
1438
|
-
- [`b9355830504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9355830504) - Opt out of peer dependency enforcement
|
|
1452
|
+
- [#37340](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37340) [`b9355830504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9355830504) - Opt out of peer dependency enforcement
|
|
1439
1453
|
|
|
1440
1454
|
## 187.3.5
|
|
1441
1455
|
|
|
1442
1456
|
### Patch Changes
|
|
1443
1457
|
|
|
1444
|
-
- [`f10d32545d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f10d32545d2) - Fix bug where clicking anything in column picker inside Datasource table triggers editor focus toggling
|
|
1458
|
+
- [#37163](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37163) [`f10d32545d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f10d32545d2) - Fix bug where clicking anything in column picker inside Datasource table triggers editor focus toggling
|
|
1445
1459
|
|
|
1446
1460
|
## 187.3.4
|
|
1447
1461
|
|
|
1448
1462
|
### Patch Changes
|
|
1449
1463
|
|
|
1450
|
-
- [`dbc45526d36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbc45526d36) - ED-18879 prevent cursor from appearing at incorrect position after IME composition
|
|
1464
|
+
- [#37252](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37252) [`dbc45526d36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbc45526d36) - ED-18879 prevent cursor from appearing at incorrect position after IME composition
|
|
1451
1465
|
|
|
1452
1466
|
## 187.3.0
|
|
1453
1467
|
|
|
1454
1468
|
### Minor Changes
|
|
1455
1469
|
|
|
1456
|
-
- [`6bacee18c2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6bacee18c2d) - [ux] Add new allowDatasource prop for enabling datasource in editor and add inlineCard fallback render for blockCard with datasource
|
|
1470
|
+
- [#36750](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36750) [`6bacee18c2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6bacee18c2d) - [ux] Add new allowDatasource prop for enabling datasource in editor and add inlineCard fallback render for blockCard with datasource
|
|
1457
1471
|
|
|
1458
1472
|
### Patch Changes
|
|
1459
1473
|
|
|
@@ -1463,44 +1477,44 @@
|
|
|
1463
1477
|
|
|
1464
1478
|
### Patch Changes
|
|
1465
1479
|
|
|
1466
|
-
- [`022b25d8eed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/022b25d8eed) - ED-17862: Fixed cusor position after pasting panel decisions in the same table cell."
|
|
1480
|
+
- [#37175](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37175) [`022b25d8eed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/022b25d8eed) - ED-17862: Fixed cusor position after pasting panel decisions in the same table cell."
|
|
1467
1481
|
|
|
1468
1482
|
## 187.2.5
|
|
1469
1483
|
|
|
1470
1484
|
### Patch Changes
|
|
1471
1485
|
|
|
1472
|
-
- [`9663c3a9616`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9663c3a9616) - [ux] fix editor first focus
|
|
1486
|
+
- [#34967](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34967) [`9663c3a9616`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9663c3a9616) - [ux] fix editor first focus
|
|
1473
1487
|
|
|
1474
1488
|
## 187.2.4
|
|
1475
1489
|
|
|
1476
1490
|
### Patch Changes
|
|
1477
1491
|
|
|
1478
|
-
- [`30f2b96479f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30f2b96479f) - Update image upload plugin to use optional plugin upload interface
|
|
1492
|
+
- [#37012](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37012) [`30f2b96479f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30f2b96479f) - Update image upload plugin to use optional plugin upload interface
|
|
1479
1493
|
|
|
1480
1494
|
## 187.2.3
|
|
1481
1495
|
|
|
1482
1496
|
### Patch Changes
|
|
1483
1497
|
|
|
1484
|
-
- [`a70c938c3de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a70c938c3de) - fix issue where wrong expand node type was being inserted into tables (insert menu)
|
|
1498
|
+
- [#37139](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37139) [`a70c938c3de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a70c938c3de) - fix issue where wrong expand node type was being inserted into tables (insert menu)
|
|
1485
1499
|
|
|
1486
1500
|
## 187.2.2
|
|
1487
1501
|
|
|
1488
1502
|
### Patch Changes
|
|
1489
1503
|
|
|
1490
|
-
- [`0e45d910987`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e45d910987) - [ED-18083] Moved panel gap cursor tests to Libra
|
|
1504
|
+
- [#36982](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36982) [`0e45d910987`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e45d910987) - [ED-18083] Moved panel gap cursor tests to Libra
|
|
1491
1505
|
- Updated dependencies
|
|
1492
1506
|
|
|
1493
1507
|
## 187.2.1
|
|
1494
1508
|
|
|
1495
1509
|
### Patch Changes
|
|
1496
1510
|
|
|
1497
|
-
- [`f4f06674b2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4f06674b2f) - Fix additional typeahead character being added to editor when using composition.
|
|
1511
|
+
- [#37140](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37140) [`f4f06674b2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4f06674b2f) - Fix additional typeahead character being added to editor when using composition.
|
|
1498
1512
|
|
|
1499
1513
|
## 187.2.0
|
|
1500
1514
|
|
|
1501
1515
|
### Minor Changes
|
|
1502
1516
|
|
|
1503
|
-
- [`e7ed90bad7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ed90bad7c) - Remove platform feature flag calls to editor-core and pass through a new option instead for custom table widths project, allowing for simpler clean up and reference
|
|
1517
|
+
- [#36960](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36960) [`e7ed90bad7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ed90bad7c) - Remove platform feature flag calls to editor-core and pass through a new option instead for custom table widths project, allowing for simpler clean up and reference
|
|
1504
1518
|
|
|
1505
1519
|
### Patch Changes
|
|
1506
1520
|
|
|
@@ -1510,25 +1524,25 @@
|
|
|
1510
1524
|
|
|
1511
1525
|
### Patch Changes
|
|
1512
1526
|
|
|
1513
|
-
- [`b00f47b4576`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b00f47b4576) - [ED-18035] stop keydown propogation for typeaheadlist
|
|
1527
|
+
- [#36836](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36836) [`b00f47b4576`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b00f47b4576) - [ED-18035] stop keydown propogation for typeaheadlist
|
|
1514
1528
|
|
|
1515
1529
|
## 187.1.3
|
|
1516
1530
|
|
|
1517
1531
|
### Patch Changes
|
|
1518
1532
|
|
|
1519
|
-
- [`6f9db080133`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f9db080133) - flaky test reporter
|
|
1533
|
+
- [#36408](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36408) [`6f9db080133`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f9db080133) - flaky test reporter
|
|
1520
1534
|
|
|
1521
1535
|
## 187.1.1
|
|
1522
1536
|
|
|
1523
1537
|
### Patch Changes
|
|
1524
1538
|
|
|
1525
|
-
- [`3fb20c4aeba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb20c4aeba) - Add postinstall check to enforce internal peer dependencies
|
|
1539
|
+
- [#36757](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36757) [`3fb20c4aeba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb20c4aeba) - Add postinstall check to enforce internal peer dependencies
|
|
1526
1540
|
|
|
1527
1541
|
## 187.0.0
|
|
1528
1542
|
|
|
1529
1543
|
### Major Changes
|
|
1530
1544
|
|
|
1531
|
-
- [`304c002d875`](https://bitbucket.org/atlassian/atlassian-frontend/commits/304c002d875) - Removing `Editor` from `labs-next` entry point. This `Editor` was experimental and is not maintained any longer.
|
|
1545
|
+
- [#36917](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36917) [`304c002d875`](https://bitbucket.org/atlassian/atlassian-frontend/commits/304c002d875) - Removing `Editor` from `labs-next` entry point. This `Editor` was experimental and is not maintained any longer.
|
|
1532
1546
|
|
|
1533
1547
|
You should use the existing `Editor` from `editor-core`:
|
|
1534
1548
|
|
|
@@ -1540,14 +1554,14 @@
|
|
|
1540
1554
|
|
|
1541
1555
|
### Patch Changes
|
|
1542
1556
|
|
|
1543
|
-
- [`38dc2298bf5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/38dc2298bf5) - fix issue where wrong expand node type was being inserted into tables
|
|
1557
|
+
- [#37050](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37050) [`38dc2298bf5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/38dc2298bf5) - fix issue where wrong expand node type was being inserted into tables
|
|
1544
1558
|
- Updated dependencies
|
|
1545
1559
|
|
|
1546
1560
|
## 186.0.0
|
|
1547
1561
|
|
|
1548
1562
|
### Major Changes
|
|
1549
1563
|
|
|
1550
|
-
- [`8e084d87da5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e084d87da5) - Remove deprecated hyperlink commands and plugin key including:
|
|
1564
|
+
- [#37010](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37010) [`8e084d87da5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e084d87da5) - Remove deprecated hyperlink commands and plugin key including:
|
|
1551
1565
|
|
|
1552
1566
|
- isTextAtPos
|
|
1553
1567
|
- isLinkAtPos
|
|
@@ -1609,7 +1623,7 @@
|
|
|
1609
1623
|
|
|
1610
1624
|
### Minor Changes
|
|
1611
1625
|
|
|
1612
|
-
- [`464745a92e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/464745a92e6) - [ux] Updated the Editor Table plugin to use the new guidelines plugin when custom-table-widths FF is enabled
|
|
1626
|
+
- [#36772](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36772) [`464745a92e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/464745a92e6) - [ux] Updated the Editor Table plugin to use the new guidelines plugin when custom-table-widths FF is enabled
|
|
1613
1627
|
|
|
1614
1628
|
### Patch Changes
|
|
1615
1629
|
|
|
@@ -1619,39 +1633,39 @@
|
|
|
1619
1633
|
|
|
1620
1634
|
### Patch Changes
|
|
1621
1635
|
|
|
1622
|
-
- [`1d3e0468d4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d3e0468d4c) - Adds a new analytics event to be implemented later
|
|
1636
|
+
- [#36865](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36865) [`1d3e0468d4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d3e0468d4c) - Adds a new analytics event to be implemented later
|
|
1623
1637
|
|
|
1624
1638
|
## 185.16.6
|
|
1625
1639
|
|
|
1626
1640
|
### Patch Changes
|
|
1627
1641
|
|
|
1628
|
-
- [`1901ebeafcb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1901ebeafcb) - [ux] Fix expand title selection bug
|
|
1642
|
+
- [#36837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36837) [`1901ebeafcb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1901ebeafcb) - [ux] Fix expand title selection bug
|
|
1629
1643
|
|
|
1630
1644
|
## 185.16.5
|
|
1631
1645
|
|
|
1632
1646
|
### Patch Changes
|
|
1633
1647
|
|
|
1634
|
-
- [`32ca42e82c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32ca42e82c3) - Extracted internal editor card plugin to new package `editor-plugin-card`.
|
|
1635
|
-
- [`ac863be242b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac863be242b) - change props of ResizableMediaSingle with removing displayGrid and adding pluginInjectionApi
|
|
1648
|
+
- [#36863](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36863) [`32ca42e82c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32ca42e82c3) - Extracted internal editor card plugin to new package `editor-plugin-card`.
|
|
1649
|
+
- [#36923](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36923) [`ac863be242b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac863be242b) - change props of ResizableMediaSingle with removing displayGrid and adding pluginInjectionApi
|
|
1636
1650
|
- Updated dependencies
|
|
1637
1651
|
|
|
1638
1652
|
## 185.16.3
|
|
1639
1653
|
|
|
1640
1654
|
### Patch Changes
|
|
1641
1655
|
|
|
1642
|
-
- [`6e113937892`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e113937892) - switched use of analytics plugin to new EditorAnalyticsAPI for text-formatting pluginModified file
|
|
1656
|
+
- [#36768](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36768) [`6e113937892`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e113937892) - switched use of analytics plugin to new EditorAnalyticsAPI for text-formatting pluginModified file
|
|
1643
1657
|
|
|
1644
1658
|
## 185.16.1
|
|
1645
1659
|
|
|
1646
1660
|
### Patch Changes
|
|
1647
1661
|
|
|
1648
|
-
- [`75520758a9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/75520758a9d) - Fix layout not persisting on edits of datasource
|
|
1662
|
+
- [#36756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36756) [`75520758a9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/75520758a9d) - Fix layout not persisting on edits of datasource
|
|
1649
1663
|
|
|
1650
1664
|
## 185.16.0
|
|
1651
1665
|
|
|
1652
1666
|
### Minor Changes
|
|
1653
1667
|
|
|
1654
|
-
- [`5e03045b1a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e03045b1a0) - Adds support in /jira command to insert jira datasource table
|
|
1668
|
+
- [#36344](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36344) [`5e03045b1a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e03045b1a0) - Adds support in /jira command to insert jira datasource table
|
|
1655
1669
|
|
|
1656
1670
|
### Patch Changes
|
|
1657
1671
|
|
|
@@ -1661,19 +1675,19 @@
|
|
|
1661
1675
|
|
|
1662
1676
|
### Patch Changes
|
|
1663
1677
|
|
|
1664
|
-
- [`9b75434a668`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b75434a668) - Fixing import order in editor-core and feature flags plugin.
|
|
1678
|
+
- [#36890](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36890) [`9b75434a668`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b75434a668) - Fixing import order in editor-core and feature flags plugin.
|
|
1665
1679
|
|
|
1666
1680
|
## 185.15.2
|
|
1667
1681
|
|
|
1668
1682
|
### Patch Changes
|
|
1669
1683
|
|
|
1670
|
-
- [`776a88442e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/776a88442e4) - [ux] When on mobile, the datasources will fallback to inline smartcard views.
|
|
1684
|
+
- [#35424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35424) [`776a88442e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/776a88442e4) - [ux] When on mobile, the datasources will fallback to inline smartcard views.
|
|
1671
1685
|
|
|
1672
1686
|
## 185.15.0
|
|
1673
1687
|
|
|
1674
1688
|
### Minor Changes
|
|
1675
1689
|
|
|
1676
|
-
- [`8b891bf3590`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b891bf3590) - This change introduces `editor-plugin-hyperlink` which separates the hyperlink plugin from `editor-core`. In order to enable this change there are now new entry points on `editor-common` (such as `/link`, `/quick-insert`) in order to separate common code. Further `prosemirror-input-rules` now has new exports of `createPlugin` and `createRule` which are used in many plugins in `editor-core`.
|
|
1690
|
+
- [#36631](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36631) [`8b891bf3590`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b891bf3590) - This change introduces `editor-plugin-hyperlink` which separates the hyperlink plugin from `editor-core`. In order to enable this change there are now new entry points on `editor-common` (such as `/link`, `/quick-insert`) in order to separate common code. Further `prosemirror-input-rules` now has new exports of `createPlugin` and `createRule` which are used in many plugins in `editor-core`.
|
|
1677
1691
|
|
|
1678
1692
|
### Patch Changes
|
|
1679
1693
|
|
|
@@ -1683,21 +1697,21 @@
|
|
|
1683
1697
|
|
|
1684
1698
|
### Patch Changes
|
|
1685
1699
|
|
|
1686
|
-
- [`b8d84a1ffcd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8d84a1ffcd) - [ux] ED-17632 disable table resizer when nested
|
|
1687
|
-
- [`f188d9ea397`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f188d9ea397) - Create reference event for legacy image upload so DataTransfer is not lost
|
|
1700
|
+
- [#36477](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36477) [`b8d84a1ffcd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8d84a1ffcd) - [ux] ED-17632 disable table resizer when nested
|
|
1701
|
+
- [#36487](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36487) [`f188d9ea397`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f188d9ea397) - Create reference event for legacy image upload so DataTransfer is not lost
|
|
1688
1702
|
- [`ade972c0252`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ade972c0252) - Remove stopPropagation from paste image plugin main
|
|
1689
1703
|
|
|
1690
1704
|
## 185.14.2
|
|
1691
1705
|
|
|
1692
1706
|
### Patch Changes
|
|
1693
1707
|
|
|
1694
|
-
- [`700074a0830`](https://bitbucket.org/atlassian/atlassian-frontend/commits/700074a0830) - [ux] ED-18027 Upgrades editor-markdown-transformer to latest version.
|
|
1708
|
+
- [#36816](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36816) [`700074a0830`](https://bitbucket.org/atlassian/atlassian-frontend/commits/700074a0830) - [ux] ED-18027 Upgrades editor-markdown-transformer to latest version.
|
|
1695
1709
|
|
|
1696
1710
|
## 185.14.0
|
|
1697
1711
|
|
|
1698
1712
|
### Minor Changes
|
|
1699
1713
|
|
|
1700
|
-
- [`91c4edcea5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91c4edcea5a) - The analytics plugin (`editor-plugin-analytics`) now creates the `createAnalyticsEvent` if none is supplied and shares it with other plugins internally.
|
|
1714
|
+
- [#36748](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36748) [`91c4edcea5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91c4edcea5a) - The analytics plugin (`editor-plugin-analytics`) now creates the `createAnalyticsEvent` if none is supplied and shares it with other plugins internally.
|
|
1701
1715
|
|
|
1702
1716
|
### Patch Changes
|
|
1703
1717
|
|
|
@@ -1707,56 +1721,56 @@
|
|
|
1707
1721
|
|
|
1708
1722
|
### Patch Changes
|
|
1709
1723
|
|
|
1710
|
-
- [`202f8c2ee69`](https://bitbucket.org/atlassian/atlassian-frontend/commits/202f8c2ee69) - The changes here adds support for datasource feature flag for rollout.
|
|
1724
|
+
- [#36626](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36626) [`202f8c2ee69`](https://bitbucket.org/atlassian/atlassian-frontend/commits/202f8c2ee69) - The changes here adds support for datasource feature flag for rollout.
|
|
1711
1725
|
|
|
1712
1726
|
## 185.13.0
|
|
1713
1727
|
|
|
1714
1728
|
### Patch Changes
|
|
1715
1729
|
|
|
1716
|
-
- [`36f667d92e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36f667d92e5) - Add data-testid to ToolbarBlockType
|
|
1730
|
+
- [#36700](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36700) [`36f667d92e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36f667d92e5) - Add data-testid to ToolbarBlockType
|
|
1717
1731
|
|
|
1718
1732
|
## 185.12.2
|
|
1719
1733
|
|
|
1720
1734
|
### Patch Changes
|
|
1721
1735
|
|
|
1722
|
-
- [`a20c7920f82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a20c7920f82) - [ux] ED-15477 Update insertion behaviour for expands, code blocks and panels to make them consistent
|
|
1736
|
+
- [#35870](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35870) [`a20c7920f82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a20c7920f82) - [ux] ED-15477 Update insertion behaviour for expands, code blocks and panels to make them consistent
|
|
1723
1737
|
|
|
1724
1738
|
## 185.12.1
|
|
1725
1739
|
|
|
1726
1740
|
### Patch Changes
|
|
1727
1741
|
|
|
1728
|
-
- [`a9bd271beba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9bd271beba) - Fixes link updated linking platform events being dispatched without an updateType
|
|
1742
|
+
- [#36358](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36358) [`a9bd271beba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9bd271beba) - Fixes link updated linking platform events being dispatched without an updateType
|
|
1729
1743
|
|
|
1730
1744
|
## 185.12.0
|
|
1731
1745
|
|
|
1732
1746
|
### Minor Changes
|
|
1733
1747
|
|
|
1734
|
-
- [`ad94cd465e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad94cd465e4) - ED-18748: [ux] Adding chevron to floating toolbar cell background
|
|
1748
|
+
- [#36530](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36530) [`ad94cd465e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad94cd465e4) - ED-18748: [ux] Adding chevron to floating toolbar cell background
|
|
1735
1749
|
|
|
1736
1750
|
## 185.11.3
|
|
1737
1751
|
|
|
1738
1752
|
### Patch Changes
|
|
1739
1753
|
|
|
1740
|
-
- [`f486dbd535c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f486dbd535c) - MEX-2481 Fix minor gap between image and border
|
|
1754
|
+
- [#36498](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36498) [`f486dbd535c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f486dbd535c) - MEX-2481 Fix minor gap between image and border
|
|
1741
1755
|
- Updated dependencies
|
|
1742
1756
|
|
|
1743
1757
|
## 185.11.0
|
|
1744
1758
|
|
|
1745
1759
|
### Minor Changes
|
|
1746
1760
|
|
|
1747
|
-
- [`f21b48e8a51`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f21b48e8a51) - enabled access to NextEditorPlugin actions for mobile bridge
|
|
1761
|
+
- [#34966](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34966) [`f21b48e8a51`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f21b48e8a51) - enabled access to NextEditorPlugin actions for mobile bridge
|
|
1748
1762
|
|
|
1749
1763
|
## 185.10.3
|
|
1750
1764
|
|
|
1751
1765
|
### Patch Changes
|
|
1752
1766
|
|
|
1753
|
-
- [`6c6c3491dfa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c6c3491dfa) - Move collab provider subscription into plugin#view methods to avoid race conditions with re-configuring editor state
|
|
1767
|
+
- [#36491](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36491) [`6c6c3491dfa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c6c3491dfa) - Move collab provider subscription into plugin#view methods to avoid race conditions with re-configuring editor state
|
|
1754
1768
|
|
|
1755
1769
|
## 185.10.0
|
|
1756
1770
|
|
|
1757
1771
|
### Minor Changes
|
|
1758
1772
|
|
|
1759
|
-
- [`41820924223`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41820924223) - [ux] [ED-15876] Add additional value option to `allowDate` editor prop. Previously it could only be a boolean (true or false) but now it can be a boolean OR an object with `weekStartDay` and `WeekDay` (from `@atlaskit/calendar/types`) type as the value.
|
|
1773
|
+
- [#36263](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36263) [`41820924223`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41820924223) - [ux] [ED-15876] Add additional value option to `allowDate` editor prop. Previously it could only be a boolean (true or false) but now it can be a boolean OR an object with `weekStartDay` and `WeekDay` (from `@atlaskit/calendar/types`) type as the value.
|
|
1760
1774
|
|
|
1761
1775
|
Example Usage:
|
|
1762
1776
|
|
|
@@ -1792,14 +1806,14 @@
|
|
|
1792
1806
|
|
|
1793
1807
|
### Patch Changes
|
|
1794
1808
|
|
|
1795
|
-
- [`dbfd6704c14`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbfd6704c14) - [ux] ED-18061 - Safe insert node selected codeblock in paste handler logic
|
|
1809
|
+
- [#36402](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36402) [`dbfd6704c14`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbfd6704c14) - [ux] ED-18061 - Safe insert node selected codeblock in paste handler logic
|
|
1796
1810
|
- Updated dependencies
|
|
1797
1811
|
|
|
1798
1812
|
## 185.9.2
|
|
1799
1813
|
|
|
1800
1814
|
### Patch Changes
|
|
1801
1815
|
|
|
1802
|
-
- [`42e5defb430`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42e5defb430) - Fix typing of internal EditorNext react component.
|
|
1816
|
+
- [#36465](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36465) [`42e5defb430`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42e5defb430) - Fix typing of internal EditorNext react component.
|
|
1803
1817
|
|
|
1804
1818
|
## 185.9.1
|
|
1805
1819
|
|
|
@@ -1811,7 +1825,7 @@
|
|
|
1811
1825
|
|
|
1812
1826
|
### Minor Changes
|
|
1813
1827
|
|
|
1814
|
-
- [`65fe45e0cc0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65fe45e0cc0) - Promoted border mark to full schema and add border support for email renderer
|
|
1828
|
+
- [#36134](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36134) [`65fe45e0cc0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65fe45e0cc0) - Promoted border mark to full schema and add border support for email renderer
|
|
1815
1829
|
|
|
1816
1830
|
### Patch Changes
|
|
1817
1831
|
|
|
@@ -1821,20 +1835,20 @@
|
|
|
1821
1835
|
|
|
1822
1836
|
### Patch Changes
|
|
1823
1837
|
|
|
1824
|
-
- [`5f5ba16de66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f5ba16de66) - [ED-13910] Fix prosemirror types
|
|
1838
|
+
- [#36241](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36241) [`5f5ba16de66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f5ba16de66) - [ED-13910] Fix prosemirror types
|
|
1825
1839
|
- Updated dependencies
|
|
1826
1840
|
|
|
1827
1841
|
## 185.8.2
|
|
1828
1842
|
|
|
1829
1843
|
### Patch Changes
|
|
1830
1844
|
|
|
1831
|
-
- [`5f6168797f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f6168797f7) - Improve run-time performance of editor on scroll/resizing by using newer APIs for toolbar keyline.
|
|
1845
|
+
- [#36367](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36367) [`5f6168797f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f6168797f7) - Improve run-time performance of editor on scroll/resizing by using newer APIs for toolbar keyline.
|
|
1832
1846
|
|
|
1833
1847
|
## 185.8.0
|
|
1834
1848
|
|
|
1835
1849
|
### Minor Changes
|
|
1836
1850
|
|
|
1837
|
-
- [`68ef7e6146c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68ef7e6146c) - Added feature flag for the new media resize experience.
|
|
1851
|
+
- [#35517](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35517) [`68ef7e6146c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68ef7e6146c) - Added feature flag for the new media resize experience.
|
|
1838
1852
|
|
|
1839
1853
|
### Patch Changes
|
|
1840
1854
|
|
|
@@ -1844,7 +1858,7 @@
|
|
|
1844
1858
|
|
|
1845
1859
|
### Minor Changes
|
|
1846
1860
|
|
|
1847
|
-
- [`9fc1422dec1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fc1422dec1) - Make `hyperlink` plugin an explicit dependency of `card` plugin. Move card styles and types into editor-common.
|
|
1861
|
+
- [#36220](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36220) [`9fc1422dec1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fc1422dec1) - Make `hyperlink` plugin an explicit dependency of `card` plugin. Move card styles and types into editor-common.
|
|
1848
1862
|
|
|
1849
1863
|
### Patch Changes
|
|
1850
1864
|
|
|
@@ -1854,28 +1868,28 @@
|
|
|
1854
1868
|
|
|
1855
1869
|
### Patch Changes
|
|
1856
1870
|
|
|
1857
|
-
- [`1622659f976`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1622659f976) - [ux] Render the image border submenu to the left if it goes out of bounds
|
|
1871
|
+
- [#36139](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36139) [`1622659f976`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1622659f976) - [ux] Render the image border submenu to the left if it goes out of bounds
|
|
1858
1872
|
- Updated dependencies
|
|
1859
1873
|
|
|
1860
1874
|
## 185.6.3
|
|
1861
1875
|
|
|
1862
1876
|
### Patch Changes
|
|
1863
1877
|
|
|
1864
|
-
- [`d73305e0246`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d73305e0246) - ED-18796 enable FF for table cell optimisation
|
|
1878
|
+
- [#35848](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35848) [`d73305e0246`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d73305e0246) - ED-18796 enable FF for table cell optimisation
|
|
1865
1879
|
|
|
1866
1880
|
## 185.6.1
|
|
1867
1881
|
|
|
1868
1882
|
### Patch Changes
|
|
1869
1883
|
|
|
1870
|
-
- [`a1a0ac82bce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1a0ac82bce) - ED-18861 Update editor wrapper div when assistiveLabel prop change.
|
|
1871
|
-
- [`8d460228bf3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d460228bf3) - NONE: fix collabparticipant import
|
|
1884
|
+
- [#35871](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35871) [`a1a0ac82bce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1a0ac82bce) - ED-18861 Update editor wrapper div when assistiveLabel prop change.
|
|
1885
|
+
- [#35954](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35954) [`8d460228bf3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d460228bf3) - NONE: fix collabparticipant import
|
|
1872
1886
|
- Updated dependencies
|
|
1873
1887
|
|
|
1874
1888
|
## 185.6.0
|
|
1875
1889
|
|
|
1876
1890
|
### Minor Changes
|
|
1877
1891
|
|
|
1878
|
-
- [`a1b70608039`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1b70608039) - [ux] Adds editor toolbar to link datasource component
|
|
1892
|
+
- [#35499](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35499) [`a1b70608039`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1b70608039) - [ux] Adds editor toolbar to link datasource component
|
|
1879
1893
|
|
|
1880
1894
|
### Patch Changes
|
|
1881
1895
|
|
|
@@ -1885,26 +1899,26 @@
|
|
|
1885
1899
|
|
|
1886
1900
|
### Patch Changes
|
|
1887
1901
|
|
|
1888
|
-
- [`6e54d9fbeea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e54d9fbeea) - Added tableAddWidthPlugin
|
|
1902
|
+
- [#35749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35749) [`6e54d9fbeea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e54d9fbeea) - Added tableAddWidthPlugin
|
|
1889
1903
|
|
|
1890
1904
|
## 185.5.5
|
|
1891
1905
|
|
|
1892
1906
|
### Patch Changes
|
|
1893
1907
|
|
|
1894
|
-
- [`072578e8f55`](https://bitbucket.org/atlassian/atlassian-frontend/commits/072578e8f55) - [ux] The change here enables the datasource table to be configured with varying width based on 3 layout modes.
|
|
1895
|
-
- [`dd532ad4f99`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd532ad4f99) - [MEX-2457] fix wrong upload position for mediaGroup
|
|
1908
|
+
- [#35176](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35176) [`072578e8f55`](https://bitbucket.org/atlassian/atlassian-frontend/commits/072578e8f55) - [ux] The change here enables the datasource table to be configured with varying width based on 3 layout modes.
|
|
1909
|
+
- [#35898](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35898) [`dd532ad4f99`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd532ad4f99) - [MEX-2457] fix wrong upload position for mediaGroup
|
|
1896
1910
|
|
|
1897
1911
|
## 185.5.2
|
|
1898
1912
|
|
|
1899
1913
|
### Patch Changes
|
|
1900
1914
|
|
|
1901
|
-
- [`d11b0938949`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d11b0938949) - [No Issue] Add aria label for Hyperlink Edit popup
|
|
1915
|
+
- [#36132](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36132) [`d11b0938949`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d11b0938949) - [No Issue] Add aria label for Hyperlink Edit popup
|
|
1902
1916
|
|
|
1903
1917
|
## 185.5.0
|
|
1904
1918
|
|
|
1905
1919
|
### Minor Changes
|
|
1906
1920
|
|
|
1907
|
-
- [`04295e9d5bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04295e9d5bc) - [ux] Updating ORS response to include datasources and facilitating pasting JQL links turning into datasource tables
|
|
1921
|
+
- [#35032](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35032) [`04295e9d5bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04295e9d5bc) - [ux] Updating ORS response to include datasources and facilitating pasting JQL links turning into datasource tables
|
|
1908
1922
|
|
|
1909
1923
|
### Patch Changes
|
|
1910
1924
|
|
|
@@ -1914,7 +1928,7 @@
|
|
|
1914
1928
|
|
|
1915
1929
|
### Patch Changes
|
|
1916
1930
|
|
|
1917
|
-
- [`9c56055e190`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c56055e190) - Fixed session duration payload calculation to use consistent timers
|
|
1931
|
+
- [#35989](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35989) [`9c56055e190`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c56055e190) - Fixed session duration payload calculation to use consistent timers
|
|
1918
1932
|
|
|
1919
1933
|
## 185.4.4
|
|
1920
1934
|
|
|
@@ -1926,93 +1940,93 @@
|
|
|
1926
1940
|
|
|
1927
1941
|
### Patch Changes
|
|
1928
1942
|
|
|
1929
|
-
- [`a9350cf3831`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9350cf3831) - Check existence of window and document variable for confluence SSR to work
|
|
1943
|
+
- [#35233](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35233) [`a9350cf3831`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9350cf3831) - Check existence of window and document variable for confluence SSR to work
|
|
1930
1944
|
|
|
1931
1945
|
## 185.4.0
|
|
1932
1946
|
|
|
1933
1947
|
### Minor Changes
|
|
1934
1948
|
|
|
1935
|
-
- [`714f16e525a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/714f16e525a) - [ux] Added blockCard integration with datasource ADFs
|
|
1949
|
+
- [#34936](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34936) [`714f16e525a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/714f16e525a) - [ux] Added blockCard integration with datasource ADFs
|
|
1936
1950
|
|
|
1937
1951
|
## 185.3.1
|
|
1938
1952
|
|
|
1939
1953
|
### Patch Changes
|
|
1940
1954
|
|
|
1941
|
-
- [`18344c31ea3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18344c31ea3) - [ED-13910] Fix EditorView getPos type
|
|
1955
|
+
- [#35788](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35788) [`18344c31ea3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18344c31ea3) - [ED-13910] Fix EditorView getPos type
|
|
1942
1956
|
|
|
1943
1957
|
## 185.3.0
|
|
1944
1958
|
|
|
1945
1959
|
### Minor Changes
|
|
1946
1960
|
|
|
1947
|
-
- [`4bf22e4eb1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bf22e4eb1c) - The editor dropdown menu items are now forced to be `position: static` when a feature flag is on to work around menu items being position relative now. This is a short term fix to keep the table cell color nested menu working.
|
|
1961
|
+
- [#35868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35868) [`4bf22e4eb1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bf22e4eb1c) - The editor dropdown menu items are now forced to be `position: static` when a feature flag is on to work around menu items being position relative now. This is a short term fix to keep the table cell color nested menu working.
|
|
1948
1962
|
|
|
1949
1963
|
### Patch Changes
|
|
1950
1964
|
|
|
1951
|
-
- [`8b14ad8d3e2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b14ad8d3e2) - Dummy change to trigger pipeline
|
|
1965
|
+
- [#35782](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35782) [`8b14ad8d3e2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b14ad8d3e2) - Dummy change to trigger pipeline
|
|
1952
1966
|
- Updated dependencies
|
|
1953
1967
|
|
|
1954
1968
|
## 185.2.27
|
|
1955
1969
|
|
|
1956
1970
|
### Patch Changes
|
|
1957
1971
|
|
|
1958
|
-
- [`8114875676c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8114875676c) - [ux] ED-17625: move playwright test from editor-plugin-table to editor-core
|
|
1972
|
+
- [#35506](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35506) [`8114875676c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8114875676c) - [ux] ED-17625: move playwright test from editor-plugin-table to editor-core
|
|
1959
1973
|
|
|
1960
1974
|
## 185.2.26
|
|
1961
1975
|
|
|
1962
1976
|
### Patch Changes
|
|
1963
1977
|
|
|
1964
|
-
- [`5e01082b600`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e01082b600) - Extracting SelectionBasedNodeView to editor-common.
|
|
1978
|
+
- [#35353](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35353) [`5e01082b600`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e01082b600) - Extracting SelectionBasedNodeView to editor-common.
|
|
1965
1979
|
- Updated dependencies
|
|
1966
1980
|
|
|
1967
1981
|
## 185.2.25
|
|
1968
1982
|
|
|
1969
1983
|
### Patch Changes
|
|
1970
1984
|
|
|
1971
|
-
- [`87366c84531`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87366c84531) - Extract context panel plugin to new package @atlaskit/editor-plugin-context-panel
|
|
1985
|
+
- [#35475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35475) [`87366c84531`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87366c84531) - Extract context panel plugin to new package @atlaskit/editor-plugin-context-panel
|
|
1972
1986
|
- Updated dependencies
|
|
1973
1987
|
|
|
1974
1988
|
## 185.2.24
|
|
1975
1989
|
|
|
1976
1990
|
### Patch Changes
|
|
1977
1991
|
|
|
1978
|
-
- [`a7642631f34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a7642631f34) - Reduce re-rendering due to props changing in the Editor.
|
|
1992
|
+
- [#35604](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35604) [`a7642631f34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a7642631f34) - Reduce re-rendering due to props changing in the Editor.
|
|
1979
1993
|
|
|
1980
1994
|
## 185.2.23
|
|
1981
1995
|
|
|
1982
1996
|
### Patch Changes
|
|
1983
1997
|
|
|
1984
|
-
- [`91ea76040d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91ea76040d5) - Fix editor not providing creation method for link created events triggered by link picker insertions on text selections
|
|
1998
|
+
- [#35183](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35183) [`91ea76040d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91ea76040d5) - Fix editor not providing creation method for link created events triggered by link picker insertions on text selections
|
|
1985
1999
|
|
|
1986
2000
|
## 185.2.20
|
|
1987
2001
|
|
|
1988
2002
|
### Patch Changes
|
|
1989
2003
|
|
|
1990
|
-
- [`9702c38714d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9702c38714d) - ED-16962 close element browser on tab
|
|
2004
|
+
- [#35589](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35589) [`9702c38714d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9702c38714d) - ED-16962 close element browser on tab
|
|
1991
2005
|
|
|
1992
2006
|
## 185.2.19
|
|
1993
2007
|
|
|
1994
2008
|
### Patch Changes
|
|
1995
2009
|
|
|
1996
|
-
- [`6d852a003e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d852a003e4) - Fixes link picker not returning focus on close when `lp-link-picker-focus-trap` feature flag is enabled
|
|
2010
|
+
- [#35122](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35122) [`6d852a003e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d852a003e4) - Fixes link picker not returning focus on close when `lp-link-picker-focus-trap` feature flag is enabled
|
|
1997
2011
|
|
|
1998
2012
|
## 185.2.16
|
|
1999
2013
|
|
|
2000
2014
|
### Patch Changes
|
|
2001
2015
|
|
|
2002
|
-
- [`b273cb8b28a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b273cb8b28a) - The ModalElementBrower will no longer rerender when the editor state changes, instead it will only cause a rerender when the view is changed. This is to avoid lose of context within the element browser.
|
|
2016
|
+
- [#35564](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35564) [`b273cb8b28a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b273cb8b28a) - The ModalElementBrower will no longer rerender when the editor state changes, instead it will only cause a rerender when the view is changed. This is to avoid lose of context within the element browser.
|
|
2003
2017
|
|
|
2004
2018
|
## 185.2.14
|
|
2005
2019
|
|
|
2006
2020
|
### Patch Changes
|
|
2007
2021
|
|
|
2008
|
-
- [`6de13a329d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6de13a329d4) - Move `width` and `layout` out from `datasource` into `attr` root (context blockCard node)
|
|
2022
|
+
- [#35085](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35085) [`6de13a329d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6de13a329d4) - Move `width` and `layout` out from `datasource` into `attr` root (context blockCard node)
|
|
2009
2023
|
- Updated dependencies
|
|
2010
2024
|
|
|
2011
2025
|
## 185.2.13
|
|
2012
2026
|
|
|
2013
2027
|
### Patch Changes
|
|
2014
2028
|
|
|
2015
|
-
- [`406f89ad910`](https://bitbucket.org/atlassian/atlassian-frontend/commits/406f89ad910) - [ux] fix image border missing in renderer when image is linked and also double seperators issue
|
|
2029
|
+
- [#35514](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35514) [`406f89ad910`](https://bitbucket.org/atlassian/atlassian-frontend/commits/406f89ad910) - [ux] fix image border missing in renderer when image is linked and also double seperators issue
|
|
2016
2030
|
|
|
2017
2031
|
## 185.2.10
|
|
2018
2032
|
|
|
@@ -2024,39 +2038,39 @@
|
|
|
2024
2038
|
|
|
2025
2039
|
### Patch Changes
|
|
2026
2040
|
|
|
2027
|
-
- [`c0d84ed8771`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0d84ed8771) - fix copy and paste across issues in Jira
|
|
2041
|
+
- [#35468](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35468) [`c0d84ed8771`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0d84ed8771) - fix copy and paste across issues in Jira
|
|
2028
2042
|
|
|
2029
2043
|
## 185.2.8
|
|
2030
2044
|
|
|
2031
2045
|
### Patch Changes
|
|
2032
2046
|
|
|
2033
|
-
- [`af998742600`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af998742600) - [ux] ED-18059 Updated arrow key navigation within insert menu and element browser.
|
|
2047
|
+
- [#35310](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35310) [`af998742600`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af998742600) - [ux] ED-18059 Updated arrow key navigation within insert menu and element browser.
|
|
2034
2048
|
|
|
2035
2049
|
## 185.2.7
|
|
2036
2050
|
|
|
2037
2051
|
### Patch Changes
|
|
2038
2052
|
|
|
2039
|
-
- [`1259df9a9ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1259df9a9ef) - converted some of block-type's analytics to use new EditorAnalyticsAPI
|
|
2053
|
+
- [#34961](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34961) [`1259df9a9ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1259df9a9ef) - converted some of block-type's analytics to use new EditorAnalyticsAPI
|
|
2040
2054
|
|
|
2041
2055
|
## 185.2.5
|
|
2042
2056
|
|
|
2043
2057
|
### Patch Changes
|
|
2044
2058
|
|
|
2045
|
-
- [`b48d0a5f88f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b48d0a5f88f) - Create new placeholder for the floating toolbar plugin and use a new action to replace the forceFocusSelector action.
|
|
2059
|
+
- [#35227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35227) [`b48d0a5f88f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b48d0a5f88f) - Create new placeholder for the floating toolbar plugin and use a new action to replace the forceFocusSelector action.
|
|
2046
2060
|
- Updated dependencies
|
|
2047
2061
|
|
|
2048
2062
|
## 185.2.2
|
|
2049
2063
|
|
|
2050
2064
|
### Patch Changes
|
|
2051
2065
|
|
|
2052
|
-
- [`f07a1e036a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f07a1e036a9) - Refactoring editor-core to prepare for extracting card plugin.
|
|
2066
|
+
- [#35005](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35005) [`f07a1e036a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f07a1e036a9) - Refactoring editor-core to prepare for extracting card plugin.
|
|
2053
2067
|
- Updated dependencies
|
|
2054
2068
|
|
|
2055
2069
|
## 185.2.0
|
|
2056
2070
|
|
|
2057
2071
|
### Minor Changes
|
|
2058
2072
|
|
|
2059
|
-
- [`66adfa8cd12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/66adfa8cd12) - [ux] Passthru editor feature flags props into the Appearance content area so it's able to setup styles which rely on feature flags
|
|
2073
|
+
- [#35061](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35061) [`66adfa8cd12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/66adfa8cd12) - [ux] Passthru editor feature flags props into the Appearance content area so it's able to setup styles which rely on feature flags
|
|
2060
2074
|
|
|
2061
2075
|
## 185.1.6
|
|
2062
2076
|
|
|
@@ -2068,7 +2082,7 @@
|
|
|
2068
2082
|
|
|
2069
2083
|
### Patch Changes
|
|
2070
2084
|
|
|
2071
|
-
- [`7cd4abcdc0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7cd4abcdc0d) - Fix workaround in `editor-plugin-width`. This involved removing `WidthEmitter` in `editor-core`, removing `containerWidth` from `WidthPluginState`. This change also introduces `usePluginHook` for an `EditorPlugin` - this enables a react hook to be mounted for plugins (in all appearances).
|
|
2085
|
+
- [#34938](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34938) [`7cd4abcdc0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7cd4abcdc0d) - Fix workaround in `editor-plugin-width`. This involved removing `WidthEmitter` in `editor-core`, removing `containerWidth` from `WidthPluginState`. This change also introduces `usePluginHook` for an `EditorPlugin` - this enables a react hook to be mounted for plugins (in all appearances).
|
|
2072
2086
|
- Updated dependencies
|
|
2073
2087
|
|
|
2074
2088
|
## 185.1.2
|
|
@@ -2081,13 +2095,13 @@
|
|
|
2081
2095
|
|
|
2082
2096
|
### Patch Changes
|
|
2083
2097
|
|
|
2084
|
-
- [`63ef771aab9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63ef771aab9) - [ux] Fix layout button. breakoutNode equals check should include position.
|
|
2098
|
+
- [#34620](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34620) [`63ef771aab9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63ef771aab9) - [ux] Fix layout button. breakoutNode equals check should include position.
|
|
2085
2099
|
|
|
2086
2100
|
## 185.1.0
|
|
2087
2101
|
|
|
2088
2102
|
### Minor Changes
|
|
2089
2103
|
|
|
2090
|
-
- [`d9fe34b3f2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9fe34b3f2b) - [ux] The ResizerNext component now supports a new property handleAlignmentMethod which defaults to "sticky". This means the resizer handles wil stick to the top/bottom bounds of the browser viewport if the component extends beyond and the user scrolls down. An alternative "center" value can be set which means the handles will just center to their content and not stick.
|
|
2104
|
+
- [#34887](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34887) [`d9fe34b3f2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9fe34b3f2b) - [ux] The ResizerNext component now supports a new property handleAlignmentMethod which defaults to "sticky". This means the resizer handles wil stick to the top/bottom bounds of the browser viewport if the component extends beyond and the user scrolls down. An alternative "center" value can be set which means the handles will just center to their content and not stick.
|
|
2091
2105
|
|
|
2092
2106
|
### Patch Changes
|
|
2093
2107
|
|
|
@@ -2106,7 +2120,7 @@
|
|
|
2106
2120
|
|
|
2107
2121
|
### Major Changes
|
|
2108
2122
|
|
|
2109
|
-
- [`741b3acd455`](https://bitbucket.org/atlassian/atlassian-frontend/commits/741b3acd455) - This major change includes:
|
|
2123
|
+
- [#34644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34644) [`741b3acd455`](https://bitbucket.org/atlassian/atlassian-frontend/commits/741b3acd455) - This major change includes:
|
|
2110
2124
|
|
|
2111
2125
|
- `EditorMigrationComponent` being renamed to `Editor`. This includes making component methods which should never be used private (which should never be used in normal operation and have been deprecated for several releases).
|
|
2112
2126
|
- `EditorMigrationComponent` is now removed
|
|
@@ -2144,13 +2158,13 @@
|
|
|
2144
2158
|
|
|
2145
2159
|
### Patch Changes
|
|
2146
2160
|
|
|
2147
|
-
- [`42486e5e512`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42486e5e512) - Updated `ColorPickerButton`'s size prop type from number to string for width and height, allowing use of space tokens.
|
|
2161
|
+
- [#34395](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34395) [`42486e5e512`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42486e5e512) - Updated `ColorPickerButton`'s size prop type from number to string for width and height, allowing use of space tokens.
|
|
2148
2162
|
|
|
2149
2163
|
## 184.0.0
|
|
2150
2164
|
|
|
2151
2165
|
### Major Changes
|
|
2152
2166
|
|
|
2153
|
-
- [`b7086232a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7086232a7c) - ESS-3135: move collab provider types into @atlaskit/collab-provider
|
|
2167
|
+
- [#34192](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34192) [`b7086232a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7086232a7c) - ESS-3135: move collab provider types into @atlaskit/collab-provider
|
|
2154
2168
|
|
|
2155
2169
|
### Minor Changes
|
|
2156
2170
|
|
|
@@ -2173,20 +2187,20 @@
|
|
|
2173
2187
|
|
|
2174
2188
|
### Patch Changes
|
|
2175
2189
|
|
|
2176
|
-
- [`42fa291e96f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42fa291e96f) - Updated color hovering styles for image borders toolbar
|
|
2190
|
+
- [#33904](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33904) [`42fa291e96f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42fa291e96f) - Updated color hovering styles for image borders toolbar
|
|
2177
2191
|
|
|
2178
2192
|
## 183.1.1
|
|
2179
2193
|
|
|
2180
2194
|
### Patch Changes
|
|
2181
2195
|
|
|
2182
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
2196
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
2183
2197
|
- Updated dependencies
|
|
2184
2198
|
|
|
2185
2199
|
## 183.1.0
|
|
2186
2200
|
|
|
2187
2201
|
### Minor Changes
|
|
2188
2202
|
|
|
2189
|
-
- [`6bc52e5a406`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6bc52e5a406) - [ED-17687] Capture errors caught in error boundaries in Sentry
|
|
2203
|
+
- [#33771](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33771) [`6bc52e5a406`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6bc52e5a406) - [ED-17687] Capture errors caught in error boundaries in Sentry
|
|
2190
2204
|
- [`5cc449dac8d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5cc449dac8d) - Decouple card plugin so that it uses new NextEditorPlugin for any injected dependencies.
|
|
2191
2205
|
- [`4dcb7845a4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4dcb7845a4d) - COLLAB-2425 Fixed mediasingle resize issue.
|
|
2192
2206
|
|
|
@@ -2214,32 +2228,32 @@
|
|
|
2214
2228
|
|
|
2215
2229
|
### Patch Changes
|
|
2216
2230
|
|
|
2217
|
-
- [`7a87ea4b905`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a87ea4b905) - Fixes document inserted smartLink instead firing document pasted smartLink
|
|
2231
|
+
- [#33677](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33677) [`7a87ea4b905`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a87ea4b905) - Fixes document inserted smartLink instead firing document pasted smartLink
|
|
2218
2232
|
|
|
2219
2233
|
## 183.0.9
|
|
2220
2234
|
|
|
2221
2235
|
### Patch Changes
|
|
2222
2236
|
|
|
2223
|
-
- [`333fa827c25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/333fa827c25) - ED-15646: Fix paste behaviour for markdown which contains headings inside list items. List items with headings will now be retained.
|
|
2237
|
+
- [#33618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33618) [`333fa827c25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/333fa827c25) - ED-15646: Fix paste behaviour for markdown which contains headings inside list items. List items with headings will now be retained.
|
|
2224
2238
|
|
|
2225
2239
|
## 183.0.8
|
|
2226
2240
|
|
|
2227
2241
|
### Patch Changes
|
|
2228
2242
|
|
|
2229
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
2243
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
2230
2244
|
- Updated dependencies
|
|
2231
2245
|
|
|
2232
2246
|
## 183.0.6
|
|
2233
2247
|
|
|
2234
2248
|
### Patch Changes
|
|
2235
2249
|
|
|
2236
|
-
- [`98c74fa6f26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/98c74fa6f26) - [ux] fix placeholder fallback
|
|
2250
|
+
- [#32882](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32882) [`98c74fa6f26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/98c74fa6f26) - [ux] fix placeholder fallback
|
|
2237
2251
|
|
|
2238
2252
|
## 183.0.0
|
|
2239
2253
|
|
|
2240
2254
|
### Minor Changes
|
|
2241
2255
|
|
|
2242
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
2256
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
2243
2257
|
|
|
2244
2258
|
### Patch Changes
|
|
2245
2259
|
|
|
@@ -2249,7 +2263,7 @@
|
|
|
2249
2263
|
|
|
2250
2264
|
### Minor Changes
|
|
2251
2265
|
|
|
2252
|
-
- [`31302b3cec6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31302b3cec6) - Add location attribute to editor smart card analytics
|
|
2266
|
+
- [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004) [`31302b3cec6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31302b3cec6) - Add location attribute to editor smart card analytics
|
|
2253
2267
|
- [`dbf2e414624`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbf2e414624) - ED-15685: Adjust selection-based indent behaviour to match visual selection (as done in Editor lists)
|
|
2254
2268
|
|
|
2255
2269
|
### Patch Changes
|
|
@@ -2266,20 +2280,20 @@
|
|
|
2266
2280
|
|
|
2267
2281
|
### Patch Changes
|
|
2268
2282
|
|
|
2269
|
-
- [`a6a3544d04d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a6a3544d04d) - [ux] Fix the image border split button so that both the toggle and the dropdown buttons share the same select state; and add a divider line between it and the align left icon group
|
|
2283
|
+
- [#32631](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32631) [`a6a3544d04d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a6a3544d04d) - [ux] Fix the image border split button so that both the toggle and the dropdown buttons share the same select state; and add a divider line between it and the align left icon group
|
|
2270
2284
|
|
|
2271
2285
|
## 182.1.1
|
|
2272
2286
|
|
|
2273
2287
|
### Patch Changes
|
|
2274
2288
|
|
|
2275
|
-
- [`dc608155b35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc608155b35) - [ux] ED-17486 stopped event propagation on Esc key on the main toolbar so that it is only focuses editor.
|
|
2289
|
+
- [#32353](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32353) [`dc608155b35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc608155b35) - [ux] ED-17486 stopped event propagation on Esc key on the main toolbar so that it is only focuses editor.
|
|
2276
2290
|
- Updated dependencies
|
|
2277
2291
|
|
|
2278
2292
|
## 182.1.0
|
|
2279
2293
|
|
|
2280
2294
|
### Minor Changes
|
|
2281
2295
|
|
|
2282
|
-
- [`ba95f121a52`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba95f121a52) - ED-17378 Added assistiveLabel prop to Editor.
|
|
2296
|
+
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424) [`ba95f121a52`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba95f121a52) - ED-17378 Added assistiveLabel prop to Editor.
|
|
2283
2297
|
- [`c2385dcb8f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2385dcb8f7) - [ux] ED-17043 Expanded table chart colors from 20 to 36 colors.
|
|
2284
2298
|
- [`e88e54a14e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e88e54a14e3) - [ux] [ux] Added 'allowAlignment' and 'allowWrapping' as options in 'cardOptions' to let Trello to disable the features
|
|
2285
2299
|
- [`d9a8fe191f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9a8fe191f2) - [ED-17295] Update feature flag usage for media plugin
|
|
@@ -2319,25 +2333,25 @@
|
|
|
2319
2333
|
|
|
2320
2334
|
### Patch Changes
|
|
2321
2335
|
|
|
2322
|
-
- [`bcdf4f2913f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bcdf4f2913f) - add missing border mark data to the media analytic context
|
|
2336
|
+
- [#32147](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32147) [`bcdf4f2913f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bcdf4f2913f) - add missing border mark data to the media analytic context
|
|
2323
2337
|
|
|
2324
2338
|
## 182.0.2
|
|
2325
2339
|
|
|
2326
2340
|
### Patch Changes
|
|
2327
2341
|
|
|
2328
|
-
- [`1fa59166180`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fa59166180) - [ux] ED-17355 added shortcut to focus main toolbar in comment editor
|
|
2342
|
+
- [#32087](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32087) [`1fa59166180`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fa59166180) - [ux] ED-17355 added shortcut to focus main toolbar in comment editor
|
|
2329
2343
|
|
|
2330
2344
|
## 182.0.1
|
|
2331
2345
|
|
|
2332
2346
|
### Patch Changes
|
|
2333
2347
|
|
|
2334
|
-
- [`190cca54c10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/190cca54c10) - [ux] Update the image border icon
|
|
2348
|
+
- [#31952](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31952) [`190cca54c10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/190cca54c10) - [ux] Update the image border icon
|
|
2335
2349
|
|
|
2336
2350
|
## 182.0.0
|
|
2337
2351
|
|
|
2338
2352
|
### Major Changes
|
|
2339
2353
|
|
|
2340
|
-
- [`d066f461786`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d066f461786) - [ED-16946] Remove deprecated feature flag allowMoreTextColors
|
|
2354
|
+
- [#31891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31891) [`d066f461786`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d066f461786) - [ED-16946] Remove deprecated feature flag allowMoreTextColors
|
|
2341
2355
|
|
|
2342
2356
|
### Minor Changes
|
|
2343
2357
|
|
|
@@ -2377,14 +2391,14 @@
|
|
|
2377
2391
|
|
|
2378
2392
|
### Patch Changes
|
|
2379
2393
|
|
|
2380
|
-
- [`40c9132b8cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/40c9132b8cd) - [ux] ED-17200 Restore typeahead initial-navigation behaviour
|
|
2394
|
+
- [#31898](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31898) [`40c9132b8cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/40c9132b8cd) - [ux] ED-17200 Restore typeahead initial-navigation behaviour
|
|
2381
2395
|
- [`b737494c727`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b737494c727) - Update typeahead changes to be behind a feature flag named `use-better-typeahead-navigation`/`useBetterTypeaheadNavigation`. This is an opt-out feature flag! To disable, please supply the feature flag as false.
|
|
2382
2396
|
|
|
2383
2397
|
## 181.0.0
|
|
2384
2398
|
|
|
2385
2399
|
### Major Changes
|
|
2386
2400
|
|
|
2387
|
-
- [`6c543971074`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c543971074) - [ux] PTC-6520 remove team mention highlight
|
|
2401
|
+
- [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299) [`6c543971074`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c543971074) - [ux] PTC-6520 remove team mention highlight
|
|
2388
2402
|
|
|
2389
2403
|
### Minor Changes
|
|
2390
2404
|
|
|
@@ -2427,7 +2441,7 @@
|
|
|
2427
2441
|
|
|
2428
2442
|
### Minor Changes
|
|
2429
2443
|
|
|
2430
|
-
- [`434699a8b0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/434699a8b0e) - [ux] [ED-15904] Implements new functionality for the restart numbered lists project which allows a user to paste a block node into a list. It will now split the list and insert the node in that position. If it's an ordered list, list numbering will continue in the now split list.
|
|
2444
|
+
- [#30248](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30248) [`434699a8b0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/434699a8b0e) - [ux] [ED-15904] Implements new functionality for the restart numbered lists project which allows a user to paste a block node into a list. It will now split the list and insert the node in that position. If it's an ordered list, list numbering will continue in the now split list.
|
|
2431
2445
|
|
|
2432
2446
|
This feature is behind the `restartNumberedLists` feature flag.
|
|
2433
2447
|
|
|
@@ -2507,20 +2521,20 @@
|
|
|
2507
2521
|
|
|
2508
2522
|
### Patch Changes
|
|
2509
2523
|
|
|
2510
|
-
- [`f770f0118a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f770f0118a4) - This package is now declared as a singleton within its package.json file. Consumers should provide tooling to assist in deduplication and enforcement of the singleton pattern.
|
|
2524
|
+
- [#30335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30335) [`f770f0118a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f770f0118a4) - This package is now declared as a singleton within its package.json file. Consumers should provide tooling to assist in deduplication and enforcement of the singleton pattern.
|
|
2511
2525
|
- Updated dependencies
|
|
2512
2526
|
|
|
2513
2527
|
## 179.1.1
|
|
2514
2528
|
|
|
2515
2529
|
### Patch Changes
|
|
2516
2530
|
|
|
2517
|
-
- [`c38fe3fa7d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c38fe3fa7d1) - [ux]ED-16915 Adds back styles for placeholder span on Android
|
|
2531
|
+
- [#30359](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30359) [`c38fe3fa7d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c38fe3fa7d1) - [ux]ED-16915 Adds back styles for placeholder span on Android
|
|
2518
2532
|
|
|
2519
2533
|
## 179.1.0
|
|
2520
2534
|
|
|
2521
2535
|
### Minor Changes
|
|
2522
2536
|
|
|
2523
|
-
- [`ef0beaafa36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef0beaafa36) - [ux] ED-15862: Add analytics for restartNumberedLists custom list start numbers
|
|
2537
|
+
- [#29470](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29470) [`ef0beaafa36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef0beaafa36) - [ux] ED-15862: Add analytics for restartNumberedLists custom list start numbers
|
|
2524
2538
|
- [`75e0af42bcd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/75e0af42bcd) - [ux] ED-16568 added selected state to emoji button in the main toolbar, when it is clicked and emoji popup is displayed
|
|
2525
2539
|
|
|
2526
2540
|
### Patch Changes
|
|
@@ -2542,25 +2556,25 @@
|
|
|
2542
2556
|
|
|
2543
2557
|
### Patch Changes
|
|
2544
2558
|
|
|
2545
|
-
- [`5139cd8cbdf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5139cd8cbdf) - [ED-16854] Add @deprecate annotations to public class methods in editor.
|
|
2559
|
+
- [#29732](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29732) [`5139cd8cbdf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5139cd8cbdf) - [ED-16854] Add @deprecate annotations to public class methods in editor.
|
|
2546
2560
|
|
|
2547
2561
|
## 179.0.3
|
|
2548
2562
|
|
|
2549
2563
|
### Patch Changes
|
|
2550
2564
|
|
|
2551
|
-
- [`d93b14cdda6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d93b14cdda6) - [ED-16678] fix - add extra check for props.getPos to fix slow extension rendering
|
|
2565
|
+
- [#29606](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29606) [`d93b14cdda6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d93b14cdda6) - [ED-16678] fix - add extra check for props.getPos to fix slow extension rendering
|
|
2552
2566
|
|
|
2553
2567
|
## 179.0.2
|
|
2554
2568
|
|
|
2555
2569
|
### Patch Changes
|
|
2556
2570
|
|
|
2557
|
-
- [`9e088852e54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e088852e54) - ED-16199 moved domainName to nonPrivacySafeAttributes
|
|
2571
|
+
- [#29831](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29831) [`9e088852e54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e088852e54) - ED-16199 moved domainName to nonPrivacySafeAttributes
|
|
2558
2572
|
|
|
2559
2573
|
## 179.0.1
|
|
2560
2574
|
|
|
2561
2575
|
### Patch Changes
|
|
2562
2576
|
|
|
2563
|
-
- [`38549274b29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/38549274b29) - Replace &&= operator in editor-core since not all platforms support it.
|
|
2577
|
+
- [#29846](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29846) [`38549274b29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/38549274b29) - Replace &&= operator in editor-core since not all platforms support it.
|
|
2564
2578
|
|
|
2565
2579
|
## 179.0.0
|
|
2566
2580
|
|
|
@@ -2578,13 +2592,13 @@
|
|
|
2578
2592
|
|
|
2579
2593
|
### Patch Changes
|
|
2580
2594
|
|
|
2581
|
-
- [`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) - ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add `allowedSideEffects` when loading the page.
|
|
2595
|
+
- [#29227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29227) [`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) - ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add `allowedSideEffects` when loading the page.
|
|
2582
2596
|
|
|
2583
2597
|
## 178.1.0
|
|
2584
2598
|
|
|
2585
2599
|
### Minor Changes
|
|
2586
2600
|
|
|
2587
|
-
- [`59e998e408f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/59e998e408f) - [ESS-2914] Switch to the forked prosemirror-collab library (based on version 1.3.0) to filter out analytics steps
|
|
2601
|
+
- [#28932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28932) [`59e998e408f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/59e998e408f) - [ESS-2914] Switch to the forked prosemirror-collab library (based on version 1.3.0) to filter out analytics steps
|
|
2588
2602
|
- [`a0a35fe7fb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a0a35fe7fb1) - Renaming contentComponent event subject to contentComponentv2. Move errorStack attribute to nonPrivacySafeAttributes
|
|
2589
2603
|
- [`4f6a895f1d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f6a895f1d5) - [ux] Editor Node Block selection stabilization
|
|
2590
2604
|
|
|
@@ -2618,7 +2632,7 @@
|
|
|
2618
2632
|
|
|
2619
2633
|
### Patch Changes
|
|
2620
2634
|
|
|
2621
|
-
- [`2ff1c66a6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ff1c66a6ab) - [ux] ED-16490 fixed bug so big margin will not occur before a Decision node in Renderer on iOS
|
|
2635
|
+
- [#29169](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29169) [`2ff1c66a6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ff1c66a6ab) - [ux] ED-16490 fixed bug so big margin will not occur before a Decision node in Renderer on iOS
|
|
2622
2636
|
|
|
2623
2637
|
## 178.0.1
|
|
2624
2638
|
|
|
@@ -2630,7 +2644,7 @@
|
|
|
2630
2644
|
|
|
2631
2645
|
### Major Changes
|
|
2632
2646
|
|
|
2633
|
-
- [`04e3aacbcc0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04e3aacbcc0) - ED-16069 Unskip type over mediagroup integ test
|
|
2647
|
+
- [#28374](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28374) [`04e3aacbcc0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04e3aacbcc0) - ED-16069 Unskip type over mediagroup integ test
|
|
2634
2648
|
|
|
2635
2649
|
### Minor Changes
|
|
2636
2650
|
|
|
@@ -2713,13 +2727,13 @@
|
|
|
2713
2727
|
|
|
2714
2728
|
### Patch Changes
|
|
2715
2729
|
|
|
2716
|
-
- [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving performance.
|
|
2730
|
+
- [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324) [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving performance.
|
|
2717
2731
|
|
|
2718
2732
|
## 177.0.0
|
|
2719
2733
|
|
|
2720
2734
|
### Major Changes
|
|
2721
2735
|
|
|
2722
|
-
- [`ac1c880cf4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac1c880cf4c) - [ux] ED-12395 - Remove the keyboard accessible date picker feature flag, which has been 100% rolled out
|
|
2736
|
+
- [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090) [`ac1c880cf4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac1c880cf4c) - [ux] ED-12395 - Remove the keyboard accessible date picker feature flag, which has been 100% rolled out
|
|
2723
2737
|
|
|
2724
2738
|
## **DEPRECATION WARNING:**
|
|
2725
2739
|
|
|
@@ -2827,7 +2841,7 @@
|
|
|
2827
2841
|
|
|
2828
2842
|
### Patch Changes
|
|
2829
2843
|
|
|
2830
|
-
- [`7f49aa601ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f49aa601ae) - ED-16445: Fix to set allowUndoRedoButtons prop codemod in editor-core to run against the correct editor version v175 rather than v173
|
|
2844
|
+
- [#28261](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28261) [`7f49aa601ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f49aa601ae) - ED-16445: Fix to set allowUndoRedoButtons prop codemod in editor-core to run against the correct editor version v175 rather than v173
|
|
2831
2845
|
|
|
2832
2846
|
## 176.0.2
|
|
2833
2847
|
|
|
@@ -2845,7 +2859,7 @@
|
|
|
2845
2859
|
|
|
2846
2860
|
### Major Changes
|
|
2847
2861
|
|
|
2848
|
-
- [`2df5ab17c10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2df5ab17c10) - DSP-6459: Adds a background to code blocks in the editor to remove transparency. E.g. prevents table cell background colors from affecting code blocks. Also modifies code blocks in table headers to have a border instead of a different color when design tokens are enabled.
|
|
2862
|
+
- [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712) [`2df5ab17c10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2df5ab17c10) - DSP-6459: Adds a background to code blocks in the editor to remove transparency. E.g. prevents table cell background colors from affecting code blocks. Also modifies code blocks in table headers to have a border instead of a different color when design tokens are enabled.
|
|
2849
2863
|
|
|
2850
2864
|
### Minor Changes
|
|
2851
2865
|
|
|
@@ -2915,7 +2929,7 @@
|
|
|
2915
2929
|
|
|
2916
2930
|
### Patch Changes
|
|
2917
2931
|
|
|
2918
|
-
- [`403e0d2d291`](https://bitbucket.org/atlassian/atlassian-frontend/commits/403e0d2d291) - ED-16246 fix prevent @types/prosemirror-commands @types/prosemirror-keymap updating to incompatible version.
|
|
2932
|
+
- [#27511](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27511) [`403e0d2d291`](https://bitbucket.org/atlassian/atlassian-frontend/commits/403e0d2d291) - ED-16246 fix prevent @types/prosemirror-commands @types/prosemirror-keymap updating to incompatible version.
|
|
2919
2933
|
|
|
2920
2934
|
## 175.0.4
|
|
2921
2935
|
|
|
@@ -2927,13 +2941,13 @@
|
|
|
2927
2941
|
|
|
2928
2942
|
### Patch Changes
|
|
2929
2943
|
|
|
2930
|
-
- [`c1d2045d68f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1d2045d68f) - [ux] Fix margins for extensions with fragment marks
|
|
2944
|
+
- [#27527](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27527) [`c1d2045d68f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1d2045d68f) - [ux] Fix margins for extensions with fragment marks
|
|
2931
2945
|
|
|
2932
2946
|
## 175.0.2
|
|
2933
2947
|
|
|
2934
2948
|
### Patch Changes
|
|
2935
2949
|
|
|
2936
|
-
- [`560af4b794c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/560af4b794c) - Preventing ReactEditorView declaration file from being generated with cypress types by changing the shape of the interface.
|
|
2950
|
+
- [#27437](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27437) [`560af4b794c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/560af4b794c) - Preventing ReactEditorView declaration file from being generated with cypress types by changing the shape of the interface.
|
|
2937
2951
|
|
|
2938
2952
|
## 175.0.1
|
|
2939
2953
|
|
|
@@ -2945,7 +2959,7 @@
|
|
|
2945
2959
|
|
|
2946
2960
|
### Major Changes
|
|
2947
2961
|
|
|
2948
|
-
- [`291529c1b2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/291529c1b2d) - ED-12937: change Editor prop name from UNSAFE_allowUndoRedoButtons to allowUndoRedoButtons.
|
|
2962
|
+
- [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860) [`291529c1b2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/291529c1b2d) - ED-12937: change Editor prop name from UNSAFE_allowUndoRedoButtons to allowUndoRedoButtons.
|
|
2949
2963
|
|
|
2950
2964
|
BREAKING CHANGE: `UNSAFE_allowUndoRedoButtons` change to `allowUndoRedoButtons` in `<Editor />` in `@atlaskit/editor-core`
|
|
2951
2965
|
|
|
@@ -3037,14 +3051,14 @@
|
|
|
3037
3051
|
|
|
3038
3052
|
### Patch Changes
|
|
3039
3053
|
|
|
3040
|
-
- [`74abc212007`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74abc212007) - Move `setTextSelection` from `editor-core` to `editor-common`, then re-export it form `editor-core` to ensure there are no breaking changes
|
|
3054
|
+
- [#25718](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25718) [`74abc212007`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74abc212007) - Move `setTextSelection` from `editor-core` to `editor-common`, then re-export it form `editor-core` to ensure there are no breaking changes
|
|
3041
3055
|
- Updated dependencies
|
|
3042
3056
|
|
|
3043
3057
|
## 173.0.0
|
|
3044
3058
|
|
|
3045
3059
|
### Major Changes
|
|
3046
3060
|
|
|
3047
|
-
- [`aed2ee012bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aed2ee012bc) - ED-13182 insertTaskDecision has been depreciated and removed from this release in favor of insertTaskDecisionCommand.
|
|
3061
|
+
- [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710) [`aed2ee012bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aed2ee012bc) - ED-13182 insertTaskDecision has been depreciated and removed from this release in favor of insertTaskDecisionCommand.
|
|
3048
3062
|
|
|
3049
3063
|
`insertTaskDecision` was a duplicate of `insertTaskDecisionCommand` with added unnecessary overhead, replace all occurrences with `insertTaskDecisionCommand`. The function signatures are slightly different to remediate remove the first parameter from the function call (`view: EditorView`) and insert a third parameter with a value of `undefined`.
|
|
3050
3064
|
|
|
@@ -3095,13 +3109,13 @@
|
|
|
3095
3109
|
|
|
3096
3110
|
### Patch Changes
|
|
3097
3111
|
|
|
3098
|
-
- [`ebbb19af585`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ebbb19af585) - bump editor-common to 69.4.1
|
|
3112
|
+
- [#25617](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25617) [`ebbb19af585`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ebbb19af585) - bump editor-common to 69.4.1
|
|
3099
3113
|
|
|
3100
3114
|
## 172.3.0
|
|
3101
3115
|
|
|
3102
3116
|
### Minor Changes
|
|
3103
3117
|
|
|
3104
|
-
- [`06ae7af103f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/06ae7af103f) - [ux][ed-15739] Bring back the table icon to the typeahead menu by moving IconTable component to shared package
|
|
3118
|
+
- [#25390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25390) [`06ae7af103f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/06ae7af103f) - [ux][ed-15739] Bring back the table icon to the typeahead menu by moving IconTable component to shared package
|
|
3105
3119
|
|
|
3106
3120
|
### Patch Changes
|
|
3107
3121
|
|
|
@@ -3111,14 +3125,14 @@
|
|
|
3111
3125
|
|
|
3112
3126
|
### Patch Changes
|
|
3113
3127
|
|
|
3114
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
3128
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
3115
3129
|
- Updated dependencies
|
|
3116
3130
|
|
|
3117
3131
|
## 172.2.0
|
|
3118
3132
|
|
|
3119
3133
|
### Minor Changes
|
|
3120
3134
|
|
|
3121
|
-
- [`922840a4c85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/922840a4c85) - [ED-15502][ed-15564] Decoupled selection and tables and re-enabled tableSelectionKeymap in new table plugin. Introduced new api EditorSelectionAPI.
|
|
3135
|
+
- [#24607](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24607) [`922840a4c85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/922840a4c85) - [ED-15502][ed-15564] Decoupled selection and tables and re-enabled tableSelectionKeymap in new table plugin. Introduced new api EditorSelectionAPI.
|
|
3122
3136
|
- [`7955a53b7aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7955a53b7aa) - [ED-15550] Move analytics types to editor-common package
|
|
3123
3137
|
- [`762d8bfe380`](https://bitbucket.org/atlassian/atlassian-frontend/commits/762d8bfe380) - [ED-15503] First InsertionNodeAPI code: Removing the Toolbar - Table couple code
|
|
3124
3138
|
|
|
@@ -3142,19 +3156,19 @@
|
|
|
3142
3156
|
|
|
3143
3157
|
### Patch Changes
|
|
3144
3158
|
|
|
3145
|
-
- [`764bb2b1267`](https://bitbucket.org/atlassian/atlassian-frontend/commits/764bb2b1267) - Fixed a bug where toolbar would disappear / break when mediaSingle is resized
|
|
3159
|
+
- [#24961](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24961) [`764bb2b1267`](https://bitbucket.org/atlassian/atlassian-frontend/commits/764bb2b1267) - Fixed a bug where toolbar would disappear / break when mediaSingle is resized
|
|
3146
3160
|
|
|
3147
3161
|
## 172.1.1
|
|
3148
3162
|
|
|
3149
3163
|
### Patch Changes
|
|
3150
3164
|
|
|
3151
|
-
- [`fb0c1db4bf7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb0c1db4bf7) - [ux] ED-15512 Fix can't delete quote in first line jira comment
|
|
3165
|
+
- [#24814](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24814) [`fb0c1db4bf7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb0c1db4bf7) - [ux] ED-15512 Fix can't delete quote in first line jira comment
|
|
3152
3166
|
|
|
3153
3167
|
## 172.1.0
|
|
3154
3168
|
|
|
3155
3169
|
### Minor Changes
|
|
3156
3170
|
|
|
3157
|
-
- [`0a2a2ff14d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0a2a2ff14d9) - [ux] ED-15284 Updated shared styles to add margin-top to paragraphs and headings with indentation mark. Prior to this, indented content had different spacing to the rest of the document.
|
|
3171
|
+
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004) [`0a2a2ff14d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0a2a2ff14d9) - [ux] ED-15284 Updated shared styles to add margin-top to paragraphs and headings with indentation mark. Prior to this, indented content had different spacing to the rest of the document.
|
|
3158
3172
|
- [`d7c4506066d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7c4506066d) - [ux][ed-15295] improve code block copy button label to better indicate to users what will end up in the clipboard when used.
|
|
3159
3173
|
- [`82d38ab18c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82d38ab18c1) - [ux] ED-11600 Fixed - Keyboard composition in code block removes texts
|
|
3160
3174
|
- [`1c7de731b84`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c7de731b84) - [ux][ed-15135] Add image and video to keywords of files & images typeahead item
|
|
@@ -3198,7 +3212,7 @@
|
|
|
3198
3212
|
|
|
3199
3213
|
### Patch Changes
|
|
3200
3214
|
|
|
3201
|
-
- [`36de2bb7444`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36de2bb7444) - Removing the table background-color style which was introduced as a work around during a HOT, this caused other regressions and the actual fix was implemented by the chromium team. See HOT-99849 for more details
|
|
3215
|
+
- [#24330](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24330) [`36de2bb7444`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36de2bb7444) - Removing the table background-color style which was introduced as a work around during a HOT, this caused other regressions and the actual fix was implemented by the chromium team. See HOT-99849 for more details
|
|
3202
3216
|
|
|
3203
3217
|
## 172.0.4
|
|
3204
3218
|
|
|
@@ -3210,14 +3224,14 @@
|
|
|
3210
3224
|
|
|
3211
3225
|
### Patch Changes
|
|
3212
3226
|
|
|
3213
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
3227
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
3214
3228
|
- Updated dependencies
|
|
3215
3229
|
|
|
3216
3230
|
## 172.0.2
|
|
3217
3231
|
|
|
3218
3232
|
### Patch Changes
|
|
3219
3233
|
|
|
3220
|
-
- [`8ed516834c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ed516834c1) - [ux] ED-15407: Bring forward patches below to master:
|
|
3234
|
+
- [#24029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24029) [`8ed516834c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ed516834c1) - [ux] ED-15407: Bring forward patches below to master:
|
|
3221
3235
|
|
|
3222
3236
|
- ED-14988: Patch dark mode in mobile-bridge by ensuring theme context is not stale. Repaints editor nodes when theme mode changes.
|
|
3223
3237
|
- ME-2511: Revert the premature optimisation that introduces race condition.
|
|
@@ -3227,13 +3241,13 @@
|
|
|
3227
3241
|
|
|
3228
3242
|
### Patch Changes
|
|
3229
3243
|
|
|
3230
|
-
- [`4e63a26de78`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e63a26de78) - [ux] DTR-624 Reversed order of indentation buttons in the toolbar. Note that the buttons are behind a feature flag and disabled by default.
|
|
3244
|
+
- [#23984](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23984) [`4e63a26de78`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e63a26de78) - [ux] DTR-624 Reversed order of indentation buttons in the toolbar. Note that the buttons are behind a feature flag and disabled by default.
|
|
3231
3245
|
|
|
3232
3246
|
## 172.0.0
|
|
3233
3247
|
|
|
3234
3248
|
### Major Changes
|
|
3235
3249
|
|
|
3236
|
-
- [`c72a6787b9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c72a6787b9d) - BREAKING: Removes optional `cardOptions` parameter for the `FloatingToolbarHandler` type.
|
|
3250
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`c72a6787b9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c72a6787b9d) - BREAKING: Removes optional `cardOptions` parameter for the `FloatingToolbarHandler` type.
|
|
3237
3251
|
|
|
3238
3252
|
Adds support for using `@atlaskit/link-picker` as the link picking user interface.
|
|
3239
3253
|
|
|
@@ -3317,7 +3331,7 @@
|
|
|
3317
3331
|
|
|
3318
3332
|
### Patch Changes
|
|
3319
3333
|
|
|
3320
|
-
- [`e4d5a7638c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4d5a7638c4) - Fix table border issue on chrome 104 by adding background color to table
|
|
3334
|
+
- [#23721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23721) [`e4d5a7638c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4d5a7638c4) - Fix table border issue on chrome 104 by adding background color to table
|
|
3321
3335
|
|
|
3322
3336
|
## 171.0.0
|
|
3323
3337
|
|
|
@@ -3335,13 +3349,13 @@
|
|
|
3335
3349
|
|
|
3336
3350
|
### Patch Changes
|
|
3337
3351
|
|
|
3338
|
-
- [`ebe16f97977`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ebe16f97977) - [ux] ED-15292 adjusted weights for the quickinsert search to match weighting system used in newer version of fuse.js (library that we use for fuzzy search)
|
|
3352
|
+
- [#23388](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23388) [`ebe16f97977`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ebe16f97977) - [ux] ED-15292 adjusted weights for the quickinsert search to match weighting system used in newer version of fuse.js (library that we use for fuzzy search)
|
|
3339
3353
|
|
|
3340
3354
|
## 169.1.0
|
|
3341
3355
|
|
|
3342
3356
|
### Minor Changes
|
|
3343
3357
|
|
|
3344
|
-
- [`ceb3d47ff02`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ceb3d47ff02) - [ux] ED-15074 Adds indentation buttons to the Editor toolbar. Buttons are disabled by default and also behind indentationButtonsInTheToolbar feature flag.
|
|
3358
|
+
- [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642) [`ceb3d47ff02`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ceb3d47ff02) - [ux] ED-15074 Adds indentation buttons to the Editor toolbar. Buttons are disabled by default and also behind indentationButtonsInTheToolbar feature flag.
|
|
3345
3359
|
- [`8ff3031db06`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ff3031db06) - Introduce new optional argument to CardProvider.resolve
|
|
3346
3360
|
- [`e7659ee829a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7659ee829a) - ED-15074 Moved list toolbar UI into toolbarListsIndentation plugin to share logic with indentation toolbar buttons.
|
|
3347
3361
|
- [`54079156b5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54079156b5a) - ED-15092 Added floatingToolbarCopyButton feature flag
|
|
@@ -3379,7 +3393,7 @@
|
|
|
3379
3393
|
|
|
3380
3394
|
### Patch Changes
|
|
3381
3395
|
|
|
3382
|
-
- [`49eced64ce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/49eced64ce2) - [ux] ED-14758: Fixed bug where query text would remain after pressing Enter on typeahead menu if user is in composition input
|
|
3396
|
+
- [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029) [`49eced64ce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/49eced64ce2) - [ux] ED-14758: Fixed bug where query text would remain after pressing Enter on typeahead menu if user is in composition input
|
|
3383
3397
|
- [`2a788e7026e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a788e7026e) - ED-14812: Allows breakout nodes to be pasted inside tables
|
|
3384
3398
|
- [`559b6610a0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/559b6610a0e) - Modified some CSS rules to ensure Emotion is compatible with server side rendering.
|
|
3385
3399
|
- [`daab566aecb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/daab566aecb) - [ux] ME-2402 cursor moves to after date node after inserting a date on mobile
|
|
@@ -3393,19 +3407,19 @@
|
|
|
3393
3407
|
|
|
3394
3408
|
### Patch Changes
|
|
3395
3409
|
|
|
3396
|
-
- [`9fcb08f3070`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fcb08f3070) - Upgrade "fuse.js" fuzzy search plugin to version `^6.6.2`
|
|
3410
|
+
- [#22099](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22099) [`9fcb08f3070`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fcb08f3070) - Upgrade "fuse.js" fuzzy search plugin to version `^6.6.2`
|
|
3397
3411
|
|
|
3398
3412
|
## 167.0.1
|
|
3399
3413
|
|
|
3400
3414
|
### Patch Changes
|
|
3401
3415
|
|
|
3402
|
-
- [`39937036dc5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39937036dc5) - [RM-77] Change the tableSupported check for ToolbarInsertBlock to account for forks of the table plugin.
|
|
3416
|
+
- [#22244](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22244) [`39937036dc5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39937036dc5) - [RM-77] Change the tableSupported check for ToolbarInsertBlock to account for forks of the table plugin.
|
|
3403
3417
|
|
|
3404
3418
|
## 167.0.0
|
|
3405
3419
|
|
|
3406
3420
|
### Major Changes
|
|
3407
3421
|
|
|
3408
|
-
- [`0c808b11322`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c808b11322) - ED-14489 - Add implementation to allow parseDoc.check() to throw exception.
|
|
3422
|
+
- [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570) [`0c808b11322`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c808b11322) - ED-14489 - Add implementation to allow parseDoc.check() to throw exception.
|
|
3409
3423
|
This change will crash any apps that use the editor without a React's Error Boundary <ErrorBoundary /> ancestor in certain cases.
|
|
3410
3424
|
This changed handling of how the Editor responds when;
|
|
3411
3425
|
|
|
@@ -3492,19 +3506,19 @@
|
|
|
3492
3506
|
|
|
3493
3507
|
### Patch Changes
|
|
3494
3508
|
|
|
3495
|
-
- [`08b3ceadbe3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08b3ceadbe3) - [Hotfix] Revert of ED-14241
|
|
3509
|
+
- [#21932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21932) [`08b3ceadbe3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08b3ceadbe3) - [Hotfix] Revert of ED-14241
|
|
3496
3510
|
|
|
3497
3511
|
## 166.0.3
|
|
3498
3512
|
|
|
3499
3513
|
### Patch Changes
|
|
3500
3514
|
|
|
3501
|
-
- [`56238fdc70e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56238fdc70e) - ED-14998 Fix paste issue in a table inside a bodied extension. Copying and pasting inline nodes inside the table should not create a new table during paste
|
|
3515
|
+
- [#21859](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21859) [`56238fdc70e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56238fdc70e) - ED-14998 Fix paste issue in a table inside a bodied extension. Copying and pasting inline nodes inside the table should not create a new table during paste
|
|
3502
3516
|
|
|
3503
3517
|
## 166.0.2
|
|
3504
3518
|
|
|
3505
3519
|
### Patch Changes
|
|
3506
3520
|
|
|
3507
|
-
- [`61b504d9af7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61b504d9af7) - [ED-15023] Fix editor crashing when first line contains only sub or super script
|
|
3521
|
+
- [#21687](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21687) [`61b504d9af7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61b504d9af7) - [ED-15023] Fix editor crashing when first line contains only sub or super script
|
|
3508
3522
|
|
|
3509
3523
|
## 166.0.1
|
|
3510
3524
|
|
|
@@ -3516,7 +3530,7 @@
|
|
|
3516
3530
|
|
|
3517
3531
|
### Minor Changes
|
|
3518
3532
|
|
|
3519
|
-
- [`2a04b47848b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a04b47848b) - Removed unused emoji experiment (emojiNext).
|
|
3533
|
+
- [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721) [`2a04b47848b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a04b47848b) - Removed unused emoji experiment (emojiNext).
|
|
3520
3534
|
- [`d86aa096946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d86aa096946) - [ux] Added prop minHeight for editor appearance='comment' and 'chromeless'
|
|
3521
3535
|
- [`b6d47de3fd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6d47de3fd9) - [MEX-1417] remove access to media file streams cache
|
|
3522
3536
|
- [`19486acfe8f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19486acfe8f) - [ED-14501] Add a new input latency performance analytics event `editor.inputPerfSamplingAvg`. Refactor the input latency tracking logic into a class.
|
|
@@ -3553,19 +3567,19 @@
|
|
|
3553
3567
|
|
|
3554
3568
|
### Patch Changes
|
|
3555
3569
|
|
|
3556
|
-
- [`798c0d0b9c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/798c0d0b9c3) - [ux] Fixes an issue where some editor nodes did not work with dark mode (which is only used on mobile). When the environment is detected to be mobile, this adds a Atlaskit Theme Provider and a styled-components theme provider to the top of the editors "portals" (not react portals), which allows theming to work.
|
|
3570
|
+
- [#21226](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21226) [`798c0d0b9c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/798c0d0b9c3) - [ux] Fixes an issue where some editor nodes did not work with dark mode (which is only used on mobile). When the environment is detected to be mobile, this adds a Atlaskit Theme Provider and a styled-components theme provider to the top of the editors "portals" (not react portals), which allows theming to work.
|
|
3557
3571
|
|
|
3558
3572
|
## 164.0.3
|
|
3559
3573
|
|
|
3560
3574
|
### Patch Changes
|
|
3561
3575
|
|
|
3562
|
-
- [`1f18014c3c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f18014c3c3) - [ux] ED-14909: Fix Chrome bug where typeahead would write duplicate slash prefix triggers on multiple focusout events
|
|
3576
|
+
- [#20862](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20862) [`1f18014c3c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f18014c3c3) - [ux] ED-14909: Fix Chrome bug where typeahead would write duplicate slash prefix triggers on multiple focusout events
|
|
3563
3577
|
|
|
3564
3578
|
## 164.0.2
|
|
3565
3579
|
|
|
3566
3580
|
### Patch Changes
|
|
3567
3581
|
|
|
3568
|
-
- [`a424e62b264`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a424e62b264) - Changes to support Node 16 Typescript definitions from `@types/node`.
|
|
3582
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`a424e62b264`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a424e62b264) - Changes to support Node 16 Typescript definitions from `@types/node`.
|
|
3569
3583
|
|
|
3570
3584
|
## 164.0.1
|
|
3571
3585
|
|
|
@@ -3578,7 +3592,7 @@
|
|
|
3578
3592
|
|
|
3579
3593
|
### Major Changes
|
|
3580
3594
|
|
|
3581
|
-
- [`675613ff0f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/675613ff0f4) - [MEX-1390] Remove Media-picker popup as an export and remove useMediaPickerPopup flag
|
|
3595
|
+
- [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033) [`675613ff0f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/675613ff0f4) - [MEX-1390] Remove Media-picker popup as an export and remove useMediaPickerPopup flag
|
|
3582
3596
|
|
|
3583
3597
|
### Minor Changes
|
|
3584
3598
|
|
|
@@ -3651,7 +3665,7 @@
|
|
|
3651
3665
|
|
|
3652
3666
|
### Major Changes
|
|
3653
3667
|
|
|
3654
|
-
- [`0ba6e613e60`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ba6e613e60) - [ux] Removed media-editor references in editor-core
|
|
3668
|
+
- [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618) [`0ba6e613e60`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ba6e613e60) - [ux] Removed media-editor references in editor-core
|
|
3655
3669
|
- [`2ec99bf6f9f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ec99bf6f9f) - [ux] ED-14651: removed react-intl v2.
|
|
3656
3670
|
|
|
3657
3671
|
### Minor Changes
|
|
@@ -3693,13 +3707,13 @@
|
|
|
3693
3707
|
|
|
3694
3708
|
### Patch Changes
|
|
3695
3709
|
|
|
3696
|
-
- [`cfcc23db294`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cfcc23db294) - ED-14735 Rename table styles from '.css.ts' to '.
|
|
3710
|
+
- [#19655](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19655) [`cfcc23db294`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cfcc23db294) - ED-14735 Rename table styles from '.css.ts' to '.
|
|
3697
3711
|
|
|
3698
3712
|
## 162.0.0
|
|
3699
3713
|
|
|
3700
3714
|
### Minor Changes
|
|
3701
3715
|
|
|
3702
|
-
- [`b70bf801c6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b70bf801c6d) - [ux] ED-14235 Fix conversion of aligned text to list
|
|
3716
|
+
- [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019) [`b70bf801c6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b70bf801c6d) - [ux] ED-14235 Fix conversion of aligned text to list
|
|
3703
3717
|
- [`53046ba2ac3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/53046ba2ac3) - [ux] Added a new dropdown menu for smart cards view changing in the floating toolbar as a variant to be tested against the current dropdown.
|
|
3704
3718
|
- [`d1faad40e59`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d1faad40e59) - [ux] Adds helper function to find caption node and hides adaptive toolbar on mobile when selection is inside caption node
|
|
3705
3719
|
- [`7f158b2734b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f158b2734b) - [ux] Shows correct toolbar state after header row or header column option is undone
|
|
@@ -3749,13 +3763,13 @@
|
|
|
3749
3763
|
|
|
3750
3764
|
### Major Changes
|
|
3751
3765
|
|
|
3752
|
-
- [`a0b1dde9b9e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a0b1dde9b9e) - [ux] Fixed the issue where the "change table width" button was incorrectly positioned, overlapping the side panel, when the table is being rendered in sticky header mode.
|
|
3766
|
+
- [#19405](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19405) [`a0b1dde9b9e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a0b1dde9b9e) - [ux] Fixed the issue where the "change table width" button was incorrectly positioned, overlapping the side panel, when the table is being rendered in sticky header mode.
|
|
3753
3767
|
|
|
3754
3768
|
## 159.0.1
|
|
3755
3769
|
|
|
3756
3770
|
### Patch Changes
|
|
3757
3771
|
|
|
3758
|
-
- [`e68f0f554fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e68f0f554fa) - remove mousedown handler for inline links and add a vr test for the logic
|
|
3772
|
+
- [#19339](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19339) [`e68f0f554fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e68f0f554fa) - remove mousedown handler for inline links and add a vr test for the logic
|
|
3759
3773
|
- Updated dependencies
|
|
3760
3774
|
|
|
3761
3775
|
## 159.0.0
|
|
@@ -3768,7 +3782,7 @@
|
|
|
3768
3782
|
|
|
3769
3783
|
### Patch Changes
|
|
3770
3784
|
|
|
3771
|
-
- [`c7a3ccf95cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7a3ccf95cd) - Patching versions to no longer reference localid from adf or smart-cards
|
|
3785
|
+
- [#19204](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19204) [`c7a3ccf95cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7a3ccf95cd) - Patching versions to no longer reference localid from adf or smart-cards
|
|
3772
3786
|
|
|
3773
3787
|
## 158.0.0
|
|
3774
3788
|
|
|
@@ -3792,12 +3806,12 @@
|
|
|
3792
3806
|
|
|
3793
3807
|
### Major Changes
|
|
3794
3808
|
|
|
3795
|
-
- [`304351e4b1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/304351e4b1e) - CETI-241 - Added additional panel ADF attributes (panelIconId, panelIconText) to uniquely identify custom panel emojis. The change has been categorised as major since it is a change to the full-schema ADF. However, the custom panel feature is behind a feature flag, has not yet been released to production, and is only currently planned for release to Confluence. See ADF change #61 for further details.
|
|
3809
|
+
- [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526) [`304351e4b1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/304351e4b1e) - CETI-241 - Added additional panel ADF attributes (panelIconId, panelIconText) to uniquely identify custom panel emojis. The change has been categorised as major since it is a change to the full-schema ADF. However, the custom panel feature is behind a feature flag, has not yet been released to production, and is only currently planned for release to Confluence. See ADF change #61 for further details.
|
|
3796
3810
|
- [`9d1e0356622`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d1e0356622) - [ux] CETI-166 Increase the standard panel icons size to make it consistent with the emojis in the panel content area
|
|
3797
3811
|
|
|
3798
3812
|
### Minor Changes
|
|
3799
3813
|
|
|
3800
|
-
- [`4e234e7fe93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e234e7fe93) - CETI-240 handle add custom emoji in floating toolbar
|
|
3814
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`4e234e7fe93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e234e7fe93) - CETI-240 handle add custom emoji in floating toolbar
|
|
3801
3815
|
- [`88ada10af2c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88ada10af2c) - [ED-14097] Moved getFinalAcknowledgedState control to editor and made the API public
|
|
3802
3816
|
- [`a52644f9bf5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a52644f9bf5) - [ux][me-1931] Fix expands losing content on mobile when pressing enter mid sentence.
|
|
3803
3817
|
- [`c2e08fae750`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2e08fae750) - ME-1660 ContentInSelection in Mobile Selection return array of selected nodes instead of a Set
|
|
@@ -3975,31 +3989,31 @@
|
|
|
3975
3989
|
|
|
3976
3990
|
### Patch Changes
|
|
3977
3991
|
|
|
3978
|
-
- [`60a8ae28c1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60a8ae28c1f) - [ux] HOT-97965: Strip code marks from text nodes when code and link marks both exist
|
|
3992
|
+
- [#18233](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18233) [`60a8ae28c1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60a8ae28c1f) - [ux] HOT-97965: Strip code marks from text nodes when code and link marks both exist
|
|
3979
3993
|
|
|
3980
3994
|
## 153.1.3
|
|
3981
3995
|
|
|
3982
3996
|
### Patch Changes
|
|
3983
3997
|
|
|
3984
|
-
- [`fa87054a61a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa87054a61a) - workaround issue where prosemirrors new drag selection delay logic breaks safaris table selections.
|
|
3998
|
+
- [#17892](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17892) [`fa87054a61a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa87054a61a) - workaround issue where prosemirrors new drag selection delay logic breaks safaris table selections.
|
|
3985
3999
|
|
|
3986
4000
|
## 153.1.2
|
|
3987
4001
|
|
|
3988
4002
|
### Patch Changes
|
|
3989
4003
|
|
|
3990
|
-
- [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
4004
|
+
- [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475) [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
3991
4005
|
|
|
3992
4006
|
## 153.1.1
|
|
3993
4007
|
|
|
3994
4008
|
### Patch Changes
|
|
3995
4009
|
|
|
3996
|
-
- [`bfc3a31f7d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfc3a31f7d0) - ED-14130 fix copy paste block cards
|
|
4010
|
+
- [#17354](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17354) [`bfc3a31f7d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfc3a31f7d0) - ED-14130 fix copy paste block cards
|
|
3997
4011
|
|
|
3998
4012
|
## 153.1.0
|
|
3999
4013
|
|
|
4000
4014
|
### Minor Changes
|
|
4001
4015
|
|
|
4002
|
-
- [`b9cd2373064`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9cd2373064) - [ED-14106] Reset custom color when the node is inside a link
|
|
4016
|
+
- [#16928](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16928) [`b9cd2373064`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9cd2373064) - [ED-14106] Reset custom color when the node is inside a link
|
|
4003
4017
|
|
|
4004
4018
|
### Patch Changes
|
|
4005
4019
|
|
|
@@ -4010,7 +4024,7 @@
|
|
|
4010
4024
|
|
|
4011
4025
|
### Patch Changes
|
|
4012
4026
|
|
|
4013
|
-
- [`44f1ead3628`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44f1ead3628) - [HOT-97409] Add feature flag to disable spellchecking for Chrome >= 96
|
|
4027
|
+
- [#16889](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16889) [`44f1ead3628`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44f1ead3628) - [HOT-97409] Add feature flag to disable spellchecking for Chrome >= 96
|
|
4014
4028
|
|
|
4015
4029
|
Update `@atlaskit/icon` dependency to `^21.9.2`
|
|
4016
4030
|
|
|
@@ -4018,7 +4032,7 @@
|
|
|
4018
4032
|
|
|
4019
4033
|
### Major Changes
|
|
4020
4034
|
|
|
4021
|
-
- [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) - ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including breaking API changes, types and tests in atlassian-frontend packages
|
|
4035
|
+
- [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810) [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) - ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including breaking API changes, types and tests in atlassian-frontend packages
|
|
4022
4036
|
|
|
4023
4037
|
What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch with actual installed react-intl APIs.
|
|
4024
4038
|
Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
|
|
@@ -4064,13 +4078,13 @@
|
|
|
4064
4078
|
|
|
4065
4079
|
### Patch Changes
|
|
4066
4080
|
|
|
4067
|
-
- [`977f778e630`](https://bitbucket.org/atlassian/atlassian-frontend/commits/977f778e630) - Add action elements to paste allowlist
|
|
4081
|
+
- [#16612](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16612) [`977f778e630`](https://bitbucket.org/atlassian/atlassian-frontend/commits/977f778e630) - Add action elements to paste allowlist
|
|
4068
4082
|
|
|
4069
4083
|
## 152.0.0
|
|
4070
4084
|
|
|
4071
4085
|
### Major Changes
|
|
4072
4086
|
|
|
4073
|
-
- [`3a2a5e14fdc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a2a5e14fdc) - As we are moving to full schema, merged the customPanel nodeSpec with panel nodeSpec
|
|
4087
|
+
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998) [`3a2a5e14fdc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a2a5e14fdc) - As we are moving to full schema, merged the customPanel nodeSpec with panel nodeSpec
|
|
4074
4088
|
- [`0cf5fa82add`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0cf5fa82add) - CETI-20 Rename custom panel FF from `UNSAFE_allowCustomPanel` to `allowCustomPanel`
|
|
4075
4089
|
- [`fd675db8754`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd675db8754) - [ux] ED-13100: added GroupedField.hasGroupedValues and enable parameter flattening for expand/tab-group/tab fields in config panels. The default value of `GroupedField.hasGroupedValues` is `False`, which will flatten data structures. Set `GroupedField.hasGroupedValues` to `True` on all tab-group/tab/expand fields if you wish to retain existing behaviour.
|
|
4076
4090
|
|
|
@@ -4160,19 +4174,19 @@
|
|
|
4160
4174
|
|
|
4161
4175
|
### Minor Changes
|
|
4162
4176
|
|
|
4163
|
-
- [`08348b6692c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08348b6692c) - Update CodeBlockOptions to have appearance prop optional
|
|
4177
|
+
- [#16503](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16503) [`08348b6692c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08348b6692c) - Update CodeBlockOptions to have appearance prop optional
|
|
4164
4178
|
|
|
4165
4179
|
## 151.2.1
|
|
4166
4180
|
|
|
4167
4181
|
### Patch Changes
|
|
4168
4182
|
|
|
4169
|
-
- [`69fc91803d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/69fc91803d4) - [ux] Find and replace tooltip now icons are now correctly aligned and does not have a scrollbar showing up.
|
|
4183
|
+
- [#16263](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16263) [`69fc91803d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/69fc91803d4) - [ux] Find and replace tooltip now icons are now correctly aligned and does not have a scrollbar showing up.
|
|
4170
4184
|
|
|
4171
4185
|
## 151.2.0
|
|
4172
4186
|
|
|
4173
4187
|
### Minor Changes
|
|
4174
4188
|
|
|
4175
|
-
- [`db3477abb18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db3477abb18) - [ux] ED-13938 disabled code-bidi warning tooltip for mobile, reworked TextWrapper to fix bidi mitigation, and fixed issue where bidi warnings were not presented when renderer used with an annotation provider with draftMode set to true
|
|
4189
|
+
- [#16168](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16168) [`db3477abb18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db3477abb18) - [ux] ED-13938 disabled code-bidi warning tooltip for mobile, reworked TextWrapper to fix bidi mitigation, and fixed issue where bidi warnings were not presented when renderer used with an annotation provider with draftMode set to true
|
|
4176
4190
|
|
|
4177
4191
|
### Patch Changes
|
|
4178
4192
|
|
|
@@ -4182,19 +4196,19 @@
|
|
|
4182
4196
|
|
|
4183
4197
|
### Patch Changes
|
|
4184
4198
|
|
|
4185
|
-
- [`52f0c296810`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52f0c296810) - ED-13940 fixed selecting line with a status via keys
|
|
4199
|
+
- [#16148](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16148) [`52f0c296810`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52f0c296810) - ED-13940 fixed selecting line with a status via keys
|
|
4186
4200
|
|
|
4187
4201
|
## 151.1.1
|
|
4188
4202
|
|
|
4189
4203
|
### Patch Changes
|
|
4190
4204
|
|
|
4191
|
-
- [`05527b1acf8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05527b1acf8) - 'Renaming deprecated React lifecycle methods.'
|
|
4205
|
+
- [#15807](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15807) [`05527b1acf8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05527b1acf8) - 'Renaming deprecated React lifecycle methods.'
|
|
4192
4206
|
|
|
4193
4207
|
## 151.1.0
|
|
4194
4208
|
|
|
4195
4209
|
### Minor Changes
|
|
4196
4210
|
|
|
4197
|
-
- [`c80c71b537d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c80c71b537d) - [ux] ED-13860 add bidi warning decorations to code components
|
|
4211
|
+
- [#16006](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16006) [`c80c71b537d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c80c71b537d) - [ux] ED-13860 add bidi warning decorations to code components
|
|
4198
4212
|
|
|
4199
4213
|
### Patch Changes
|
|
4200
4214
|
|
|
@@ -4204,7 +4218,7 @@
|
|
|
4204
4218
|
|
|
4205
4219
|
### Major Changes
|
|
4206
4220
|
|
|
4207
|
-
- [`b3606652fa1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3606652fa1) - [ux] Editor integration for Media Inline component
|
|
4221
|
+
- [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777) [`b3606652fa1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3606652fa1) - [ux] Editor integration for Media Inline component
|
|
4208
4222
|
|
|
4209
4223
|
### Minor Changes
|
|
4210
4224
|
|
|
@@ -4251,25 +4265,25 @@
|
|
|
4251
4265
|
|
|
4252
4266
|
### Patch Changes
|
|
4253
4267
|
|
|
4254
|
-
- [`b52e6fa288b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b52e6fa288b) - [HOT-97127] Fix mentions getItems comunication to avoid wrong results
|
|
4268
|
+
- [#15871](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15871) [`b52e6fa288b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b52e6fa288b) - [HOT-97127] Fix mentions getItems comunication to avoid wrong results
|
|
4255
4269
|
|
|
4256
4270
|
## 150.0.2
|
|
4257
4271
|
|
|
4258
4272
|
### Patch Changes
|
|
4259
4273
|
|
|
4260
|
-
- [`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) - Internal upgrade of memoize-one to 6.0.0
|
|
4274
|
+
- [#15694](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15694) [`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) - Internal upgrade of memoize-one to 6.0.0
|
|
4261
4275
|
|
|
4262
4276
|
## 150.0.1
|
|
4263
4277
|
|
|
4264
4278
|
### Patch Changes
|
|
4265
4279
|
|
|
4266
|
-
- [`52aed763767`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52aed763767) - [ED-13879] deletes a placeholder text node when opening a typeahead
|
|
4280
|
+
- [#15497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15497) [`52aed763767`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52aed763767) - [ED-13879] deletes a placeholder text node when opening a typeahead
|
|
4267
4281
|
|
|
4268
4282
|
## 150.0.0
|
|
4269
4283
|
|
|
4270
4284
|
### Major Changes
|
|
4271
4285
|
|
|
4272
|
-
- [`954a69badf2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954a69badf2) - [ux][ed-8288] Removing a multi-dispatch when user inserts/deletes a column in resized tables. This change fixes the undo/redo
|
|
4286
|
+
- [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319) [`954a69badf2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954a69badf2) - [ux][ed-8288] Removing a multi-dispatch when user inserts/deletes a column in resized tables. This change fixes the undo/redo
|
|
4273
4287
|
flow that is currently corrupted due to a multi-dispatch. This slightly changes the col-width sizing as it reduces the
|
|
4274
4288
|
unnecessary number of calls to resize the columns. EditorView is now passed as a parameter to insertColumn
|
|
4275
4289
|
functions to update the column widths manually.
|
|
@@ -4298,13 +4312,13 @@
|
|
|
4298
4312
|
|
|
4299
4313
|
### Patch Changes
|
|
4300
4314
|
|
|
4301
|
-
- [`226979a2a40`](https://bitbucket.org/atlassian/atlassian-frontend/commits/226979a2a40) - [ED-13713] Move TypeAhead keydown events to run by VanillaJS to avoid bubbling hijacking by product code
|
|
4315
|
+
- [#14337](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14337) [`226979a2a40`](https://bitbucket.org/atlassian/atlassian-frontend/commits/226979a2a40) - [ED-13713] Move TypeAhead keydown events to run by VanillaJS to avoid bubbling hijacking by product code
|
|
4302
4316
|
|
|
4303
4317
|
## 149.0.0
|
|
4304
4318
|
|
|
4305
4319
|
### Major Changes
|
|
4306
4320
|
|
|
4307
|
-
- [`71bb1bb3cd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/71bb1bb3cd0) - [ED-12933] Replace TypeAhead node mark to ProseMirror Decoration
|
|
4321
|
+
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864) [`71bb1bb3cd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/71bb1bb3cd0) - [ED-12933] Replace TypeAhead node mark to ProseMirror Decoration
|
|
4308
4322
|
|
|
4309
4323
|
# Minor change
|
|
4310
4324
|
|
|
@@ -4408,7 +4422,7 @@
|
|
|
4408
4422
|
|
|
4409
4423
|
### Major Changes
|
|
4410
4424
|
|
|
4411
|
-
- [`96c6146eef1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96c6146eef1) - ED-13187: localId optional & empty values filtered
|
|
4425
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302) [`96c6146eef1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96c6146eef1) - ED-13187: localId optional & empty values filtered
|
|
4412
4426
|
- [`86503f6d38f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/86503f6d38f) - [ux] Fixup the divider being inserted below the cursor on mobile using quick insert and when using shortcuts in web editor
|
|
4413
4427
|
- [`1dee7b71aee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1dee7b71aee) - ED-12500 distribute columns feature flag cleanup
|
|
4414
4428
|
|
|
@@ -4456,13 +4470,13 @@
|
|
|
4456
4470
|
|
|
4457
4471
|
### Patch Changes
|
|
4458
4472
|
|
|
4459
|
-
- [`61eabb132cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61eabb132cd) - [ux][ed-13498] This solves a regression that has popped up in the editor-mobile-bridge version 28.0.0 where changes made to feature flags in the editor config are not triggering the shouldReconfigureState function which updates the state and applies the feature flag change.
|
|
4473
|
+
- [#13242](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13242) [`61eabb132cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61eabb132cd) - [ux][ed-13498] This solves a regression that has popped up in the editor-mobile-bridge version 28.0.0 where changes made to feature flags in the editor config are not triggering the shouldReconfigureState function which updates the state and applies the feature flag change.
|
|
4460
4474
|
|
|
4461
4475
|
## 147.0.0
|
|
4462
4476
|
|
|
4463
4477
|
### Major Changes
|
|
4464
4478
|
|
|
4465
|
-
- [`5e55b55d035`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e55b55d035) - [ux][ed-9961] Remove the predictable lists feature flag and the legacy lists plugin so that predictable lists is default.
|
|
4479
|
+
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837) [`5e55b55d035`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e55b55d035) - [ux][ed-9961] Remove the predictable lists feature flag and the legacy lists plugin so that predictable lists is default.
|
|
4466
4480
|
|
|
4467
4481
|
Doing this by removing the lists plugin, removing the predictableLists feature flag, renaming lists-predictable to just list, refactoring any areas of the code that used the feature flag or the legacy lists still.
|
|
4468
4482
|
|
|
@@ -4493,26 +4507,26 @@
|
|
|
4493
4507
|
|
|
4494
4508
|
### Patch Changes
|
|
4495
4509
|
|
|
4496
|
-
- [`1a2d907b45f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a2d907b45f) - [ux][ed-13470] Hotfix to increase the moment the toolbar begins to collapse / scroll to medium instead of small due to an increase in width of toolbar contents.
|
|
4510
|
+
- [#13079](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13079) [`1a2d907b45f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a2d907b45f) - [ux][ed-13470] Hotfix to increase the moment the toolbar begins to collapse / scroll to medium instead of small due to an increase in width of toolbar contents.
|
|
4497
4511
|
|
|
4498
4512
|
## 146.0.2
|
|
4499
4513
|
|
|
4500
4514
|
### Patch Changes
|
|
4501
4515
|
|
|
4502
|
-
- [`a572da3653e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a572da3653e) - HOT-96031 Extension with no localId were not showing context panel
|
|
4516
|
+
- [#12960](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12960) [`a572da3653e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a572da3653e) - HOT-96031 Extension with no localId were not showing context panel
|
|
4503
4517
|
|
|
4504
4518
|
## 146.0.1
|
|
4505
4519
|
|
|
4506
4520
|
### Patch Changes
|
|
4507
4521
|
|
|
4508
|
-
- [`414b6216adf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/414b6216adf) - Upgrade date-fns to ^2.17
|
|
4522
|
+
- [#9328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9328) [`414b6216adf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/414b6216adf) - Upgrade date-fns to ^2.17
|
|
4509
4523
|
- Updated dependencies
|
|
4510
4524
|
|
|
4511
4525
|
## 146.0.0
|
|
4512
4526
|
|
|
4513
4527
|
### Minor Changes
|
|
4514
4528
|
|
|
4515
|
-
- [`dc5951fa724`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc5951fa724) - Allows the editor mobile bridge plugin subscription listeners to optionally only update once the dom has been rendered. Also adds fix for inserting a date not triggering a toolbar update.
|
|
4529
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328) [`dc5951fa724`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc5951fa724) - Allows the editor mobile bridge plugin subscription listeners to optionally only update once the dom has been rendered. Also adds fix for inserting a date not triggering a toolbar update.
|
|
4516
4530
|
- [`bc3a0ad32d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc3a0ad32d3) - ED-12998 Add docStructured to ErrorBoundary
|
|
4517
4531
|
- [`6a0a7c704cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a0a7c704cd) - ED-12998 Add docStructure to synchrony error analytic events
|
|
4518
4532
|
- [`bfef6a174d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfef6a174d1) - Stop date plugin from firing a plugin state update for every selection, even if it is not date related.
|
|
@@ -4535,31 +4549,31 @@
|
|
|
4535
4549
|
|
|
4536
4550
|
### Patch Changes
|
|
4537
4551
|
|
|
4538
|
-
- [`2725933f7ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2725933f7ba) - [ux] ED-13331 Fix autoformatting being triggered after any keypress
|
|
4552
|
+
- [#12611](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12611) [`2725933f7ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2725933f7ba) - [ux] ED-13331 Fix autoformatting being triggered after any keypress
|
|
4539
4553
|
|
|
4540
4554
|
## 145.0.3
|
|
4541
4555
|
|
|
4542
4556
|
### Patch Changes
|
|
4543
4557
|
|
|
4544
|
-
- [`c48b38bf577`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c48b38bf577) - ED-13281 - Hotfix to ensure insert toolbar popup renders into popupMountPoint dom node when passed
|
|
4558
|
+
- [#12488](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12488) [`c48b38bf577`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c48b38bf577) - ED-13281 - Hotfix to ensure insert toolbar popup renders into popupMountPoint dom node when passed
|
|
4545
4559
|
|
|
4546
4560
|
## 145.0.2
|
|
4547
4561
|
|
|
4548
4562
|
### Patch Changes
|
|
4549
4563
|
|
|
4550
|
-
- [`e780cc4e0cb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e780cc4e0cb) - Breadcrumb clicking fix
|
|
4564
|
+
- [#12425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12425) [`e780cc4e0cb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e780cc4e0cb) - Breadcrumb clicking fix
|
|
4551
4565
|
|
|
4552
4566
|
## 145.0.1
|
|
4553
4567
|
|
|
4554
4568
|
### Patch Changes
|
|
4555
4569
|
|
|
4556
|
-
- [`d316627b838`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d316627b838) - Fix mouse click event on hyperlinktoolbar
|
|
4570
|
+
- [#12319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12319) [`d316627b838`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d316627b838) - Fix mouse click event on hyperlinktoolbar
|
|
4557
4571
|
|
|
4558
4572
|
## 145.0.0
|
|
4559
4573
|
|
|
4560
4574
|
### Major Changes
|
|
4561
4575
|
|
|
4562
|
-
- [`0b9318d5c23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b9318d5c23) - ED-11952 updated extension interface to allow dynamic toolbar buttons.
|
|
4576
|
+
- [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649) [`0b9318d5c23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b9318d5c23) - ED-11952 updated extension interface to allow dynamic toolbar buttons.
|
|
4563
4577
|
BREAKING CHANGE: `ExtensionModules.contextualToolbarItems` has been removed in favor of `ExtensionModules.contextualToolbars`.
|
|
4564
4578
|
|
|
4565
4579
|
`ExtensionModules.contextualToolbars` consist of a list of `ContextualToolbar` which has the following signature:
|
|
@@ -4619,25 +4633,25 @@
|
|
|
4619
4633
|
|
|
4620
4634
|
### Patch Changes
|
|
4621
4635
|
|
|
4622
|
-
- [`139a522574f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/139a522574f) - Change selector for checking if breadcrumbs where clicked with click-area-helper
|
|
4636
|
+
- [#12210](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12210) [`139a522574f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/139a522574f) - Change selector for checking if breadcrumbs where clicked with click-area-helper
|
|
4623
4637
|
|
|
4624
4638
|
## 144.1.2
|
|
4625
4639
|
|
|
4626
4640
|
### Patch Changes
|
|
4627
4641
|
|
|
4628
|
-
- [`5d7f119c55d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d7f119c55d) - Fix bread crumb issue
|
|
4642
|
+
- [#12105](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12105) [`5d7f119c55d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d7f119c55d) - Fix bread crumb issue
|
|
4629
4643
|
|
|
4630
4644
|
## 144.1.1
|
|
4631
4645
|
|
|
4632
4646
|
### Patch Changes
|
|
4633
4647
|
|
|
4634
|
-
- [`9b9ca925f18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b9ca925f18) - ED-13109 Fix inline extension insertion behavior
|
|
4648
|
+
- [#11928](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11928) [`9b9ca925f18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b9ca925f18) - ED-13109 Fix inline extension insertion behavior
|
|
4635
4649
|
|
|
4636
4650
|
## 144.1.0
|
|
4637
4651
|
|
|
4638
4652
|
### Minor Changes
|
|
4639
4653
|
|
|
4640
|
-
- [`92c1a74eb2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92c1a74eb2d) - [ux] ED-13083: fixed serialize() for Tabs and Expand fields
|
|
4654
|
+
- [#11843](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11843) [`92c1a74eb2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92c1a74eb2d) - [ux] ED-13083: fixed serialize() for Tabs and Expand fields
|
|
4641
4655
|
|
|
4642
4656
|
### Patch Changes
|
|
4643
4657
|
|
|
@@ -4650,20 +4664,20 @@
|
|
|
4650
4664
|
|
|
4651
4665
|
### Patch Changes
|
|
4652
4666
|
|
|
4653
|
-
- [`9e09b407b43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e09b407b43) - Exclude `__tests_external__` from the `build/tsconfig.json`.
|
|
4667
|
+
- [#11778](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11778) [`9e09b407b43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e09b407b43) - Exclude `__tests_external__` from the `build/tsconfig.json`.
|
|
4654
4668
|
Add `local-cypress` and remove types export.
|
|
4655
4669
|
|
|
4656
4670
|
## 144.0.3
|
|
4657
4671
|
|
|
4658
4672
|
### Patch Changes
|
|
4659
4673
|
|
|
4660
|
-
- [`070261ec304`](https://bitbucket.org/atlassian/atlassian-frontend/commits/070261ec304) - Fix Cypress types for packages
|
|
4674
|
+
- [#11723](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11723) [`070261ec304`](https://bitbucket.org/atlassian/atlassian-frontend/commits/070261ec304) - Fix Cypress types for packages
|
|
4661
4675
|
|
|
4662
4676
|
## 144.0.2
|
|
4663
4677
|
|
|
4664
4678
|
### Patch Changes
|
|
4665
4679
|
|
|
4666
|
-
- [`6abc1fb5b10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6abc1fb5b10) - Change default value for displayInlineBlockForInlineNodes feature flag
|
|
4680
|
+
- [#11405](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11405) [`6abc1fb5b10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6abc1fb5b10) - Change default value for displayInlineBlockForInlineNodes feature flag
|
|
4667
4681
|
|
|
4668
4682
|
## 144.0.1
|
|
4669
4683
|
|
|
@@ -4675,7 +4689,7 @@
|
|
|
4675
4689
|
|
|
4676
4690
|
### Major Changes
|
|
4677
4691
|
|
|
4678
|
-
- [`566f674ac8f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/566f674ac8f) - _Removes_ `allowReferentiality` & `UNSAFE_allowDataConsumer` props from editor props.
|
|
4692
|
+
- [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113) [`566f674ac8f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/566f674ac8f) - _Removes_ `allowReferentiality` & `UNSAFE_allowDataConsumer` props from editor props.
|
|
4679
4693
|
These can now be toggled via the feature flags prop, e.g.
|
|
4680
4694
|
|
|
4681
4695
|
```tsx
|
|
@@ -4746,13 +4760,13 @@
|
|
|
4746
4760
|
|
|
4747
4761
|
### Patch Changes
|
|
4748
4762
|
|
|
4749
|
-
- [`312a2810b0b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/312a2810b0b) - [ux] ED-12931 Fix input rules replacing text outside of matched word in a long paragraph
|
|
4763
|
+
- [#10943](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10943) [`312a2810b0b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/312a2810b0b) - [ux] ED-12931 Fix input rules replacing text outside of matched word in a long paragraph
|
|
4750
4764
|
|
|
4751
4765
|
## 143.1.1
|
|
4752
4766
|
|
|
4753
4767
|
### Patch Changes
|
|
4754
4768
|
|
|
4755
|
-
- [`8efef26a27e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8efef26a27e) - [COLLAB-683] Fix editor collab plugin to always call the send function from collab provider when the native collab is enabled
|
|
4769
|
+
- [#10867](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10867) [`8efef26a27e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8efef26a27e) - [COLLAB-683] Fix editor collab plugin to always call the send function from collab provider when the native collab is enabled
|
|
4756
4770
|
|
|
4757
4771
|
# Why?
|
|
4758
4772
|
|
|
@@ -4764,7 +4778,7 @@
|
|
|
4764
4778
|
|
|
4765
4779
|
### Minor Changes
|
|
4766
4780
|
|
|
4767
|
-
- [`1fbe305bf7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fbe305bf7d) - ED-12273 Unsupported content support for Layout
|
|
4781
|
+
- [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569) [`1fbe305bf7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fbe305bf7d) - ED-12273 Unsupported content support for Layout
|
|
4768
4782
|
- [`90cb0207d4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/90cb0207d4e) - Make code block content dynamic to different font sizes.
|
|
4769
4783
|
- [`f973bb5dde8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f973bb5dde8) - [ux] ED-12782 Remove codeblock languages from adf-schema
|
|
4770
4784
|
|
|
@@ -4792,7 +4806,7 @@
|
|
|
4792
4806
|
|
|
4793
4807
|
### Major Changes
|
|
4794
4808
|
|
|
4795
|
-
- [`4befa7c039c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4befa7c039c) - ED-12593: rename ExtensionAPI.editInLegacyMacroBrowser() to \_editInLegacyMacroBrowser()
|
|
4809
|
+
- [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230) [`4befa7c039c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4befa7c039c) - ED-12593: rename ExtensionAPI.editInLegacyMacroBrowser() to \_editInLegacyMacroBrowser()
|
|
4796
4810
|
|
|
4797
4811
|
Also cleaned up the options for createExtensionAPI() for easier use.
|
|
4798
4812
|
|
|
@@ -4841,14 +4855,14 @@
|
|
|
4841
4855
|
|
|
4842
4856
|
### Patch Changes
|
|
4843
4857
|
|
|
4844
|
-
- [`c2c0160f566`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2c0160f566) - Bump editor-shared-styles to pick up relativeFontSizeToBase16
|
|
4858
|
+
- [#10316](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10316) [`c2c0160f566`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2c0160f566) - Bump editor-shared-styles to pick up relativeFontSizeToBase16
|
|
4845
4859
|
- Updated dependencies
|
|
4846
4860
|
|
|
4847
4861
|
## 142.0.0
|
|
4848
4862
|
|
|
4849
4863
|
### Major Changes
|
|
4850
4864
|
|
|
4851
|
-
- [`864bae0214b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/864bae0214b) - Removed old methods for inserting a link as they were only being used by mobile. Fix hyperlink text removal on editor mobile bridge.
|
|
4865
|
+
- [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756) [`864bae0214b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/864bae0214b) - Removed old methods for inserting a link as they were only being used by mobile. Fix hyperlink text removal on editor mobile bridge.
|
|
4852
4866
|
|
|
4853
4867
|
### Minor Changes
|
|
4854
4868
|
|
|
@@ -4883,13 +4897,13 @@
|
|
|
4883
4897
|
|
|
4884
4898
|
### Patch Changes
|
|
4885
4899
|
|
|
4886
|
-
- [`57ae710818f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/57ae710818f) - Turn off CustomSelect create animation in Config Panel
|
|
4900
|
+
- [#9755](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9755) [`57ae710818f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/57ae710818f) - Turn off CustomSelect create animation in Config Panel
|
|
4887
4901
|
|
|
4888
4902
|
## 141.0.0
|
|
4889
4903
|
|
|
4890
4904
|
### Minor Changes
|
|
4891
4905
|
|
|
4892
|
-
- [`769e10a40a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/769e10a40a7) - ED-12108 Support duplicate named fields in config panel fieldset
|
|
4906
|
+
- [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510) [`769e10a40a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/769e10a40a7) - ED-12108 Support duplicate named fields in config panel fieldset
|
|
4893
4907
|
|
|
4894
4908
|
For a field to be allowed to have duplicates you must set `allowDuplicates: true` on the field definition
|
|
4895
4909
|
|
|
@@ -4933,7 +4947,7 @@
|
|
|
4933
4947
|
|
|
4934
4948
|
### Major Changes
|
|
4935
4949
|
|
|
4936
|
-
- [`5a02668a6f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a02668a6f1) - [ED-12169] Removes the following methods being exposed from `@atlaskit/editor-core`
|
|
4950
|
+
- [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083) [`5a02668a6f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a02668a6f1) - [ED-12169] Removes the following methods being exposed from `@atlaskit/editor-core`
|
|
4937
4951
|
|
|
4938
4952
|
```
|
|
4939
4953
|
indentList
|
|
@@ -5030,7 +5044,7 @@
|
|
|
5030
5044
|
|
|
5031
5045
|
### Patch Changes
|
|
5032
5046
|
|
|
5033
|
-
- [`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) - Downgrade back to date-fns 1.30.1
|
|
5047
|
+
- [#9299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9299) [`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) - Downgrade back to date-fns 1.30.1
|
|
5034
5048
|
We discovered big bundle size increases associated with the date-fns upgrade.
|
|
5035
5049
|
We're reverting the upgarde to investigate
|
|
5036
5050
|
|
|
@@ -5038,20 +5052,20 @@
|
|
|
5038
5052
|
|
|
5039
5053
|
### Patch Changes
|
|
5040
5054
|
|
|
5041
|
-
- [`e2fb7440936`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e2fb7440936) - ED-12430: Fix issue with Editor showing double scrollbar when context panel is visible.Update context panel to have same height as editor content area when using position absolute styles
|
|
5055
|
+
- [#9281](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9281) [`e2fb7440936`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e2fb7440936) - ED-12430: Fix issue with Editor showing double scrollbar when context panel is visible.Update context panel to have same height as editor content area when using position absolute styles
|
|
5042
5056
|
- Updated dependencies
|
|
5043
5057
|
|
|
5044
5058
|
## 139.0.1
|
|
5045
5059
|
|
|
5046
5060
|
### Patch Changes
|
|
5047
5061
|
|
|
5048
|
-
- [`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) - Upgrade date-fns to 2.17
|
|
5062
|
+
- [#8291](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8291) [`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) - Upgrade date-fns to 2.17
|
|
5049
5063
|
|
|
5050
5064
|
## 139.0.0
|
|
5051
5065
|
|
|
5052
5066
|
### Major Changes
|
|
5053
5067
|
|
|
5054
|
-
- [`511a91ad376`](https://bitbucket.org/atlassian/atlassian-frontend/commits/511a91ad376) - [ux] ED-12128: Update Context Panel to use set width of 320px and remove 'width' prop.
|
|
5068
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644) [`511a91ad376`](https://bitbucket.org/atlassian/atlassian-frontend/commits/511a91ad376) - [ux] ED-12128: Update Context Panel to use set width of 320px and remove 'width' prop.
|
|
5055
5069
|
Remove 'width' prop from the Context Panel component as we no longer allow dynamic panel width to enforce consistency.
|
|
5056
5070
|
|
|
5057
5071
|
All references to this component can safely remove the 'wdith' prop as it is no longer part of the component props.
|
|
@@ -5124,13 +5138,13 @@
|
|
|
5124
5138
|
|
|
5125
5139
|
### Patch Changes
|
|
5126
5140
|
|
|
5127
|
-
- [`a940fb90ccc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a940fb90ccc) - ED-11968: added function to determine difference in timing so it can be mocked during tests
|
|
5141
|
+
- [#8596](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8596) [`a940fb90ccc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a940fb90ccc) - ED-11968: added function to determine difference in timing so it can be mocked during tests
|
|
5128
5142
|
|
|
5129
5143
|
## 138.0.0
|
|
5130
5144
|
|
|
5131
5145
|
### Minor Changes
|
|
5132
5146
|
|
|
5133
|
-
- [`5ee57944f46`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ee57944f46) - ED-11948 Fix issue with table resize logic not retaining original node selection.
|
|
5147
|
+
- [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178) [`5ee57944f46`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ee57944f46) - ED-11948 Fix issue with table resize logic not retaining original node selection.
|
|
5134
5148
|
Refactor table resize logic to retain selection after table resize.
|
|
5135
5149
|
- [`70fecd78610`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70fecd78610) - [ux] This commit includes UX changes to Cmd+K link toolbar
|
|
5136
5150
|
|
|
@@ -5176,25 +5190,25 @@
|
|
|
5176
5190
|
|
|
5177
5191
|
### Patch Changes
|
|
5178
5192
|
|
|
5179
|
-
- [`003a79ed2be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/003a79ed2be) - HOT-94478 Fix Editor selection reset problem on Chrome 88+
|
|
5193
|
+
- [#8446](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8446) [`003a79ed2be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/003a79ed2be) - HOT-94478 Fix Editor selection reset problem on Chrome 88+
|
|
5180
5194
|
|
|
5181
5195
|
## 137.0.2
|
|
5182
5196
|
|
|
5183
5197
|
### Patch Changes
|
|
5184
5198
|
|
|
5185
|
-
- [`8aa5285c47b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8aa5285c47b) - ED-12124 Fix plus menu search
|
|
5199
|
+
- [#8319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8319) [`8aa5285c47b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8aa5285c47b) - ED-12124 Fix plus menu search
|
|
5186
5200
|
|
|
5187
5201
|
## 137.0.1
|
|
5188
5202
|
|
|
5189
5203
|
### Patch Changes
|
|
5190
5204
|
|
|
5191
|
-
- [`1ce3cd83260`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ce3cd83260) - pass multiple option to media-picker Browser component so that one can select multiple files in native upload
|
|
5205
|
+
- [#8187](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8187) [`1ce3cd83260`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ce3cd83260) - pass multiple option to media-picker Browser component so that one can select multiple files in native upload
|
|
5192
5206
|
|
|
5193
5207
|
## 137.0.0
|
|
5194
5208
|
|
|
5195
5209
|
### Major Changes
|
|
5196
5210
|
|
|
5197
|
-
- [`4d65f8a67f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d65f8a67f4) - [ED-11699] Persist scroll gutter for mobile COMPACT appearance and change mobile scroll gutter to 50px
|
|
5211
|
+
- [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762) [`4d65f8a67f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d65f8a67f4) - [ED-11699] Persist scroll gutter for mobile COMPACT appearance and change mobile scroll gutter to 50px
|
|
5198
5212
|
|
|
5199
5213
|
### Minor Changes
|
|
5200
5214
|
|
|
@@ -5252,19 +5266,19 @@
|
|
|
5252
5266
|
|
|
5253
5267
|
### Patch Changes
|
|
5254
5268
|
|
|
5255
|
-
- [`d361f290d63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d361f290d63) - NO-ISSUE avoid bundling test data for development
|
|
5269
|
+
- [#7803](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7803) [`d361f290d63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d361f290d63) - NO-ISSUE avoid bundling test data for development
|
|
5256
5270
|
|
|
5257
5271
|
## 136.3.0
|
|
5258
5272
|
|
|
5259
5273
|
### Minor Changes
|
|
5260
5274
|
|
|
5261
|
-
- [`a30fc2921e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a30fc2921e8) - HOT-94214 fix chrome selection issue
|
|
5275
|
+
- [#7876](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7876) [`a30fc2921e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a30fc2921e8) - HOT-94214 fix chrome selection issue
|
|
5262
5276
|
|
|
5263
5277
|
## 136.2.0
|
|
5264
5278
|
|
|
5265
5279
|
### Minor Changes
|
|
5266
5280
|
|
|
5267
|
-
- [`658184c615`](https://bitbucket.org/atlassian/atlassian-frontend/commits/658184c615) - [ED-11630] Removes the usage of Query Parameter for Predictable List and Makes the Predictable List reconfigurable via the bridge.configureEditor method. All the clients setting allowPredictableList from query parameter should use bridge.configureEditor and pass in the allowPredictableList flag.
|
|
5281
|
+
- [#7425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7425) [`658184c615`](https://bitbucket.org/atlassian/atlassian-frontend/commits/658184c615) - [ED-11630] Removes the usage of Query Parameter for Predictable List and Makes the Predictable List reconfigurable via the bridge.configureEditor method. All the clients setting allowPredictableList from query parameter should use bridge.configureEditor and pass in the allowPredictableList flag.
|
|
5268
5282
|
Example: bridge.configureEditor("{\"allowPredictableList\": true}")
|
|
5269
5283
|
- [`2fe88ab389`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2fe88ab389) - [ED-11642] Remove "window.resize" listner and "ClickArea" for compact editor. Include padding calculation in onRenderedContentHeightChanged.
|
|
5270
5284
|
- [`7d8f1facfc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d8f1facfc) - [ME-300](https://product-fabric.atlassian.net/browse/ME-300) Introduced a toolbarBridge to support data-driven editing capabilities.
|
|
@@ -5297,13 +5311,13 @@
|
|
|
5297
5311
|
|
|
5298
5312
|
### Patch Changes
|
|
5299
5313
|
|
|
5300
|
-
- [`3e52031824`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3e52031824) - HOT-93991 Fix async legacy macro insertion
|
|
5314
|
+
- [#7415](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7415) [`3e52031824`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3e52031824) - HOT-93991 Fix async legacy macro insertion
|
|
5301
5315
|
|
|
5302
5316
|
## 136.1.0
|
|
5303
5317
|
|
|
5304
5318
|
### Minor Changes
|
|
5305
5319
|
|
|
5306
|
-
- [`22c89bff23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22c89bff23) - [ED-11493][twista-405] Add predictable list at the mobile bridge plugin subscription
|
|
5320
|
+
- [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170) [`22c89bff23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22c89bff23) - [ED-11493][twista-405] Add predictable list at the mobile bridge plugin subscription
|
|
5307
5321
|
- [`385e3de61b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/385e3de61b) - Remove the scroll gutter for compact mobile editor.
|
|
5308
5322
|
|
|
5309
5323
|
### Patch Changes
|
|
@@ -5320,7 +5334,7 @@
|
|
|
5320
5334
|
|
|
5321
5335
|
### Major Changes
|
|
5322
5336
|
|
|
5323
|
-
- [`00ba3076ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00ba3076ab) - [ux] Paste hyperlink into selected text will apply link mark to the selected text
|
|
5337
|
+
- [#6930](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6930) [`00ba3076ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00ba3076ab) - [ux] Paste hyperlink into selected text will apply link mark to the selected text
|
|
5324
5338
|
Breaking change on `isNodeTypeParagraph` function, use `isParagraph` instead (requires a schema to be passed as a second param)
|
|
5325
5339
|
|
|
5326
5340
|
### Minor Changes
|
|
@@ -5348,7 +5362,7 @@
|
|
|
5348
5362
|
|
|
5349
5363
|
### Minor Changes
|
|
5350
5364
|
|
|
5351
|
-
- [`4d9d11c246`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d9d11c246) - Fixes nodes with multiple validation specs to return node with most suitable spec.
|
|
5365
|
+
- [#6833](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6833) [`4d9d11c246`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d9d11c246) - Fixes nodes with multiple validation specs to return node with most suitable spec.
|
|
5352
5366
|
|
|
5353
5367
|
### Patch Changes
|
|
5354
5368
|
|
|
@@ -5358,7 +5372,7 @@
|
|
|
5358
5372
|
|
|
5359
5373
|
### Minor Changes
|
|
5360
5374
|
|
|
5361
|
-
- [`5e68f04701`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e68f04701) - ED-11232 Make resolvers aware of other field values
|
|
5375
|
+
- [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571) [`5e68f04701`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e68f04701) - ED-11232 Make resolvers aware of other field values
|
|
5362
5376
|
- [`dfd440f4b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfd440f4b5) - [ux] New functionality to add and remove captions to images and videos. Select an image or video in the editor to start using it!
|
|
5363
5377
|
editor-core now exports dedupe which aids in not having duplicate plugins added when initialising an editor
|
|
5364
5378
|
- [`9b1c48edd1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b1c48edd1) - Revert ED-10820 to resolve broken validator
|
|
@@ -5393,14 +5407,14 @@
|
|
|
5393
5407
|
|
|
5394
5408
|
### Patch Changes
|
|
5395
5409
|
|
|
5396
|
-
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
5410
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857) [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
5397
5411
|
- Updated dependencies
|
|
5398
5412
|
|
|
5399
5413
|
## 134.0.0
|
|
5400
5414
|
|
|
5401
5415
|
### Major Changes
|
|
5402
5416
|
|
|
5403
|
-
- [`9f81260dd5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f81260dd5) - ED-10683 Serialize number fields to Number instead of String
|
|
5417
|
+
- [#6228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6228) [`9f81260dd5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f81260dd5) - ED-10683 Serialize number fields to Number instead of String
|
|
5404
5418
|
|
|
5405
5419
|
### Minor Changes
|
|
5406
5420
|
|
|
@@ -5481,7 +5495,7 @@
|
|
|
5481
5495
|
|
|
5482
5496
|
### Major Changes
|
|
5483
5497
|
|
|
5484
|
-
- [`142d765bc4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/142d765bc4) - Revert ConfigPanel autoSaving in EditorActions.getValue
|
|
5498
|
+
- [#5860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5860) [`142d765bc4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/142d765bc4) - Revert ConfigPanel autoSaving in EditorActions.getValue
|
|
5485
5499
|
- [`f73b500ffa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f73b500ffa) - ED-10681 API for dismiss typeahead
|
|
5486
5500
|
|
|
5487
5501
|
### Minor Changes
|
|
@@ -5541,7 +5555,7 @@
|
|
|
5541
5555
|
|
|
5542
5556
|
### Minor Changes
|
|
5543
5557
|
|
|
5544
|
-
- [`8904f49fe0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8904f49fe0) - [EDM-1235] Add Display URL option
|
|
5558
|
+
- [#5516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5516) [`8904f49fe0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8904f49fe0) - [EDM-1235] Add Display URL option
|
|
5545
5559
|
- [`88e836d94d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88e836d94d) - ED-10462 Disabled linking keyboard shortcut for video
|
|
5546
5560
|
- [`a41378f853`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a41378f853) - Refactor & fix few cases of unsupported node attributes:
|
|
5547
5561
|
|
|
@@ -5602,26 +5616,26 @@
|
|
|
5602
5616
|
|
|
5603
5617
|
### Patch Changes
|
|
5604
5618
|
|
|
5605
|
-
- [`34674fa4cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34674fa4cd) - [ux] ED-10780 removed the threshold that enabled responsive changes
|
|
5619
|
+
- [#5762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5762) [`34674fa4cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34674fa4cd) - [ux] ED-10780 removed the threshold that enabled responsive changes
|
|
5606
5620
|
|
|
5607
5621
|
## 131.0.9
|
|
5608
5622
|
|
|
5609
5623
|
### Patch Changes
|
|
5610
5624
|
|
|
5611
|
-
- [`ac54a7870c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac54a7870c) - Remove extraneous dependencies rule suppression
|
|
5625
|
+
- [#5725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5725) [`ac54a7870c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac54a7870c) - Remove extraneous dependencies rule suppression
|
|
5612
5626
|
|
|
5613
5627
|
## 131.0.8
|
|
5614
5628
|
|
|
5615
5629
|
### Patch Changes
|
|
5616
5630
|
|
|
5617
|
-
- [`a2634b5390`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a2634b5390) - [ux] ED-10780 reduced the threshold for responcive toolbar oayout;fixed problem with italic button not working when it is in collapse menu.
|
|
5631
|
+
- [#5720](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5720) [`a2634b5390`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a2634b5390) - [ux] ED-10780 reduced the threshold for responcive toolbar oayout;fixed problem with italic button not working when it is in collapse menu.
|
|
5618
5632
|
- Updated dependencies
|
|
5619
5633
|
|
|
5620
5634
|
## 131.0.7
|
|
5621
5635
|
|
|
5622
5636
|
### Patch Changes
|
|
5623
5637
|
|
|
5624
|
-
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
|
|
5638
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497) [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
|
|
5625
5639
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
5626
5640
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
5627
5641
|
- Updated dependencies
|
|
@@ -5630,13 +5644,13 @@
|
|
|
5630
5644
|
|
|
5631
5645
|
### Patch Changes
|
|
5632
5646
|
|
|
5633
|
-
- [`91854cd5b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91854cd5b6) - ED-10645 Fix not being able to change dates in some collab sessions
|
|
5647
|
+
- [#5409](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5409) [`91854cd5b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91854cd5b6) - ED-10645 Fix not being able to change dates in some collab sessions
|
|
5634
5648
|
|
|
5635
5649
|
## 131.0.5
|
|
5636
5650
|
|
|
5637
5651
|
### Patch Changes
|
|
5638
5652
|
|
|
5639
|
-
- [`9a055964a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a055964a3) - ED-10628 Re-enable single click selection on mobile
|
|
5653
|
+
- [#5373](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5373) [`9a055964a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a055964a3) - ED-10628 Re-enable single click selection on mobile
|
|
5640
5654
|
|
|
5641
5655
|
Long press selection is temporarily blocked, so we will re-enable single click selection for now
|
|
5642
5656
|
|
|
@@ -5644,33 +5658,33 @@
|
|
|
5644
5658
|
|
|
5645
5659
|
### Patch Changes
|
|
5646
5660
|
|
|
5647
|
-
- [`9798ad1405`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9798ad1405) - Remove deep import paths of dependencies in TS declaration files
|
|
5661
|
+
- [#5344](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5344) [`9798ad1405`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9798ad1405) - Remove deep import paths of dependencies in TS declaration files
|
|
5648
5662
|
- Updated dependencies
|
|
5649
5663
|
|
|
5650
5664
|
## 131.0.3
|
|
5651
5665
|
|
|
5652
5666
|
### Patch Changes
|
|
5653
5667
|
|
|
5654
|
-
- [`e27286a0f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e27286a0f1) - Fix unable to change a date inside a table
|
|
5668
|
+
- [#5288](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5288) [`e27286a0f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e27286a0f1) - Fix unable to change a date inside a table
|
|
5655
5669
|
|
|
5656
5670
|
## 131.0.2
|
|
5657
5671
|
|
|
5658
5672
|
### Patch Changes
|
|
5659
5673
|
|
|
5660
|
-
- [`a1969c1be1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1969c1be1) - [ux] Deduplicate items from the Cmd+k search result
|
|
5674
|
+
- [#5163](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5163) [`a1969c1be1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1969c1be1) - [ux] Deduplicate items from the Cmd+k search result
|
|
5661
5675
|
|
|
5662
5676
|
## 131.0.1
|
|
5663
5677
|
|
|
5664
5678
|
### Patch Changes
|
|
5665
5679
|
|
|
5666
|
-
- [`2ac834240e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ac834240e) - Undo analytics-next file restructure to allow external ts definitions to continue working
|
|
5680
|
+
- [#5164](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5164) [`2ac834240e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ac834240e) - Undo analytics-next file restructure to allow external ts definitions to continue working
|
|
5667
5681
|
- Updated dependencies
|
|
5668
5682
|
|
|
5669
5683
|
## 131.0.0
|
|
5670
5684
|
|
|
5671
5685
|
### Major Changes
|
|
5672
5686
|
|
|
5673
|
-
- [`dd849c6a0c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd849c6a0c) - [ED-9500] Removes sendDataOnViewUpdated property from EditorProps.
|
|
5687
|
+
- [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749) [`dd849c6a0c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd849c6a0c) - [ED-9500] Removes sendDataOnViewUpdated property from EditorProps.
|
|
5674
5688
|
|
|
5675
5689
|
# BREAKING CHANGE:
|
|
5676
5690
|
|
|
@@ -5837,27 +5851,27 @@
|
|
|
5837
5851
|
|
|
5838
5852
|
### Patch Changes
|
|
5839
5853
|
|
|
5840
|
-
- [`f3698d4c2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3698d4c2d) - only render smart-card when react context is ready
|
|
5854
|
+
- [#4829](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4829) [`f3698d4c2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3698d4c2d) - only render smart-card when react context is ready
|
|
5841
5855
|
- Updated dependencies
|
|
5842
5856
|
|
|
5843
5857
|
## 129.0.2
|
|
5844
5858
|
|
|
5845
5859
|
### Patch Changes
|
|
5846
5860
|
|
|
5847
|
-
- [`b284fba3d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b284fba3d1) - Components that had missing names are now fixed - this helps when looking for them using the React Dev Tools.
|
|
5861
|
+
- [#4649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4649) [`b284fba3d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b284fba3d1) - Components that had missing names are now fixed - this helps when looking for them using the React Dev Tools.
|
|
5848
5862
|
|
|
5849
5863
|
## 129.0.1
|
|
5850
5864
|
|
|
5851
5865
|
### Patch Changes
|
|
5852
5866
|
|
|
5853
|
-
- [`383bdfb201`](https://bitbucket.org/atlassian/atlassian-frontend/commits/383bdfb201) - Updated VR test
|
|
5867
|
+
- [#4455](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4455) [`383bdfb201`](https://bitbucket.org/atlassian/atlassian-frontend/commits/383bdfb201) - Updated VR test
|
|
5854
5868
|
- Updated dependencies
|
|
5855
5869
|
|
|
5856
5870
|
## 129.0.0
|
|
5857
5871
|
|
|
5858
5872
|
### Major Changes
|
|
5859
5873
|
|
|
5860
|
-
- [`94ac6099e2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/94ac6099e2) - Rename FieldResolver to CustomFieldResolver
|
|
5874
|
+
- [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424) [`94ac6099e2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/94ac6099e2) - Rename FieldResolver to CustomFieldResolver
|
|
5861
5875
|
- [`2914e9ec0a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2914e9ec0a) - Change EditorManifest generic to propagate instead of defaulting to any
|
|
5862
5876
|
|
|
5863
5877
|
### Minor Changes
|
|
@@ -5992,7 +6006,7 @@
|
|
|
5992
6006
|
|
|
5993
6007
|
### Patch Changes
|
|
5994
6008
|
|
|
5995
|
-
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
6009
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885) [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
5996
6010
|
|
|
5997
6011
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
5998
6012
|
to prevent duplicates of tslib being bundled.
|
|
@@ -6001,13 +6015,13 @@
|
|
|
6001
6015
|
|
|
6002
6016
|
### Patch Changes
|
|
6003
6017
|
|
|
6004
|
-
- [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
|
|
6018
|
+
- [#4393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4393) [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
|
|
6005
6019
|
|
|
6006
6020
|
## 128.0.0
|
|
6007
6021
|
|
|
6008
6022
|
### Major Changes
|
|
6009
6023
|
|
|
6010
|
-
- [`68ca47f536`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68ca47f536) - ED-9145: Remove analyticsHandler prop.
|
|
6024
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823) [`68ca47f536`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68ca47f536) - ED-9145: Remove analyticsHandler prop.
|
|
6011
6025
|
|
|
6012
6026
|
We have removed the prop `analyticsHandler` from the `Editor` component, as these events are no longer tracked.
|
|
6013
6027
|
|
|
@@ -6080,25 +6094,25 @@
|
|
|
6080
6094
|
|
|
6081
6095
|
### Patch Changes
|
|
6082
6096
|
|
|
6083
|
-
- [`f3749628bb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3749628bb) - CEMS-1258: Fixing misaligned Sticky header cells on tables with merged cells
|
|
6097
|
+
- [#4157](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4157) [`f3749628bb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3749628bb) - CEMS-1258: Fixing misaligned Sticky header cells on tables with merged cells
|
|
6084
6098
|
|
|
6085
6099
|
## 127.0.2
|
|
6086
6100
|
|
|
6087
6101
|
### Patch Changes
|
|
6088
6102
|
|
|
6089
|
-
- [`64abcd247b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64abcd247b) - CEMS-1231 make table contents align with row controls with sticky headers
|
|
6103
|
+
- [#4127](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4127) [`64abcd247b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64abcd247b) - CEMS-1231 make table contents align with row controls with sticky headers
|
|
6090
6104
|
|
|
6091
6105
|
## 127.0.1
|
|
6092
6106
|
|
|
6093
6107
|
### Patch Changes
|
|
6094
6108
|
|
|
6095
|
-
- [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
|
|
6109
|
+
- [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369) [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
|
|
6096
6110
|
|
|
6097
6111
|
## 127.0.0
|
|
6098
6112
|
|
|
6099
6113
|
### Major Changes
|
|
6100
6114
|
|
|
6101
|
-
- [`6e5c32935a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e5c32935a) - Remove deprecated flag allowUnsupportedContent and enable by default
|
|
6115
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428) [`6e5c32935a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e5c32935a) - Remove deprecated flag allowUnsupportedContent and enable by default
|
|
6102
6116
|
- [`35be24c587`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35be24c587) - ED-9344: avoid toolbar layout shift in comment appearance
|
|
6103
6117
|
|
|
6104
6118
|
### Minor Changes
|
|
@@ -6186,13 +6200,13 @@
|
|
|
6186
6200
|
|
|
6187
6201
|
### Patch Changes
|
|
6188
6202
|
|
|
6189
|
-
- [`d218cac0a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d218cac0a3) - ED-9816 fix: create appropriate item for image upload
|
|
6203
|
+
- [#3580](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3580) [`d218cac0a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d218cac0a3) - ED-9816 fix: create appropriate item for image upload
|
|
6190
6204
|
|
|
6191
6205
|
## 126.0.0
|
|
6192
6206
|
|
|
6193
6207
|
### Major Changes
|
|
6194
6208
|
|
|
6195
|
-
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
|
|
6209
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335) [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
|
|
6196
6210
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
6197
6211
|
|
|
6198
6212
|
### Patch Changes
|
|
@@ -6203,7 +6217,7 @@
|
|
|
6203
6217
|
|
|
6204
6218
|
### Minor Changes
|
|
6205
6219
|
|
|
6206
|
-
- [`64d75b8f7e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64d75b8f7e) - Call getFieldsDefinition with extension parameters
|
|
6220
|
+
- [#2763](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2763) [`64d75b8f7e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64d75b8f7e) - Call getFieldsDefinition with extension parameters
|
|
6207
6221
|
- [`a602a1a359`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a602a1a359) - [FM-3814] Enables the mobile bridge to add two new blocks items: divider and expand
|
|
6208
6222
|
|
|
6209
6223
|
### Patch Changes
|
|
@@ -6254,13 +6268,13 @@
|
|
|
6254
6268
|
|
|
6255
6269
|
### Patch Changes
|
|
6256
6270
|
|
|
6257
|
-
- [`8566522867`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8566522867) - ED-9613 fix: prevent Android from closing keyboard when clicking placeholder-text
|
|
6271
|
+
- [#3070](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3070) [`8566522867`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8566522867) - ED-9613 fix: prevent Android from closing keyboard when clicking placeholder-text
|
|
6258
6272
|
|
|
6259
6273
|
## 125.0.0
|
|
6260
6274
|
|
|
6261
6275
|
### Major Changes
|
|
6262
6276
|
|
|
6263
|
-
- [`b0df4dc455`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0df4dc455) - NO-ISSUE refactor: make ContextPanel.visible required
|
|
6277
|
+
- [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443) [`b0df4dc455`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0df4dc455) - NO-ISSUE refactor: make ContextPanel.visible required
|
|
6264
6278
|
NO-ISSUE perf: do not trigger context panel state transition on textinput
|
|
6265
6279
|
|
|
6266
6280
|
### Minor Changes
|
|
@@ -6320,37 +6334,37 @@
|
|
|
6320
6334
|
|
|
6321
6335
|
### Patch Changes
|
|
6322
6336
|
|
|
6323
|
-
- [`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update translation files via Traduki build
|
|
6337
|
+
- [#2576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2576) [`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update translation files via Traduki build
|
|
6324
6338
|
|
|
6325
6339
|
## 124.0.4
|
|
6326
6340
|
|
|
6327
6341
|
### Patch Changes
|
|
6328
6342
|
|
|
6329
|
-
- [`859ad12010`](https://bitbucket.org/atlassian/atlassian-frontend/commits/859ad12010) - ED-9622: fix breakout tables that were appearing cut off when nested inside bodied elements (expand, layout, etc)
|
|
6343
|
+
- [#3010](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3010) [`859ad12010`](https://bitbucket.org/atlassian/atlassian-frontend/commits/859ad12010) - ED-9622: fix breakout tables that were appearing cut off when nested inside bodied elements (expand, layout, etc)
|
|
6330
6344
|
|
|
6331
6345
|
## 124.0.3
|
|
6332
6346
|
|
|
6333
6347
|
### Patch Changes
|
|
6334
6348
|
|
|
6335
|
-
- [`455e383cda`](https://bitbucket.org/atlassian/atlassian-frontend/commits/455e383cda) - Use IntersectionObserver in smart-card to detect when a link enters the viewport
|
|
6349
|
+
- [#2984](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2984) [`455e383cda`](https://bitbucket.org/atlassian/atlassian-frontend/commits/455e383cda) - Use IntersectionObserver in smart-card to detect when a link enters the viewport
|
|
6336
6350
|
|
|
6337
6351
|
## 124.0.2
|
|
6338
6352
|
|
|
6339
6353
|
### Patch Changes
|
|
6340
6354
|
|
|
6341
|
-
- [`2cfef4d0fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cfef4d0fa) - HOTFIX ED-9621 Forge extensions are not appearing in quick insert menu
|
|
6355
|
+
- [#2957](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2957) [`2cfef4d0fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cfef4d0fa) - HOTFIX ED-9621 Forge extensions are not appearing in quick insert menu
|
|
6342
6356
|
|
|
6343
6357
|
## 124.0.1
|
|
6344
6358
|
|
|
6345
6359
|
### Patch Changes
|
|
6346
6360
|
|
|
6347
|
-
- [`4560b65a4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4560b65a4f) - upgrade react-transition-group to latest
|
|
6361
|
+
- [#2677](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2677) [`4560b65a4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4560b65a4f) - upgrade react-transition-group to latest
|
|
6348
6362
|
|
|
6349
6363
|
## 124.0.0
|
|
6350
6364
|
|
|
6351
6365
|
### Major Changes
|
|
6352
6366
|
|
|
6353
|
-
- [`1543651ede`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1543651ede) - ED-9174: Take control of context panel when plugins need and add smooth enter/leave transition
|
|
6367
|
+
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137) [`1543651ede`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1543651ede) - ED-9174: Take control of context panel when plugins need and add smooth enter/leave transition
|
|
6354
6368
|
|
|
6355
6369
|
Products were trying to solve transition issues on their side and it was causing issues when plugins tried to open the context panel.
|
|
6356
6370
|
This change will override any limitation we had before, taking control of the panel independent of existing panels.
|
|
@@ -6497,25 +6511,25 @@
|
|
|
6497
6511
|
|
|
6498
6512
|
### Patch Changes
|
|
6499
6513
|
|
|
6500
|
-
- [`e1fae67451`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e1fae67451) - ED-9365 fix: fully feature-flag performance tracking
|
|
6514
|
+
- [#2384](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2384) [`e1fae67451`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e1fae67451) - ED-9365 fix: fully feature-flag performance tracking
|
|
6501
6515
|
|
|
6502
6516
|
## 123.0.4
|
|
6503
6517
|
|
|
6504
6518
|
### Patch Changes
|
|
6505
6519
|
|
|
6506
|
-
- [`649f69b6d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/649f69b6d7) - Patch all packages that are used by confluence that have a broken es2019 dist
|
|
6520
|
+
- [#2430](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2430) [`649f69b6d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/649f69b6d7) - Patch all packages that are used by confluence that have a broken es2019 dist
|
|
6507
6521
|
|
|
6508
6522
|
## 123.0.3
|
|
6509
6523
|
|
|
6510
6524
|
### Patch Changes
|
|
6511
6525
|
|
|
6512
|
-
- [`05aafbffcb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05aafbffcb) - ED-9234 Fix date picker remaining open when date node moved or deleted
|
|
6526
|
+
- [#2219](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2219) [`05aafbffcb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05aafbffcb) - ED-9234 Fix date picker remaining open when date node moved or deleted
|
|
6513
6527
|
|
|
6514
6528
|
## 123.0.2
|
|
6515
6529
|
|
|
6516
6530
|
### Patch Changes
|
|
6517
6531
|
|
|
6518
|
-
- [`176ac096a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/176ac096a8) - ED-9372 Fix issue where extensions would re-render when going from gap cursor selection to node selection
|
|
6532
|
+
- [#2215](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2215) [`176ac096a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/176ac096a8) - ED-9372 Fix issue where extensions would re-render when going from gap cursor selection to node selection
|
|
6519
6533
|
|
|
6520
6534
|
## 123.0.1
|
|
6521
6535
|
|
|
@@ -6527,7 +6541,7 @@
|
|
|
6527
6541
|
|
|
6528
6542
|
### Major Changes
|
|
6529
6543
|
|
|
6530
|
-
- [`e97f14eade`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e97f14eade) - ED-9155: Rename prop `extensionParams` to `node` in the extensions api v2
|
|
6544
|
+
- [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868) [`e97f14eade`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e97f14eade) - ED-9155: Rename prop `extensionParams` to `node` in the extensions api v2
|
|
6531
6545
|
|
|
6532
6546
|
### Minor Changes
|
|
6533
6547
|
|