@atlaskit/editor-core 187.48.2 → 187.48.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +520 -507
- package/dist/cjs/plugins/insert-block/index.js +11 -15
- package/dist/cjs/plugins/insert-block/ui/ToolbarInsertBlock/index.js +3 -1
- package/dist/cjs/plugins/submit-editor/index.js +6 -5
- package/dist/cjs/ui/Appearance/Comment/Comment.js +19 -10
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/plugins/insert-block/index.js +6 -10
- package/dist/es2019/plugins/insert-block/ui/ToolbarInsertBlock/index.js +3 -1
- package/dist/es2019/plugins/submit-editor/index.js +6 -5
- package/dist/es2019/ui/Appearance/Comment/Comment.js +18 -10
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/plugins/insert-block/index.js +7 -11
- package/dist/esm/plugins/insert-block/ui/ToolbarInsertBlock/index.js +3 -1
- package/dist/esm/plugins/submit-editor/index.js +6 -5
- package/dist/esm/ui/Appearance/Comment/Comment.js +16 -10
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/labs/next/presets/default.d.ts +230 -0
- package/dist/types/plugins/insert-block/types.d.ts +3 -1
- package/dist/types/plugins/submit-editor/index.d.ts +6 -3
- package/dist/types-ts4.5/labs/next/presets/default.d.ts +298 -0
- package/dist/types-ts4.5/plugins/insert-block/types.d.ts +3 -1
- package/dist/types-ts4.5/plugins/submit-editor/index.d.ts +8 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 187.48.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#40763](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40763) [`7ff70f99909`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ff70f99909) - Decouple media from editor-core and expose GridPluginState from grid plugin.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
|
|
10
|
+
## 187.48.4
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [#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
|
|
15
|
+
|
|
3
16
|
## 187.48.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -12,66 +25,66 @@
|
|
|
12
25
|
|
|
13
26
|
### Minor Changes
|
|
14
27
|
|
|
15
|
-
- [`f8e7203eec6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8e7203eec6) - ED-19618 Extract base plugin from editor-core
|
|
28
|
+
- [#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
|
|
16
29
|
|
|
17
30
|
### Patch Changes
|
|
18
31
|
|
|
19
|
-
- [`4e0f5ccf818`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e0f5ccf818) - ADFEXP-526: fix loading-adf test
|
|
32
|
+
- [#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
|
|
20
33
|
- Updated dependencies
|
|
21
34
|
|
|
22
35
|
## 187.47.9
|
|
23
36
|
|
|
24
37
|
### Patch Changes
|
|
25
38
|
|
|
26
|
-
- [`36b7e4fd8d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36b7e4fd8d5) - ED-20017 Clean up unused functions in Dropdown
|
|
39
|
+
- [#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
|
|
27
40
|
|
|
28
41
|
## 187.47.6
|
|
29
42
|
|
|
30
43
|
### Patch Changes
|
|
31
44
|
|
|
32
|
-
- [`5de1ca6bb97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5de1ca6bb97) - Bumped @atlaskit/editor-plugin-content-insertion dependency version to latest released ^0.1.4
|
|
45
|
+
- [#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
|
|
33
46
|
|
|
34
47
|
## 187.47.5
|
|
35
48
|
|
|
36
49
|
### Patch Changes
|
|
37
50
|
|
|
38
|
-
- [`b1b8c7d356c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1b8c7d356c) - [ED-19757] Fix getPos throwing exception for all nodeviews
|
|
51
|
+
- [#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
|
|
39
52
|
|
|
40
53
|
## 187.47.3
|
|
41
54
|
|
|
42
55
|
### Patch Changes
|
|
43
56
|
|
|
44
|
-
- [`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.
|
|
57
|
+
- [#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.
|
|
45
58
|
- Updated dependencies
|
|
46
59
|
|
|
47
60
|
## 187.47.2
|
|
48
61
|
|
|
49
62
|
### Patch Changes
|
|
50
63
|
|
|
51
|
-
- [`c89c55c6d49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c89c55c6d49) - [ux] ED-19508 fixes closed inline comments reopening when user toggles an expand node
|
|
64
|
+
- [#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
|
|
52
65
|
|
|
53
66
|
## 187.47.0
|
|
54
67
|
|
|
55
68
|
### Minor Changes
|
|
56
69
|
|
|
57
|
-
- [`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.
|
|
70
|
+
- [#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.
|
|
58
71
|
|
|
59
72
|
### Patch Changes
|
|
60
73
|
|
|
61
|
-
- [`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.
|
|
74
|
+
- [#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.
|
|
62
75
|
- Updated dependencies
|
|
63
76
|
|
|
64
77
|
## 187.46.1
|
|
65
78
|
|
|
66
79
|
### Patch Changes
|
|
67
80
|
|
|
68
|
-
- [`bb4caba1310`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb4caba1310) - Remove participants count metric from frozen analytics event
|
|
81
|
+
- [#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
|
|
69
82
|
|
|
70
83
|
## 187.46.0
|
|
71
84
|
|
|
72
85
|
### Minor Changes
|
|
73
86
|
|
|
74
|
-
- [`16a0e1fef2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/16a0e1fef2b) - ED-20017 Decouple editor core from floating toolbar plugin
|
|
87
|
+
- [#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
|
|
75
88
|
|
|
76
89
|
### Patch Changes
|
|
77
90
|
|
|
@@ -81,19 +94,19 @@
|
|
|
81
94
|
|
|
82
95
|
### Patch Changes
|
|
83
96
|
|
|
84
|
-
- [`d48ef0409af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d48ef0409af) - ED-20003 decoupled editor-core from type-ahead
|
|
97
|
+
- [#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
|
|
85
98
|
|
|
86
99
|
## 187.45.0
|
|
87
100
|
|
|
88
101
|
### Minor Changes
|
|
89
102
|
|
|
90
|
-
- [`b9264ebb903`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9264ebb903) - Deprecate 'UNSAFE_allowBorderMark' prop in the editor plugin and replace it with 'allowBorderMark'
|
|
103
|
+
- [#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'
|
|
91
104
|
|
|
92
105
|
## 187.44.11
|
|
93
106
|
|
|
94
107
|
### Patch Changes
|
|
95
108
|
|
|
96
|
-
- [`d5088ec1cdf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d5088ec1cdf) - [ED-16733] Prepare Media plugin for extraction
|
|
109
|
+
- [#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
|
|
97
110
|
|
|
98
111
|
## 187.44.10
|
|
99
112
|
|
|
@@ -105,42 +118,42 @@
|
|
|
105
118
|
|
|
106
119
|
### Patch Changes
|
|
107
120
|
|
|
108
|
-
- [`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
|
|
121
|
+
- [#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
|
|
109
122
|
|
|
110
123
|
## 187.44.7
|
|
111
124
|
|
|
112
125
|
### Patch Changes
|
|
113
126
|
|
|
114
|
-
- [`beb32df5147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/beb32df5147) - [ECA11Y-45] [ECA11Y-22] Change the tab key handling the status popup to improve accessibility.
|
|
127
|
+
- [#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.
|
|
115
128
|
- Updated dependencies
|
|
116
129
|
|
|
117
130
|
## 187.44.6
|
|
118
131
|
|
|
119
132
|
### Patch Changes
|
|
120
133
|
|
|
121
|
-
- [`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
|
|
122
|
-
- [`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.
|
|
134
|
+
- [#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
|
|
135
|
+
- [#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.
|
|
123
136
|
- Updated dependencies
|
|
124
137
|
|
|
125
138
|
## 187.44.4
|
|
126
139
|
|
|
127
140
|
### Patch Changes
|
|
128
141
|
|
|
129
|
-
- [`fa39c6ce044`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa39c6ce044) - [ED-19775] Decouple selection plugin from the editor-core code
|
|
130
|
-
- [`6b0dd092ac1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b0dd092ac1) - ED-19729 media single performance optimization
|
|
142
|
+
- [#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
|
|
143
|
+
- [#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
|
|
131
144
|
- Updated dependencies
|
|
132
145
|
|
|
133
146
|
## 187.44.3
|
|
134
147
|
|
|
135
148
|
### Patch Changes
|
|
136
149
|
|
|
137
|
-
- [`bb3d72ef732`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb3d72ef732) - ED-20041 added check for external media
|
|
150
|
+
- [#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
|
|
138
151
|
|
|
139
152
|
## 187.44.2
|
|
140
153
|
|
|
141
154
|
### Patch Changes
|
|
142
155
|
|
|
143
|
-
- [`66fc865caaf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/66fc865caaf) - Added handling for case when mediaSingle childNode is null
|
|
156
|
+
- [#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
|
|
144
157
|
- [`f98f51cda72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f98f51cda72) - Fixed typo in comment
|
|
145
158
|
- Updated dependencies
|
|
146
159
|
|
|
@@ -154,7 +167,7 @@
|
|
|
154
167
|
|
|
155
168
|
### Minor Changes
|
|
156
169
|
|
|
157
|
-
- [`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.
|
|
170
|
+
- [#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.
|
|
158
171
|
|
|
159
172
|
### Patch Changes
|
|
160
173
|
|
|
@@ -164,40 +177,40 @@
|
|
|
164
177
|
|
|
165
178
|
### Patch Changes
|
|
166
179
|
|
|
167
|
-
- [`2a6a2518852`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a6a2518852) - Reverse dependencies for mobile dimensions plugin & base plugin
|
|
180
|
+
- [#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
|
|
168
181
|
|
|
169
182
|
## 187.43.18
|
|
170
183
|
|
|
171
184
|
### Patch Changes
|
|
172
185
|
|
|
173
|
-
- [`eaa9770d475`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eaa9770d475) - [ED-18264] Remove feature flag for chart colors
|
|
186
|
+
- [#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
|
|
174
187
|
|
|
175
188
|
## 187.43.17
|
|
176
189
|
|
|
177
190
|
### Patch Changes
|
|
178
191
|
|
|
179
|
-
- [`3323edc01b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3323edc01b9) - ED-20003 decoupled type-ahead plugin from editor-core
|
|
192
|
+
- [#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
|
|
180
193
|
|
|
181
194
|
## 187.43.13
|
|
182
195
|
|
|
183
196
|
### Patch Changes
|
|
184
197
|
|
|
185
|
-
- [`9f2365fabcc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f2365fabcc) - ED-19617 - Initial creation of editor-plugin-copy-button package
|
|
198
|
+
- [#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
|
|
186
199
|
- Updated dependencies
|
|
187
200
|
|
|
188
201
|
## 187.43.12
|
|
189
202
|
|
|
190
203
|
### Patch Changes
|
|
191
204
|
|
|
192
|
-
- [`621b904a076`](https://bitbucket.org/atlassian/atlassian-frontend/commits/621b904a076) - ED-19729 fix behaviour of image floating toolbar layout
|
|
205
|
+
- [#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
|
|
193
206
|
|
|
194
207
|
## 187.43.11
|
|
195
208
|
|
|
196
209
|
### Patch Changes
|
|
197
210
|
|
|
198
|
-
- [`65b155b2787`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65b155b2787) - [ux] ED-19172: Updated tableHeaderCellBackgroundColor to use non-transparent token."
|
|
199
|
-
- [`96f4e9fe6de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96f4e9fe6de) - [ux] ECA11Y-1 Added keyboard support to focus checkbox, check or uncheck, inside action item
|
|
200
|
-
- [`9131a0a2ffa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9131a0a2ffa) - Extract quick-insert plugin from @atlaskit/editor-core to @atlaskit/editor-plugin-quick-insert.
|
|
211
|
+
- [#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."
|
|
212
|
+
- [#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
|
|
213
|
+
- [#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.
|
|
201
214
|
- Updated dependencies
|
|
202
215
|
|
|
203
216
|
## 187.43.8
|
|
@@ -216,33 +229,33 @@
|
|
|
216
229
|
|
|
217
230
|
### Patch Changes
|
|
218
231
|
|
|
219
|
-
- [`12843a6f104`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12843a6f104) - ED-19617 - Initial creation of editor-plugin-copy-button package
|
|
232
|
+
- [#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
|
|
220
233
|
- Updated dependencies
|
|
221
234
|
|
|
222
235
|
## 187.43.0
|
|
223
236
|
|
|
224
237
|
### Minor Changes
|
|
225
238
|
|
|
226
|
-
- [`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.
|
|
239
|
+
- [#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.
|
|
227
240
|
|
|
228
241
|
## 187.42.6
|
|
229
242
|
|
|
230
243
|
### Patch Changes
|
|
231
244
|
|
|
232
|
-
- [`37c62369dae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37c62369dae) - NO-ISSUE Import doc builder types from editor-common
|
|
245
|
+
- [#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
|
|
233
246
|
|
|
234
247
|
## 187.42.5
|
|
235
248
|
|
|
236
249
|
### Patch Changes
|
|
237
250
|
|
|
238
|
-
- [`1c085549bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c085549bd9) - clean up pctWidth used in new image resize experience
|
|
251
|
+
- [#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
|
|
239
252
|
|
|
240
253
|
## 187.42.4
|
|
241
254
|
|
|
242
255
|
### Patch Changes
|
|
243
256
|
|
|
244
|
-
- [`e6122bf1c9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6122bf1c9a) - MEX-2481 revert and re-introduce a new fix for media border gap issue
|
|
245
|
-
- [`a29f4f2d43c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a29f4f2d43c) - Fix legacy resizer handle is not highlighted on delete button hover
|
|
257
|
+
- [#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
|
|
258
|
+
- [#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
|
|
246
259
|
- Updated dependencies
|
|
247
260
|
|
|
248
261
|
## 187.42.3
|
|
@@ -255,7 +268,7 @@
|
|
|
255
268
|
|
|
256
269
|
### Minor Changes
|
|
257
270
|
|
|
258
|
-
- [`8441acc0e0c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8441acc0e0c) - Extract block-type plugin into @atlaskit/editor-plugin-block-type
|
|
271
|
+
- [#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
|
|
259
272
|
|
|
260
273
|
### Patch Changes
|
|
261
274
|
|
|
@@ -265,32 +278,32 @@
|
|
|
265
278
|
|
|
266
279
|
### Patch Changes
|
|
267
280
|
|
|
268
|
-
- [`890ab8d6307`](https://bitbucket.org/atlassian/atlassian-frontend/commits/890ab8d6307) - NO-ISSUE Move doc builder types to editor-common to break circular dependencies
|
|
281
|
+
- [#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
|
|
269
282
|
- Updated dependencies
|
|
270
283
|
|
|
271
284
|
## 187.41.7
|
|
272
285
|
|
|
273
286
|
### Patch Changes
|
|
274
287
|
|
|
275
|
-
- [`64c9a1be1b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64c9a1be1b1) - [ux] Show notification dot when image is sized using percentage or legacy
|
|
288
|
+
- [#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
|
|
276
289
|
|
|
277
290
|
## 187.41.5
|
|
278
291
|
|
|
279
292
|
### Patch Changes
|
|
280
293
|
|
|
281
|
-
- [`1e26db8ffd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e26db8ffd0) - ED-18264: Clean up useSomewhatSemanticTextColorNames - default behaviour will be same as when FF was on.
|
|
282
|
-
- [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
283
|
-
- [`69857bbbff0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/69857bbbff0) - [ED-20004] Capture errors in getPos due to prosemirror-view bump
|
|
284
|
-
- [`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
|
|
294
|
+
- [#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.
|
|
295
|
+
- [#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.
|
|
296
|
+
- [#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
|
|
297
|
+
- [#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
|
|
285
298
|
- Updated dependencies
|
|
286
299
|
|
|
287
300
|
## 187.41.4
|
|
288
301
|
|
|
289
302
|
### Patch Changes
|
|
290
303
|
|
|
291
|
-
- [`aeb5c9a01e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeb5c9a01e8) - Delete adf-schema from AFE and rely on npm package for adf-schema
|
|
292
|
-
- [`111ff4f4f1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/111ff4f4f1f) - Add input resizing event analytics
|
|
293
|
-
- [`da629b62ef9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da629b62ef9) - ED-19617 Refactor actions to remove createExtenstionAPI and call it instead during initialisation
|
|
304
|
+
- [#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
|
|
305
|
+
- [#39622](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39622) [`111ff4f4f1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/111ff4f4f1f) - Add input resizing event analytics
|
|
306
|
+
- [#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
|
|
294
307
|
- [`4b4dcfe0bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b4dcfe0bba) - Delete adf-schema, use published version
|
|
295
308
|
- Updated dependencies
|
|
296
309
|
|
|
@@ -298,42 +311,42 @@
|
|
|
298
311
|
|
|
299
312
|
### Patch Changes
|
|
300
313
|
|
|
301
|
-
- [`85b6a5da67a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85b6a5da67a) - [ux] Fix [Regression] keyboard selections within actions are unpredictable
|
|
314
|
+
- [#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
|
|
302
315
|
|
|
303
316
|
## 187.41.1
|
|
304
317
|
|
|
305
318
|
### Patch Changes
|
|
306
319
|
|
|
307
|
-
- [`9c76ed81343`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c76ed81343) - [ED-16733] Purge WithPluginState from media plugin
|
|
320
|
+
- [#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
|
|
308
321
|
|
|
309
322
|
## 187.41.0
|
|
310
323
|
|
|
311
324
|
### Minor Changes
|
|
312
325
|
|
|
313
|
-
- [`c06bb97591a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c06bb97591a) - [ED-19023] Add distorted duration to TTI event (tracking tab visibility)
|
|
326
|
+
- [#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)
|
|
314
327
|
|
|
315
328
|
### Patch Changes
|
|
316
329
|
|
|
317
|
-
- [`d4cbb84052d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4cbb84052d) - Move element-browser to `editor-common` to decouple quick-insert plugin.
|
|
330
|
+
- [#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.
|
|
318
331
|
- Updated dependencies
|
|
319
332
|
|
|
320
333
|
## 187.40.2
|
|
321
334
|
|
|
322
335
|
### Patch Changes
|
|
323
336
|
|
|
324
|
-
- [`dd2ce170f94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd2ce170f94) - ED-17959 improve typing performance in find replace input field
|
|
337
|
+
- [#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
|
|
325
338
|
|
|
326
339
|
## 187.40.1
|
|
327
340
|
|
|
328
341
|
### Patch Changes
|
|
329
342
|
|
|
330
|
-
- [`da6dac74c66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da6dac74c66) - Fix libra testing.
|
|
343
|
+
- [#39884](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39884) [`da6dac74c66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da6dac74c66) - Fix libra testing.
|
|
331
344
|
|
|
332
345
|
## 187.40.0
|
|
333
346
|
|
|
334
347
|
### Minor Changes
|
|
335
348
|
|
|
336
|
-
- [`705d8ec0641`](https://bitbucket.org/atlassian/atlassian-frontend/commits/705d8ec0641) - [ux] Added a new shortcut (⌘ + Opt + ⏎) for Check/Uncheck Action item
|
|
349
|
+
- [#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
|
|
337
350
|
|
|
338
351
|
### Patch Changes
|
|
339
352
|
|
|
@@ -343,13 +356,13 @@
|
|
|
343
356
|
|
|
344
357
|
### Patch Changes
|
|
345
358
|
|
|
346
|
-
- [`dca155209d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dca155209d9) - ED-15094 Feature flag clean up for copy button
|
|
359
|
+
- [#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
|
|
347
360
|
|
|
348
361
|
## 187.39.0
|
|
349
362
|
|
|
350
363
|
### Minor Changes
|
|
351
364
|
|
|
352
|
-
- [`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
|
|
365
|
+
- [#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
|
|
353
366
|
|
|
354
367
|
### Patch Changes
|
|
355
368
|
|
|
@@ -359,29 +372,29 @@
|
|
|
359
372
|
|
|
360
373
|
### Patch Changes
|
|
361
374
|
|
|
362
|
-
- [`d1bd1be0923`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d1bd1be0923) - [ux] ED-19794 updated media resize handle style
|
|
363
|
-
- [`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
|
|
375
|
+
- [#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
|
|
376
|
+
- [#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
|
|
364
377
|
- Updated dependencies
|
|
365
378
|
|
|
366
379
|
## 187.38.3
|
|
367
380
|
|
|
368
381
|
### Patch Changes
|
|
369
382
|
|
|
370
|
-
- [`1b66c23221e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b66c23221e) - Fix missing analytics parameter in media plugin.
|
|
371
|
-
- [`da2d3589ba4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da2d3589ba4) - Extract placeholder plugin from editor-core to "@atlaskit/editor-plugin-placeholder"
|
|
383
|
+
- [#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.
|
|
384
|
+
- [#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"
|
|
372
385
|
- Updated dependencies
|
|
373
386
|
|
|
374
387
|
## 187.38.2
|
|
375
388
|
|
|
376
389
|
### Patch Changes
|
|
377
390
|
|
|
378
|
-
- [`882e4e88358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/882e4e88358) - Add playwright tests and add test ids to find elements
|
|
391
|
+
- [#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
|
|
379
392
|
|
|
380
393
|
## 187.38.1
|
|
381
394
|
|
|
382
395
|
### Patch Changes
|
|
383
396
|
|
|
384
|
-
- [`7b6a2c6671b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b6a2c6671b) - Introducing 'media-state' for handling media internal file state.
|
|
397
|
+
- [#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.
|
|
385
398
|
Introducing 'media-client-react' to provide hooks for seamless media-client integration with React.
|
|
386
399
|
Introducing 'MediaCardV2' with a feature flag to replace rxjs based fileState subscription with 'useFileState' hook.
|
|
387
400
|
Removed unused feature flags APIs from 'media-client' and its helper functions from 'media-common'.
|
|
@@ -391,87 +404,87 @@
|
|
|
391
404
|
|
|
392
405
|
### Minor Changes
|
|
393
406
|
|
|
394
|
-
- [`0724d0a9d82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0724d0a9d82) - ED-15466 Adding prop showIndentationButtons for indentation buttons.
|
|
407
|
+
- [#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.
|
|
395
408
|
|
|
396
409
|
## 187.37.6
|
|
397
410
|
|
|
398
411
|
### Patch Changes
|
|
399
412
|
|
|
400
|
-
- [`ef0c2a89c72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef0c2a89c72) - Add isTypeAheadOpen action to type-ahead plugin. Decouple placeholder plugin from editor-core.
|
|
413
|
+
- [#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.
|
|
401
414
|
- Updated dependencies
|
|
402
415
|
|
|
403
416
|
## 187.37.5
|
|
404
417
|
|
|
405
418
|
### Patch Changes
|
|
406
419
|
|
|
407
|
-
- [`1f6e908f2bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f6e908f2bd) - Workaround invalid getPos error occuring for TableComponent
|
|
408
|
-
- [`94662d7c5af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/94662d7c5af) - Extracted rule plugin from editor-core to editor-plugin-rule.
|
|
420
|
+
- [#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
|
|
421
|
+
- [#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.
|
|
409
422
|
- Updated dependencies
|
|
410
423
|
|
|
411
424
|
## 187.37.4
|
|
412
425
|
|
|
413
426
|
### Patch Changes
|
|
414
427
|
|
|
415
|
-
- [`e31a001b8b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e31a001b8b8) - Add pixel entry resize analytic event payload
|
|
428
|
+
- [#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
|
|
416
429
|
|
|
417
430
|
## 187.37.3
|
|
418
431
|
|
|
419
432
|
### Patch Changes
|
|
420
433
|
|
|
421
|
-
- [`e0f15f5af8a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0f15f5af8a) - Fix invalid getPos issue happening for Media and Media group nodeviews
|
|
434
|
+
- [#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
|
|
422
435
|
|
|
423
436
|
## 187.37.2
|
|
424
437
|
|
|
425
438
|
### Patch Changes
|
|
426
439
|
|
|
427
|
-
- [`39fcb436aba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39fcb436aba) - ED-19617 Create editor-plugin-extension scaffold
|
|
440
|
+
- [#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
|
|
428
441
|
- Updated dependencies
|
|
429
442
|
|
|
430
443
|
## 187.37.1
|
|
431
444
|
|
|
432
445
|
### Patch Changes
|
|
433
446
|
|
|
434
|
-
- [`9c066a01776`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c066a01776) - ED-19445: Copied HTML is being reformatted when pasted into the editor
|
|
447
|
+
- [#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
|
|
435
448
|
|
|
436
449
|
## 187.37.0
|
|
437
450
|
|
|
438
451
|
### Minor Changes
|
|
439
452
|
|
|
440
|
-
- [`082b7cf0ea7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/082b7cf0ea7) - [ux] ECA11Y-1 Added new typeahead shortcut to create checked action item
|
|
453
|
+
- [#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
|
|
441
454
|
|
|
442
455
|
## 187.36.0
|
|
443
456
|
|
|
444
457
|
### Minor Changes
|
|
445
458
|
|
|
446
|
-
- [`085d722e77f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/085d722e77f) - Decoupling the rule plugin and adding the insertHorizontalRule action to the rule plugin.
|
|
459
|
+
- [#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.
|
|
447
460
|
|
|
448
461
|
### Patch Changes
|
|
449
462
|
|
|
450
|
-
- [`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.
|
|
463
|
+
- [#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.
|
|
451
464
|
|
|
452
465
|
## 187.35.7
|
|
453
466
|
|
|
454
467
|
### Patch Changes
|
|
455
468
|
|
|
456
|
-
- [`c377886771f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c377886771f) - ED-19744 moved `mention` styles to `ContentStyles` as part of Scalability Project
|
|
469
|
+
- [#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
|
|
457
470
|
|
|
458
471
|
## 187.35.4
|
|
459
472
|
|
|
460
473
|
### Patch Changes
|
|
461
474
|
|
|
462
|
-
- [`10a82c0490c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/10a82c0490c) - ED-19792 disable guideline plugin for comment and mobile.
|
|
475
|
+
- [#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.
|
|
463
476
|
|
|
464
477
|
## 187.35.3
|
|
465
478
|
|
|
466
479
|
### Patch Changes
|
|
467
480
|
|
|
468
|
-
- [`1a4a64498ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a4a64498ae) - fix media floating toolbar cut off issue on align right and wrap right
|
|
481
|
+
- [#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
|
|
469
482
|
|
|
470
483
|
## 187.35.2
|
|
471
484
|
|
|
472
485
|
### Patch Changes
|
|
473
486
|
|
|
474
|
-
- [`6acf9830b36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6acf9830b36) - Update feature flags plugin
|
|
487
|
+
- [#39304](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39304) [`6acf9830b36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6acf9830b36) - Update feature flags plugin
|
|
475
488
|
(@atlaskit/editor-plugin-feature-flags) to use a named export
|
|
476
489
|
rather than default export to match other plugins.
|
|
477
490
|
|
|
@@ -489,48 +502,48 @@
|
|
|
489
502
|
|
|
490
503
|
### Patch Changes
|
|
491
504
|
|
|
492
|
-
- [`b1e03fb86a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1e03fb86a1) - Update layout and width calculation for resizing
|
|
493
|
-
- [`6f85651b350`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f85651b350) - Reduce the gap between handles when image is a nested node
|
|
505
|
+
- [#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
|
|
506
|
+
- [#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
|
|
494
507
|
|
|
495
508
|
## 187.35.0
|
|
496
509
|
|
|
497
510
|
### Minor Changes
|
|
498
511
|
|
|
499
|
-
- [`3542bead318`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3542bead318) - Move block type commands to next editor plugin actions
|
|
512
|
+
- [#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
|
|
500
513
|
|
|
501
514
|
### Patch Changes
|
|
502
515
|
|
|
503
|
-
- [`02e113fb1e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02e113fb1e4) - Update test fixtures for calendar update.
|
|
516
|
+
- [#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.
|
|
504
517
|
- Updated dependencies
|
|
505
518
|
|
|
506
519
|
## 187.34.2
|
|
507
520
|
|
|
508
521
|
### Patch Changes
|
|
509
522
|
|
|
510
|
-
- [`5e0bef65120`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e0bef65120) - [ux] Fix copy button for mediaSingle with link or border
|
|
523
|
+
- [#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
|
|
511
524
|
|
|
512
525
|
## 187.34.1
|
|
513
526
|
|
|
514
527
|
### Patch Changes
|
|
515
528
|
|
|
516
|
-
- [`55b4cc5ee36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55b4cc5ee36) - ED-18026 Fixing issue of adding panel in codeblock
|
|
529
|
+
- [#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
|
|
517
530
|
- Updated dependencies
|
|
518
531
|
|
|
519
532
|
## 187.34.0
|
|
520
533
|
|
|
521
534
|
### Minor Changes
|
|
522
535
|
|
|
523
|
-
- [`3f12e00f046`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f12e00f046) - [ux] EDM-7493 Link create Jira quick insert
|
|
536
|
+
- [#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
|
|
524
537
|
|
|
525
538
|
## 187.33.0
|
|
526
539
|
|
|
527
540
|
### Minor Changes
|
|
528
541
|
|
|
529
|
-
- [`7613b6b6a51`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7613b6b6a51) - [ED-19428] Decouple quick-insert plugin from editor-core
|
|
542
|
+
- [#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
|
|
530
543
|
|
|
531
544
|
### Patch Changes
|
|
532
545
|
|
|
533
|
-
- [`b06cd74349c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b06cd74349c) - # Media Picker
|
|
546
|
+
- [#39007](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39007) [`b06cd74349c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b06cd74349c) - # Media Picker
|
|
534
547
|
|
|
535
548
|
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).
|
|
536
549
|
|
|
@@ -549,54 +562,54 @@
|
|
|
549
562
|
|
|
550
563
|
Use feature flag `securedClipboard` to protect such change.
|
|
551
564
|
|
|
552
|
-
- [`93b4b1394bf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93b4b1394bf) - ED-19673: Updated shouldPanelBePositionedOverEditor to adapt to custom table width project
|
|
565
|
+
- [#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
|
|
553
566
|
- Updated dependencies
|
|
554
567
|
|
|
555
568
|
## 187.32.7
|
|
556
569
|
|
|
557
570
|
### Patch Changes
|
|
558
571
|
|
|
559
|
-
- [`8b78535f8bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b78535f8bd) - Fix sticky header not resize with table
|
|
572
|
+
- [#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
|
|
560
573
|
- Updated dependencies
|
|
561
574
|
|
|
562
575
|
## 187.32.6
|
|
563
576
|
|
|
564
577
|
### Patch Changes
|
|
565
578
|
|
|
566
|
-
- [`20fa6edb5d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20fa6edb5d4) - ED-19617 Extract Floating Toolbar VR test to editor-core
|
|
567
|
-
- [`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
|
|
579
|
+
- [#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
|
|
580
|
+
- [#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
|
|
568
581
|
|
|
569
582
|
## 187.32.5
|
|
570
583
|
|
|
571
584
|
### Patch Changes
|
|
572
585
|
|
|
573
|
-
- [`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
|
|
586
|
+
- [#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
|
|
574
587
|
|
|
575
588
|
## 187.32.3
|
|
576
589
|
|
|
577
590
|
### Patch Changes
|
|
578
591
|
|
|
579
|
-
- [`113fcc02759`](https://bitbucket.org/atlassian/atlassian-frontend/commits/113fcc02759) - ED-19433 Extract Emoji Plugin to its own package
|
|
592
|
+
- [#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
|
|
580
593
|
- Updated dependencies
|
|
581
594
|
|
|
582
595
|
## 187.32.2
|
|
583
596
|
|
|
584
597
|
### Patch Changes
|
|
585
598
|
|
|
586
|
-
- [`eab48233583`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eab48233583) - Calculate parent content width properly when inserting a nested media single node
|
|
599
|
+
- [#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
|
|
587
600
|
|
|
588
601
|
## 187.32.1
|
|
589
602
|
|
|
590
603
|
### Patch Changes
|
|
591
604
|
|
|
592
|
-
- [`37624e80f01`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37624e80f01) - NO-ISSUE Cancel animation frame debounced call when unmounting scroll buttons
|
|
593
|
-
- [`dc93b06778b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc93b06778b) - Fix pasted mediaSingle nodes into parent nodes
|
|
605
|
+
- [#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
|
|
606
|
+
- [#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
|
|
594
607
|
|
|
595
608
|
## 187.32.0
|
|
596
609
|
|
|
597
610
|
### Minor Changes
|
|
598
611
|
|
|
599
|
-
- [`8467bdcdf4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8467bdcdf4f) - Removing `dependencies` prop from PluginInjectionAPI and changing
|
|
612
|
+
- [#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
|
|
600
613
|
signature of `NextEditorPlugin`.
|
|
601
614
|
|
|
602
615
|
Previously a `NextEditorPlugin` would be consumed as so:
|
|
@@ -622,63 +635,63 @@
|
|
|
622
635
|
|
|
623
636
|
### Patch Changes
|
|
624
637
|
|
|
625
|
-
- [`8f2f42eab4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f2f42eab4d) - update layout when submit pixel values in media toolbar
|
|
638
|
+
- [#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
|
|
626
639
|
- Updated dependencies
|
|
627
640
|
|
|
628
641
|
## 187.31.7
|
|
629
642
|
|
|
630
643
|
### Patch Changes
|
|
631
644
|
|
|
632
|
-
- [`c3de9f17631`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3de9f17631) - ED-19359:
|
|
645
|
+
- [#38977](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38977) [`c3de9f17631`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3de9f17631) - ED-19359:
|
|
633
646
|
editor-core: Migrated skipped test: packages/editor/editor-core/src/tests/integration/gap-cursor/gap-cursor.ts to Libra
|
|
634
647
|
Libra: added a new page-model(editor-confirmation-popup-base-model.ts) to libra package and updated editor extension model
|
|
635
|
-
- [`a9feb9fae6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9feb9fae6e) - [ED-19672] Workaround tofix detached Extension calling NodeView.getPos
|
|
648
|
+
- [#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
|
|
636
649
|
|
|
637
650
|
## 187.31.6
|
|
638
651
|
|
|
639
652
|
### Patch Changes
|
|
640
653
|
|
|
641
|
-
- [`e0f020abea0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0f020abea0) - created new plugin for unsupported-content, moved code and styles
|
|
642
|
-
- [`dcf5ea47df4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dcf5ea47df4) - [ux] Display 'Full width' in media single floating toolbar when the node reaches full width
|
|
654
|
+
- [#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
|
|
655
|
+
- [#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
|
|
643
656
|
- Updated dependencies
|
|
644
657
|
|
|
645
658
|
## 187.31.5
|
|
646
659
|
|
|
647
660
|
### Patch Changes
|
|
648
661
|
|
|
649
|
-
- [`a1965abfbe9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1965abfbe9) - Fix `allowBlockType` so that exclude codeBlock correctly disables codeBlock in the editor.
|
|
662
|
+
- [#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.
|
|
650
663
|
- Updated dependencies
|
|
651
664
|
|
|
652
665
|
## 187.31.4
|
|
653
666
|
|
|
654
667
|
### Patch Changes
|
|
655
668
|
|
|
656
|
-
- [`24e27147cbd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/24e27147cbd) - Added atlaskit docs to all existing plugins.
|
|
669
|
+
- [#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.
|
|
657
670
|
- Updated dependencies
|
|
658
671
|
|
|
659
672
|
## 187.31.3
|
|
660
673
|
|
|
661
674
|
### Patch Changes
|
|
662
675
|
|
|
663
|
-
- [`0debfab882f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0debfab882f) - ED-17959 prevent redundant rerenders on insert block component and due to typeahead state changes
|
|
676
|
+
- [#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
|
|
664
677
|
|
|
665
678
|
## 187.31.2
|
|
666
679
|
|
|
667
680
|
### Patch Changes
|
|
668
681
|
|
|
669
|
-
- [`dbccd831543`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbccd831543) - [ux] tokenize ColorPicker, make charts package compatible with tokens, make check mark compatible with tokens
|
|
682
|
+
- [#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
|
|
670
683
|
|
|
671
684
|
## 187.31.1
|
|
672
685
|
|
|
673
686
|
### Patch Changes
|
|
674
687
|
|
|
675
|
-
- [`4b8154ff94d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b8154ff94d) - added node attributes to safeInsert, so that it does not takes the default attributes
|
|
688
|
+
- [#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
|
|
676
689
|
|
|
677
690
|
## 187.31.0
|
|
678
691
|
|
|
679
692
|
### Minor Changes
|
|
680
693
|
|
|
681
|
-
- [`c70a6612aba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c70a6612aba) - [ED-19428] Decouple quick-insert plugin from editor-core
|
|
694
|
+
- [#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
|
|
682
695
|
|
|
683
696
|
### Patch Changes
|
|
684
697
|
|
|
@@ -688,103 +701,103 @@
|
|
|
688
701
|
|
|
689
702
|
### Patch Changes
|
|
690
703
|
|
|
691
|
-
- [`a31ffa191cb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a31ffa191cb) - [ux] ED-19348 Fix gap-cursor position for numbered-table in wide/full-width mode
|
|
704
|
+
- [#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
|
|
692
705
|
|
|
693
706
|
## 187.30.9
|
|
694
707
|
|
|
695
708
|
### Patch Changes
|
|
696
709
|
|
|
697
|
-
- [`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`.
|
|
698
|
-
- [`1f40b8ca01b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f40b8ca01b) - [ux] ED-16028 Serializing mention text during copy
|
|
699
|
-
- [`a34c6ca52c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a34c6ca52c2) - [ux] [ED-19442] - Modified images and mentions icons and added dark mode
|
|
710
|
+
- [#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`.
|
|
711
|
+
- [#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
|
|
712
|
+
- [#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
|
|
700
713
|
- Updated dependencies
|
|
701
714
|
|
|
702
715
|
## 187.30.8
|
|
703
716
|
|
|
704
717
|
### Patch Changes
|
|
705
718
|
|
|
706
|
-
- [`04a2b9f4cfe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04a2b9f4cfe) - fix convert pixels in nested table when media single node does not have width
|
|
707
|
-
- [`edeab2d50b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/edeab2d50b2) - Fix analytics event for image resizing and relative snaps
|
|
719
|
+
- [#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
|
|
720
|
+
- [#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
|
|
708
721
|
- Updated dependencies
|
|
709
722
|
|
|
710
723
|
## 187.30.7
|
|
711
724
|
|
|
712
725
|
### Patch Changes
|
|
713
726
|
|
|
714
|
-
- [`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.
|
|
727
|
+
- [#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.
|
|
715
728
|
- Updated dependencies
|
|
716
729
|
|
|
717
730
|
## 187.30.6
|
|
718
731
|
|
|
719
732
|
### Patch Changes
|
|
720
733
|
|
|
721
|
-
- [`c77b39ff19f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c77b39ff19f) - [ux] [ED-19130] Fix up gap cursor positioning for breakout nodes
|
|
722
|
-
- [`33cb07de05f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cb07de05f) - change adf-schema to fixed versioning
|
|
734
|
+
- [#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
|
|
735
|
+
- [#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
|
|
723
736
|
- Updated dependencies
|
|
724
737
|
|
|
725
738
|
## 187.30.5
|
|
726
739
|
|
|
727
740
|
### Patch Changes
|
|
728
741
|
|
|
729
|
-
- [`ef2d5662e05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef2d5662e05) - [ux] Implement pixel entry input validation when submitting and render warning decoration for invalid input
|
|
742
|
+
- [#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
|
|
730
743
|
|
|
731
744
|
## 187.30.4
|
|
732
745
|
|
|
733
746
|
### Patch Changes
|
|
734
747
|
|
|
735
|
-
- [`14a853a7939`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14a853a7939) - [ux] ED-19439 Added dark mode icons for emoji, expand and fallback
|
|
748
|
+
- [#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
|
|
736
749
|
|
|
737
750
|
## 187.30.3
|
|
738
751
|
|
|
739
752
|
### Patch Changes
|
|
740
753
|
|
|
741
|
-
- [`f68eb1b1731`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f68eb1b1731) - Move common functions from `editor-core` to `editor-common` in preparation for `base` plugin extraction
|
|
754
|
+
- [#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
|
|
742
755
|
|
|
743
756
|
## 187.30.1
|
|
744
757
|
|
|
745
758
|
### Patch Changes
|
|
746
759
|
|
|
747
|
-
- [`e6582078cf9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6582078cf9) - ED-19433 Create editor-plugin-emoji package for atlaskit
|
|
760
|
+
- [#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
|
|
748
761
|
- Updated dependencies
|
|
749
762
|
|
|
750
763
|
## 187.30.0
|
|
751
764
|
|
|
752
765
|
### Minor Changes
|
|
753
766
|
|
|
754
|
-
- [`7f45581d141`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f45581d141) - ED-19630 fixed guideline alignment issue.
|
|
767
|
+
- [#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.
|
|
755
768
|
|
|
756
769
|
### Patch Changes
|
|
757
770
|
|
|
758
|
-
- [`1e4b853a636`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e4b853a636) - ED-19411 added guideline test, fixed invalid cursor location issue.
|
|
771
|
+
- [#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.
|
|
759
772
|
- Updated dependencies
|
|
760
773
|
|
|
761
774
|
## 187.29.4
|
|
762
775
|
|
|
763
776
|
### Patch Changes
|
|
764
777
|
|
|
765
|
-
- [`8595f0ddc4b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8595f0ddc4b) - Always show resizer handles when mediaSingle node is selected
|
|
766
|
-
- [`1af653a9630`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1af653a9630) - ED-19433 Initial scaffold for editor-plugin-type-ahead
|
|
767
|
-
- [`2f7d7be2983`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2f7d7be2983) - [ux] ED-19438 Added dark mode icons for headings 1 to 6
|
|
768
|
-
- [`1b917526a9f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b917526a9f) - [ux] add convert to pixels cta in pixel entry for legacy experience
|
|
778
|
+
- [#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
|
|
779
|
+
- [#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
|
|
780
|
+
- [#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
|
|
781
|
+
- [#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
|
|
769
782
|
- Updated dependencies
|
|
770
783
|
|
|
771
784
|
## 187.29.3
|
|
772
785
|
|
|
773
786
|
### Patch Changes
|
|
774
787
|
|
|
775
|
-
- [`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
|
|
788
|
+
- [#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
|
|
776
789
|
|
|
777
790
|
## 187.29.2
|
|
778
791
|
|
|
779
792
|
### Patch Changes
|
|
780
793
|
|
|
781
|
-
- [`90520713d49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/90520713d49) - [ux] [ED-19441] - Added dark mode icons for panels
|
|
794
|
+
- [#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
|
|
782
795
|
|
|
783
796
|
## 187.29.0
|
|
784
797
|
|
|
785
798
|
### Minor Changes
|
|
786
799
|
|
|
787
|
-
- [`8e9c21af71d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e9c21af71d) - Extracting list plugin code from editor-core to @atlaskit/editor-plugin-list.
|
|
800
|
+
- [#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.
|
|
788
801
|
|
|
789
802
|
### Patch Changes
|
|
790
803
|
|
|
@@ -794,50 +807,50 @@
|
|
|
794
807
|
|
|
795
808
|
### Patch Changes
|
|
796
809
|
|
|
797
|
-
- [`5ce0bea6aa6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ce0bea6aa6) - [ED-19399] Fixing text color underline on toolbar
|
|
810
|
+
- [#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
|
|
798
811
|
|
|
799
812
|
## 187.28.3
|
|
800
813
|
|
|
801
814
|
### Patch Changes
|
|
802
815
|
|
|
803
|
-
- [`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.
|
|
816
|
+
- [#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.
|
|
804
817
|
|
|
805
818
|
## 187.28.2
|
|
806
819
|
|
|
807
820
|
### Patch Changes
|
|
808
821
|
|
|
809
|
-
- [`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)
|
|
822
|
+
- [#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)
|
|
810
823
|
|
|
811
824
|
## 187.28.1
|
|
812
825
|
|
|
813
826
|
### Patch Changes
|
|
814
827
|
|
|
815
|
-
- [`79c0b7e6821`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c0b7e6821) - Decouple `base` plugin from `editor-core`
|
|
816
|
-
- [`5d6ec9ac49c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d6ec9ac49c) - ED-19330 Decouple list plugin from editor-core
|
|
828
|
+
- [#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`
|
|
829
|
+
- [#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
|
|
817
830
|
- Updated dependencies
|
|
818
831
|
|
|
819
832
|
## 187.28.0
|
|
820
833
|
|
|
821
834
|
### Minor Changes
|
|
822
835
|
|
|
823
|
-
- [`9ebabeaa630`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ebabeaa630) - added ExtractPublicEditorAPI type helper
|
|
836
|
+
- [#38838](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38838) [`9ebabeaa630`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ebabeaa630) - added ExtractPublicEditorAPI type helper
|
|
824
837
|
|
|
825
838
|
### Patch Changes
|
|
826
839
|
|
|
827
|
-
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
840
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
828
841
|
- Updated dependencies
|
|
829
842
|
|
|
830
843
|
## 187.27.1
|
|
831
844
|
|
|
832
845
|
### Patch Changes
|
|
833
846
|
|
|
834
|
-
- [`719a3a60441`](https://bitbucket.org/atlassian/atlassian-frontend/commits/719a3a60441) - ED-19411 minor refactor of ResizableMediaSingleNext
|
|
847
|
+
- [#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
|
|
835
848
|
|
|
836
849
|
## 187.27.0
|
|
837
850
|
|
|
838
851
|
### Minor Changes
|
|
839
852
|
|
|
840
|
-
- [`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`.
|
|
853
|
+
- [#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`.
|
|
841
854
|
|
|
842
855
|
### Patch Changes
|
|
843
856
|
|
|
@@ -847,7 +860,7 @@
|
|
|
847
860
|
|
|
848
861
|
### Minor Changes
|
|
849
862
|
|
|
850
|
-
- [`0f3026deda5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0f3026deda5) - ED-12027 cleaned up table optimisation feature flags, made optimised code run by default.
|
|
863
|
+
- [#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.
|
|
851
864
|
|
|
852
865
|
### Patch Changes
|
|
853
866
|
|
|
@@ -857,53 +870,53 @@
|
|
|
857
870
|
|
|
858
871
|
### Patch Changes
|
|
859
872
|
|
|
860
|
-
- [`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
|
|
873
|
+
- [#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
|
|
861
874
|
|
|
862
875
|
## 187.25.2
|
|
863
876
|
|
|
864
877
|
### Patch Changes
|
|
865
878
|
|
|
866
|
-
- [`f12aff135b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f12aff135b6) - Extract Composition Plugin
|
|
879
|
+
- [#38577](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38577) [`f12aff135b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f12aff135b6) - Extract Composition Plugin
|
|
867
880
|
- Updated dependencies
|
|
868
881
|
|
|
869
882
|
## 187.25.1
|
|
870
883
|
|
|
871
884
|
### Patch Changes
|
|
872
885
|
|
|
873
|
-
- [`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
|
|
886
|
+
- [#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
|
|
874
887
|
|
|
875
888
|
## 187.25.0
|
|
876
889
|
|
|
877
890
|
### Minor Changes
|
|
878
891
|
|
|
879
|
-
- [`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.
|
|
892
|
+
- [#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.
|
|
880
893
|
|
|
881
894
|
## 187.24.3
|
|
882
895
|
|
|
883
896
|
### Patch Changes
|
|
884
897
|
|
|
885
|
-
- [`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.
|
|
886
|
-
- [`048717e2a19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/048717e2a19) - fix janky media toolbar when resize
|
|
898
|
+
- [#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.
|
|
899
|
+
- [#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
|
|
887
900
|
|
|
888
901
|
## 187.24.2
|
|
889
902
|
|
|
890
903
|
### Patch Changes
|
|
891
904
|
|
|
892
|
-
- [`8efc1dfc706`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8efc1dfc706) - ED-19330 create editor-list-plugin
|
|
905
|
+
- [#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
|
|
893
906
|
- Updated dependencies
|
|
894
907
|
|
|
895
908
|
## 187.24.1
|
|
896
909
|
|
|
897
910
|
### Patch Changes
|
|
898
911
|
|
|
899
|
-
- [`5c3064cffe3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c3064cffe3) - Remove a selection hack for Chrome 88 to improve foucs/blur performance
|
|
900
|
-
- [`51e6a0128eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/51e6a0128eb) - ED-18969 Implemented relative guideline
|
|
912
|
+
- [#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
|
|
913
|
+
- [#38672](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38672) [`51e6a0128eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/51e6a0128eb) - ED-18969 Implemented relative guideline
|
|
901
914
|
|
|
902
915
|
## 187.24.0
|
|
903
916
|
|
|
904
917
|
### Minor Changes
|
|
905
918
|
|
|
906
|
-
- [`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`.
|
|
919
|
+
- [#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`.
|
|
907
920
|
|
|
908
921
|
### Patch Changes
|
|
909
922
|
|
|
@@ -913,33 +926,33 @@
|
|
|
913
926
|
|
|
914
927
|
### Patch Changes
|
|
915
928
|
|
|
916
|
-
- [`3a2d2104ca9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a2d2104ca9) - [ux] [ED-19468] Adds dark mode icon for date
|
|
917
|
-
- [`5365e42ef97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5365e42ef97) - cleaned up more of the \* as keymaps imports to enable better tree-shaking
|
|
929
|
+
- [#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
|
|
930
|
+
- [#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
|
|
918
931
|
|
|
919
932
|
## 187.23.1
|
|
920
933
|
|
|
921
934
|
### Patch Changes
|
|
922
935
|
|
|
923
|
-
- [`20439ad4597`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20439ad4597) - [ux] Remove all floatingbar items other than size input when resizing media single
|
|
924
|
-
- [`86794f736c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/86794f736c3) - cleaned up some of the keymap imports, and their function calls
|
|
936
|
+
- [#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
|
|
937
|
+
- [#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
|
|
925
938
|
|
|
926
939
|
## 187.23.0
|
|
927
940
|
|
|
928
941
|
### Minor Changes
|
|
929
942
|
|
|
930
|
-
- [`1cadce074e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1cadce074e4) - [ux] ED-19213 Improved typeahead styling with single point of interaction
|
|
943
|
+
- [#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
|
|
931
944
|
|
|
932
945
|
## 187.22.1
|
|
933
946
|
|
|
934
947
|
### Patch Changes
|
|
935
948
|
|
|
936
|
-
- [`8d950264934`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d950264934) - typing change to hangleMediaSingle for EditorAnalyticsAPI
|
|
949
|
+
- [#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
|
|
937
950
|
|
|
938
951
|
## 187.22.0
|
|
939
952
|
|
|
940
953
|
### Minor Changes
|
|
941
954
|
|
|
942
|
-
- [`ee20a0c6142`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee20a0c6142) - Exporting default preset via preset-default endpoint. This can be accessed like so:
|
|
955
|
+
- [#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:
|
|
943
956
|
|
|
944
957
|
```ts
|
|
945
958
|
import { createDefaultPreset } from '@atlaskit/editor-core/preset-default';
|
|
@@ -963,182 +976,182 @@
|
|
|
963
976
|
|
|
964
977
|
### Patch Changes
|
|
965
978
|
|
|
966
|
-
- [`cf71a66559b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf71a66559b) - Update analytics event for new resize experience
|
|
979
|
+
- [#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
|
|
967
980
|
|
|
968
981
|
## 187.21.0
|
|
969
982
|
|
|
970
983
|
### Minor Changes
|
|
971
984
|
|
|
972
|
-
- [`560ce4c7a2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/560ce4c7a2b) - Pass annotations list to inline comment component
|
|
985
|
+
- [#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
|
|
973
986
|
|
|
974
987
|
## 187.20.1
|
|
975
988
|
|
|
976
989
|
### Patch Changes
|
|
977
990
|
|
|
978
|
-
- [`24f092238be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/24f092238be) - NO-ISSUE Switch collab type imports in editor-core to editor-common
|
|
991
|
+
- [#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
|
|
979
992
|
- [`469b5c12303`](https://bitbucket.org/atlassian/atlassian-frontend/commits/469b5c12303) - NO-ISSUE Move CollabEventLocalStepData to editor-common
|
|
980
|
-
- [`c2cd174b721`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2cd174b721) - - Add layout calculation in full width editor
|
|
993
|
+
- [#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
|
|
981
994
|
- Prevent scroll bar for wrapped layout in small viewport
|
|
982
995
|
- Limit resizing for nested node with wrapped layout
|
|
983
996
|
- Update size state for full-width layout to avoid flicker when first resizing
|
|
984
|
-
- [`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
|
|
997
|
+
- [#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
|
|
985
998
|
|
|
986
999
|
## 187.20.0
|
|
987
1000
|
|
|
988
1001
|
### Minor Changes
|
|
989
1002
|
|
|
990
|
-
- [`644c7942b34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/644c7942b34) - [ux] support updating pixel entry in media toolbar when resize media single
|
|
991
|
-
- [`43c51e0a282`](https://bitbucket.org/atlassian/atlassian-frontend/commits/43c51e0a282) - [ED-19431] Migrate all text-formatting plugin actions over to plugin commands
|
|
992
|
-
- [`a867b562d62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a867b562d62) - Add insertEmoji command and sharedState to emoji plugin.
|
|
1003
|
+
- [#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
|
|
1004
|
+
- [#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
|
|
1005
|
+
- [#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.
|
|
993
1006
|
|
|
994
1007
|
### Patch Changes
|
|
995
1008
|
|
|
996
|
-
- [`8375e041861`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8375e041861) - [ED-16733] Extract common functions used by media plugin to editor-common
|
|
1009
|
+
- [#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
|
|
997
1010
|
- Updated dependencies
|
|
998
1011
|
|
|
999
1012
|
## 187.19.1
|
|
1000
1013
|
|
|
1001
1014
|
### Patch Changes
|
|
1002
1015
|
|
|
1003
|
-
- [`f284dd4d761`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f284dd4d761) - updated withAnalytics usage to new EditorAnalyticsAPI
|
|
1004
|
-
- [`442d9be406d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/442d9be406d) - [ux] [ED-19027] Fixed gap cursor for nodes with fixed width
|
|
1016
|
+
- [#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
|
|
1017
|
+
- [#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
|
|
1005
1018
|
|
|
1006
1019
|
## 187.19.0
|
|
1007
1020
|
|
|
1008
1021
|
### Minor Changes
|
|
1009
1022
|
|
|
1010
|
-
- [`7cb6ec49e68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7cb6ec49e68) - Decouple `composition` plugin from `base` plugin
|
|
1023
|
+
- [#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
|
|
1011
1024
|
|
|
1012
1025
|
## 187.18.2
|
|
1013
1026
|
|
|
1014
1027
|
### Patch Changes
|
|
1015
1028
|
|
|
1016
|
-
- [`079e7748c62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/079e7748c62) - Extracted `editor-plugin-image-upload` from `editor-core`.
|
|
1029
|
+
- [#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`.
|
|
1017
1030
|
- Updated dependencies
|
|
1018
1031
|
|
|
1019
1032
|
## 187.18.1
|
|
1020
1033
|
|
|
1021
1034
|
### Patch Changes
|
|
1022
1035
|
|
|
1023
|
-
- [`7e77fe6f2ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e77fe6f2ed) - ED-19330 Decouple list plugin from editor-core
|
|
1036
|
+
- [#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
|
|
1024
1037
|
- Updated dependencies
|
|
1025
1038
|
|
|
1026
1039
|
## 187.18.0
|
|
1027
1040
|
|
|
1028
1041
|
### Minor Changes
|
|
1029
1042
|
|
|
1030
|
-
- [`80b964e24a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/80b964e24a2) - [ED-19205] Extract the text-formatting editor plugin to a separate package
|
|
1043
|
+
- [#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
|
|
1031
1044
|
|
|
1032
1045
|
### Patch Changes
|
|
1033
1046
|
|
|
1034
|
-
- [`8474692c96d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8474692c96d) - [ux] ED-18785 Place toolbar below selection if not sufficient space above
|
|
1047
|
+
- [#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
|
|
1035
1048
|
- Updated dependencies
|
|
1036
1049
|
|
|
1037
1050
|
## 187.17.6
|
|
1038
1051
|
|
|
1039
1052
|
### Patch Changes
|
|
1040
1053
|
|
|
1041
|
-
- [`bdb69158e0a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdb69158e0a) - [ED-13910] Bump ProseMirror libraries to match prosemirror-view@1.31.6 dependencies
|
|
1054
|
+
- [#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
|
|
1042
1055
|
- Updated dependencies
|
|
1043
1056
|
|
|
1044
1057
|
## 187.17.5
|
|
1045
1058
|
|
|
1046
1059
|
### Patch Changes
|
|
1047
1060
|
|
|
1048
|
-
- [`c1e5a879e02`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1e5a879e02) - [ED-17979] Remove the ability to clear formatting when selection is within a codeblock
|
|
1061
|
+
- [#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
|
|
1049
1062
|
|
|
1050
1063
|
## 187.17.3
|
|
1051
1064
|
|
|
1052
1065
|
### Patch Changes
|
|
1053
1066
|
|
|
1054
|
-
- [`7a438d76a8a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a438d76a8a) - [ED-16733] Extract Focus plugin to its own plugin
|
|
1067
|
+
- [#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
|
|
1055
1068
|
- Updated dependencies
|
|
1056
1069
|
|
|
1057
1070
|
## 187.17.2
|
|
1058
1071
|
|
|
1059
1072
|
### Patch Changes
|
|
1060
1073
|
|
|
1061
|
-
- [`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.
|
|
1074
|
+
- [#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.
|
|
1062
1075
|
|
|
1063
1076
|
## 187.17.1
|
|
1064
1077
|
|
|
1065
1078
|
### Patch Changes
|
|
1066
1079
|
|
|
1067
|
-
- [`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.
|
|
1080
|
+
- [#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.
|
|
1068
1081
|
- Updated dependencies
|
|
1069
1082
|
|
|
1070
1083
|
## 187.17.0
|
|
1071
1084
|
|
|
1072
1085
|
### Minor Changes
|
|
1073
1086
|
|
|
1074
|
-
- [`fb3dab2b017`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb3dab2b017) - Decouple `better-type-history` plugin from `base` plugin
|
|
1087
|
+
- [#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
|
|
1075
1088
|
|
|
1076
1089
|
### Patch Changes
|
|
1077
1090
|
|
|
1078
|
-
- [`93a1fd7ce1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93a1fd7ce1e) - Removed ResizeLabel
|
|
1091
|
+
- [#38196](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38196) [`93a1fd7ce1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93a1fd7ce1e) - Removed ResizeLabel
|
|
1079
1092
|
|
|
1080
1093
|
## 187.16.1
|
|
1081
1094
|
|
|
1082
1095
|
### Patch Changes
|
|
1083
1096
|
|
|
1084
|
-
- [`8b104cb7575`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b104cb7575) - [ED-14769] Remove tableCellOptionsinFloatingToolbar feature flag & make it default behaviour
|
|
1097
|
+
- [#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
|
|
1085
1098
|
|
|
1086
1099
|
## 187.16.0
|
|
1087
1100
|
|
|
1088
1101
|
### Minor Changes
|
|
1089
1102
|
|
|
1090
|
-
- [`3413f770f2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3413f770f2b) - Moving references to floating-toolbar types to `editor-common`
|
|
1103
|
+
- [#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`
|
|
1091
1104
|
|
|
1092
1105
|
### Patch Changes
|
|
1093
1106
|
|
|
1094
|
-
- [`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).
|
|
1107
|
+
- [#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).
|
|
1095
1108
|
- Updated dependencies
|
|
1096
1109
|
|
|
1097
1110
|
## 187.15.1
|
|
1098
1111
|
|
|
1099
1112
|
### Patch Changes
|
|
1100
1113
|
|
|
1101
|
-
- [`3df14c86161`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3df14c86161) - Cleaning up better typeahead feature flag.
|
|
1114
|
+
- [#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.
|
|
1102
1115
|
|
|
1103
1116
|
## 187.15.0
|
|
1104
1117
|
|
|
1105
1118
|
### Minor Changes
|
|
1106
1119
|
|
|
1107
|
-
- [`1a15910366d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a15910366d) - [ux] New pixel entry component for image resizing floating bar
|
|
1120
|
+
- [#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
|
|
1108
1121
|
|
|
1109
1122
|
## 187.14.12
|
|
1110
1123
|
|
|
1111
1124
|
### Patch Changes
|
|
1112
1125
|
|
|
1113
|
-
- [`7b8e8b52110`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b8e8b52110) - [ED-16733] Editor Media Extraction: Moving Floating Toolbar Separator to editor-common
|
|
1126
|
+
- [#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
|
|
1114
1127
|
- Updated dependencies
|
|
1115
1128
|
|
|
1116
1129
|
## 187.14.11
|
|
1117
1130
|
|
|
1118
1131
|
### Patch Changes
|
|
1119
1132
|
|
|
1120
|
-
- [`bc706129ddb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc706129ddb) - Updated media to no longer use the old addAnalytics, using new AnalyticsAPI
|
|
1133
|
+
- [#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
|
|
1121
1134
|
|
|
1122
1135
|
## 187.14.9
|
|
1123
1136
|
|
|
1124
1137
|
### Patch Changes
|
|
1125
1138
|
|
|
1126
|
-
- [`021d5f488ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/021d5f488ec) - [ED-16733] Media Plugin Extractation - Move core commands to common entrypoint
|
|
1139
|
+
- [#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
|
|
1127
1140
|
- Updated dependencies
|
|
1128
1141
|
|
|
1129
1142
|
## 187.14.8
|
|
1130
1143
|
|
|
1131
1144
|
### Patch Changes
|
|
1132
1145
|
|
|
1133
|
-
- [`8fe864e4f7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8fe864e4f7a) - [ux] ED-19336: Fixed insert column button not visible when sticky header is enabled."
|
|
1134
|
-
- [`4cbae03c15c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4cbae03c15c) - Set maxWidth for ResizerNext to stop lable updating when reaching max width
|
|
1146
|
+
- [#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."
|
|
1147
|
+
- [#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
|
|
1135
1148
|
|
|
1136
1149
|
## 187.14.7
|
|
1137
1150
|
|
|
1138
1151
|
### Patch Changes
|
|
1139
1152
|
|
|
1140
|
-
- [`3bbe8f91f34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3bbe8f91f34) - refactor ResizableMediaSingleNext around guidelines and snapping
|
|
1141
|
-
- [`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`:
|
|
1153
|
+
- [#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
|
|
1154
|
+
- [#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`:
|
|
1142
1155
|
|
|
1143
1156
|
```ts
|
|
1144
1157
|
type PluginCommand = ({ tr }: { tr: Transaction }) => Transaction | null;
|
|
@@ -1152,20 +1165,20 @@
|
|
|
1152
1165
|
|
|
1153
1166
|
### Patch Changes
|
|
1154
1167
|
|
|
1155
|
-
- [`8699cf99ceb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8699cf99ceb) - Exporting LayoutPluginOptions and CollabEditOptions from editor-common.
|
|
1168
|
+
- [#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.
|
|
1156
1169
|
- Updated dependencies
|
|
1157
1170
|
|
|
1158
1171
|
## 187.14.3
|
|
1159
1172
|
|
|
1160
1173
|
### Patch Changes
|
|
1161
1174
|
|
|
1162
|
-
- [`c8c91a25360`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8c91a25360) - [ux] Fix floating toolbar breakout buttons on extensions.
|
|
1175
|
+
- [#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.
|
|
1163
1176
|
|
|
1164
1177
|
## 187.14.2
|
|
1165
1178
|
|
|
1166
1179
|
### Patch Changes
|
|
1167
1180
|
|
|
1168
|
-
- [`9064e2d0f28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9064e2d0f28) - [ux] HOT-104783 Reverting https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37639
|
|
1181
|
+
- [#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
|
|
1169
1182
|
- Updated dependencies
|
|
1170
1183
|
|
|
1171
1184
|
## 187.14.1
|
|
@@ -1178,33 +1191,33 @@
|
|
|
1178
1191
|
|
|
1179
1192
|
### Minor Changes
|
|
1180
1193
|
|
|
1181
|
-
- [`ffd94268ee9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffd94268ee9) - ED-16575 follow up refactor of EditorNext plugins
|
|
1194
|
+
- [#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
|
|
1182
1195
|
|
|
1183
1196
|
## 187.13.5
|
|
1184
1197
|
|
|
1185
1198
|
### Patch Changes
|
|
1186
1199
|
|
|
1187
|
-
- [`30d82d3462c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30d82d3462c) - [ED-19175] add missing support for the unsupportedBlock in table related nodes
|
|
1188
|
-
- [`b041e51896d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b041e51896d) - Fix width plugin state reading when inserting a media single node
|
|
1200
|
+
- [#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
|
|
1201
|
+
- [#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
|
|
1189
1202
|
- Updated dependencies
|
|
1190
1203
|
|
|
1191
1204
|
## 187.13.3
|
|
1192
1205
|
|
|
1193
1206
|
### Patch Changes
|
|
1194
1207
|
|
|
1195
|
-
- [`62d6f381722`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62d6f381722) - ED-18969 preliminaary refactor for relative guideline.
|
|
1208
|
+
- [#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.
|
|
1196
1209
|
|
|
1197
1210
|
## 187.13.2
|
|
1198
1211
|
|
|
1199
1212
|
### Patch Changes
|
|
1200
1213
|
|
|
1201
|
-
- [`f194fae5d20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f194fae5d20) - Refactored ResizableMediaSingleNext to use editor-common utils
|
|
1214
|
+
- [#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
|
|
1202
1215
|
|
|
1203
1216
|
## 187.13.0
|
|
1204
1217
|
|
|
1205
1218
|
### Minor Changes
|
|
1206
1219
|
|
|
1207
|
-
- [`8695abdde8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8695abdde8e) - [ED-18289] Clean-up Editor Sentry feature flag
|
|
1220
|
+
- [#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
|
|
1208
1221
|
|
|
1209
1222
|
### Patch Changes
|
|
1210
1223
|
|
|
@@ -1214,14 +1227,14 @@
|
|
|
1214
1227
|
|
|
1215
1228
|
### Minor Changes
|
|
1216
1229
|
|
|
1217
|
-
- [`94eaf42403b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/94eaf42403b) - ED-16575 - clean up EditorNext Props
|
|
1218
|
-
- [`c2279d7aeb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2279d7aeb1) - [ED-19205] Update text formatting plugin API to abstract away the analytics implementation
|
|
1230
|
+
- [#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
|
|
1231
|
+
- [#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
|
|
1219
1232
|
|
|
1220
1233
|
## 187.11.0
|
|
1221
1234
|
|
|
1222
1235
|
### Minor Changes
|
|
1223
1236
|
|
|
1224
|
-
- [`c6c3b7e43d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6c3b7e43d3) - [ED-19202] Remove direct dependency of editor-core code on text-formatting plugin
|
|
1237
|
+
- [#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
|
|
1225
1238
|
|
|
1226
1239
|
### Patch Changes
|
|
1227
1240
|
|
|
@@ -1231,19 +1244,19 @@
|
|
|
1231
1244
|
|
|
1232
1245
|
### Patch Changes
|
|
1233
1246
|
|
|
1234
|
-
- [`7c8a9a4c0c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c8a9a4c0c1) - Update mediaSingleWidth props to render legacy media single with correct dimensions
|
|
1247
|
+
- [#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
|
|
1235
1248
|
|
|
1236
1249
|
## 187.10.6
|
|
1237
1250
|
|
|
1238
1251
|
### Patch Changes
|
|
1239
1252
|
|
|
1240
|
-
- [`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.
|
|
1253
|
+
- [#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.
|
|
1241
1254
|
|
|
1242
1255
|
## 187.10.4
|
|
1243
1256
|
|
|
1244
1257
|
### Patch Changes
|
|
1245
1258
|
|
|
1246
|
-
- [`14fb6018157`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14fb6018157) - [ED-19354] Small fixes to respect the next ProseMirror version
|
|
1259
|
+
- [#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
|
|
1247
1260
|
|
|
1248
1261
|
## 187.10.3
|
|
1249
1262
|
|
|
@@ -1255,20 +1268,20 @@
|
|
|
1255
1268
|
|
|
1256
1269
|
### Patch Changes
|
|
1257
1270
|
|
|
1258
|
-
- [`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)
|
|
1271
|
+
- [#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)
|
|
1259
1272
|
|
|
1260
1273
|
## 187.10.1
|
|
1261
1274
|
|
|
1262
1275
|
### Patch Changes
|
|
1263
1276
|
|
|
1264
|
-
- [`31405891e32`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31405891e32) - Extract editor disabled plugin as separate package.
|
|
1277
|
+
- [#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.
|
|
1265
1278
|
- Updated dependencies
|
|
1266
1279
|
|
|
1267
1280
|
## 187.10.0
|
|
1268
1281
|
|
|
1269
1282
|
### Minor Changes
|
|
1270
1283
|
|
|
1271
|
-
- [`1944b35b538`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1944b35b538) - move common utilities to editor-common, to help with decoupling block-type plugin
|
|
1284
|
+
- [#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
|
|
1272
1285
|
|
|
1273
1286
|
### Patch Changes
|
|
1274
1287
|
|
|
@@ -1278,14 +1291,14 @@
|
|
|
1278
1291
|
|
|
1279
1292
|
### Patch Changes
|
|
1280
1293
|
|
|
1281
|
-
- [`6190030df97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6190030df97) - Migrate `emoji` plugin to the new Analytics API
|
|
1282
|
-
- [`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
|
|
1294
|
+
- [#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
|
|
1295
|
+
- [#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
|
|
1283
1296
|
|
|
1284
1297
|
## 187.9.0
|
|
1285
1298
|
|
|
1286
1299
|
### Minor Changes
|
|
1287
1300
|
|
|
1288
|
-
- [`936c30f8dc9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/936c30f8dc9) - support new image resize experience under feature flag
|
|
1301
|
+
- [#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
|
|
1289
1302
|
|
|
1290
1303
|
### Patch Changes
|
|
1291
1304
|
|
|
@@ -1295,42 +1308,42 @@
|
|
|
1295
1308
|
|
|
1296
1309
|
### Patch Changes
|
|
1297
1310
|
|
|
1298
|
-
- [`0756bf2b120`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0756bf2b120) - [ux] ED-18780 Add first element to page when pressing enter on Insert Menu
|
|
1311
|
+
- [#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
|
|
1299
1312
|
|
|
1300
1313
|
## 187.8.11
|
|
1301
1314
|
|
|
1302
1315
|
### Patch Changes
|
|
1303
1316
|
|
|
1304
|
-
- [`2b54c3b0d24`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b54c3b0d24) - [ED-19203] Decouple text-formatting plugin and editor-core
|
|
1317
|
+
- [#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
|
|
1305
1318
|
- Updated dependencies
|
|
1306
1319
|
|
|
1307
1320
|
## 187.8.10
|
|
1308
1321
|
|
|
1309
1322
|
### Patch Changes
|
|
1310
1323
|
|
|
1311
|
-
- [`d8c1bcdc71a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8c1bcdc71a) - ED-19217 decoupled lists related util functions from editor-core
|
|
1324
|
+
- [#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
|
|
1312
1325
|
- Updated dependencies
|
|
1313
1326
|
|
|
1314
1327
|
## 187.8.7
|
|
1315
1328
|
|
|
1316
1329
|
### Patch Changes
|
|
1317
1330
|
|
|
1318
|
-
- [`22e9c894ca1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22e9c894ca1) - update test for numbered column table
|
|
1319
|
-
- [`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
|
|
1331
|
+
- [#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
|
|
1332
|
+
- [#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
|
|
1320
1333
|
- Updated dependencies
|
|
1321
1334
|
|
|
1322
1335
|
## 187.8.3
|
|
1323
1336
|
|
|
1324
1337
|
### Patch Changes
|
|
1325
1338
|
|
|
1326
|
-
- [`4e6f1bf8511`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6f1bf8511) - [ED-19233] Import prosemirror libraries from internal facade package
|
|
1339
|
+
- [#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
|
|
1327
1340
|
- Updated dependencies
|
|
1328
1341
|
|
|
1329
1342
|
## 187.8.0
|
|
1330
1343
|
|
|
1331
1344
|
### Minor Changes
|
|
1332
1345
|
|
|
1333
|
-
- [`9bc531568ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9bc531568ad) - [ED-19216] Remove current analytics in list plugin
|
|
1346
|
+
- [#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
|
|
1334
1347
|
|
|
1335
1348
|
## 187.7.2
|
|
1336
1349
|
|
|
@@ -1342,13 +1355,13 @@
|
|
|
1342
1355
|
|
|
1343
1356
|
### Patch Changes
|
|
1344
1357
|
|
|
1345
|
-
- [`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."
|
|
1358
|
+
- [#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."
|
|
1346
1359
|
|
|
1347
1360
|
## 187.7.0
|
|
1348
1361
|
|
|
1349
1362
|
### Minor Changes
|
|
1350
1363
|
|
|
1351
|
-
- [`e83596269e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e83596269e5) - Add isResizing support into media plugin
|
|
1364
|
+
- [#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
|
|
1352
1365
|
|
|
1353
1366
|
### Patch Changes
|
|
1354
1367
|
|
|
@@ -1358,20 +1371,20 @@
|
|
|
1358
1371
|
|
|
1359
1372
|
### Patch Changes
|
|
1360
1373
|
|
|
1361
|
-
- [`fa2209eee80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa2209eee80) - [ux] Fixes z-index full page editor main toolbar
|
|
1362
|
-
- [`9b64591559a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b64591559a) - [ux] ED-19163 Expand should only wrap selected text if added inline
|
|
1374
|
+
- [#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
|
|
1375
|
+
- [#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
|
|
1363
1376
|
|
|
1364
1377
|
## 187.6.1
|
|
1365
1378
|
|
|
1366
1379
|
### Patch Changes
|
|
1367
1380
|
|
|
1368
|
-
- [`65f1e2bf9fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65f1e2bf9fc) - [ux] ED-18212 Disable toolbar mention when cursor is inside a codeblock
|
|
1381
|
+
- [#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
|
|
1369
1382
|
|
|
1370
1383
|
## 187.6.0
|
|
1371
1384
|
|
|
1372
1385
|
### Minor Changes
|
|
1373
1386
|
|
|
1374
|
-
- [`91410d6064c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91410d6064c) - [ux] NOISSUE Fix linkify of file links on space
|
|
1387
|
+
- [#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
|
|
1375
1388
|
|
|
1376
1389
|
### Patch Changes
|
|
1377
1390
|
|
|
@@ -1381,87 +1394,87 @@
|
|
|
1381
1394
|
|
|
1382
1395
|
### Patch Changes
|
|
1383
1396
|
|
|
1384
|
-
- [`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
|
|
1397
|
+
- [#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
|
|
1385
1398
|
|
|
1386
1399
|
## 187.5.5
|
|
1387
1400
|
|
|
1388
1401
|
### Patch Changes
|
|
1389
1402
|
|
|
1390
|
-
- [`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
|
|
1403
|
+
- [#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
|
|
1391
1404
|
|
|
1392
1405
|
## 187.5.0
|
|
1393
1406
|
|
|
1394
1407
|
### Minor Changes
|
|
1395
1408
|
|
|
1396
|
-
- [`164ab991f40`](https://bitbucket.org/atlassian/atlassian-frontend/commits/164ab991f40) - Updating the composable editor (@atlaskit/editor-core/composable-editor) to a functional component.
|
|
1409
|
+
- [#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.
|
|
1397
1410
|
|
|
1398
1411
|
## 187.4.11
|
|
1399
1412
|
|
|
1400
1413
|
### Patch Changes
|
|
1401
1414
|
|
|
1402
|
-
- [`8f01c8d69d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f01c8d69d7) - ED-18946 fixed leaking debounce function on assistive text unmount
|
|
1415
|
+
- [#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
|
|
1403
1416
|
- Updated dependencies
|
|
1404
1417
|
|
|
1405
1418
|
## 187.4.10
|
|
1406
1419
|
|
|
1407
1420
|
### Patch Changes
|
|
1408
1421
|
|
|
1409
|
-
- [`33cec4ba4f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cec4ba4f0) - [ED-19203] Extract common logic, styles, and types to editor-common
|
|
1422
|
+
- [#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
|
|
1410
1423
|
|
|
1411
1424
|
## 187.4.8
|
|
1412
1425
|
|
|
1413
1426
|
### Patch Changes
|
|
1414
1427
|
|
|
1415
|
-
- [`d3851530199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3851530199) - Update snapping logic, tests and examples
|
|
1428
|
+
- [#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
|
|
1416
1429
|
- Updated dependencies
|
|
1417
1430
|
|
|
1418
1431
|
## 187.4.7
|
|
1419
1432
|
|
|
1420
1433
|
### Patch Changes
|
|
1421
1434
|
|
|
1422
|
-
- [`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
|
|
1435
|
+
- [#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
|
|
1423
1436
|
|
|
1424
1437
|
## 187.4.5
|
|
1425
1438
|
|
|
1426
1439
|
### Patch Changes
|
|
1427
1440
|
|
|
1428
|
-
- [`eba71a21f88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eba71a21f88) - [ED-19204] Let ProseMirror handle selections targeting empty paragraphs on root
|
|
1441
|
+
- [#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
|
|
1429
1442
|
|
|
1430
1443
|
## 187.4.2
|
|
1431
1444
|
|
|
1432
1445
|
### Patch Changes
|
|
1433
1446
|
|
|
1434
|
-
- [`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.
|
|
1447
|
+
- [#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.
|
|
1435
1448
|
|
|
1436
1449
|
## 187.4.0
|
|
1437
1450
|
|
|
1438
1451
|
### Minor Changes
|
|
1439
1452
|
|
|
1440
|
-
- [`315332d1509`](https://bitbucket.org/atlassian/atlassian-frontend/commits/315332d1509) - Converts the existing withAnalytics events within the text-formatting to use the new EditorAnalyticsAPI instead
|
|
1453
|
+
- [#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
|
|
1441
1454
|
|
|
1442
1455
|
## 187.3.6
|
|
1443
1456
|
|
|
1444
1457
|
### Patch Changes
|
|
1445
1458
|
|
|
1446
|
-
- [`b9355830504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9355830504) - Opt out of peer dependency enforcement
|
|
1459
|
+
- [#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
|
|
1447
1460
|
|
|
1448
1461
|
## 187.3.5
|
|
1449
1462
|
|
|
1450
1463
|
### Patch Changes
|
|
1451
1464
|
|
|
1452
|
-
- [`f10d32545d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f10d32545d2) - Fix bug where clicking anything in column picker inside Datasource table triggers editor focus toggling
|
|
1465
|
+
- [#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
|
|
1453
1466
|
|
|
1454
1467
|
## 187.3.4
|
|
1455
1468
|
|
|
1456
1469
|
### Patch Changes
|
|
1457
1470
|
|
|
1458
|
-
- [`dbc45526d36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbc45526d36) - ED-18879 prevent cursor from appearing at incorrect position after IME composition
|
|
1471
|
+
- [#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
|
|
1459
1472
|
|
|
1460
1473
|
## 187.3.0
|
|
1461
1474
|
|
|
1462
1475
|
### Minor Changes
|
|
1463
1476
|
|
|
1464
|
-
- [`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
|
|
1477
|
+
- [#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
|
|
1465
1478
|
|
|
1466
1479
|
### Patch Changes
|
|
1467
1480
|
|
|
@@ -1471,44 +1484,44 @@
|
|
|
1471
1484
|
|
|
1472
1485
|
### Patch Changes
|
|
1473
1486
|
|
|
1474
|
-
- [`022b25d8eed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/022b25d8eed) - ED-17862: Fixed cusor position after pasting panel decisions in the same table cell."
|
|
1487
|
+
- [#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."
|
|
1475
1488
|
|
|
1476
1489
|
## 187.2.5
|
|
1477
1490
|
|
|
1478
1491
|
### Patch Changes
|
|
1479
1492
|
|
|
1480
|
-
- [`9663c3a9616`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9663c3a9616) - [ux] fix editor first focus
|
|
1493
|
+
- [#34967](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34967) [`9663c3a9616`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9663c3a9616) - [ux] fix editor first focus
|
|
1481
1494
|
|
|
1482
1495
|
## 187.2.4
|
|
1483
1496
|
|
|
1484
1497
|
### Patch Changes
|
|
1485
1498
|
|
|
1486
|
-
- [`30f2b96479f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30f2b96479f) - Update image upload plugin to use optional plugin upload interface
|
|
1499
|
+
- [#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
|
|
1487
1500
|
|
|
1488
1501
|
## 187.2.3
|
|
1489
1502
|
|
|
1490
1503
|
### Patch Changes
|
|
1491
1504
|
|
|
1492
|
-
- [`a70c938c3de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a70c938c3de) - fix issue where wrong expand node type was being inserted into tables (insert menu)
|
|
1505
|
+
- [#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)
|
|
1493
1506
|
|
|
1494
1507
|
## 187.2.2
|
|
1495
1508
|
|
|
1496
1509
|
### Patch Changes
|
|
1497
1510
|
|
|
1498
|
-
- [`0e45d910987`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e45d910987) - [ED-18083] Moved panel gap cursor tests to Libra
|
|
1511
|
+
- [#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
|
|
1499
1512
|
- Updated dependencies
|
|
1500
1513
|
|
|
1501
1514
|
## 187.2.1
|
|
1502
1515
|
|
|
1503
1516
|
### Patch Changes
|
|
1504
1517
|
|
|
1505
|
-
- [`f4f06674b2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4f06674b2f) - Fix additional typeahead character being added to editor when using composition.
|
|
1518
|
+
- [#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.
|
|
1506
1519
|
|
|
1507
1520
|
## 187.2.0
|
|
1508
1521
|
|
|
1509
1522
|
### Minor Changes
|
|
1510
1523
|
|
|
1511
|
-
- [`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
|
|
1524
|
+
- [#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
|
|
1512
1525
|
|
|
1513
1526
|
### Patch Changes
|
|
1514
1527
|
|
|
@@ -1518,25 +1531,25 @@
|
|
|
1518
1531
|
|
|
1519
1532
|
### Patch Changes
|
|
1520
1533
|
|
|
1521
|
-
- [`b00f47b4576`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b00f47b4576) - [ED-18035] stop keydown propogation for typeaheadlist
|
|
1534
|
+
- [#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
|
|
1522
1535
|
|
|
1523
1536
|
## 187.1.3
|
|
1524
1537
|
|
|
1525
1538
|
### Patch Changes
|
|
1526
1539
|
|
|
1527
|
-
- [`6f9db080133`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f9db080133) - flaky test reporter
|
|
1540
|
+
- [#36408](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36408) [`6f9db080133`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f9db080133) - flaky test reporter
|
|
1528
1541
|
|
|
1529
1542
|
## 187.1.1
|
|
1530
1543
|
|
|
1531
1544
|
### Patch Changes
|
|
1532
1545
|
|
|
1533
|
-
- [`3fb20c4aeba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb20c4aeba) - Add postinstall check to enforce internal peer dependencies
|
|
1546
|
+
- [#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
|
|
1534
1547
|
|
|
1535
1548
|
## 187.0.0
|
|
1536
1549
|
|
|
1537
1550
|
### Major Changes
|
|
1538
1551
|
|
|
1539
|
-
- [`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.
|
|
1552
|
+
- [#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.
|
|
1540
1553
|
|
|
1541
1554
|
You should use the existing `Editor` from `editor-core`:
|
|
1542
1555
|
|
|
@@ -1548,14 +1561,14 @@
|
|
|
1548
1561
|
|
|
1549
1562
|
### Patch Changes
|
|
1550
1563
|
|
|
1551
|
-
- [`38dc2298bf5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/38dc2298bf5) - fix issue where wrong expand node type was being inserted into tables
|
|
1564
|
+
- [#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
|
|
1552
1565
|
- Updated dependencies
|
|
1553
1566
|
|
|
1554
1567
|
## 186.0.0
|
|
1555
1568
|
|
|
1556
1569
|
### Major Changes
|
|
1557
1570
|
|
|
1558
|
-
- [`8e084d87da5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e084d87da5) - Remove deprecated hyperlink commands and plugin key including:
|
|
1571
|
+
- [#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:
|
|
1559
1572
|
|
|
1560
1573
|
- isTextAtPos
|
|
1561
1574
|
- isLinkAtPos
|
|
@@ -1617,7 +1630,7 @@
|
|
|
1617
1630
|
|
|
1618
1631
|
### Minor Changes
|
|
1619
1632
|
|
|
1620
|
-
- [`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
|
|
1633
|
+
- [#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
|
|
1621
1634
|
|
|
1622
1635
|
### Patch Changes
|
|
1623
1636
|
|
|
@@ -1627,39 +1640,39 @@
|
|
|
1627
1640
|
|
|
1628
1641
|
### Patch Changes
|
|
1629
1642
|
|
|
1630
|
-
- [`1d3e0468d4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d3e0468d4c) - Adds a new analytics event to be implemented later
|
|
1643
|
+
- [#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
|
|
1631
1644
|
|
|
1632
1645
|
## 185.16.6
|
|
1633
1646
|
|
|
1634
1647
|
### Patch Changes
|
|
1635
1648
|
|
|
1636
|
-
- [`1901ebeafcb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1901ebeafcb) - [ux] Fix expand title selection bug
|
|
1649
|
+
- [#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
|
|
1637
1650
|
|
|
1638
1651
|
## 185.16.5
|
|
1639
1652
|
|
|
1640
1653
|
### Patch Changes
|
|
1641
1654
|
|
|
1642
|
-
- [`32ca42e82c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32ca42e82c3) - Extracted internal editor card plugin to new package `editor-plugin-card`.
|
|
1643
|
-
- [`ac863be242b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac863be242b) - change props of ResizableMediaSingle with removing displayGrid and adding pluginInjectionApi
|
|
1655
|
+
- [#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`.
|
|
1656
|
+
- [#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
|
|
1644
1657
|
- Updated dependencies
|
|
1645
1658
|
|
|
1646
1659
|
## 185.16.3
|
|
1647
1660
|
|
|
1648
1661
|
### Patch Changes
|
|
1649
1662
|
|
|
1650
|
-
- [`6e113937892`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e113937892) - switched use of analytics plugin to new EditorAnalyticsAPI for text-formatting pluginModified file
|
|
1663
|
+
- [#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
|
|
1651
1664
|
|
|
1652
1665
|
## 185.16.1
|
|
1653
1666
|
|
|
1654
1667
|
### Patch Changes
|
|
1655
1668
|
|
|
1656
|
-
- [`75520758a9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/75520758a9d) - Fix layout not persisting on edits of datasource
|
|
1669
|
+
- [#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
|
|
1657
1670
|
|
|
1658
1671
|
## 185.16.0
|
|
1659
1672
|
|
|
1660
1673
|
### Minor Changes
|
|
1661
1674
|
|
|
1662
|
-
- [`5e03045b1a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e03045b1a0) - Adds support in /jira command to insert jira datasource table
|
|
1675
|
+
- [#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
|
|
1663
1676
|
|
|
1664
1677
|
### Patch Changes
|
|
1665
1678
|
|
|
@@ -1669,19 +1682,19 @@
|
|
|
1669
1682
|
|
|
1670
1683
|
### Patch Changes
|
|
1671
1684
|
|
|
1672
|
-
- [`9b75434a668`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b75434a668) - Fixing import order in editor-core and feature flags plugin.
|
|
1685
|
+
- [#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.
|
|
1673
1686
|
|
|
1674
1687
|
## 185.15.2
|
|
1675
1688
|
|
|
1676
1689
|
### Patch Changes
|
|
1677
1690
|
|
|
1678
|
-
- [`776a88442e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/776a88442e4) - [ux] When on mobile, the datasources will fallback to inline smartcard views.
|
|
1691
|
+
- [#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.
|
|
1679
1692
|
|
|
1680
1693
|
## 185.15.0
|
|
1681
1694
|
|
|
1682
1695
|
### Minor Changes
|
|
1683
1696
|
|
|
1684
|
-
- [`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`.
|
|
1697
|
+
- [#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`.
|
|
1685
1698
|
|
|
1686
1699
|
### Patch Changes
|
|
1687
1700
|
|
|
@@ -1691,21 +1704,21 @@
|
|
|
1691
1704
|
|
|
1692
1705
|
### Patch Changes
|
|
1693
1706
|
|
|
1694
|
-
- [`b8d84a1ffcd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8d84a1ffcd) - [ux] ED-17632 disable table resizer when nested
|
|
1695
|
-
- [`f188d9ea397`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f188d9ea397) - Create reference event for legacy image upload so DataTransfer is not lost
|
|
1707
|
+
- [#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
|
|
1708
|
+
- [#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
|
|
1696
1709
|
- [`ade972c0252`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ade972c0252) - Remove stopPropagation from paste image plugin main
|
|
1697
1710
|
|
|
1698
1711
|
## 185.14.2
|
|
1699
1712
|
|
|
1700
1713
|
### Patch Changes
|
|
1701
1714
|
|
|
1702
|
-
- [`700074a0830`](https://bitbucket.org/atlassian/atlassian-frontend/commits/700074a0830) - [ux] ED-18027 Upgrades editor-markdown-transformer to latest version.
|
|
1715
|
+
- [#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.
|
|
1703
1716
|
|
|
1704
1717
|
## 185.14.0
|
|
1705
1718
|
|
|
1706
1719
|
### Minor Changes
|
|
1707
1720
|
|
|
1708
|
-
- [`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.
|
|
1721
|
+
- [#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.
|
|
1709
1722
|
|
|
1710
1723
|
### Patch Changes
|
|
1711
1724
|
|
|
@@ -1715,56 +1728,56 @@
|
|
|
1715
1728
|
|
|
1716
1729
|
### Patch Changes
|
|
1717
1730
|
|
|
1718
|
-
- [`202f8c2ee69`](https://bitbucket.org/atlassian/atlassian-frontend/commits/202f8c2ee69) - The changes here adds support for datasource feature flag for rollout.
|
|
1731
|
+
- [#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.
|
|
1719
1732
|
|
|
1720
1733
|
## 185.13.0
|
|
1721
1734
|
|
|
1722
1735
|
### Patch Changes
|
|
1723
1736
|
|
|
1724
|
-
- [`36f667d92e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36f667d92e5) - Add data-testid to ToolbarBlockType
|
|
1737
|
+
- [#36700](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36700) [`36f667d92e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36f667d92e5) - Add data-testid to ToolbarBlockType
|
|
1725
1738
|
|
|
1726
1739
|
## 185.12.2
|
|
1727
1740
|
|
|
1728
1741
|
### Patch Changes
|
|
1729
1742
|
|
|
1730
|
-
- [`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
|
|
1743
|
+
- [#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
|
|
1731
1744
|
|
|
1732
1745
|
## 185.12.1
|
|
1733
1746
|
|
|
1734
1747
|
### Patch Changes
|
|
1735
1748
|
|
|
1736
|
-
- [`a9bd271beba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9bd271beba) - Fixes link updated linking platform events being dispatched without an updateType
|
|
1749
|
+
- [#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
|
|
1737
1750
|
|
|
1738
1751
|
## 185.12.0
|
|
1739
1752
|
|
|
1740
1753
|
### Minor Changes
|
|
1741
1754
|
|
|
1742
|
-
- [`ad94cd465e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad94cd465e4) - ED-18748: [ux] Adding chevron to floating toolbar cell background
|
|
1755
|
+
- [#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
|
|
1743
1756
|
|
|
1744
1757
|
## 185.11.3
|
|
1745
1758
|
|
|
1746
1759
|
### Patch Changes
|
|
1747
1760
|
|
|
1748
|
-
- [`f486dbd535c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f486dbd535c) - MEX-2481 Fix minor gap between image and border
|
|
1761
|
+
- [#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
|
|
1749
1762
|
- Updated dependencies
|
|
1750
1763
|
|
|
1751
1764
|
## 185.11.0
|
|
1752
1765
|
|
|
1753
1766
|
### Minor Changes
|
|
1754
1767
|
|
|
1755
|
-
- [`f21b48e8a51`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f21b48e8a51) - enabled access to NextEditorPlugin actions for mobile bridge
|
|
1768
|
+
- [#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
|
|
1756
1769
|
|
|
1757
1770
|
## 185.10.3
|
|
1758
1771
|
|
|
1759
1772
|
### Patch Changes
|
|
1760
1773
|
|
|
1761
|
-
- [`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
|
|
1774
|
+
- [#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
|
|
1762
1775
|
|
|
1763
1776
|
## 185.10.0
|
|
1764
1777
|
|
|
1765
1778
|
### Minor Changes
|
|
1766
1779
|
|
|
1767
|
-
- [`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.
|
|
1780
|
+
- [#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.
|
|
1768
1781
|
|
|
1769
1782
|
Example Usage:
|
|
1770
1783
|
|
|
@@ -1800,14 +1813,14 @@
|
|
|
1800
1813
|
|
|
1801
1814
|
### Patch Changes
|
|
1802
1815
|
|
|
1803
|
-
- [`dbfd6704c14`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbfd6704c14) - [ux] ED-18061 - Safe insert node selected codeblock in paste handler logic
|
|
1816
|
+
- [#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
|
|
1804
1817
|
- Updated dependencies
|
|
1805
1818
|
|
|
1806
1819
|
## 185.9.2
|
|
1807
1820
|
|
|
1808
1821
|
### Patch Changes
|
|
1809
1822
|
|
|
1810
|
-
- [`42e5defb430`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42e5defb430) - Fix typing of internal EditorNext react component.
|
|
1823
|
+
- [#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.
|
|
1811
1824
|
|
|
1812
1825
|
## 185.9.1
|
|
1813
1826
|
|
|
@@ -1819,7 +1832,7 @@
|
|
|
1819
1832
|
|
|
1820
1833
|
### Minor Changes
|
|
1821
1834
|
|
|
1822
|
-
- [`65fe45e0cc0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65fe45e0cc0) - Promoted border mark to full schema and add border support for email renderer
|
|
1835
|
+
- [#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
|
|
1823
1836
|
|
|
1824
1837
|
### Patch Changes
|
|
1825
1838
|
|
|
@@ -1829,20 +1842,20 @@
|
|
|
1829
1842
|
|
|
1830
1843
|
### Patch Changes
|
|
1831
1844
|
|
|
1832
|
-
- [`5f5ba16de66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f5ba16de66) - [ED-13910] Fix prosemirror types
|
|
1845
|
+
- [#36241](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36241) [`5f5ba16de66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f5ba16de66) - [ED-13910] Fix prosemirror types
|
|
1833
1846
|
- Updated dependencies
|
|
1834
1847
|
|
|
1835
1848
|
## 185.8.2
|
|
1836
1849
|
|
|
1837
1850
|
### Patch Changes
|
|
1838
1851
|
|
|
1839
|
-
- [`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.
|
|
1852
|
+
- [#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.
|
|
1840
1853
|
|
|
1841
1854
|
## 185.8.0
|
|
1842
1855
|
|
|
1843
1856
|
### Minor Changes
|
|
1844
1857
|
|
|
1845
|
-
- [`68ef7e6146c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68ef7e6146c) - Added feature flag for the new media resize experience.
|
|
1858
|
+
- [#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.
|
|
1846
1859
|
|
|
1847
1860
|
### Patch Changes
|
|
1848
1861
|
|
|
@@ -1852,7 +1865,7 @@
|
|
|
1852
1865
|
|
|
1853
1866
|
### Minor Changes
|
|
1854
1867
|
|
|
1855
|
-
- [`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.
|
|
1868
|
+
- [#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.
|
|
1856
1869
|
|
|
1857
1870
|
### Patch Changes
|
|
1858
1871
|
|
|
@@ -1862,28 +1875,28 @@
|
|
|
1862
1875
|
|
|
1863
1876
|
### Patch Changes
|
|
1864
1877
|
|
|
1865
|
-
- [`1622659f976`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1622659f976) - [ux] Render the image border submenu to the left if it goes out of bounds
|
|
1878
|
+
- [#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
|
|
1866
1879
|
- Updated dependencies
|
|
1867
1880
|
|
|
1868
1881
|
## 185.6.3
|
|
1869
1882
|
|
|
1870
1883
|
### Patch Changes
|
|
1871
1884
|
|
|
1872
|
-
- [`d73305e0246`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d73305e0246) - ED-18796 enable FF for table cell optimisation
|
|
1885
|
+
- [#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
|
|
1873
1886
|
|
|
1874
1887
|
## 185.6.1
|
|
1875
1888
|
|
|
1876
1889
|
### Patch Changes
|
|
1877
1890
|
|
|
1878
|
-
- [`a1a0ac82bce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1a0ac82bce) - ED-18861 Update editor wrapper div when assistiveLabel prop change.
|
|
1879
|
-
- [`8d460228bf3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d460228bf3) - NONE: fix collabparticipant import
|
|
1891
|
+
- [#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.
|
|
1892
|
+
- [#35954](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35954) [`8d460228bf3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d460228bf3) - NONE: fix collabparticipant import
|
|
1880
1893
|
- Updated dependencies
|
|
1881
1894
|
|
|
1882
1895
|
## 185.6.0
|
|
1883
1896
|
|
|
1884
1897
|
### Minor Changes
|
|
1885
1898
|
|
|
1886
|
-
- [`a1b70608039`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1b70608039) - [ux] Adds editor toolbar to link datasource component
|
|
1899
|
+
- [#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
|
|
1887
1900
|
|
|
1888
1901
|
### Patch Changes
|
|
1889
1902
|
|
|
@@ -1893,26 +1906,26 @@
|
|
|
1893
1906
|
|
|
1894
1907
|
### Patch Changes
|
|
1895
1908
|
|
|
1896
|
-
- [`6e54d9fbeea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e54d9fbeea) - Added tableAddWidthPlugin
|
|
1909
|
+
- [#35749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35749) [`6e54d9fbeea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e54d9fbeea) - Added tableAddWidthPlugin
|
|
1897
1910
|
|
|
1898
1911
|
## 185.5.5
|
|
1899
1912
|
|
|
1900
1913
|
### Patch Changes
|
|
1901
1914
|
|
|
1902
|
-
- [`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.
|
|
1903
|
-
- [`dd532ad4f99`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd532ad4f99) - [MEX-2457] fix wrong upload position for mediaGroup
|
|
1915
|
+
- [#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.
|
|
1916
|
+
- [#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
|
|
1904
1917
|
|
|
1905
1918
|
## 185.5.2
|
|
1906
1919
|
|
|
1907
1920
|
### Patch Changes
|
|
1908
1921
|
|
|
1909
|
-
- [`d11b0938949`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d11b0938949) - [No Issue] Add aria label for Hyperlink Edit popup
|
|
1922
|
+
- [#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
|
|
1910
1923
|
|
|
1911
1924
|
## 185.5.0
|
|
1912
1925
|
|
|
1913
1926
|
### Minor Changes
|
|
1914
1927
|
|
|
1915
|
-
- [`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
|
|
1928
|
+
- [#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
|
|
1916
1929
|
|
|
1917
1930
|
### Patch Changes
|
|
1918
1931
|
|
|
@@ -1922,7 +1935,7 @@
|
|
|
1922
1935
|
|
|
1923
1936
|
### Patch Changes
|
|
1924
1937
|
|
|
1925
|
-
- [`9c56055e190`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c56055e190) - Fixed session duration payload calculation to use consistent timers
|
|
1938
|
+
- [#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
|
|
1926
1939
|
|
|
1927
1940
|
## 185.4.4
|
|
1928
1941
|
|
|
@@ -1934,93 +1947,93 @@
|
|
|
1934
1947
|
|
|
1935
1948
|
### Patch Changes
|
|
1936
1949
|
|
|
1937
|
-
- [`a9350cf3831`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9350cf3831) - Check existence of window and document variable for confluence SSR to work
|
|
1950
|
+
- [#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
|
|
1938
1951
|
|
|
1939
1952
|
## 185.4.0
|
|
1940
1953
|
|
|
1941
1954
|
### Minor Changes
|
|
1942
1955
|
|
|
1943
|
-
- [`714f16e525a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/714f16e525a) - [ux] Added blockCard integration with datasource ADFs
|
|
1956
|
+
- [#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
|
|
1944
1957
|
|
|
1945
1958
|
## 185.3.1
|
|
1946
1959
|
|
|
1947
1960
|
### Patch Changes
|
|
1948
1961
|
|
|
1949
|
-
- [`18344c31ea3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18344c31ea3) - [ED-13910] Fix EditorView getPos type
|
|
1962
|
+
- [#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
|
|
1950
1963
|
|
|
1951
1964
|
## 185.3.0
|
|
1952
1965
|
|
|
1953
1966
|
### Minor Changes
|
|
1954
1967
|
|
|
1955
|
-
- [`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.
|
|
1968
|
+
- [#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.
|
|
1956
1969
|
|
|
1957
1970
|
### Patch Changes
|
|
1958
1971
|
|
|
1959
|
-
- [`8b14ad8d3e2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b14ad8d3e2) - Dummy change to trigger pipeline
|
|
1972
|
+
- [#35782](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35782) [`8b14ad8d3e2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b14ad8d3e2) - Dummy change to trigger pipeline
|
|
1960
1973
|
- Updated dependencies
|
|
1961
1974
|
|
|
1962
1975
|
## 185.2.27
|
|
1963
1976
|
|
|
1964
1977
|
### Patch Changes
|
|
1965
1978
|
|
|
1966
|
-
- [`8114875676c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8114875676c) - [ux] ED-17625: move playwright test from editor-plugin-table to editor-core
|
|
1979
|
+
- [#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
|
|
1967
1980
|
|
|
1968
1981
|
## 185.2.26
|
|
1969
1982
|
|
|
1970
1983
|
### Patch Changes
|
|
1971
1984
|
|
|
1972
|
-
- [`5e01082b600`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e01082b600) - Extracting SelectionBasedNodeView to editor-common.
|
|
1985
|
+
- [#35353](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35353) [`5e01082b600`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e01082b600) - Extracting SelectionBasedNodeView to editor-common.
|
|
1973
1986
|
- Updated dependencies
|
|
1974
1987
|
|
|
1975
1988
|
## 185.2.25
|
|
1976
1989
|
|
|
1977
1990
|
### Patch Changes
|
|
1978
1991
|
|
|
1979
|
-
- [`87366c84531`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87366c84531) - Extract context panel plugin to new package @atlaskit/editor-plugin-context-panel
|
|
1992
|
+
- [#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
|
|
1980
1993
|
- Updated dependencies
|
|
1981
1994
|
|
|
1982
1995
|
## 185.2.24
|
|
1983
1996
|
|
|
1984
1997
|
### Patch Changes
|
|
1985
1998
|
|
|
1986
|
-
- [`a7642631f34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a7642631f34) - Reduce re-rendering due to props changing in the Editor.
|
|
1999
|
+
- [#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.
|
|
1987
2000
|
|
|
1988
2001
|
## 185.2.23
|
|
1989
2002
|
|
|
1990
2003
|
### Patch Changes
|
|
1991
2004
|
|
|
1992
|
-
- [`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
|
|
2005
|
+
- [#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
|
|
1993
2006
|
|
|
1994
2007
|
## 185.2.20
|
|
1995
2008
|
|
|
1996
2009
|
### Patch Changes
|
|
1997
2010
|
|
|
1998
|
-
- [`9702c38714d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9702c38714d) - ED-16962 close element browser on tab
|
|
2011
|
+
- [#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
|
|
1999
2012
|
|
|
2000
2013
|
## 185.2.19
|
|
2001
2014
|
|
|
2002
2015
|
### Patch Changes
|
|
2003
2016
|
|
|
2004
|
-
- [`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
|
|
2017
|
+
- [#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
|
|
2005
2018
|
|
|
2006
2019
|
## 185.2.16
|
|
2007
2020
|
|
|
2008
2021
|
### Patch Changes
|
|
2009
2022
|
|
|
2010
|
-
- [`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.
|
|
2023
|
+
- [#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.
|
|
2011
2024
|
|
|
2012
2025
|
## 185.2.14
|
|
2013
2026
|
|
|
2014
2027
|
### Patch Changes
|
|
2015
2028
|
|
|
2016
|
-
- [`6de13a329d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6de13a329d4) - Move `width` and `layout` out from `datasource` into `attr` root (context blockCard node)
|
|
2029
|
+
- [#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)
|
|
2017
2030
|
- Updated dependencies
|
|
2018
2031
|
|
|
2019
2032
|
## 185.2.13
|
|
2020
2033
|
|
|
2021
2034
|
### Patch Changes
|
|
2022
2035
|
|
|
2023
|
-
- [`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
|
|
2036
|
+
- [#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
|
|
2024
2037
|
|
|
2025
2038
|
## 185.2.10
|
|
2026
2039
|
|
|
@@ -2032,39 +2045,39 @@
|
|
|
2032
2045
|
|
|
2033
2046
|
### Patch Changes
|
|
2034
2047
|
|
|
2035
|
-
- [`c0d84ed8771`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0d84ed8771) - fix copy and paste across issues in Jira
|
|
2048
|
+
- [#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
|
|
2036
2049
|
|
|
2037
2050
|
## 185.2.8
|
|
2038
2051
|
|
|
2039
2052
|
### Patch Changes
|
|
2040
2053
|
|
|
2041
|
-
- [`af998742600`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af998742600) - [ux] ED-18059 Updated arrow key navigation within insert menu and element browser.
|
|
2054
|
+
- [#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.
|
|
2042
2055
|
|
|
2043
2056
|
## 185.2.7
|
|
2044
2057
|
|
|
2045
2058
|
### Patch Changes
|
|
2046
2059
|
|
|
2047
|
-
- [`1259df9a9ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1259df9a9ef) - converted some of block-type's analytics to use new EditorAnalyticsAPI
|
|
2060
|
+
- [#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
|
|
2048
2061
|
|
|
2049
2062
|
## 185.2.5
|
|
2050
2063
|
|
|
2051
2064
|
### Patch Changes
|
|
2052
2065
|
|
|
2053
|
-
- [`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.
|
|
2066
|
+
- [#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.
|
|
2054
2067
|
- Updated dependencies
|
|
2055
2068
|
|
|
2056
2069
|
## 185.2.2
|
|
2057
2070
|
|
|
2058
2071
|
### Patch Changes
|
|
2059
2072
|
|
|
2060
|
-
- [`f07a1e036a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f07a1e036a9) - Refactoring editor-core to prepare for extracting card plugin.
|
|
2073
|
+
- [#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.
|
|
2061
2074
|
- Updated dependencies
|
|
2062
2075
|
|
|
2063
2076
|
## 185.2.0
|
|
2064
2077
|
|
|
2065
2078
|
### Minor Changes
|
|
2066
2079
|
|
|
2067
|
-
- [`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
|
|
2080
|
+
- [#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
|
|
2068
2081
|
|
|
2069
2082
|
## 185.1.6
|
|
2070
2083
|
|
|
@@ -2076,7 +2089,7 @@
|
|
|
2076
2089
|
|
|
2077
2090
|
### Patch Changes
|
|
2078
2091
|
|
|
2079
|
-
- [`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).
|
|
2092
|
+
- [#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).
|
|
2080
2093
|
- Updated dependencies
|
|
2081
2094
|
|
|
2082
2095
|
## 185.1.2
|
|
@@ -2089,13 +2102,13 @@
|
|
|
2089
2102
|
|
|
2090
2103
|
### Patch Changes
|
|
2091
2104
|
|
|
2092
|
-
- [`63ef771aab9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63ef771aab9) - [ux] Fix layout button. breakoutNode equals check should include position.
|
|
2105
|
+
- [#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.
|
|
2093
2106
|
|
|
2094
2107
|
## 185.1.0
|
|
2095
2108
|
|
|
2096
2109
|
### Minor Changes
|
|
2097
2110
|
|
|
2098
|
-
- [`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.
|
|
2111
|
+
- [#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.
|
|
2099
2112
|
|
|
2100
2113
|
### Patch Changes
|
|
2101
2114
|
|
|
@@ -2114,7 +2127,7 @@
|
|
|
2114
2127
|
|
|
2115
2128
|
### Major Changes
|
|
2116
2129
|
|
|
2117
|
-
- [`741b3acd455`](https://bitbucket.org/atlassian/atlassian-frontend/commits/741b3acd455) - This major change includes:
|
|
2130
|
+
- [#34644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34644) [`741b3acd455`](https://bitbucket.org/atlassian/atlassian-frontend/commits/741b3acd455) - This major change includes:
|
|
2118
2131
|
|
|
2119
2132
|
- `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).
|
|
2120
2133
|
- `EditorMigrationComponent` is now removed
|
|
@@ -2152,13 +2165,13 @@
|
|
|
2152
2165
|
|
|
2153
2166
|
### Patch Changes
|
|
2154
2167
|
|
|
2155
|
-
- [`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.
|
|
2168
|
+
- [#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.
|
|
2156
2169
|
|
|
2157
2170
|
## 184.0.0
|
|
2158
2171
|
|
|
2159
2172
|
### Major Changes
|
|
2160
2173
|
|
|
2161
|
-
- [`b7086232a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7086232a7c) - ESS-3135: move collab provider types into @atlaskit/collab-provider
|
|
2174
|
+
- [#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
|
|
2162
2175
|
|
|
2163
2176
|
### Minor Changes
|
|
2164
2177
|
|
|
@@ -2181,20 +2194,20 @@
|
|
|
2181
2194
|
|
|
2182
2195
|
### Patch Changes
|
|
2183
2196
|
|
|
2184
|
-
- [`42fa291e96f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42fa291e96f) - Updated color hovering styles for image borders toolbar
|
|
2197
|
+
- [#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
|
|
2185
2198
|
|
|
2186
2199
|
## 183.1.1
|
|
2187
2200
|
|
|
2188
2201
|
### Patch Changes
|
|
2189
2202
|
|
|
2190
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
2203
|
+
- [#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
|
|
2191
2204
|
- Updated dependencies
|
|
2192
2205
|
|
|
2193
2206
|
## 183.1.0
|
|
2194
2207
|
|
|
2195
2208
|
### Minor Changes
|
|
2196
2209
|
|
|
2197
|
-
- [`6bc52e5a406`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6bc52e5a406) - [ED-17687] Capture errors caught in error boundaries in Sentry
|
|
2210
|
+
- [#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
|
|
2198
2211
|
- [`5cc449dac8d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5cc449dac8d) - Decouple card plugin so that it uses new NextEditorPlugin for any injected dependencies.
|
|
2199
2212
|
- [`4dcb7845a4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4dcb7845a4d) - COLLAB-2425 Fixed mediasingle resize issue.
|
|
2200
2213
|
|
|
@@ -2222,32 +2235,32 @@
|
|
|
2222
2235
|
|
|
2223
2236
|
### Patch Changes
|
|
2224
2237
|
|
|
2225
|
-
- [`7a87ea4b905`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a87ea4b905) - Fixes document inserted smartLink instead firing document pasted smartLink
|
|
2238
|
+
- [#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
|
|
2226
2239
|
|
|
2227
2240
|
## 183.0.9
|
|
2228
2241
|
|
|
2229
2242
|
### Patch Changes
|
|
2230
2243
|
|
|
2231
|
-
- [`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.
|
|
2244
|
+
- [#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.
|
|
2232
2245
|
|
|
2233
2246
|
## 183.0.8
|
|
2234
2247
|
|
|
2235
2248
|
### Patch Changes
|
|
2236
2249
|
|
|
2237
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
2250
|
+
- [#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`
|
|
2238
2251
|
- Updated dependencies
|
|
2239
2252
|
|
|
2240
2253
|
## 183.0.6
|
|
2241
2254
|
|
|
2242
2255
|
### Patch Changes
|
|
2243
2256
|
|
|
2244
|
-
- [`98c74fa6f26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/98c74fa6f26) - [ux] fix placeholder fallback
|
|
2257
|
+
- [#32882](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32882) [`98c74fa6f26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/98c74fa6f26) - [ux] fix placeholder fallback
|
|
2245
2258
|
|
|
2246
2259
|
## 183.0.0
|
|
2247
2260
|
|
|
2248
2261
|
### Minor Changes
|
|
2249
2262
|
|
|
2250
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
2263
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
2251
2264
|
|
|
2252
2265
|
### Patch Changes
|
|
2253
2266
|
|
|
@@ -2257,7 +2270,7 @@
|
|
|
2257
2270
|
|
|
2258
2271
|
### Minor Changes
|
|
2259
2272
|
|
|
2260
|
-
- [`31302b3cec6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31302b3cec6) - Add location attribute to editor smart card analytics
|
|
2273
|
+
- [#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
|
|
2261
2274
|
- [`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)
|
|
2262
2275
|
|
|
2263
2276
|
### Patch Changes
|
|
@@ -2274,20 +2287,20 @@
|
|
|
2274
2287
|
|
|
2275
2288
|
### Patch Changes
|
|
2276
2289
|
|
|
2277
|
-
- [`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
|
|
2290
|
+
- [#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
|
|
2278
2291
|
|
|
2279
2292
|
## 182.1.1
|
|
2280
2293
|
|
|
2281
2294
|
### Patch Changes
|
|
2282
2295
|
|
|
2283
|
-
- [`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.
|
|
2296
|
+
- [#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.
|
|
2284
2297
|
- Updated dependencies
|
|
2285
2298
|
|
|
2286
2299
|
## 182.1.0
|
|
2287
2300
|
|
|
2288
2301
|
### Minor Changes
|
|
2289
2302
|
|
|
2290
|
-
- [`ba95f121a52`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba95f121a52) - ED-17378 Added assistiveLabel prop to Editor.
|
|
2303
|
+
- [#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.
|
|
2291
2304
|
- [`c2385dcb8f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2385dcb8f7) - [ux] ED-17043 Expanded table chart colors from 20 to 36 colors.
|
|
2292
2305
|
- [`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
|
|
2293
2306
|
- [`d9a8fe191f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9a8fe191f2) - [ED-17295] Update feature flag usage for media plugin
|
|
@@ -2327,25 +2340,25 @@
|
|
|
2327
2340
|
|
|
2328
2341
|
### Patch Changes
|
|
2329
2342
|
|
|
2330
|
-
- [`bcdf4f2913f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bcdf4f2913f) - add missing border mark data to the media analytic context
|
|
2343
|
+
- [#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
|
|
2331
2344
|
|
|
2332
2345
|
## 182.0.2
|
|
2333
2346
|
|
|
2334
2347
|
### Patch Changes
|
|
2335
2348
|
|
|
2336
|
-
- [`1fa59166180`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fa59166180) - [ux] ED-17355 added shortcut to focus main toolbar in comment editor
|
|
2349
|
+
- [#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
|
|
2337
2350
|
|
|
2338
2351
|
## 182.0.1
|
|
2339
2352
|
|
|
2340
2353
|
### Patch Changes
|
|
2341
2354
|
|
|
2342
|
-
- [`190cca54c10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/190cca54c10) - [ux] Update the image border icon
|
|
2355
|
+
- [#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
|
|
2343
2356
|
|
|
2344
2357
|
## 182.0.0
|
|
2345
2358
|
|
|
2346
2359
|
### Major Changes
|
|
2347
2360
|
|
|
2348
|
-
- [`d066f461786`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d066f461786) - [ED-16946] Remove deprecated feature flag allowMoreTextColors
|
|
2361
|
+
- [#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
|
|
2349
2362
|
|
|
2350
2363
|
### Minor Changes
|
|
2351
2364
|
|
|
@@ -2385,14 +2398,14 @@
|
|
|
2385
2398
|
|
|
2386
2399
|
### Patch Changes
|
|
2387
2400
|
|
|
2388
|
-
- [`40c9132b8cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/40c9132b8cd) - [ux] ED-17200 Restore typeahead initial-navigation behaviour
|
|
2401
|
+
- [#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
|
|
2389
2402
|
- [`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.
|
|
2390
2403
|
|
|
2391
2404
|
## 181.0.0
|
|
2392
2405
|
|
|
2393
2406
|
### Major Changes
|
|
2394
2407
|
|
|
2395
|
-
- [`6c543971074`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c543971074) - [ux] PTC-6520 remove team mention highlight
|
|
2408
|
+
- [#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
|
|
2396
2409
|
|
|
2397
2410
|
### Minor Changes
|
|
2398
2411
|
|
|
@@ -2435,7 +2448,7 @@
|
|
|
2435
2448
|
|
|
2436
2449
|
### Minor Changes
|
|
2437
2450
|
|
|
2438
|
-
- [`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.
|
|
2451
|
+
- [#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.
|
|
2439
2452
|
|
|
2440
2453
|
This feature is behind the `restartNumberedLists` feature flag.
|
|
2441
2454
|
|
|
@@ -2515,20 +2528,20 @@
|
|
|
2515
2528
|
|
|
2516
2529
|
### Patch Changes
|
|
2517
2530
|
|
|
2518
|
-
- [`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.
|
|
2531
|
+
- [#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.
|
|
2519
2532
|
- Updated dependencies
|
|
2520
2533
|
|
|
2521
2534
|
## 179.1.1
|
|
2522
2535
|
|
|
2523
2536
|
### Patch Changes
|
|
2524
2537
|
|
|
2525
|
-
- [`c38fe3fa7d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c38fe3fa7d1) - [ux]ED-16915 Adds back styles for placeholder span on Android
|
|
2538
|
+
- [#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
|
|
2526
2539
|
|
|
2527
2540
|
## 179.1.0
|
|
2528
2541
|
|
|
2529
2542
|
### Minor Changes
|
|
2530
2543
|
|
|
2531
|
-
- [`ef0beaafa36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef0beaafa36) - [ux] ED-15862: Add analytics for restartNumberedLists custom list start numbers
|
|
2544
|
+
- [#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
|
|
2532
2545
|
- [`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
|
|
2533
2546
|
|
|
2534
2547
|
### Patch Changes
|
|
@@ -2550,25 +2563,25 @@
|
|
|
2550
2563
|
|
|
2551
2564
|
### Patch Changes
|
|
2552
2565
|
|
|
2553
|
-
- [`5139cd8cbdf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5139cd8cbdf) - [ED-16854] Add @deprecate annotations to public class methods in editor.
|
|
2566
|
+
- [#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.
|
|
2554
2567
|
|
|
2555
2568
|
## 179.0.3
|
|
2556
2569
|
|
|
2557
2570
|
### Patch Changes
|
|
2558
2571
|
|
|
2559
|
-
- [`d93b14cdda6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d93b14cdda6) - [ED-16678] fix - add extra check for props.getPos to fix slow extension rendering
|
|
2572
|
+
- [#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
|
|
2560
2573
|
|
|
2561
2574
|
## 179.0.2
|
|
2562
2575
|
|
|
2563
2576
|
### Patch Changes
|
|
2564
2577
|
|
|
2565
|
-
- [`9e088852e54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e088852e54) - ED-16199 moved domainName to nonPrivacySafeAttributes
|
|
2578
|
+
- [#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
|
|
2566
2579
|
|
|
2567
2580
|
## 179.0.1
|
|
2568
2581
|
|
|
2569
2582
|
### Patch Changes
|
|
2570
2583
|
|
|
2571
|
-
- [`38549274b29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/38549274b29) - Replace &&= operator in editor-core since not all platforms support it.
|
|
2584
|
+
- [#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.
|
|
2572
2585
|
|
|
2573
2586
|
## 179.0.0
|
|
2574
2587
|
|
|
@@ -2586,13 +2599,13 @@
|
|
|
2586
2599
|
|
|
2587
2600
|
### Patch Changes
|
|
2588
2601
|
|
|
2589
|
-
- [`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.
|
|
2602
|
+
- [#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.
|
|
2590
2603
|
|
|
2591
2604
|
## 178.1.0
|
|
2592
2605
|
|
|
2593
2606
|
### Minor Changes
|
|
2594
2607
|
|
|
2595
|
-
- [`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
|
|
2608
|
+
- [#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
|
|
2596
2609
|
- [`a0a35fe7fb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a0a35fe7fb1) - Renaming contentComponent event subject to contentComponentv2. Move errorStack attribute to nonPrivacySafeAttributes
|
|
2597
2610
|
- [`4f6a895f1d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f6a895f1d5) - [ux] Editor Node Block selection stabilization
|
|
2598
2611
|
|
|
@@ -2626,7 +2639,7 @@
|
|
|
2626
2639
|
|
|
2627
2640
|
### Patch Changes
|
|
2628
2641
|
|
|
2629
|
-
- [`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
|
|
2642
|
+
- [#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
|
|
2630
2643
|
|
|
2631
2644
|
## 178.0.1
|
|
2632
2645
|
|
|
@@ -2638,7 +2651,7 @@
|
|
|
2638
2651
|
|
|
2639
2652
|
### Major Changes
|
|
2640
2653
|
|
|
2641
|
-
- [`04e3aacbcc0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04e3aacbcc0) - ED-16069 Unskip type over mediagroup integ test
|
|
2654
|
+
- [#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
|
|
2642
2655
|
|
|
2643
2656
|
### Minor Changes
|
|
2644
2657
|
|
|
@@ -2721,13 +2734,13 @@
|
|
|
2721
2734
|
|
|
2722
2735
|
### Patch Changes
|
|
2723
2736
|
|
|
2724
|
-
- [`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.
|
|
2737
|
+
- [#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.
|
|
2725
2738
|
|
|
2726
2739
|
## 177.0.0
|
|
2727
2740
|
|
|
2728
2741
|
### Major Changes
|
|
2729
2742
|
|
|
2730
|
-
- [`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
|
|
2743
|
+
- [#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
|
|
2731
2744
|
|
|
2732
2745
|
## **DEPRECATION WARNING:**
|
|
2733
2746
|
|
|
@@ -2835,7 +2848,7 @@
|
|
|
2835
2848
|
|
|
2836
2849
|
### Patch Changes
|
|
2837
2850
|
|
|
2838
|
-
- [`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
|
|
2851
|
+
- [#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
|
|
2839
2852
|
|
|
2840
2853
|
## 176.0.2
|
|
2841
2854
|
|
|
@@ -2853,7 +2866,7 @@
|
|
|
2853
2866
|
|
|
2854
2867
|
### Major Changes
|
|
2855
2868
|
|
|
2856
|
-
- [`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.
|
|
2869
|
+
- [#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.
|
|
2857
2870
|
|
|
2858
2871
|
### Minor Changes
|
|
2859
2872
|
|
|
@@ -2923,7 +2936,7 @@
|
|
|
2923
2936
|
|
|
2924
2937
|
### Patch Changes
|
|
2925
2938
|
|
|
2926
|
-
- [`403e0d2d291`](https://bitbucket.org/atlassian/atlassian-frontend/commits/403e0d2d291) - ED-16246 fix prevent @types/prosemirror-commands @types/prosemirror-keymap updating to incompatible version.
|
|
2939
|
+
- [#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.
|
|
2927
2940
|
|
|
2928
2941
|
## 175.0.4
|
|
2929
2942
|
|
|
@@ -2935,13 +2948,13 @@
|
|
|
2935
2948
|
|
|
2936
2949
|
### Patch Changes
|
|
2937
2950
|
|
|
2938
|
-
- [`c1d2045d68f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1d2045d68f) - [ux] Fix margins for extensions with fragment marks
|
|
2951
|
+
- [#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
|
|
2939
2952
|
|
|
2940
2953
|
## 175.0.2
|
|
2941
2954
|
|
|
2942
2955
|
### Patch Changes
|
|
2943
2956
|
|
|
2944
|
-
- [`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.
|
|
2957
|
+
- [#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.
|
|
2945
2958
|
|
|
2946
2959
|
## 175.0.1
|
|
2947
2960
|
|
|
@@ -2953,7 +2966,7 @@
|
|
|
2953
2966
|
|
|
2954
2967
|
### Major Changes
|
|
2955
2968
|
|
|
2956
|
-
- [`291529c1b2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/291529c1b2d) - ED-12937: change Editor prop name from UNSAFE_allowUndoRedoButtons to allowUndoRedoButtons.
|
|
2969
|
+
- [#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.
|
|
2957
2970
|
|
|
2958
2971
|
BREAKING CHANGE: `UNSAFE_allowUndoRedoButtons` change to `allowUndoRedoButtons` in `<Editor />` in `@atlaskit/editor-core`
|
|
2959
2972
|
|
|
@@ -3045,14 +3058,14 @@
|
|
|
3045
3058
|
|
|
3046
3059
|
### Patch Changes
|
|
3047
3060
|
|
|
3048
|
-
- [`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
|
|
3061
|
+
- [#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
|
|
3049
3062
|
- Updated dependencies
|
|
3050
3063
|
|
|
3051
3064
|
## 173.0.0
|
|
3052
3065
|
|
|
3053
3066
|
### Major Changes
|
|
3054
3067
|
|
|
3055
|
-
- [`aed2ee012bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aed2ee012bc) - ED-13182 insertTaskDecision has been depreciated and removed from this release in favor of insertTaskDecisionCommand.
|
|
3068
|
+
- [#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.
|
|
3056
3069
|
|
|
3057
3070
|
`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`.
|
|
3058
3071
|
|
|
@@ -3103,13 +3116,13 @@
|
|
|
3103
3116
|
|
|
3104
3117
|
### Patch Changes
|
|
3105
3118
|
|
|
3106
|
-
- [`ebbb19af585`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ebbb19af585) - bump editor-common to 69.4.1
|
|
3119
|
+
- [#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
|
|
3107
3120
|
|
|
3108
3121
|
## 172.3.0
|
|
3109
3122
|
|
|
3110
3123
|
### Minor Changes
|
|
3111
3124
|
|
|
3112
|
-
- [`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
|
|
3125
|
+
- [#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
|
|
3113
3126
|
|
|
3114
3127
|
### Patch Changes
|
|
3115
3128
|
|
|
@@ -3119,14 +3132,14 @@
|
|
|
3119
3132
|
|
|
3120
3133
|
### Patch Changes
|
|
3121
3134
|
|
|
3122
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
3135
|
+
- [#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`
|
|
3123
3136
|
- Updated dependencies
|
|
3124
3137
|
|
|
3125
3138
|
## 172.2.0
|
|
3126
3139
|
|
|
3127
3140
|
### Minor Changes
|
|
3128
3141
|
|
|
3129
|
-
- [`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.
|
|
3142
|
+
- [#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.
|
|
3130
3143
|
- [`7955a53b7aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7955a53b7aa) - [ED-15550] Move analytics types to editor-common package
|
|
3131
3144
|
- [`762d8bfe380`](https://bitbucket.org/atlassian/atlassian-frontend/commits/762d8bfe380) - [ED-15503] First InsertionNodeAPI code: Removing the Toolbar - Table couple code
|
|
3132
3145
|
|
|
@@ -3150,19 +3163,19 @@
|
|
|
3150
3163
|
|
|
3151
3164
|
### Patch Changes
|
|
3152
3165
|
|
|
3153
|
-
- [`764bb2b1267`](https://bitbucket.org/atlassian/atlassian-frontend/commits/764bb2b1267) - Fixed a bug where toolbar would disappear / break when mediaSingle is resized
|
|
3166
|
+
- [#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
|
|
3154
3167
|
|
|
3155
3168
|
## 172.1.1
|
|
3156
3169
|
|
|
3157
3170
|
### Patch Changes
|
|
3158
3171
|
|
|
3159
|
-
- [`fb0c1db4bf7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb0c1db4bf7) - [ux] ED-15512 Fix can't delete quote in first line jira comment
|
|
3172
|
+
- [#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
|
|
3160
3173
|
|
|
3161
3174
|
## 172.1.0
|
|
3162
3175
|
|
|
3163
3176
|
### Minor Changes
|
|
3164
3177
|
|
|
3165
|
-
- [`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.
|
|
3178
|
+
- [#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.
|
|
3166
3179
|
- [`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.
|
|
3167
3180
|
- [`82d38ab18c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82d38ab18c1) - [ux] ED-11600 Fixed - Keyboard composition in code block removes texts
|
|
3168
3181
|
- [`1c7de731b84`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c7de731b84) - [ux][ed-15135] Add image and video to keywords of files & images typeahead item
|
|
@@ -3206,7 +3219,7 @@
|
|
|
3206
3219
|
|
|
3207
3220
|
### Patch Changes
|
|
3208
3221
|
|
|
3209
|
-
- [`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
|
|
3222
|
+
- [#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
|
|
3210
3223
|
|
|
3211
3224
|
## 172.0.4
|
|
3212
3225
|
|
|
@@ -3218,14 +3231,14 @@
|
|
|
3218
3231
|
|
|
3219
3232
|
### Patch Changes
|
|
3220
3233
|
|
|
3221
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
3234
|
+
- [#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`.
|
|
3222
3235
|
- Updated dependencies
|
|
3223
3236
|
|
|
3224
3237
|
## 172.0.2
|
|
3225
3238
|
|
|
3226
3239
|
### Patch Changes
|
|
3227
3240
|
|
|
3228
|
-
- [`8ed516834c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ed516834c1) - [ux] ED-15407: Bring forward patches below to master:
|
|
3241
|
+
- [#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:
|
|
3229
3242
|
|
|
3230
3243
|
- ED-14988: Patch dark mode in mobile-bridge by ensuring theme context is not stale. Repaints editor nodes when theme mode changes.
|
|
3231
3244
|
- ME-2511: Revert the premature optimisation that introduces race condition.
|
|
@@ -3235,13 +3248,13 @@
|
|
|
3235
3248
|
|
|
3236
3249
|
### Patch Changes
|
|
3237
3250
|
|
|
3238
|
-
- [`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.
|
|
3251
|
+
- [#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.
|
|
3239
3252
|
|
|
3240
3253
|
## 172.0.0
|
|
3241
3254
|
|
|
3242
3255
|
### Major Changes
|
|
3243
3256
|
|
|
3244
|
-
- [`c72a6787b9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c72a6787b9d) - BREAKING: Removes optional `cardOptions` parameter for the `FloatingToolbarHandler` type.
|
|
3257
|
+
- [#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.
|
|
3245
3258
|
|
|
3246
3259
|
Adds support for using `@atlaskit/link-picker` as the link picking user interface.
|
|
3247
3260
|
|
|
@@ -3325,7 +3338,7 @@
|
|
|
3325
3338
|
|
|
3326
3339
|
### Patch Changes
|
|
3327
3340
|
|
|
3328
|
-
- [`e4d5a7638c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4d5a7638c4) - Fix table border issue on chrome 104 by adding background color to table
|
|
3341
|
+
- [#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
|
|
3329
3342
|
|
|
3330
3343
|
## 171.0.0
|
|
3331
3344
|
|
|
@@ -3343,13 +3356,13 @@
|
|
|
3343
3356
|
|
|
3344
3357
|
### Patch Changes
|
|
3345
3358
|
|
|
3346
|
-
- [`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)
|
|
3359
|
+
- [#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)
|
|
3347
3360
|
|
|
3348
3361
|
## 169.1.0
|
|
3349
3362
|
|
|
3350
3363
|
### Minor Changes
|
|
3351
3364
|
|
|
3352
|
-
- [`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.
|
|
3365
|
+
- [#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.
|
|
3353
3366
|
- [`8ff3031db06`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ff3031db06) - Introduce new optional argument to CardProvider.resolve
|
|
3354
3367
|
- [`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.
|
|
3355
3368
|
- [`54079156b5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54079156b5a) - ED-15092 Added floatingToolbarCopyButton feature flag
|
|
@@ -3387,7 +3400,7 @@
|
|
|
3387
3400
|
|
|
3388
3401
|
### Patch Changes
|
|
3389
3402
|
|
|
3390
|
-
- [`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
|
|
3403
|
+
- [#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
|
|
3391
3404
|
- [`2a788e7026e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a788e7026e) - ED-14812: Allows breakout nodes to be pasted inside tables
|
|
3392
3405
|
- [`559b6610a0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/559b6610a0e) - Modified some CSS rules to ensure Emotion is compatible with server side rendering.
|
|
3393
3406
|
- [`daab566aecb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/daab566aecb) - [ux] ME-2402 cursor moves to after date node after inserting a date on mobile
|
|
@@ -3401,19 +3414,19 @@
|
|
|
3401
3414
|
|
|
3402
3415
|
### Patch Changes
|
|
3403
3416
|
|
|
3404
|
-
- [`9fcb08f3070`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fcb08f3070) - Upgrade "fuse.js" fuzzy search plugin to version `^6.6.2`
|
|
3417
|
+
- [#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`
|
|
3405
3418
|
|
|
3406
3419
|
## 167.0.1
|
|
3407
3420
|
|
|
3408
3421
|
### Patch Changes
|
|
3409
3422
|
|
|
3410
|
-
- [`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.
|
|
3423
|
+
- [#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.
|
|
3411
3424
|
|
|
3412
3425
|
## 167.0.0
|
|
3413
3426
|
|
|
3414
3427
|
### Major Changes
|
|
3415
3428
|
|
|
3416
|
-
- [`0c808b11322`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c808b11322) - ED-14489 - Add implementation to allow parseDoc.check() to throw exception.
|
|
3429
|
+
- [#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.
|
|
3417
3430
|
This change will crash any apps that use the editor without a React's Error Boundary <ErrorBoundary /> ancestor in certain cases.
|
|
3418
3431
|
This changed handling of how the Editor responds when;
|
|
3419
3432
|
|
|
@@ -3500,19 +3513,19 @@
|
|
|
3500
3513
|
|
|
3501
3514
|
### Patch Changes
|
|
3502
3515
|
|
|
3503
|
-
- [`08b3ceadbe3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08b3ceadbe3) - [Hotfix] Revert of ED-14241
|
|
3516
|
+
- [#21932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21932) [`08b3ceadbe3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08b3ceadbe3) - [Hotfix] Revert of ED-14241
|
|
3504
3517
|
|
|
3505
3518
|
## 166.0.3
|
|
3506
3519
|
|
|
3507
3520
|
### Patch Changes
|
|
3508
3521
|
|
|
3509
|
-
- [`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
|
|
3522
|
+
- [#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
|
|
3510
3523
|
|
|
3511
3524
|
## 166.0.2
|
|
3512
3525
|
|
|
3513
3526
|
### Patch Changes
|
|
3514
3527
|
|
|
3515
|
-
- [`61b504d9af7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61b504d9af7) - [ED-15023] Fix editor crashing when first line contains only sub or super script
|
|
3528
|
+
- [#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
|
|
3516
3529
|
|
|
3517
3530
|
## 166.0.1
|
|
3518
3531
|
|
|
@@ -3524,7 +3537,7 @@
|
|
|
3524
3537
|
|
|
3525
3538
|
### Minor Changes
|
|
3526
3539
|
|
|
3527
|
-
- [`2a04b47848b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a04b47848b) - Removed unused emoji experiment (emojiNext).
|
|
3540
|
+
- [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721) [`2a04b47848b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a04b47848b) - Removed unused emoji experiment (emojiNext).
|
|
3528
3541
|
- [`d86aa096946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d86aa096946) - [ux] Added prop minHeight for editor appearance='comment' and 'chromeless'
|
|
3529
3542
|
- [`b6d47de3fd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6d47de3fd9) - [MEX-1417] remove access to media file streams cache
|
|
3530
3543
|
- [`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.
|
|
@@ -3561,19 +3574,19 @@
|
|
|
3561
3574
|
|
|
3562
3575
|
### Patch Changes
|
|
3563
3576
|
|
|
3564
|
-
- [`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.
|
|
3577
|
+
- [#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.
|
|
3565
3578
|
|
|
3566
3579
|
## 164.0.3
|
|
3567
3580
|
|
|
3568
3581
|
### Patch Changes
|
|
3569
3582
|
|
|
3570
|
-
- [`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
|
|
3583
|
+
- [#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
|
|
3571
3584
|
|
|
3572
3585
|
## 164.0.2
|
|
3573
3586
|
|
|
3574
3587
|
### Patch Changes
|
|
3575
3588
|
|
|
3576
|
-
- [`a424e62b264`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a424e62b264) - Changes to support Node 16 Typescript definitions from `@types/node`.
|
|
3589
|
+
- [#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`.
|
|
3577
3590
|
|
|
3578
3591
|
## 164.0.1
|
|
3579
3592
|
|
|
@@ -3586,7 +3599,7 @@
|
|
|
3586
3599
|
|
|
3587
3600
|
### Major Changes
|
|
3588
3601
|
|
|
3589
|
-
- [`675613ff0f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/675613ff0f4) - [MEX-1390] Remove Media-picker popup as an export and remove useMediaPickerPopup flag
|
|
3602
|
+
- [#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
|
|
3590
3603
|
|
|
3591
3604
|
### Minor Changes
|
|
3592
3605
|
|
|
@@ -3659,7 +3672,7 @@
|
|
|
3659
3672
|
|
|
3660
3673
|
### Major Changes
|
|
3661
3674
|
|
|
3662
|
-
- [`0ba6e613e60`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ba6e613e60) - [ux] Removed media-editor references in editor-core
|
|
3675
|
+
- [#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
|
|
3663
3676
|
- [`2ec99bf6f9f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ec99bf6f9f) - [ux] ED-14651: removed react-intl v2.
|
|
3664
3677
|
|
|
3665
3678
|
### Minor Changes
|
|
@@ -3701,13 +3714,13 @@
|
|
|
3701
3714
|
|
|
3702
3715
|
### Patch Changes
|
|
3703
3716
|
|
|
3704
|
-
- [`cfcc23db294`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cfcc23db294) - ED-14735 Rename table styles from '.css.ts' to '.
|
|
3717
|
+
- [#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 '.
|
|
3705
3718
|
|
|
3706
3719
|
## 162.0.0
|
|
3707
3720
|
|
|
3708
3721
|
### Minor Changes
|
|
3709
3722
|
|
|
3710
|
-
- [`b70bf801c6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b70bf801c6d) - [ux] ED-14235 Fix conversion of aligned text to list
|
|
3723
|
+
- [#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
|
|
3711
3724
|
- [`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.
|
|
3712
3725
|
- [`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
|
|
3713
3726
|
- [`7f158b2734b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f158b2734b) - [ux] Shows correct toolbar state after header row or header column option is undone
|
|
@@ -3757,13 +3770,13 @@
|
|
|
3757
3770
|
|
|
3758
3771
|
### Major Changes
|
|
3759
3772
|
|
|
3760
|
-
- [`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.
|
|
3773
|
+
- [#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.
|
|
3761
3774
|
|
|
3762
3775
|
## 159.0.1
|
|
3763
3776
|
|
|
3764
3777
|
### Patch Changes
|
|
3765
3778
|
|
|
3766
|
-
- [`e68f0f554fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e68f0f554fa) - remove mousedown handler for inline links and add a vr test for the logic
|
|
3779
|
+
- [#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
|
|
3767
3780
|
- Updated dependencies
|
|
3768
3781
|
|
|
3769
3782
|
## 159.0.0
|
|
@@ -3776,7 +3789,7 @@
|
|
|
3776
3789
|
|
|
3777
3790
|
### Patch Changes
|
|
3778
3791
|
|
|
3779
|
-
- [`c7a3ccf95cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7a3ccf95cd) - Patching versions to no longer reference localid from adf or smart-cards
|
|
3792
|
+
- [#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
|
|
3780
3793
|
|
|
3781
3794
|
## 158.0.0
|
|
3782
3795
|
|
|
@@ -3800,12 +3813,12 @@
|
|
|
3800
3813
|
|
|
3801
3814
|
### Major Changes
|
|
3802
3815
|
|
|
3803
|
-
- [`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.
|
|
3816
|
+
- [#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.
|
|
3804
3817
|
- [`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
|
|
3805
3818
|
|
|
3806
3819
|
### Minor Changes
|
|
3807
3820
|
|
|
3808
|
-
- [`4e234e7fe93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e234e7fe93) - CETI-240 handle add custom emoji in floating toolbar
|
|
3821
|
+
- [#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
|
|
3809
3822
|
- [`88ada10af2c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88ada10af2c) - [ED-14097] Moved getFinalAcknowledgedState control to editor and made the API public
|
|
3810
3823
|
- [`a52644f9bf5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a52644f9bf5) - [ux][me-1931] Fix expands losing content on mobile when pressing enter mid sentence.
|
|
3811
3824
|
- [`c2e08fae750`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2e08fae750) - ME-1660 ContentInSelection in Mobile Selection return array of selected nodes instead of a Set
|
|
@@ -3983,31 +3996,31 @@
|
|
|
3983
3996
|
|
|
3984
3997
|
### Patch Changes
|
|
3985
3998
|
|
|
3986
|
-
- [`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
|
|
3999
|
+
- [#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
|
|
3987
4000
|
|
|
3988
4001
|
## 153.1.3
|
|
3989
4002
|
|
|
3990
4003
|
### Patch Changes
|
|
3991
4004
|
|
|
3992
|
-
- [`fa87054a61a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa87054a61a) - workaround issue where prosemirrors new drag selection delay logic breaks safaris table selections.
|
|
4005
|
+
- [#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.
|
|
3993
4006
|
|
|
3994
4007
|
## 153.1.2
|
|
3995
4008
|
|
|
3996
4009
|
### Patch Changes
|
|
3997
4010
|
|
|
3998
|
-
- [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
4011
|
+
- [#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
|
|
3999
4012
|
|
|
4000
4013
|
## 153.1.1
|
|
4001
4014
|
|
|
4002
4015
|
### Patch Changes
|
|
4003
4016
|
|
|
4004
|
-
- [`bfc3a31f7d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfc3a31f7d0) - ED-14130 fix copy paste block cards
|
|
4017
|
+
- [#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
|
|
4005
4018
|
|
|
4006
4019
|
## 153.1.0
|
|
4007
4020
|
|
|
4008
4021
|
### Minor Changes
|
|
4009
4022
|
|
|
4010
|
-
- [`b9cd2373064`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9cd2373064) - [ED-14106] Reset custom color when the node is inside a link
|
|
4023
|
+
- [#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
|
|
4011
4024
|
|
|
4012
4025
|
### Patch Changes
|
|
4013
4026
|
|
|
@@ -4018,7 +4031,7 @@
|
|
|
4018
4031
|
|
|
4019
4032
|
### Patch Changes
|
|
4020
4033
|
|
|
4021
|
-
- [`44f1ead3628`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44f1ead3628) - [HOT-97409] Add feature flag to disable spellchecking for Chrome >= 96
|
|
4034
|
+
- [#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
|
|
4022
4035
|
|
|
4023
4036
|
Update `@atlaskit/icon` dependency to `^21.9.2`
|
|
4024
4037
|
|
|
@@ -4026,7 +4039,7 @@
|
|
|
4026
4039
|
|
|
4027
4040
|
### Major Changes
|
|
4028
4041
|
|
|
4029
|
-
- [`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
|
|
4042
|
+
- [#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
|
|
4030
4043
|
|
|
4031
4044
|
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.
|
|
4032
4045
|
Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
|
|
@@ -4072,13 +4085,13 @@
|
|
|
4072
4085
|
|
|
4073
4086
|
### Patch Changes
|
|
4074
4087
|
|
|
4075
|
-
- [`977f778e630`](https://bitbucket.org/atlassian/atlassian-frontend/commits/977f778e630) - Add action elements to paste allowlist
|
|
4088
|
+
- [#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
|
|
4076
4089
|
|
|
4077
4090
|
## 152.0.0
|
|
4078
4091
|
|
|
4079
4092
|
### Major Changes
|
|
4080
4093
|
|
|
4081
|
-
- [`3a2a5e14fdc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a2a5e14fdc) - As we are moving to full schema, merged the customPanel nodeSpec with panel nodeSpec
|
|
4094
|
+
- [#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
|
|
4082
4095
|
- [`0cf5fa82add`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0cf5fa82add) - CETI-20 Rename custom panel FF from `UNSAFE_allowCustomPanel` to `allowCustomPanel`
|
|
4083
4096
|
- [`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.
|
|
4084
4097
|
|
|
@@ -4168,19 +4181,19 @@
|
|
|
4168
4181
|
|
|
4169
4182
|
### Minor Changes
|
|
4170
4183
|
|
|
4171
|
-
- [`08348b6692c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08348b6692c) - Update CodeBlockOptions to have appearance prop optional
|
|
4184
|
+
- [#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
|
|
4172
4185
|
|
|
4173
4186
|
## 151.2.1
|
|
4174
4187
|
|
|
4175
4188
|
### Patch Changes
|
|
4176
4189
|
|
|
4177
|
-
- [`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.
|
|
4190
|
+
- [#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.
|
|
4178
4191
|
|
|
4179
4192
|
## 151.2.0
|
|
4180
4193
|
|
|
4181
4194
|
### Minor Changes
|
|
4182
4195
|
|
|
4183
|
-
- [`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
|
|
4196
|
+
- [#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
|
|
4184
4197
|
|
|
4185
4198
|
### Patch Changes
|
|
4186
4199
|
|
|
@@ -4190,19 +4203,19 @@
|
|
|
4190
4203
|
|
|
4191
4204
|
### Patch Changes
|
|
4192
4205
|
|
|
4193
|
-
- [`52f0c296810`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52f0c296810) - ED-13940 fixed selecting line with a status via keys
|
|
4206
|
+
- [#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
|
|
4194
4207
|
|
|
4195
4208
|
## 151.1.1
|
|
4196
4209
|
|
|
4197
4210
|
### Patch Changes
|
|
4198
4211
|
|
|
4199
|
-
- [`05527b1acf8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05527b1acf8) - 'Renaming deprecated React lifecycle methods.'
|
|
4212
|
+
- [#15807](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15807) [`05527b1acf8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05527b1acf8) - 'Renaming deprecated React lifecycle methods.'
|
|
4200
4213
|
|
|
4201
4214
|
## 151.1.0
|
|
4202
4215
|
|
|
4203
4216
|
### Minor Changes
|
|
4204
4217
|
|
|
4205
|
-
- [`c80c71b537d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c80c71b537d) - [ux] ED-13860 add bidi warning decorations to code components
|
|
4218
|
+
- [#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
|
|
4206
4219
|
|
|
4207
4220
|
### Patch Changes
|
|
4208
4221
|
|
|
@@ -4212,7 +4225,7 @@
|
|
|
4212
4225
|
|
|
4213
4226
|
### Major Changes
|
|
4214
4227
|
|
|
4215
|
-
- [`b3606652fa1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3606652fa1) - [ux] Editor integration for Media Inline component
|
|
4228
|
+
- [#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
|
|
4216
4229
|
|
|
4217
4230
|
### Minor Changes
|
|
4218
4231
|
|
|
@@ -4259,25 +4272,25 @@
|
|
|
4259
4272
|
|
|
4260
4273
|
### Patch Changes
|
|
4261
4274
|
|
|
4262
|
-
- [`b52e6fa288b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b52e6fa288b) - [HOT-97127] Fix mentions getItems comunication to avoid wrong results
|
|
4275
|
+
- [#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
|
|
4263
4276
|
|
|
4264
4277
|
## 150.0.2
|
|
4265
4278
|
|
|
4266
4279
|
### Patch Changes
|
|
4267
4280
|
|
|
4268
|
-
- [`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) - Internal upgrade of memoize-one to 6.0.0
|
|
4281
|
+
- [#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
|
|
4269
4282
|
|
|
4270
4283
|
## 150.0.1
|
|
4271
4284
|
|
|
4272
4285
|
### Patch Changes
|
|
4273
4286
|
|
|
4274
|
-
- [`52aed763767`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52aed763767) - [ED-13879] deletes a placeholder text node when opening a typeahead
|
|
4287
|
+
- [#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
|
|
4275
4288
|
|
|
4276
4289
|
## 150.0.0
|
|
4277
4290
|
|
|
4278
4291
|
### Major Changes
|
|
4279
4292
|
|
|
4280
|
-
- [`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
|
|
4293
|
+
- [#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
|
|
4281
4294
|
flow that is currently corrupted due to a multi-dispatch. This slightly changes the col-width sizing as it reduces the
|
|
4282
4295
|
unnecessary number of calls to resize the columns. EditorView is now passed as a parameter to insertColumn
|
|
4283
4296
|
functions to update the column widths manually.
|
|
@@ -4306,13 +4319,13 @@
|
|
|
4306
4319
|
|
|
4307
4320
|
### Patch Changes
|
|
4308
4321
|
|
|
4309
|
-
- [`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
|
|
4322
|
+
- [#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
|
|
4310
4323
|
|
|
4311
4324
|
## 149.0.0
|
|
4312
4325
|
|
|
4313
4326
|
### Major Changes
|
|
4314
4327
|
|
|
4315
|
-
- [`71bb1bb3cd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/71bb1bb3cd0) - [ED-12933] Replace TypeAhead node mark to ProseMirror Decoration
|
|
4328
|
+
- [#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
|
|
4316
4329
|
|
|
4317
4330
|
# Minor change
|
|
4318
4331
|
|
|
@@ -4416,7 +4429,7 @@
|
|
|
4416
4429
|
|
|
4417
4430
|
### Major Changes
|
|
4418
4431
|
|
|
4419
|
-
- [`96c6146eef1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96c6146eef1) - ED-13187: localId optional & empty values filtered
|
|
4432
|
+
- [#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
|
|
4420
4433
|
- [`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
|
|
4421
4434
|
- [`1dee7b71aee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1dee7b71aee) - ED-12500 distribute columns feature flag cleanup
|
|
4422
4435
|
|
|
@@ -4464,13 +4477,13 @@
|
|
|
4464
4477
|
|
|
4465
4478
|
### Patch Changes
|
|
4466
4479
|
|
|
4467
|
-
- [`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.
|
|
4480
|
+
- [#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.
|
|
4468
4481
|
|
|
4469
4482
|
## 147.0.0
|
|
4470
4483
|
|
|
4471
4484
|
### Major Changes
|
|
4472
4485
|
|
|
4473
|
-
- [`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.
|
|
4486
|
+
- [#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.
|
|
4474
4487
|
|
|
4475
4488
|
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.
|
|
4476
4489
|
|
|
@@ -4501,26 +4514,26 @@
|
|
|
4501
4514
|
|
|
4502
4515
|
### Patch Changes
|
|
4503
4516
|
|
|
4504
|
-
- [`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.
|
|
4517
|
+
- [#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.
|
|
4505
4518
|
|
|
4506
4519
|
## 146.0.2
|
|
4507
4520
|
|
|
4508
4521
|
### Patch Changes
|
|
4509
4522
|
|
|
4510
|
-
- [`a572da3653e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a572da3653e) - HOT-96031 Extension with no localId were not showing context panel
|
|
4523
|
+
- [#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
|
|
4511
4524
|
|
|
4512
4525
|
## 146.0.1
|
|
4513
4526
|
|
|
4514
4527
|
### Patch Changes
|
|
4515
4528
|
|
|
4516
|
-
- [`414b6216adf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/414b6216adf) - Upgrade date-fns to ^2.17
|
|
4529
|
+
- [#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
|
|
4517
4530
|
- Updated dependencies
|
|
4518
4531
|
|
|
4519
4532
|
## 146.0.0
|
|
4520
4533
|
|
|
4521
4534
|
### Minor Changes
|
|
4522
4535
|
|
|
4523
|
-
- [`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.
|
|
4536
|
+
- [#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.
|
|
4524
4537
|
- [`bc3a0ad32d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc3a0ad32d3) - ED-12998 Add docStructured to ErrorBoundary
|
|
4525
4538
|
- [`6a0a7c704cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a0a7c704cd) - ED-12998 Add docStructure to synchrony error analytic events
|
|
4526
4539
|
- [`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.
|
|
@@ -4543,31 +4556,31 @@
|
|
|
4543
4556
|
|
|
4544
4557
|
### Patch Changes
|
|
4545
4558
|
|
|
4546
|
-
- [`2725933f7ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2725933f7ba) - [ux] ED-13331 Fix autoformatting being triggered after any keypress
|
|
4559
|
+
- [#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
|
|
4547
4560
|
|
|
4548
4561
|
## 145.0.3
|
|
4549
4562
|
|
|
4550
4563
|
### Patch Changes
|
|
4551
4564
|
|
|
4552
|
-
- [`c48b38bf577`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c48b38bf577) - ED-13281 - Hotfix to ensure insert toolbar popup renders into popupMountPoint dom node when passed
|
|
4565
|
+
- [#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
|
|
4553
4566
|
|
|
4554
4567
|
## 145.0.2
|
|
4555
4568
|
|
|
4556
4569
|
### Patch Changes
|
|
4557
4570
|
|
|
4558
|
-
- [`e780cc4e0cb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e780cc4e0cb) - Breadcrumb clicking fix
|
|
4571
|
+
- [#12425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12425) [`e780cc4e0cb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e780cc4e0cb) - Breadcrumb clicking fix
|
|
4559
4572
|
|
|
4560
4573
|
## 145.0.1
|
|
4561
4574
|
|
|
4562
4575
|
### Patch Changes
|
|
4563
4576
|
|
|
4564
|
-
- [`d316627b838`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d316627b838) - Fix mouse click event on hyperlinktoolbar
|
|
4577
|
+
- [#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
|
|
4565
4578
|
|
|
4566
4579
|
## 145.0.0
|
|
4567
4580
|
|
|
4568
4581
|
### Major Changes
|
|
4569
4582
|
|
|
4570
|
-
- [`0b9318d5c23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b9318d5c23) - ED-11952 updated extension interface to allow dynamic toolbar buttons.
|
|
4583
|
+
- [#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.
|
|
4571
4584
|
BREAKING CHANGE: `ExtensionModules.contextualToolbarItems` has been removed in favor of `ExtensionModules.contextualToolbars`.
|
|
4572
4585
|
|
|
4573
4586
|
`ExtensionModules.contextualToolbars` consist of a list of `ContextualToolbar` which has the following signature:
|
|
@@ -4627,25 +4640,25 @@
|
|
|
4627
4640
|
|
|
4628
4641
|
### Patch Changes
|
|
4629
4642
|
|
|
4630
|
-
- [`139a522574f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/139a522574f) - Change selector for checking if breadcrumbs where clicked with click-area-helper
|
|
4643
|
+
- [#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
|
|
4631
4644
|
|
|
4632
4645
|
## 144.1.2
|
|
4633
4646
|
|
|
4634
4647
|
### Patch Changes
|
|
4635
4648
|
|
|
4636
|
-
- [`5d7f119c55d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d7f119c55d) - Fix bread crumb issue
|
|
4649
|
+
- [#12105](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12105) [`5d7f119c55d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d7f119c55d) - Fix bread crumb issue
|
|
4637
4650
|
|
|
4638
4651
|
## 144.1.1
|
|
4639
4652
|
|
|
4640
4653
|
### Patch Changes
|
|
4641
4654
|
|
|
4642
|
-
- [`9b9ca925f18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b9ca925f18) - ED-13109 Fix inline extension insertion behavior
|
|
4655
|
+
- [#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
|
|
4643
4656
|
|
|
4644
4657
|
## 144.1.0
|
|
4645
4658
|
|
|
4646
4659
|
### Minor Changes
|
|
4647
4660
|
|
|
4648
|
-
- [`92c1a74eb2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92c1a74eb2d) - [ux] ED-13083: fixed serialize() for Tabs and Expand fields
|
|
4661
|
+
- [#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
|
|
4649
4662
|
|
|
4650
4663
|
### Patch Changes
|
|
4651
4664
|
|
|
@@ -4658,20 +4671,20 @@
|
|
|
4658
4671
|
|
|
4659
4672
|
### Patch Changes
|
|
4660
4673
|
|
|
4661
|
-
- [`9e09b407b43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e09b407b43) - Exclude `__tests_external__` from the `build/tsconfig.json`.
|
|
4674
|
+
- [#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`.
|
|
4662
4675
|
Add `local-cypress` and remove types export.
|
|
4663
4676
|
|
|
4664
4677
|
## 144.0.3
|
|
4665
4678
|
|
|
4666
4679
|
### Patch Changes
|
|
4667
4680
|
|
|
4668
|
-
- [`070261ec304`](https://bitbucket.org/atlassian/atlassian-frontend/commits/070261ec304) - Fix Cypress types for packages
|
|
4681
|
+
- [#11723](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11723) [`070261ec304`](https://bitbucket.org/atlassian/atlassian-frontend/commits/070261ec304) - Fix Cypress types for packages
|
|
4669
4682
|
|
|
4670
4683
|
## 144.0.2
|
|
4671
4684
|
|
|
4672
4685
|
### Patch Changes
|
|
4673
4686
|
|
|
4674
|
-
- [`6abc1fb5b10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6abc1fb5b10) - Change default value for displayInlineBlockForInlineNodes feature flag
|
|
4687
|
+
- [#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
|
|
4675
4688
|
|
|
4676
4689
|
## 144.0.1
|
|
4677
4690
|
|
|
@@ -4683,7 +4696,7 @@
|
|
|
4683
4696
|
|
|
4684
4697
|
### Major Changes
|
|
4685
4698
|
|
|
4686
|
-
- [`566f674ac8f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/566f674ac8f) - _Removes_ `allowReferentiality` & `UNSAFE_allowDataConsumer` props from editor props.
|
|
4699
|
+
- [#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.
|
|
4687
4700
|
These can now be toggled via the feature flags prop, e.g.
|
|
4688
4701
|
|
|
4689
4702
|
```tsx
|
|
@@ -4754,13 +4767,13 @@
|
|
|
4754
4767
|
|
|
4755
4768
|
### Patch Changes
|
|
4756
4769
|
|
|
4757
|
-
- [`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
|
|
4770
|
+
- [#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
|
|
4758
4771
|
|
|
4759
4772
|
## 143.1.1
|
|
4760
4773
|
|
|
4761
4774
|
### Patch Changes
|
|
4762
4775
|
|
|
4763
|
-
- [`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
|
|
4776
|
+
- [#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
|
|
4764
4777
|
|
|
4765
4778
|
# Why?
|
|
4766
4779
|
|
|
@@ -4772,7 +4785,7 @@
|
|
|
4772
4785
|
|
|
4773
4786
|
### Minor Changes
|
|
4774
4787
|
|
|
4775
|
-
- [`1fbe305bf7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fbe305bf7d) - ED-12273 Unsupported content support for Layout
|
|
4788
|
+
- [#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
|
|
4776
4789
|
- [`90cb0207d4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/90cb0207d4e) - Make code block content dynamic to different font sizes.
|
|
4777
4790
|
- [`f973bb5dde8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f973bb5dde8) - [ux] ED-12782 Remove codeblock languages from adf-schema
|
|
4778
4791
|
|
|
@@ -4800,7 +4813,7 @@
|
|
|
4800
4813
|
|
|
4801
4814
|
### Major Changes
|
|
4802
4815
|
|
|
4803
|
-
- [`4befa7c039c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4befa7c039c) - ED-12593: rename ExtensionAPI.editInLegacyMacroBrowser() to \_editInLegacyMacroBrowser()
|
|
4816
|
+
- [#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()
|
|
4804
4817
|
|
|
4805
4818
|
Also cleaned up the options for createExtensionAPI() for easier use.
|
|
4806
4819
|
|
|
@@ -4849,14 +4862,14 @@
|
|
|
4849
4862
|
|
|
4850
4863
|
### Patch Changes
|
|
4851
4864
|
|
|
4852
|
-
- [`c2c0160f566`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2c0160f566) - Bump editor-shared-styles to pick up relativeFontSizeToBase16
|
|
4865
|
+
- [#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
|
|
4853
4866
|
- Updated dependencies
|
|
4854
4867
|
|
|
4855
4868
|
## 142.0.0
|
|
4856
4869
|
|
|
4857
4870
|
### Major Changes
|
|
4858
4871
|
|
|
4859
|
-
- [`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.
|
|
4872
|
+
- [#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.
|
|
4860
4873
|
|
|
4861
4874
|
### Minor Changes
|
|
4862
4875
|
|
|
@@ -4891,13 +4904,13 @@
|
|
|
4891
4904
|
|
|
4892
4905
|
### Patch Changes
|
|
4893
4906
|
|
|
4894
|
-
- [`57ae710818f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/57ae710818f) - Turn off CustomSelect create animation in Config Panel
|
|
4907
|
+
- [#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
|
|
4895
4908
|
|
|
4896
4909
|
## 141.0.0
|
|
4897
4910
|
|
|
4898
4911
|
### Minor Changes
|
|
4899
4912
|
|
|
4900
|
-
- [`769e10a40a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/769e10a40a7) - ED-12108 Support duplicate named fields in config panel fieldset
|
|
4913
|
+
- [#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
|
|
4901
4914
|
|
|
4902
4915
|
For a field to be allowed to have duplicates you must set `allowDuplicates: true` on the field definition
|
|
4903
4916
|
|
|
@@ -4941,7 +4954,7 @@
|
|
|
4941
4954
|
|
|
4942
4955
|
### Major Changes
|
|
4943
4956
|
|
|
4944
|
-
- [`5a02668a6f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a02668a6f1) - [ED-12169] Removes the following methods being exposed from `@atlaskit/editor-core`
|
|
4957
|
+
- [#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`
|
|
4945
4958
|
|
|
4946
4959
|
```
|
|
4947
4960
|
indentList
|
|
@@ -5038,7 +5051,7 @@
|
|
|
5038
5051
|
|
|
5039
5052
|
### Patch Changes
|
|
5040
5053
|
|
|
5041
|
-
- [`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) - Downgrade back to date-fns 1.30.1
|
|
5054
|
+
- [#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
|
|
5042
5055
|
We discovered big bundle size increases associated with the date-fns upgrade.
|
|
5043
5056
|
We're reverting the upgarde to investigate
|
|
5044
5057
|
|
|
@@ -5046,20 +5059,20 @@
|
|
|
5046
5059
|
|
|
5047
5060
|
### Patch Changes
|
|
5048
5061
|
|
|
5049
|
-
- [`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
|
|
5062
|
+
- [#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
|
|
5050
5063
|
- Updated dependencies
|
|
5051
5064
|
|
|
5052
5065
|
## 139.0.1
|
|
5053
5066
|
|
|
5054
5067
|
### Patch Changes
|
|
5055
5068
|
|
|
5056
|
-
- [`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) - Upgrade date-fns to 2.17
|
|
5069
|
+
- [#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
|
|
5057
5070
|
|
|
5058
5071
|
## 139.0.0
|
|
5059
5072
|
|
|
5060
5073
|
### Major Changes
|
|
5061
5074
|
|
|
5062
|
-
- [`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.
|
|
5075
|
+
- [#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.
|
|
5063
5076
|
Remove 'width' prop from the Context Panel component as we no longer allow dynamic panel width to enforce consistency.
|
|
5064
5077
|
|
|
5065
5078
|
All references to this component can safely remove the 'wdith' prop as it is no longer part of the component props.
|
|
@@ -5132,13 +5145,13 @@
|
|
|
5132
5145
|
|
|
5133
5146
|
### Patch Changes
|
|
5134
5147
|
|
|
5135
|
-
- [`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
|
|
5148
|
+
- [#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
|
|
5136
5149
|
|
|
5137
5150
|
## 138.0.0
|
|
5138
5151
|
|
|
5139
5152
|
### Minor Changes
|
|
5140
5153
|
|
|
5141
|
-
- [`5ee57944f46`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ee57944f46) - ED-11948 Fix issue with table resize logic not retaining original node selection.
|
|
5154
|
+
- [#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.
|
|
5142
5155
|
Refactor table resize logic to retain selection after table resize.
|
|
5143
5156
|
- [`70fecd78610`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70fecd78610) - [ux] This commit includes UX changes to Cmd+K link toolbar
|
|
5144
5157
|
|
|
@@ -5184,25 +5197,25 @@
|
|
|
5184
5197
|
|
|
5185
5198
|
### Patch Changes
|
|
5186
5199
|
|
|
5187
|
-
- [`003a79ed2be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/003a79ed2be) - HOT-94478 Fix Editor selection reset problem on Chrome 88+
|
|
5200
|
+
- [#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+
|
|
5188
5201
|
|
|
5189
5202
|
## 137.0.2
|
|
5190
5203
|
|
|
5191
5204
|
### Patch Changes
|
|
5192
5205
|
|
|
5193
|
-
- [`8aa5285c47b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8aa5285c47b) - ED-12124 Fix plus menu search
|
|
5206
|
+
- [#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
|
|
5194
5207
|
|
|
5195
5208
|
## 137.0.1
|
|
5196
5209
|
|
|
5197
5210
|
### Patch Changes
|
|
5198
5211
|
|
|
5199
|
-
- [`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
|
|
5212
|
+
- [#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
|
|
5200
5213
|
|
|
5201
5214
|
## 137.0.0
|
|
5202
5215
|
|
|
5203
5216
|
### Major Changes
|
|
5204
5217
|
|
|
5205
|
-
- [`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
|
|
5218
|
+
- [#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
|
|
5206
5219
|
|
|
5207
5220
|
### Minor Changes
|
|
5208
5221
|
|
|
@@ -5260,19 +5273,19 @@
|
|
|
5260
5273
|
|
|
5261
5274
|
### Patch Changes
|
|
5262
5275
|
|
|
5263
|
-
- [`d361f290d63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d361f290d63) - NO-ISSUE avoid bundling test data for development
|
|
5276
|
+
- [#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
|
|
5264
5277
|
|
|
5265
5278
|
## 136.3.0
|
|
5266
5279
|
|
|
5267
5280
|
### Minor Changes
|
|
5268
5281
|
|
|
5269
|
-
- [`a30fc2921e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a30fc2921e8) - HOT-94214 fix chrome selection issue
|
|
5282
|
+
- [#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
|
|
5270
5283
|
|
|
5271
5284
|
## 136.2.0
|
|
5272
5285
|
|
|
5273
5286
|
### Minor Changes
|
|
5274
5287
|
|
|
5275
|
-
- [`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.
|
|
5288
|
+
- [#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.
|
|
5276
5289
|
Example: bridge.configureEditor("{\"allowPredictableList\": true}")
|
|
5277
5290
|
- [`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.
|
|
5278
5291
|
- [`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.
|
|
@@ -5305,13 +5318,13 @@
|
|
|
5305
5318
|
|
|
5306
5319
|
### Patch Changes
|
|
5307
5320
|
|
|
5308
|
-
- [`3e52031824`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3e52031824) - HOT-93991 Fix async legacy macro insertion
|
|
5321
|
+
- [#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
|
|
5309
5322
|
|
|
5310
5323
|
## 136.1.0
|
|
5311
5324
|
|
|
5312
5325
|
### Minor Changes
|
|
5313
5326
|
|
|
5314
|
-
- [`22c89bff23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22c89bff23) - [ED-11493][twista-405] Add predictable list at the mobile bridge plugin subscription
|
|
5327
|
+
- [#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
|
|
5315
5328
|
- [`385e3de61b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/385e3de61b) - Remove the scroll gutter for compact mobile editor.
|
|
5316
5329
|
|
|
5317
5330
|
### Patch Changes
|
|
@@ -5328,7 +5341,7 @@
|
|
|
5328
5341
|
|
|
5329
5342
|
### Major Changes
|
|
5330
5343
|
|
|
5331
|
-
- [`00ba3076ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00ba3076ab) - [ux] Paste hyperlink into selected text will apply link mark to the selected text
|
|
5344
|
+
- [#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
|
|
5332
5345
|
Breaking change on `isNodeTypeParagraph` function, use `isParagraph` instead (requires a schema to be passed as a second param)
|
|
5333
5346
|
|
|
5334
5347
|
### Minor Changes
|
|
@@ -5356,7 +5369,7 @@
|
|
|
5356
5369
|
|
|
5357
5370
|
### Minor Changes
|
|
5358
5371
|
|
|
5359
|
-
- [`4d9d11c246`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d9d11c246) - Fixes nodes with multiple validation specs to return node with most suitable spec.
|
|
5372
|
+
- [#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.
|
|
5360
5373
|
|
|
5361
5374
|
### Patch Changes
|
|
5362
5375
|
|
|
@@ -5366,7 +5379,7 @@
|
|
|
5366
5379
|
|
|
5367
5380
|
### Minor Changes
|
|
5368
5381
|
|
|
5369
|
-
- [`5e68f04701`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e68f04701) - ED-11232 Make resolvers aware of other field values
|
|
5382
|
+
- [#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
|
|
5370
5383
|
- [`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!
|
|
5371
5384
|
editor-core now exports dedupe which aids in not having duplicate plugins added when initialising an editor
|
|
5372
5385
|
- [`9b1c48edd1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b1c48edd1) - Revert ED-10820 to resolve broken validator
|
|
@@ -5401,14 +5414,14 @@
|
|
|
5401
5414
|
|
|
5402
5415
|
### Patch Changes
|
|
5403
5416
|
|
|
5404
|
-
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
5417
|
+
- [#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
|
|
5405
5418
|
- Updated dependencies
|
|
5406
5419
|
|
|
5407
5420
|
## 134.0.0
|
|
5408
5421
|
|
|
5409
5422
|
### Major Changes
|
|
5410
5423
|
|
|
5411
|
-
- [`9f81260dd5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f81260dd5) - ED-10683 Serialize number fields to Number instead of String
|
|
5424
|
+
- [#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
|
|
5412
5425
|
|
|
5413
5426
|
### Minor Changes
|
|
5414
5427
|
|
|
@@ -5489,7 +5502,7 @@
|
|
|
5489
5502
|
|
|
5490
5503
|
### Major Changes
|
|
5491
5504
|
|
|
5492
|
-
- [`142d765bc4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/142d765bc4) - Revert ConfigPanel autoSaving in EditorActions.getValue
|
|
5505
|
+
- [#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
|
|
5493
5506
|
- [`f73b500ffa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f73b500ffa) - ED-10681 API for dismiss typeahead
|
|
5494
5507
|
|
|
5495
5508
|
### Minor Changes
|
|
@@ -5549,7 +5562,7 @@
|
|
|
5549
5562
|
|
|
5550
5563
|
### Minor Changes
|
|
5551
5564
|
|
|
5552
|
-
- [`8904f49fe0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8904f49fe0) - [EDM-1235] Add Display URL option
|
|
5565
|
+
- [#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
|
|
5553
5566
|
- [`88e836d94d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88e836d94d) - ED-10462 Disabled linking keyboard shortcut for video
|
|
5554
5567
|
- [`a41378f853`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a41378f853) - Refactor & fix few cases of unsupported node attributes:
|
|
5555
5568
|
|
|
@@ -5610,26 +5623,26 @@
|
|
|
5610
5623
|
|
|
5611
5624
|
### Patch Changes
|
|
5612
5625
|
|
|
5613
|
-
- [`34674fa4cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34674fa4cd) - [ux] ED-10780 removed the threshold that enabled responsive changes
|
|
5626
|
+
- [#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
|
|
5614
5627
|
|
|
5615
5628
|
## 131.0.9
|
|
5616
5629
|
|
|
5617
5630
|
### Patch Changes
|
|
5618
5631
|
|
|
5619
|
-
- [`ac54a7870c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac54a7870c) - Remove extraneous dependencies rule suppression
|
|
5632
|
+
- [#5725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5725) [`ac54a7870c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac54a7870c) - Remove extraneous dependencies rule suppression
|
|
5620
5633
|
|
|
5621
5634
|
## 131.0.8
|
|
5622
5635
|
|
|
5623
5636
|
### Patch Changes
|
|
5624
5637
|
|
|
5625
|
-
- [`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.
|
|
5638
|
+
- [#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.
|
|
5626
5639
|
- Updated dependencies
|
|
5627
5640
|
|
|
5628
5641
|
## 131.0.7
|
|
5629
5642
|
|
|
5630
5643
|
### Patch Changes
|
|
5631
5644
|
|
|
5632
|
-
- [`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.
|
|
5645
|
+
- [#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.
|
|
5633
5646
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
5634
5647
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
5635
5648
|
- Updated dependencies
|
|
@@ -5638,13 +5651,13 @@
|
|
|
5638
5651
|
|
|
5639
5652
|
### Patch Changes
|
|
5640
5653
|
|
|
5641
|
-
- [`91854cd5b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91854cd5b6) - ED-10645 Fix not being able to change dates in some collab sessions
|
|
5654
|
+
- [#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
|
|
5642
5655
|
|
|
5643
5656
|
## 131.0.5
|
|
5644
5657
|
|
|
5645
5658
|
### Patch Changes
|
|
5646
5659
|
|
|
5647
|
-
- [`9a055964a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a055964a3) - ED-10628 Re-enable single click selection on mobile
|
|
5660
|
+
- [#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
|
|
5648
5661
|
|
|
5649
5662
|
Long press selection is temporarily blocked, so we will re-enable single click selection for now
|
|
5650
5663
|
|
|
@@ -5652,33 +5665,33 @@
|
|
|
5652
5665
|
|
|
5653
5666
|
### Patch Changes
|
|
5654
5667
|
|
|
5655
|
-
- [`9798ad1405`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9798ad1405) - Remove deep import paths of dependencies in TS declaration files
|
|
5668
|
+
- [#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
|
|
5656
5669
|
- Updated dependencies
|
|
5657
5670
|
|
|
5658
5671
|
## 131.0.3
|
|
5659
5672
|
|
|
5660
5673
|
### Patch Changes
|
|
5661
5674
|
|
|
5662
|
-
- [`e27286a0f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e27286a0f1) - Fix unable to change a date inside a table
|
|
5675
|
+
- [#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
|
|
5663
5676
|
|
|
5664
5677
|
## 131.0.2
|
|
5665
5678
|
|
|
5666
5679
|
### Patch Changes
|
|
5667
5680
|
|
|
5668
|
-
- [`a1969c1be1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1969c1be1) - [ux] Deduplicate items from the Cmd+k search result
|
|
5681
|
+
- [#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
|
|
5669
5682
|
|
|
5670
5683
|
## 131.0.1
|
|
5671
5684
|
|
|
5672
5685
|
### Patch Changes
|
|
5673
5686
|
|
|
5674
|
-
- [`2ac834240e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ac834240e) - Undo analytics-next file restructure to allow external ts definitions to continue working
|
|
5687
|
+
- [#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
|
|
5675
5688
|
- Updated dependencies
|
|
5676
5689
|
|
|
5677
5690
|
## 131.0.0
|
|
5678
5691
|
|
|
5679
5692
|
### Major Changes
|
|
5680
5693
|
|
|
5681
|
-
- [`dd849c6a0c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd849c6a0c) - [ED-9500] Removes sendDataOnViewUpdated property from EditorProps.
|
|
5694
|
+
- [#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.
|
|
5682
5695
|
|
|
5683
5696
|
# BREAKING CHANGE:
|
|
5684
5697
|
|
|
@@ -5845,27 +5858,27 @@
|
|
|
5845
5858
|
|
|
5846
5859
|
### Patch Changes
|
|
5847
5860
|
|
|
5848
|
-
- [`f3698d4c2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3698d4c2d) - only render smart-card when react context is ready
|
|
5861
|
+
- [#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
|
|
5849
5862
|
- Updated dependencies
|
|
5850
5863
|
|
|
5851
5864
|
## 129.0.2
|
|
5852
5865
|
|
|
5853
5866
|
### Patch Changes
|
|
5854
5867
|
|
|
5855
|
-
- [`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.
|
|
5868
|
+
- [#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.
|
|
5856
5869
|
|
|
5857
5870
|
## 129.0.1
|
|
5858
5871
|
|
|
5859
5872
|
### Patch Changes
|
|
5860
5873
|
|
|
5861
|
-
- [`383bdfb201`](https://bitbucket.org/atlassian/atlassian-frontend/commits/383bdfb201) - Updated VR test
|
|
5874
|
+
- [#4455](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4455) [`383bdfb201`](https://bitbucket.org/atlassian/atlassian-frontend/commits/383bdfb201) - Updated VR test
|
|
5862
5875
|
- Updated dependencies
|
|
5863
5876
|
|
|
5864
5877
|
## 129.0.0
|
|
5865
5878
|
|
|
5866
5879
|
### Major Changes
|
|
5867
5880
|
|
|
5868
|
-
- [`94ac6099e2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/94ac6099e2) - Rename FieldResolver to CustomFieldResolver
|
|
5881
|
+
- [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424) [`94ac6099e2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/94ac6099e2) - Rename FieldResolver to CustomFieldResolver
|
|
5869
5882
|
- [`2914e9ec0a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2914e9ec0a) - Change EditorManifest generic to propagate instead of defaulting to any
|
|
5870
5883
|
|
|
5871
5884
|
### Minor Changes
|
|
@@ -6000,7 +6013,7 @@
|
|
|
6000
6013
|
|
|
6001
6014
|
### Patch Changes
|
|
6002
6015
|
|
|
6003
|
-
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
6016
|
+
- [#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
|
|
6004
6017
|
|
|
6005
6018
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
6006
6019
|
to prevent duplicates of tslib being bundled.
|
|
@@ -6009,13 +6022,13 @@
|
|
|
6009
6022
|
|
|
6010
6023
|
### Patch Changes
|
|
6011
6024
|
|
|
6012
|
-
- [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
|
|
6025
|
+
- [#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
|
|
6013
6026
|
|
|
6014
6027
|
## 128.0.0
|
|
6015
6028
|
|
|
6016
6029
|
### Major Changes
|
|
6017
6030
|
|
|
6018
|
-
- [`68ca47f536`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68ca47f536) - ED-9145: Remove analyticsHandler prop.
|
|
6031
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823) [`68ca47f536`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68ca47f536) - ED-9145: Remove analyticsHandler prop.
|
|
6019
6032
|
|
|
6020
6033
|
We have removed the prop `analyticsHandler` from the `Editor` component, as these events are no longer tracked.
|
|
6021
6034
|
|
|
@@ -6088,25 +6101,25 @@
|
|
|
6088
6101
|
|
|
6089
6102
|
### Patch Changes
|
|
6090
6103
|
|
|
6091
|
-
- [`f3749628bb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3749628bb) - CEMS-1258: Fixing misaligned Sticky header cells on tables with merged cells
|
|
6104
|
+
- [#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
|
|
6092
6105
|
|
|
6093
6106
|
## 127.0.2
|
|
6094
6107
|
|
|
6095
6108
|
### Patch Changes
|
|
6096
6109
|
|
|
6097
|
-
- [`64abcd247b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64abcd247b) - CEMS-1231 make table contents align with row controls with sticky headers
|
|
6110
|
+
- [#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
|
|
6098
6111
|
|
|
6099
6112
|
## 127.0.1
|
|
6100
6113
|
|
|
6101
6114
|
### Patch Changes
|
|
6102
6115
|
|
|
6103
|
-
- [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
|
|
6116
|
+
- [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369) [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
|
|
6104
6117
|
|
|
6105
6118
|
## 127.0.0
|
|
6106
6119
|
|
|
6107
6120
|
### Major Changes
|
|
6108
6121
|
|
|
6109
|
-
- [`6e5c32935a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e5c32935a) - Remove deprecated flag allowUnsupportedContent and enable by default
|
|
6122
|
+
- [#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
|
|
6110
6123
|
- [`35be24c587`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35be24c587) - ED-9344: avoid toolbar layout shift in comment appearance
|
|
6111
6124
|
|
|
6112
6125
|
### Minor Changes
|
|
@@ -6194,13 +6207,13 @@
|
|
|
6194
6207
|
|
|
6195
6208
|
### Patch Changes
|
|
6196
6209
|
|
|
6197
|
-
- [`d218cac0a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d218cac0a3) - ED-9816 fix: create appropriate item for image upload
|
|
6210
|
+
- [#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
|
|
6198
6211
|
|
|
6199
6212
|
## 126.0.0
|
|
6200
6213
|
|
|
6201
6214
|
### Major Changes
|
|
6202
6215
|
|
|
6203
|
-
- [`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.
|
|
6216
|
+
- [#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.
|
|
6204
6217
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
6205
6218
|
|
|
6206
6219
|
### Patch Changes
|
|
@@ -6211,7 +6224,7 @@
|
|
|
6211
6224
|
|
|
6212
6225
|
### Minor Changes
|
|
6213
6226
|
|
|
6214
|
-
- [`64d75b8f7e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64d75b8f7e) - Call getFieldsDefinition with extension parameters
|
|
6227
|
+
- [#2763](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2763) [`64d75b8f7e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64d75b8f7e) - Call getFieldsDefinition with extension parameters
|
|
6215
6228
|
- [`a602a1a359`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a602a1a359) - [FM-3814] Enables the mobile bridge to add two new blocks items: divider and expand
|
|
6216
6229
|
|
|
6217
6230
|
### Patch Changes
|
|
@@ -6262,13 +6275,13 @@
|
|
|
6262
6275
|
|
|
6263
6276
|
### Patch Changes
|
|
6264
6277
|
|
|
6265
|
-
- [`8566522867`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8566522867) - ED-9613 fix: prevent Android from closing keyboard when clicking placeholder-text
|
|
6278
|
+
- [#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
|
|
6266
6279
|
|
|
6267
6280
|
## 125.0.0
|
|
6268
6281
|
|
|
6269
6282
|
### Major Changes
|
|
6270
6283
|
|
|
6271
|
-
- [`b0df4dc455`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0df4dc455) - NO-ISSUE refactor: make ContextPanel.visible required
|
|
6284
|
+
- [#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
|
|
6272
6285
|
NO-ISSUE perf: do not trigger context panel state transition on textinput
|
|
6273
6286
|
|
|
6274
6287
|
### Minor Changes
|
|
@@ -6328,37 +6341,37 @@
|
|
|
6328
6341
|
|
|
6329
6342
|
### Patch Changes
|
|
6330
6343
|
|
|
6331
|
-
- [`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update translation files via Traduki build
|
|
6344
|
+
- [#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
|
|
6332
6345
|
|
|
6333
6346
|
## 124.0.4
|
|
6334
6347
|
|
|
6335
6348
|
### Patch Changes
|
|
6336
6349
|
|
|
6337
|
-
- [`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)
|
|
6350
|
+
- [#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)
|
|
6338
6351
|
|
|
6339
6352
|
## 124.0.3
|
|
6340
6353
|
|
|
6341
6354
|
### Patch Changes
|
|
6342
6355
|
|
|
6343
|
-
- [`455e383cda`](https://bitbucket.org/atlassian/atlassian-frontend/commits/455e383cda) - Use IntersectionObserver in smart-card to detect when a link enters the viewport
|
|
6356
|
+
- [#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
|
|
6344
6357
|
|
|
6345
6358
|
## 124.0.2
|
|
6346
6359
|
|
|
6347
6360
|
### Patch Changes
|
|
6348
6361
|
|
|
6349
|
-
- [`2cfef4d0fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cfef4d0fa) - HOTFIX ED-9621 Forge extensions are not appearing in quick insert menu
|
|
6362
|
+
- [#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
|
|
6350
6363
|
|
|
6351
6364
|
## 124.0.1
|
|
6352
6365
|
|
|
6353
6366
|
### Patch Changes
|
|
6354
6367
|
|
|
6355
|
-
- [`4560b65a4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4560b65a4f) - upgrade react-transition-group to latest
|
|
6368
|
+
- [#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
|
|
6356
6369
|
|
|
6357
6370
|
## 124.0.0
|
|
6358
6371
|
|
|
6359
6372
|
### Major Changes
|
|
6360
6373
|
|
|
6361
|
-
- [`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
|
|
6374
|
+
- [#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
|
|
6362
6375
|
|
|
6363
6376
|
Products were trying to solve transition issues on their side and it was causing issues when plugins tried to open the context panel.
|
|
6364
6377
|
This change will override any limitation we had before, taking control of the panel independent of existing panels.
|
|
@@ -6505,25 +6518,25 @@
|
|
|
6505
6518
|
|
|
6506
6519
|
### Patch Changes
|
|
6507
6520
|
|
|
6508
|
-
- [`e1fae67451`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e1fae67451) - ED-9365 fix: fully feature-flag performance tracking
|
|
6521
|
+
- [#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
|
|
6509
6522
|
|
|
6510
6523
|
## 123.0.4
|
|
6511
6524
|
|
|
6512
6525
|
### Patch Changes
|
|
6513
6526
|
|
|
6514
|
-
- [`649f69b6d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/649f69b6d7) - Patch all packages that are used by confluence that have a broken es2019 dist
|
|
6527
|
+
- [#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
|
|
6515
6528
|
|
|
6516
6529
|
## 123.0.3
|
|
6517
6530
|
|
|
6518
6531
|
### Patch Changes
|
|
6519
6532
|
|
|
6520
|
-
- [`05aafbffcb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05aafbffcb) - ED-9234 Fix date picker remaining open when date node moved or deleted
|
|
6533
|
+
- [#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
|
|
6521
6534
|
|
|
6522
6535
|
## 123.0.2
|
|
6523
6536
|
|
|
6524
6537
|
### Patch Changes
|
|
6525
6538
|
|
|
6526
|
-
- [`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
|
|
6539
|
+
- [#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
|
|
6527
6540
|
|
|
6528
6541
|
## 123.0.1
|
|
6529
6542
|
|
|
@@ -6535,7 +6548,7 @@
|
|
|
6535
6548
|
|
|
6536
6549
|
### Major Changes
|
|
6537
6550
|
|
|
6538
|
-
- [`e97f14eade`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e97f14eade) - ED-9155: Rename prop `extensionParams` to `node` in the extensions api v2
|
|
6551
|
+
- [#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
|
|
6539
6552
|
|
|
6540
6553
|
### Minor Changes
|
|
6541
6554
|
|