@atlaskit/renderer 108.15.4 → 108.15.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 +169 -163
- package/dist/cjs/react/nodes/mediaSingle/index.js +21 -7
- package/dist/cjs/ui/Renderer/index.js +1 -1
- package/dist/es2019/react/nodes/mediaSingle/index.js +22 -8
- package/dist/es2019/ui/Renderer/index.js +1 -1
- package/dist/esm/react/nodes/mediaSingle/index.js +22 -8
- package/dist/esm/ui/Renderer/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/renderer
|
|
2
2
|
|
|
3
|
+
## 108.15.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#40666](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40666) [`77537cc2f90`](https://bitbucket.org/atlassian/atlassian-frontend/commits/77537cc2f90) - ED-20094-fix-media-SSR
|
|
8
|
+
|
|
3
9
|
## 108.15.4
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -10,26 +16,26 @@
|
|
|
10
16
|
|
|
11
17
|
### Patch Changes
|
|
12
18
|
|
|
13
|
-
- [`1b31bd53b23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b31bd53b23) - [ux] [ECA11Y-89] Added aria-label for sortable table header cell button
|
|
19
|
+
- [#40454](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40454) [`1b31bd53b23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b31bd53b23) - [ux] [ECA11Y-89] Added aria-label for sortable table header cell button
|
|
14
20
|
|
|
15
21
|
## 108.15.2
|
|
16
22
|
|
|
17
23
|
### Patch Changes
|
|
18
24
|
|
|
19
|
-
- [`ae2c0db7186`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae2c0db7186) - Add datasource failed analytic events to card fallback error boundary
|
|
25
|
+
- [#40478](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40478) [`ae2c0db7186`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae2c0db7186) - Add datasource failed analytic events to card fallback error boundary
|
|
20
26
|
- Updated dependencies
|
|
21
27
|
|
|
22
28
|
## 108.15.1
|
|
23
29
|
|
|
24
30
|
### Patch Changes
|
|
25
31
|
|
|
26
|
-
- [`05b9c2db1dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05b9c2db1dc) - [ux] Increase visibility of table scroll shadows
|
|
32
|
+
- [#40231](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40231) [`05b9c2db1dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05b9c2db1dc) - [ux] Increase visibility of table scroll shadows
|
|
27
33
|
|
|
28
34
|
## 108.15.0
|
|
29
35
|
|
|
30
36
|
### Minor Changes
|
|
31
37
|
|
|
32
|
-
- [`e4721cc5a3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4721cc5a3f) - Make issue count clickable
|
|
38
|
+
- [#40408](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40408) [`e4721cc5a3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4721cc5a3f) - Make issue count clickable
|
|
33
39
|
|
|
34
40
|
### Patch Changes
|
|
35
41
|
|
|
@@ -39,20 +45,20 @@
|
|
|
39
45
|
|
|
40
46
|
### Minor Changes
|
|
41
47
|
|
|
42
|
-
- [`fd3a855ab5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd3a855ab5a) - [ED-19844] Add trailing telepointer logic to renderer behind feature flag
|
|
48
|
+
- [#40451](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40451) [`fd3a855ab5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd3a855ab5a) - [ED-19844] Add trailing telepointer logic to renderer behind feature flag
|
|
43
49
|
|
|
44
50
|
## 108.13.1
|
|
45
51
|
|
|
46
52
|
### Patch Changes
|
|
47
53
|
|
|
48
|
-
- [`c7f60374a72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7f60374a72) - The ReactSerializer will now re-render when the passed extensionHandlers changes. This is avoid SSR pages with dynamic macros breaking when re-renders is reduced. Add safety catch tests to avoid future breakages.
|
|
54
|
+
- [#40237](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40237) [`c7f60374a72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7f60374a72) - The ReactSerializer will now re-render when the passed extensionHandlers changes. This is avoid SSR pages with dynamic macros breaking when re-renders is reduced. Add safety catch tests to avoid future breakages.
|
|
49
55
|
- Updated dependencies
|
|
50
56
|
|
|
51
57
|
## 108.13.0
|
|
52
58
|
|
|
53
59
|
### Minor Changes
|
|
54
60
|
|
|
55
|
-
- [`3d5a4dfddba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d5a4dfddba) - Make Smart Card frameStyle for embeds configurable via `@atlaskit/renderer`
|
|
61
|
+
- [#40052](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40052) [`3d5a4dfddba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d5a4dfddba) - Make Smart Card frameStyle for embeds configurable via `@atlaskit/renderer`
|
|
56
62
|
|
|
57
63
|
### Patch Changes
|
|
58
64
|
|
|
@@ -62,52 +68,52 @@
|
|
|
62
68
|
|
|
63
69
|
### Minor Changes
|
|
64
70
|
|
|
65
|
-
- [`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.
|
|
71
|
+
- [#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.
|
|
66
72
|
|
|
67
73
|
## 108.11.18
|
|
68
74
|
|
|
69
75
|
### Patch Changes
|
|
70
76
|
|
|
71
|
-
- [`37c62369dae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37c62369dae) - NO-ISSUE Import doc builder types from editor-common
|
|
77
|
+
- [#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
|
|
72
78
|
|
|
73
79
|
## 108.11.17
|
|
74
80
|
|
|
75
81
|
### Patch Changes
|
|
76
82
|
|
|
77
|
-
- [`e6122bf1c9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6122bf1c9a) - MEX-2481 revert and re-introduce a new fix for media border gap issue
|
|
83
|
+
- [#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
|
|
78
84
|
- Updated dependencies
|
|
79
85
|
|
|
80
86
|
## 108.11.16
|
|
81
87
|
|
|
82
88
|
### Patch Changes
|
|
83
89
|
|
|
84
|
-
- [`b821b2d7ac1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b821b2d7ac1) - Fix issue where tables with no column widths would render at their layout value when nested inside another node, render tables with no column widths in this scenario so they scale with the parent node.
|
|
90
|
+
- [#39892](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39892) [`b821b2d7ac1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b821b2d7ac1) - Fix issue where tables with no column widths would render at their layout value when nested inside another node, render tables with no column widths in this scenario so they scale with the parent node.
|
|
85
91
|
|
|
86
92
|
## 108.11.15
|
|
87
93
|
|
|
88
94
|
### Patch Changes
|
|
89
95
|
|
|
90
|
-
- [`2325dd0eb57`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2325dd0eb57) - fix width issue on initial load
|
|
96
|
+
- [#39656](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39656) [`2325dd0eb57`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2325dd0eb57) - fix width issue on initial load
|
|
91
97
|
|
|
92
98
|
## 108.11.14
|
|
93
99
|
|
|
94
100
|
### Patch Changes
|
|
95
101
|
|
|
96
|
-
- [`aeb5c9a01e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeb5c9a01e8) - Delete adf-schema from AFE and rely on npm package for adf-schema
|
|
102
|
+
- [#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
|
|
97
103
|
- [`4b4dcfe0bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b4dcfe0bba) - Delete adf-schema, use published version
|
|
98
104
|
|
|
99
105
|
## 108.11.13
|
|
100
106
|
|
|
101
107
|
### Patch Changes
|
|
102
108
|
|
|
103
|
-
- [`c06bb97591a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c06bb97591a) - [ED-19023] Add distorted duration to TTI event (tracking tab visibility)
|
|
109
|
+
- [#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)
|
|
104
110
|
- Updated dependencies
|
|
105
111
|
|
|
106
112
|
## 108.11.12
|
|
107
113
|
|
|
108
114
|
### Patch Changes
|
|
109
115
|
|
|
110
|
-
- [`7b6a2c6671b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b6a2c6671b) - Introducing 'media-state' for handling media internal file state.
|
|
116
|
+
- [#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.
|
|
111
117
|
Introducing 'media-client-react' to provide hooks for seamless media-client integration with React.
|
|
112
118
|
Introducing 'MediaCardV2' with a feature flag to replace rxjs based fileState subscription with 'useFileState' hook.
|
|
113
119
|
Removed unused feature flags APIs from 'media-client' and its helper functions from 'media-common'.
|
|
@@ -117,28 +123,28 @@
|
|
|
117
123
|
|
|
118
124
|
### Patch Changes
|
|
119
125
|
|
|
120
|
-
- [`e0de9e09b5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0de9e09b5f) - Use table container width when calculating column widths to scale down, in renderer. Behind feature flag platform.editor.custom-table-width-scale-down-undefined-column_nkyvx
|
|
126
|
+
- [#39454](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39454) [`e0de9e09b5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0de9e09b5f) - Use table container width when calculating column widths to scale down, in renderer. Behind feature flag platform.editor.custom-table-width-scale-down-undefined-column_nkyvx
|
|
121
127
|
- Updated dependencies
|
|
122
128
|
|
|
123
129
|
## 108.11.10
|
|
124
130
|
|
|
125
131
|
### Patch Changes
|
|
126
132
|
|
|
127
|
-
- [`b4b0b6fa972`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4b0b6fa972) - Include hash when calling FF platform.editor.custom-table-width-scale-down-undefined-column_nkyvx
|
|
133
|
+
- [#39311](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39311) [`b4b0b6fa972`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4b0b6fa972) - Include hash when calling FF platform.editor.custom-table-width-scale-down-undefined-column_nkyvx
|
|
128
134
|
- Updated dependencies
|
|
129
135
|
|
|
130
136
|
## 108.11.9
|
|
131
137
|
|
|
132
138
|
### Patch Changes
|
|
133
139
|
|
|
134
|
-
- [`3fa17b4c298`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fa17b4c298) - Update type definitions to conform to changes within `@types/react@16.14.15`.
|
|
140
|
+
- [#39127](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39127) [`3fa17b4c298`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fa17b4c298) - Update type definitions to conform to changes within `@types/react@16.14.15`.
|
|
135
141
|
- Updated dependencies
|
|
136
142
|
|
|
137
143
|
## 108.11.8
|
|
138
144
|
|
|
139
145
|
### Patch Changes
|
|
140
146
|
|
|
141
|
-
- [`33cb07de05f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cb07de05f) - change adf-schema to fixed versioning
|
|
147
|
+
- [#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
|
|
142
148
|
|
|
143
149
|
## 108.11.7
|
|
144
150
|
|
|
@@ -150,14 +156,14 @@
|
|
|
150
156
|
|
|
151
157
|
### Patch Changes
|
|
152
158
|
|
|
153
|
-
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
159
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
154
160
|
- Updated dependencies
|
|
155
161
|
|
|
156
162
|
## 108.11.5
|
|
157
163
|
|
|
158
164
|
### Patch Changes
|
|
159
165
|
|
|
160
|
-
- [`41e6188b408`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41e6188b408) - [ux] add scale down to undefined table in custom table width
|
|
166
|
+
- [#38554](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38554) [`41e6188b408`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41e6188b408) - [ux] add scale down to undefined table in custom table width
|
|
161
167
|
- Updated dependencies
|
|
162
168
|
|
|
163
169
|
## 108.11.4
|
|
@@ -176,19 +182,19 @@
|
|
|
176
182
|
|
|
177
183
|
### Patch Changes
|
|
178
184
|
|
|
179
|
-
- [`32f9d24dcdb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32f9d24dcdb) - Improve table renderer resizing performance.
|
|
185
|
+
- [#38451](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38451) [`32f9d24dcdb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32f9d24dcdb) - Improve table renderer resizing performance.
|
|
180
186
|
|
|
181
187
|
## 108.11.1
|
|
182
188
|
|
|
183
189
|
### Patch Changes
|
|
184
190
|
|
|
185
|
-
- [`39099193642`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39099193642) - Cleanup breakout styling when table has fragment mark ff
|
|
191
|
+
- [#38344](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38344) [`39099193642`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39099193642) - Cleanup breakout styling when table has fragment mark ff
|
|
186
192
|
|
|
187
193
|
## 108.11.0
|
|
188
194
|
|
|
189
195
|
### Minor Changes
|
|
190
196
|
|
|
191
|
-
- [`0ea10bbad32`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ea10bbad32) - Export type StickyHeaderProps for usages in CFE
|
|
197
|
+
- [#38273](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38273) [`0ea10bbad32`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ea10bbad32) - Export type StickyHeaderProps for usages in CFE
|
|
192
198
|
|
|
193
199
|
## 108.10.1
|
|
194
200
|
|
|
@@ -200,7 +206,7 @@
|
|
|
200
206
|
|
|
201
207
|
### Minor Changes
|
|
202
208
|
|
|
203
|
-
- [`b9a083dc04d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9a083dc04d) - [ux] Adds error boundaries specific to datasource in editor and renderer. Fallback to unsupported block if no url or inline if url
|
|
209
|
+
- [#37644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37644) [`b9a083dc04d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9a083dc04d) - [ux] Adds error boundaries specific to datasource in editor and renderer. Fallback to unsupported block if no url or inline if url
|
|
204
210
|
|
|
205
211
|
## 108.9.1
|
|
206
212
|
|
|
@@ -212,7 +218,7 @@
|
|
|
212
218
|
|
|
213
219
|
### Minor Changes
|
|
214
220
|
|
|
215
|
-
- [`8695abdde8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8695abdde8e) - [ED-18289] Clean-up Editor Sentry feature flag
|
|
221
|
+
- [#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
|
|
216
222
|
|
|
217
223
|
### Patch Changes
|
|
218
224
|
|
|
@@ -234,7 +240,7 @@
|
|
|
234
240
|
|
|
235
241
|
### Patch Changes
|
|
236
242
|
|
|
237
|
-
- [`35dbae44050`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35dbae44050) - [ux] [ED-19225] fix width of numbered column in table for renderer
|
|
243
|
+
- [#37790](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37790) [`35dbae44050`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35dbae44050) - [ux] [ED-19225] fix width of numbered column in table for renderer
|
|
238
244
|
|
|
239
245
|
## 108.8.9
|
|
240
246
|
|
|
@@ -246,13 +252,13 @@
|
|
|
246
252
|
|
|
247
253
|
### Patch Changes
|
|
248
254
|
|
|
249
|
-
- [`02d1ab1d57d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02d1ab1d57d) - Improve DnD Experience in Datasource Table view
|
|
255
|
+
- [#37505](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37505) [`02d1ab1d57d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02d1ab1d57d) - Improve DnD Experience in Datasource Table view
|
|
250
256
|
|
|
251
257
|
## 108.8.7
|
|
252
258
|
|
|
253
259
|
### Patch Changes
|
|
254
260
|
|
|
255
|
-
- [`2babc4663c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2babc4663c5) - Fix unnecessary table scaling in Renderer
|
|
261
|
+
- [#37659](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37659) [`2babc4663c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2babc4663c5) - Fix unnecessary table scaling in Renderer
|
|
256
262
|
|
|
257
263
|
## 108.8.6
|
|
258
264
|
|
|
@@ -264,7 +270,7 @@
|
|
|
264
270
|
|
|
265
271
|
### Patch Changes
|
|
266
272
|
|
|
267
|
-
- [`4e6f1bf8511`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6f1bf8511) - [ED-19233] Import prosemirror libraries from internal facade package
|
|
273
|
+
- [#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
|
|
268
274
|
|
|
269
275
|
## 108.8.4
|
|
270
276
|
|
|
@@ -276,13 +282,13 @@
|
|
|
276
282
|
|
|
277
283
|
### Patch Changes
|
|
278
284
|
|
|
279
|
-
- [`b9355830504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9355830504) - Opt out of peer dependency enforcement
|
|
285
|
+
- [#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
|
|
280
286
|
|
|
281
287
|
## 108.8.2
|
|
282
288
|
|
|
283
289
|
### Patch Changes
|
|
284
290
|
|
|
285
|
-
- [`7639c62cc20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7639c62cc20) - [ED-18776] Use local media types to avoid circular dependencies in renderer
|
|
291
|
+
- [#37281](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37281) [`7639c62cc20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7639c62cc20) - [ED-18776] Use local media types to avoid circular dependencies in renderer
|
|
286
292
|
|
|
287
293
|
## 108.8.1
|
|
288
294
|
|
|
@@ -294,7 +300,7 @@
|
|
|
294
300
|
|
|
295
301
|
### Minor Changes
|
|
296
302
|
|
|
297
|
-
- [`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
|
|
303
|
+
- [#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
|
|
298
304
|
|
|
299
305
|
### Patch Changes
|
|
300
306
|
|
|
@@ -304,37 +310,37 @@
|
|
|
304
310
|
|
|
305
311
|
### Patch Changes
|
|
306
312
|
|
|
307
|
-
- [`3e0e943a837`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3e0e943a837) - [ux] Fix size issue for image with border in renderer
|
|
313
|
+
- [#37283](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37283) [`3e0e943a837`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3e0e943a837) - [ux] Fix size issue for image with border in renderer
|
|
308
314
|
|
|
309
315
|
## 108.7.4
|
|
310
316
|
|
|
311
317
|
### Patch Changes
|
|
312
318
|
|
|
313
|
-
- [`5057217ab16`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5057217ab16) - [ux] Fix border cutoff on renderer for linked images
|
|
319
|
+
- [#37260](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37260) [`5057217ab16`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5057217ab16) - [ux] Fix border cutoff on renderer for linked images
|
|
314
320
|
|
|
315
321
|
## 108.7.3
|
|
316
322
|
|
|
317
323
|
### Patch Changes
|
|
318
324
|
|
|
319
|
-
- [`e7ed90bad7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ed90bad7c) - Use renderer appearance to use custom width
|
|
325
|
+
- [#36960](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36960) [`e7ed90bad7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ed90bad7c) - Use renderer appearance to use custom width
|
|
320
326
|
|
|
321
327
|
## 108.7.2
|
|
322
328
|
|
|
323
329
|
### Patch Changes
|
|
324
330
|
|
|
325
|
-
- [`3fb20c4aeba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb20c4aeba) - Add postinstall check to enforce internal peer dependencies
|
|
331
|
+
- [#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
|
|
326
332
|
|
|
327
333
|
## 108.7.1
|
|
328
334
|
|
|
329
335
|
### Patch Changes
|
|
330
336
|
|
|
331
|
-
- [`4fe49c40988`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4fe49c40988) - [ux] ED-18966 fix default table in renderer full-width appearance mode
|
|
337
|
+
- [#36968](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36968) [`4fe49c40988`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4fe49c40988) - [ux] ED-18966 fix default table in renderer full-width appearance mode
|
|
332
338
|
|
|
333
339
|
## 108.7.0
|
|
334
340
|
|
|
335
341
|
### Minor Changes
|
|
336
342
|
|
|
337
|
-
- [`5f028fb62a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f028fb62a1) - ED-19038 added mediaSingle.widthType support to renderer.
|
|
343
|
+
- [#36801](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36801) [`5f028fb62a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f028fb62a1) - ED-19038 added mediaSingle.widthType support to renderer.
|
|
338
344
|
|
|
339
345
|
### Patch Changes
|
|
340
346
|
|
|
@@ -344,58 +350,58 @@
|
|
|
344
350
|
|
|
345
351
|
### Patch Changes
|
|
346
352
|
|
|
347
|
-
- [`a46a10e8368`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a46a10e8368) - align table sticky header for custom table widths
|
|
353
|
+
- [#36835](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36835) [`a46a10e8368`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a46a10e8368) - align table sticky header for custom table widths
|
|
348
354
|
|
|
349
355
|
## 108.6.10
|
|
350
356
|
|
|
351
357
|
### Patch Changes
|
|
352
358
|
|
|
353
|
-
- [`76e2f35ef70`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76e2f35ef70) - Updated `canRenderDatasource` to use object args.
|
|
359
|
+
- [#36344](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36344) [`76e2f35ef70`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76e2f35ef70) - Updated `canRenderDatasource` to use object args.
|
|
354
360
|
- Updated dependencies
|
|
355
361
|
|
|
356
362
|
## 108.6.9
|
|
357
363
|
|
|
358
364
|
### Patch Changes
|
|
359
365
|
|
|
360
|
-
- [`4d66cb26fcb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d66cb26fcb) - Bump jsdom to ^17.0.0
|
|
366
|
+
- [#36822](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36822) [`4d66cb26fcb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d66cb26fcb) - Bump jsdom to ^17.0.0
|
|
361
367
|
- Updated dependencies
|
|
362
368
|
|
|
363
369
|
## 108.6.8
|
|
364
370
|
|
|
365
371
|
### Patch Changes
|
|
366
372
|
|
|
367
|
-
- [`776a88442e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/776a88442e4) - [ux] When on mobile, the datasources will fallback to inline smartcard views.
|
|
373
|
+
- [#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.
|
|
368
374
|
|
|
369
375
|
## 108.6.7
|
|
370
376
|
|
|
371
377
|
### Patch Changes
|
|
372
378
|
|
|
373
|
-
- [`caa8dc8e5f5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/caa8dc8e5f5) - ED-18758:Making the box-shadow used in table with sticky headers consistent in light theme to original
|
|
379
|
+
- [#36777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36777) [`caa8dc8e5f5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/caa8dc8e5f5) - ED-18758:Making the box-shadow used in table with sticky headers consistent in light theme to original
|
|
374
380
|
|
|
375
381
|
## 108.6.6
|
|
376
382
|
|
|
377
383
|
### Patch Changes
|
|
378
384
|
|
|
379
|
-
- [`202f8c2ee69`](https://bitbucket.org/atlassian/atlassian-frontend/commits/202f8c2ee69) - The changes here adds support for datasource feature flag for rollout.
|
|
385
|
+
- [#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.
|
|
380
386
|
|
|
381
387
|
## 108.6.5
|
|
382
388
|
|
|
383
389
|
### Patch Changes
|
|
384
390
|
|
|
385
|
-
- [`f486dbd535c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f486dbd535c) - MEX-2481 Fix minor gap between image and border
|
|
391
|
+
- [#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
|
|
386
392
|
- Updated dependencies
|
|
387
393
|
|
|
388
394
|
## 108.6.4
|
|
389
395
|
|
|
390
396
|
### Patch Changes
|
|
391
397
|
|
|
392
|
-
- [`0d603996f7f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d603996f7f) - [ux] TSLA-609 update code block wrap button and copy button to work in dark/light theme by adding back the wrapper element behind the buttons.
|
|
398
|
+
- [#35173](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35173) [`0d603996f7f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d603996f7f) - [ux] TSLA-609 update code block wrap button and copy button to work in dark/light theme by adding back the wrapper element behind the buttons.
|
|
393
399
|
|
|
394
400
|
## 108.6.3
|
|
395
401
|
|
|
396
402
|
### Patch Changes
|
|
397
403
|
|
|
398
|
-
- [`5f5ba16de66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f5ba16de66) - [ED-13910] Fix prosemirror types
|
|
404
|
+
- [#36241](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36241) [`5f5ba16de66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f5ba16de66) - [ED-13910] Fix prosemirror types
|
|
399
405
|
|
|
400
406
|
## 108.6.2
|
|
401
407
|
|
|
@@ -407,17 +413,17 @@
|
|
|
407
413
|
|
|
408
414
|
### Patch Changes
|
|
409
415
|
|
|
410
|
-
- [`a8428f91c64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a8428f91c64) - Block introduction of enzyme tests in editor code.
|
|
416
|
+
- [#36219](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36219) [`a8428f91c64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a8428f91c64) - Block introduction of enzyme tests in editor code.
|
|
411
417
|
|
|
412
418
|
## 108.6.0
|
|
413
419
|
|
|
414
420
|
### Minor Changes
|
|
415
421
|
|
|
416
|
-
- [`cb69e6847ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb69e6847ec) - [ux] The table colgroup will always set the width to the min width when the custom-table-width flag is enabled
|
|
422
|
+
- [#35767](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35767) [`cb69e6847ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb69e6847ec) - [ux] The table colgroup will always set the width to the min width when the custom-table-width flag is enabled
|
|
417
423
|
|
|
418
424
|
### Patch Changes
|
|
419
425
|
|
|
420
|
-
- [`0c22ffc68ac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c22ffc68ac) - Fix issue where attempting to add an inline comment (annotation) on inline code nodes wrapped in bidi warnings would result in the editor crashing
|
|
426
|
+
- [#36236](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36236) [`0c22ffc68ac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c22ffc68ac) - Fix issue where attempting to add an inline comment (annotation) on inline code nodes wrapped in bidi warnings would result in the editor crashing
|
|
421
427
|
- Updated dependencies
|
|
422
428
|
|
|
423
429
|
## 108.5.1
|
|
@@ -430,7 +436,7 @@
|
|
|
430
436
|
|
|
431
437
|
### Minor Changes
|
|
432
438
|
|
|
433
|
-
- [`a1b70608039`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1b70608039) - [ux] Adds editor toolbar to link datasource component
|
|
439
|
+
- [#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
|
|
434
440
|
|
|
435
441
|
### Patch Changes
|
|
436
442
|
|
|
@@ -440,26 +446,26 @@
|
|
|
440
446
|
|
|
441
447
|
### Patch Changes
|
|
442
448
|
|
|
443
|
-
- [`a390f5a61da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a390f5a61da) - [ux] The change here enables the datasource table to render based on the layout defined in ADF.
|
|
449
|
+
- [#35176](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35176) [`a390f5a61da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a390f5a61da) - [ux] The change here enables the datasource table to render based on the layout defined in ADF.
|
|
444
450
|
|
|
445
451
|
## 108.4.2
|
|
446
452
|
|
|
447
453
|
### Patch Changes
|
|
448
454
|
|
|
449
|
-
- [`05435759325`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05435759325) - Revert ED-17462 due to scroll issue in renderer for table
|
|
455
|
+
- [#36116](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36116) [`05435759325`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05435759325) - Revert ED-17462 due to scroll issue in renderer for table
|
|
450
456
|
|
|
451
457
|
## 108.4.1
|
|
452
458
|
|
|
453
459
|
### Patch Changes
|
|
454
460
|
|
|
455
|
-
- [`9d91eb4b59b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d91eb4b59b) - MEX-2411 Remove Observed Width feature flag
|
|
461
|
+
- [#36051](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36051) [`9d91eb4b59b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d91eb4b59b) - MEX-2411 Remove Observed Width feature flag
|
|
456
462
|
- Updated dependencies
|
|
457
463
|
|
|
458
464
|
## 108.4.0
|
|
459
465
|
|
|
460
466
|
### Minor Changes
|
|
461
467
|
|
|
462
|
-
- [`5462d0142c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5462d0142c7) - [ux] Updating ORS response to include datasources and faciliating pasting JQL links turning into datasource tables
|
|
468
|
+
- [#35032](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35032) [`5462d0142c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5462d0142c7) - [ux] Updating ORS response to include datasources and faciliating pasting JQL links turning into datasource tables
|
|
463
469
|
|
|
464
470
|
### Patch Changes
|
|
465
471
|
|
|
@@ -475,32 +481,32 @@
|
|
|
475
481
|
|
|
476
482
|
### Patch Changes
|
|
477
483
|
|
|
478
|
-
- [`5e15dddfbe2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e15dddfbe2) - skip border mark if it is not a child of mediaSingle
|
|
484
|
+
- [#36011](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36011) [`5e15dddfbe2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e15dddfbe2) - skip border mark if it is not a child of mediaSingle
|
|
479
485
|
|
|
480
486
|
## 108.3.0
|
|
481
487
|
|
|
482
488
|
### Minor Changes
|
|
483
489
|
|
|
484
|
-
- [`714f16e525a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/714f16e525a) - [ux] Added blockCard integration with datasource ADFs
|
|
490
|
+
- [#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
|
|
485
491
|
|
|
486
492
|
## 108.2.6
|
|
487
493
|
|
|
488
494
|
### Patch Changes
|
|
489
495
|
|
|
490
|
-
- [`4807883cf8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4807883cf8e) - [MEX-2468] Disable Tooltip in Media Card in Hybrid Renderer
|
|
496
|
+
- [#35798](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35798) [`4807883cf8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4807883cf8e) - [MEX-2468] Disable Tooltip in Media Card in Hybrid Renderer
|
|
491
497
|
- Updated dependencies
|
|
492
498
|
|
|
493
499
|
## 108.2.5
|
|
494
500
|
|
|
495
501
|
### Patch Changes
|
|
496
502
|
|
|
497
|
-
- [`077e0fdfa41`](https://bitbucket.org/atlassian/atlassian-frontend/commits/077e0fdfa41) - [MEX-2452] Add Inline in Viewer Carousel
|
|
503
|
+
- [#35558](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35558) [`077e0fdfa41`](https://bitbucket.org/atlassian/atlassian-frontend/commits/077e0fdfa41) - [MEX-2452] Add Inline in Viewer Carousel
|
|
498
504
|
|
|
499
505
|
## 108.2.4
|
|
500
506
|
|
|
501
507
|
### Patch Changes
|
|
502
508
|
|
|
503
|
-
- [`d14653566eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d14653566eb) - Pass onClick to CardSSR component as prop
|
|
509
|
+
- [#35930](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35930) [`d14653566eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d14653566eb) - Pass onClick to CardSSR component as prop
|
|
504
510
|
|
|
505
511
|
## 108.2.3
|
|
506
512
|
|
|
@@ -512,36 +518,36 @@
|
|
|
512
518
|
|
|
513
519
|
### Patch Changes
|
|
514
520
|
|
|
515
|
-
- [`fef7f2e3676`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fef7f2e3676) - [ux] ED-17462 fix table column shriking in renderer
|
|
521
|
+
- [#34956](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34956) [`fef7f2e3676`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fef7f2e3676) - [ux] ED-17462 fix table column shriking in renderer
|
|
516
522
|
|
|
517
523
|
## 108.2.1
|
|
518
524
|
|
|
519
525
|
### Patch Changes
|
|
520
526
|
|
|
521
|
-
- [`1b8397cca2c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b8397cca2c) - [ux] Stop event from bubbling when user clicks on either the copy clipboard button or wrap button for code blocks in renderer view
|
|
527
|
+
- [#35546](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35546) [`1b8397cca2c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b8397cca2c) - [ux] Stop event from bubbling when user clicks on either the copy clipboard button or wrap button for code blocks in renderer view
|
|
522
528
|
|
|
523
529
|
## 108.2.0
|
|
524
530
|
|
|
525
531
|
### Minor Changes
|
|
526
532
|
|
|
527
|
-
- [`149b6c14e3e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/149b6c14e3e) - [ux] [ED-17634] Use the table width attribute in the renderer when platform.editor.custom-table-width FF is true
|
|
533
|
+
- [#35459](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35459) [`149b6c14e3e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/149b6c14e3e) - [ux] [ED-17634] Use the table width attribute in the renderer when platform.editor.custom-table-width FF is true
|
|
528
534
|
|
|
529
535
|
### Patch Changes
|
|
530
536
|
|
|
531
|
-
- [`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
|
|
537
|
+
- [#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
|
|
532
538
|
|
|
533
539
|
## 108.1.8
|
|
534
540
|
|
|
535
541
|
### Patch Changes
|
|
536
542
|
|
|
537
|
-
- [`f22911fb9be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f22911fb9be) - ENGHEALTH-2667: Adjust table cell color logic to enable static analysis of token usages and follow eslint rules
|
|
543
|
+
- [#34036](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34036) [`f22911fb9be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f22911fb9be) - ENGHEALTH-2667: Adjust table cell color logic to enable static analysis of token usages and follow eslint rules
|
|
538
544
|
- Updated dependencies
|
|
539
545
|
|
|
540
546
|
## 108.1.7
|
|
541
547
|
|
|
542
548
|
### Patch Changes
|
|
543
549
|
|
|
544
|
-
- [`07cc766e1ac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07cc766e1ac) - Remove conversion of width from string to number
|
|
550
|
+
- [#34954](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34954) [`07cc766e1ac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07cc766e1ac) - Remove conversion of width from string to number
|
|
545
551
|
- Updated dependencies
|
|
546
552
|
|
|
547
553
|
## 108.1.6
|
|
@@ -560,14 +566,14 @@
|
|
|
560
566
|
|
|
561
567
|
### Patch Changes
|
|
562
568
|
|
|
563
|
-
- [`bb442ced942`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb442ced942) - Remove newCardExperience feature flag
|
|
569
|
+
- [#34887](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34887) [`bb442ced942`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb442ced942) - Remove newCardExperience feature flag
|
|
564
570
|
- Updated dependencies
|
|
565
571
|
|
|
566
572
|
## 108.1.3
|
|
567
573
|
|
|
568
574
|
### Patch Changes
|
|
569
575
|
|
|
570
|
-
- [`077e086c53f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/077e086c53f) - [ux] ED-17971 Changes the color token used for table borders and background of table controls and numbered column.
|
|
576
|
+
- [#34644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34644) [`077e086c53f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/077e086c53f) - [ux] ED-17971 Changes the color token used for table borders and background of table controls and numbered column.
|
|
571
577
|
- [`65ff31a2ad4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65ff31a2ad4) - use onError prop on smart card to handle errors
|
|
572
578
|
- Updated dependencies
|
|
573
579
|
|
|
@@ -575,21 +581,21 @@
|
|
|
575
581
|
|
|
576
582
|
### Patch Changes
|
|
577
583
|
|
|
578
|
-
- [`f0b51f8f06c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f0b51f8f06c) - Fix copy paste file state for Inline Files
|
|
584
|
+
- [#34192](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34192) [`f0b51f8f06c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f0b51f8f06c) - Fix copy paste file state for Inline Files
|
|
579
585
|
- Updated dependencies
|
|
580
586
|
|
|
581
587
|
## 108.1.1
|
|
582
588
|
|
|
583
589
|
### Patch Changes
|
|
584
590
|
|
|
585
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
591
|
+
- [#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
|
|
586
592
|
- Updated dependencies
|
|
587
593
|
|
|
588
594
|
## 108.1.0
|
|
589
595
|
|
|
590
596
|
### Minor Changes
|
|
591
597
|
|
|
592
|
-
- [`6bc52e5a406`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6bc52e5a406) - [ED-17687] Capture errors caught in error boundaries in Sentry
|
|
598
|
+
- [#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
|
|
593
599
|
- [`7faffcf8450`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7faffcf8450) - Add location attribute to smard link related componentes in renderer (link, inlinecard, embedcard, blockcard)
|
|
594
600
|
|
|
595
601
|
### Patch Changes
|
|
@@ -604,14 +610,14 @@
|
|
|
604
610
|
|
|
605
611
|
### Patch Changes
|
|
606
612
|
|
|
607
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
613
|
+
- [#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`
|
|
608
614
|
- Updated dependencies
|
|
609
615
|
|
|
610
616
|
## 108.0.0
|
|
611
617
|
|
|
612
618
|
### Minor Changes
|
|
613
619
|
|
|
614
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
620
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
615
621
|
|
|
616
622
|
### Patch Changes
|
|
617
623
|
|
|
@@ -621,7 +627,7 @@
|
|
|
621
627
|
|
|
622
628
|
### Patch Changes
|
|
623
629
|
|
|
624
|
-
- [`0ffb55018c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ffb55018c9) - Revert "[ED-17172] Bumped prosemirror-view from 1.23.2 to 1.23.7 and removed work-around for fixed issues"
|
|
630
|
+
- [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004) [`0ffb55018c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ffb55018c9) - Revert "[ED-17172] Bumped prosemirror-view from 1.23.2 to 1.23.7 and removed work-around for fixed issues"
|
|
625
631
|
- [`be610dca836`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be610dca836) - [ux] replace deprecated placeholder theme with tokens
|
|
626
632
|
- Updated dependencies
|
|
627
633
|
|
|
@@ -629,7 +635,7 @@
|
|
|
629
635
|
|
|
630
636
|
### Patch Changes
|
|
631
637
|
|
|
632
|
-
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
638
|
+
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424) [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
633
639
|
- [`11fd2f313a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11fd2f313a3) - ED-16760 Fixed sticky header transparency issue in renderer when themeing is on.
|
|
634
640
|
- Updated dependencies
|
|
635
641
|
|
|
@@ -637,20 +643,20 @@
|
|
|
637
643
|
|
|
638
644
|
### Patch Changes
|
|
639
645
|
|
|
640
|
-
- [`bcdf4f2913f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bcdf4f2913f) - add missing border mark data to the media analytic context
|
|
646
|
+
- [#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
|
|
641
647
|
|
|
642
648
|
## 107.3.1
|
|
643
649
|
|
|
644
650
|
### Patch Changes
|
|
645
651
|
|
|
646
|
-
- [`9f9b4b1cf60`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f9b4b1cf60) - [ux] [HOT-103036] Fix table width styling when broken out with fragment mark
|
|
652
|
+
- [#31852](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31852) [`9f9b4b1cf60`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f9b4b1cf60) - [ux] [HOT-103036] Fix table width styling when broken out with fragment mark
|
|
647
653
|
- Updated dependencies
|
|
648
654
|
|
|
649
655
|
## 107.3.0
|
|
650
656
|
|
|
651
657
|
### Minor Changes
|
|
652
658
|
|
|
653
|
-
- [`4f75910f899`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f75910f899) - [ux] Add code wrapping button to code block TSLA-266
|
|
659
|
+
- [#31891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31891) [`4f75910f899`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f75910f899) - [ux] Add code wrapping button to code block TSLA-266
|
|
654
660
|
- [`bf04c417bfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf04c417bfd) - Add "border" mark to stage0 ADF schema
|
|
655
661
|
|
|
656
662
|
### Patch Changes
|
|
@@ -662,7 +668,7 @@
|
|
|
662
668
|
|
|
663
669
|
### Minor Changes
|
|
664
670
|
|
|
665
|
-
- [`0078ddc7e2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0078ddc7e2e) - New smartLinks prop to allow renderer and editor to determine whether smart link should show actions that can change the link resource.
|
|
671
|
+
- [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299) [`0078ddc7e2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0078ddc7e2e) - New smartLinks prop to allow renderer and editor to determine whether smart link should show actions that can change the link resource.
|
|
666
672
|
|
|
667
673
|
### Patch Changes
|
|
668
674
|
|
|
@@ -673,7 +679,7 @@
|
|
|
673
679
|
|
|
674
680
|
### Minor Changes
|
|
675
681
|
|
|
676
|
-
- [`9a25538e0ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a25538e0ef) - [ux] ED-16723 Custom panel background color is tokensied. More details at https://hello.atlassian.net/wiki/spaces/DST/pages/2382075153/Draft+Custom+panel+background+color+is+tokenised
|
|
682
|
+
- [#30248](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30248) [`9a25538e0ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a25538e0ef) - [ux] ED-16723 Custom panel background color is tokensied. More details at https://hello.atlassian.net/wiki/spaces/DST/pages/2382075153/Draft+Custom+panel+background+color+is+tokenised
|
|
677
683
|
- [`9d84c21338b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d84c21338b) - Renderer link mark updated by LinkUrl from the smart-card package with a built-in link safety validation
|
|
678
684
|
|
|
679
685
|
### Patch Changes
|
|
@@ -691,13 +697,13 @@
|
|
|
691
697
|
|
|
692
698
|
### Patch Changes
|
|
693
699
|
|
|
694
|
-
- [`8c04b73312e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c04b73312e) - ED-16758 Added data-cell-background attribute to store table cell background color information.
|
|
700
|
+
- [#30732](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30732) [`8c04b73312e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c04b73312e) - ED-16758 Added data-cell-background attribute to store table cell background color information.
|
|
695
701
|
|
|
696
702
|
## 106.0.1
|
|
697
703
|
|
|
698
704
|
### Patch Changes
|
|
699
705
|
|
|
700
|
-
- [`1bd38dae4ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1bd38dae4ab) - [ux] add back table column max scaling percent logic
|
|
706
|
+
- [#29470](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29470) [`1bd38dae4ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1bd38dae4ab) - [ux] add back table column max scaling percent logic
|
|
701
707
|
- [`336f7dab111`](https://bitbucket.org/atlassian/atlassian-frontend/commits/336f7dab111) - ED-16200 Updating CRASHED event action to map to new event "unhandledErrorCaughtV2 and moving its errorStack attribute to nonPrivacySafeAttributes"
|
|
702
708
|
- Updated dependencies
|
|
703
709
|
|
|
@@ -717,13 +723,13 @@
|
|
|
717
723
|
|
|
718
724
|
### Patch Changes
|
|
719
725
|
|
|
720
|
-
- [`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.
|
|
726
|
+
- [#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.
|
|
721
727
|
|
|
722
728
|
## 105.1.0
|
|
723
729
|
|
|
724
730
|
### Minor Changes
|
|
725
731
|
|
|
726
|
-
- [`a40ac7f5614`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a40ac7f5614) - New Smartlinks prop to allow renderer to determine whether smart link component inside AK renderer should show auth tooltip on unauthenticated inline links
|
|
732
|
+
- [#28932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28932) [`a40ac7f5614`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a40ac7f5614) - New Smartlinks prop to allow renderer to determine whether smart link component inside AK renderer should show auth tooltip on unauthenticated inline links
|
|
727
733
|
|
|
728
734
|
### Patch Changes
|
|
729
735
|
|
|
@@ -734,7 +740,7 @@
|
|
|
734
740
|
|
|
735
741
|
### Patch Changes
|
|
736
742
|
|
|
737
|
-
- [`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
|
|
743
|
+
- [#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
|
|
738
744
|
|
|
739
745
|
## 105.0.3
|
|
740
746
|
|
|
@@ -746,19 +752,19 @@
|
|
|
746
752
|
|
|
747
753
|
### Patch Changes
|
|
748
754
|
|
|
749
|
-
- [`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.
|
|
755
|
+
- [#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.
|
|
750
756
|
|
|
751
757
|
## 105.0.1
|
|
752
758
|
|
|
753
759
|
### Patch Changes
|
|
754
760
|
|
|
755
|
-
- [`d61e8688afd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d61e8688afd) - DSP-8078: Fixes bug where windowed codeblock rendered incorrectly
|
|
761
|
+
- [#28268](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28268) [`d61e8688afd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d61e8688afd) - DSP-8078: Fixes bug where windowed codeblock rendered incorrectly
|
|
756
762
|
|
|
757
763
|
## 105.0.0
|
|
758
764
|
|
|
759
765
|
### Major Changes
|
|
760
766
|
|
|
761
|
-
- [`224a2482244`](https://bitbucket.org/atlassian/atlassian-frontend/commits/224a2482244) - [ED-16166] Changes the renderer prop document type from any to DocNode
|
|
767
|
+
- [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090) [`224a2482244`](https://bitbucket.org/atlassian/atlassian-frontend/commits/224a2482244) - [ED-16166] Changes the renderer prop document type from any to DocNode
|
|
762
768
|
|
|
763
769
|
BREAKING for `@atlaskit/renderer`: Previously the `document` prop for the renderer component had the type of `any`. This has now been changed to `DocNode` which comes from `@atlaskit/adf-schema`.
|
|
764
770
|
|
|
@@ -815,7 +821,7 @@
|
|
|
815
821
|
|
|
816
822
|
### Major Changes
|
|
817
823
|
|
|
818
|
-
- [`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.
|
|
824
|
+
- [#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.
|
|
819
825
|
|
|
820
826
|
### Patch Changes
|
|
821
827
|
|
|
@@ -835,7 +841,7 @@
|
|
|
835
841
|
|
|
836
842
|
### Patch Changes
|
|
837
843
|
|
|
838
|
-
- [`324e88d23ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/324e88d23ad) - Exposes fragmentLocalId as part of ExtensionRenderer.
|
|
844
|
+
- [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860) [`324e88d23ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/324e88d23ad) - Exposes fragmentLocalId as part of ExtensionRenderer.
|
|
839
845
|
- [`3f7900cbf37`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f7900cbf37) - [ux] ED-14993 added better support for codeblocks inside lists and gap cursor selection inside lists:
|
|
840
846
|
|
|
841
847
|
- made list markers visible in safari (desktop and mobile) when list contains codeblocks;
|
|
@@ -868,14 +874,14 @@
|
|
|
868
874
|
|
|
869
875
|
### Patch Changes
|
|
870
876
|
|
|
871
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
877
|
+
- [#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`
|
|
872
878
|
- Updated dependencies
|
|
873
879
|
|
|
874
880
|
## 101.1.0
|
|
875
881
|
|
|
876
882
|
### Minor Changes
|
|
877
883
|
|
|
878
|
-
- [`8308bf30800`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8308bf30800) - [ux] ED-14862: Fix triple click selection in table cells in Renderer so that copy paste doesnt always copy a whole table cell with selected content
|
|
884
|
+
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004) [`8308bf30800`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8308bf30800) - [ux] ED-14862: Fix triple click selection in table cells in Renderer so that copy paste doesnt always copy a whole table cell with selected content
|
|
879
885
|
- [`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.
|
|
880
886
|
|
|
881
887
|
### Patch Changes
|
|
@@ -895,20 +901,20 @@
|
|
|
895
901
|
|
|
896
902
|
### Patch Changes
|
|
897
903
|
|
|
898
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
904
|
+
- [#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`.
|
|
899
905
|
- Updated dependencies
|
|
900
906
|
|
|
901
907
|
## 101.0.1
|
|
902
908
|
|
|
903
909
|
### Patch Changes
|
|
904
910
|
|
|
905
|
-
- [`844e560b02f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/844e560b02f) - ED-15453 Fixed incorrect import in renderer
|
|
911
|
+
- [#24287](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24287) [`844e560b02f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/844e560b02f) - ED-15453 Fixed incorrect import in renderer
|
|
906
912
|
|
|
907
913
|
## 101.0.0
|
|
908
914
|
|
|
909
915
|
### Major Changes
|
|
910
916
|
|
|
911
|
-
- [`83730e9b1fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83730e9b1fa) - replace @atlaskit/smart-card peer dependency by @atlaskit/link-provider
|
|
917
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`83730e9b1fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83730e9b1fa) - replace @atlaskit/smart-card peer dependency by @atlaskit/link-provider
|
|
912
918
|
- [`080e2269f18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/080e2269f18) - ED-14838: Completely remove allowDynamicTextSizing prop references and deprecation warnings from editor and renderer
|
|
913
919
|
|
|
914
920
|
### Patch Changes
|
|
@@ -936,7 +942,7 @@
|
|
|
936
942
|
|
|
937
943
|
### Minor Changes
|
|
938
944
|
|
|
939
|
-
- [`ab4f37635d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab4f37635d9) - Modified the renderer package to include a prop 'nodeComponents' that will override the nodes the renderer provides and allow us to render our own custom nodes
|
|
945
|
+
- [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642) [`ab4f37635d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab4f37635d9) - Modified the renderer package to include a prop 'nodeComponents' that will override the nodes the renderer provides and allow us to render our own custom nodes
|
|
940
946
|
- [`2d979ce9877`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d979ce9877) - [ux] ED-14945: Add windowed codeblock support in renderer (This feature sits behind a flag in the featureFlags prop 'allow-windowed-code-block')
|
|
941
947
|
|
|
942
948
|
### Patch Changes
|
|
@@ -964,13 +970,13 @@
|
|
|
964
970
|
|
|
965
971
|
### Patch Changes
|
|
966
972
|
|
|
967
|
-
- [`d5ebbd97b8c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d5ebbd97b8c) - ED-15264 add styled-components dependency
|
|
973
|
+
- [#23097](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23097) [`d5ebbd97b8c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d5ebbd97b8c) - ED-15264 add styled-components dependency
|
|
968
974
|
|
|
969
975
|
## 96.0.1
|
|
970
976
|
|
|
971
977
|
### Patch Changes
|
|
972
978
|
|
|
973
|
-
- [`9dc961ea69e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9dc961ea69e) - ED-14610: reduce code bundled with table sticky headers
|
|
979
|
+
- [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029) [`9dc961ea69e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9dc961ea69e) - ED-14610: reduce code bundled with table sticky headers
|
|
974
980
|
- [`d6b54a2fd48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6b54a2fd48) - [ux] Fix custom panel dark mode colour regression
|
|
975
981
|
- Updated dependencies
|
|
976
982
|
|
|
@@ -978,7 +984,7 @@
|
|
|
978
984
|
|
|
979
985
|
### Major Changes
|
|
980
986
|
|
|
981
|
-
- [`d8b3bc73330`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8b3bc73330) - [ED-14507] Deprecate the allowDynamicTextSizing editor prop and remove all code related to it. This feature has been unused since 2020.
|
|
987
|
+
- [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570) [`d8b3bc73330`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8b3bc73330) - [ED-14507] Deprecate the allowDynamicTextSizing editor prop and remove all code related to it. This feature has been unused since 2020.
|
|
982
988
|
|
|
983
989
|
### Minor Changes
|
|
984
990
|
|
|
@@ -1009,7 +1015,7 @@
|
|
|
1009
1015
|
|
|
1010
1016
|
### Minor Changes
|
|
1011
1017
|
|
|
1012
|
-
- [`bd24b9d71d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bd24b9d71d2) - [ux] Instrumented `@atlaskit/renderer` with the new theming package, `@atlaskit/tokens`.
|
|
1018
|
+
- [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721) [`bd24b9d71d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bd24b9d71d2) - [ux] Instrumented `@atlaskit/renderer` with the new theming package, `@atlaskit/tokens`.
|
|
1013
1019
|
|
|
1014
1020
|
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
|
|
1015
1021
|
These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
|
|
@@ -1032,27 +1038,27 @@
|
|
|
1032
1038
|
|
|
1033
1039
|
### Patch Changes
|
|
1034
1040
|
|
|
1035
|
-
- [`42d1107698a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42d1107698a) - [ux] ED-14913 Fix expand text in renderer dark mode
|
|
1041
|
+
- [#21095](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21095) [`42d1107698a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42d1107698a) - [ux] ED-14913 Fix expand text in renderer dark mode
|
|
1036
1042
|
|
|
1037
1043
|
## 93.0.3
|
|
1038
1044
|
|
|
1039
1045
|
### Patch Changes
|
|
1040
1046
|
|
|
1041
|
-
- [`dd0d549d232`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd0d549d232) - [ux] ED-14943 Fix dark theme colors for annotations (inline comments) in renderer
|
|
1047
|
+
- [#21063](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21063) [`dd0d549d232`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd0d549d232) - [ux] ED-14943 Fix dark theme colors for annotations (inline comments) in renderer
|
|
1042
1048
|
- Updated dependencies
|
|
1043
1049
|
|
|
1044
1050
|
## 93.0.2
|
|
1045
1051
|
|
|
1046
1052
|
### Patch Changes
|
|
1047
1053
|
|
|
1048
|
-
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
1054
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
1049
1055
|
- Updated dependencies
|
|
1050
1056
|
|
|
1051
1057
|
## 93.0.1
|
|
1052
1058
|
|
|
1053
1059
|
### Patch Changes
|
|
1054
1060
|
|
|
1055
|
-
- [`0c64f6136e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c64f6136e6) - ED-14268 migrate editor-core to use emotion
|
|
1061
|
+
- [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033) [`0c64f6136e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c64f6136e6) - ED-14268 migrate editor-core to use emotion
|
|
1056
1062
|
- [`b29ce16dad8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b29ce16dad8) - [ED-14606] Move bitbucket schema, confluence schema, jira schema, and default schema from @atlaskit/adf-schema to their own entry points. These new entry points are as follows
|
|
1057
1063
|
|
|
1058
1064
|
@atlaskit/adf-schema/schema-bitbucket for:
|
|
@@ -1094,7 +1100,7 @@
|
|
|
1094
1100
|
|
|
1095
1101
|
### Major Changes
|
|
1096
1102
|
|
|
1097
|
-
- [`2ec99bf6f9f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ec99bf6f9f) - [ux] ED-14651: removed react-intl v2.
|
|
1103
|
+
- [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618) [`2ec99bf6f9f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ec99bf6f9f) - [ux] ED-14651: removed react-intl v2.
|
|
1098
1104
|
|
|
1099
1105
|
### Minor Changes
|
|
1100
1106
|
|
|
@@ -1121,13 +1127,13 @@
|
|
|
1121
1127
|
|
|
1122
1128
|
### Patch Changes
|
|
1123
1129
|
|
|
1124
|
-
- [`9671dfa12b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9671dfa12b1) - Revert [MEX-1276] fix vertical scroll for firefox when media link is wrapped
|
|
1130
|
+
- [#19569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19569) [`9671dfa12b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9671dfa12b1) - Revert [MEX-1276] fix vertical scroll for firefox when media link is wrapped
|
|
1125
1131
|
|
|
1126
1132
|
## 92.0.0
|
|
1127
1133
|
|
|
1128
1134
|
### Minor Changes
|
|
1129
1135
|
|
|
1130
|
-
- [`9712e78abb0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9712e78abb0) - ED-14255 moved some usages of editor-shared-styles to emotion
|
|
1136
|
+
- [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019) [`9712e78abb0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9712e78abb0) - ED-14255 moved some usages of editor-shared-styles to emotion
|
|
1131
1137
|
|
|
1132
1138
|
### Patch Changes
|
|
1133
1139
|
|
|
@@ -1173,7 +1179,7 @@
|
|
|
1173
1179
|
|
|
1174
1180
|
### Major Changes
|
|
1175
1181
|
|
|
1176
|
-
- [`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.
|
|
1182
|
+
- [#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.
|
|
1177
1183
|
- [`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
|
|
1178
1184
|
|
|
1179
1185
|
### Minor Changes
|
|
@@ -1197,7 +1203,7 @@
|
|
|
1197
1203
|
>
|
|
1198
1204
|
```
|
|
1199
1205
|
|
|
1200
|
-
- [`9c9557fcdd8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c9557fcdd8) - AK-279 Moved copy button outside of heading, that made heading accessible
|
|
1206
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`9c9557fcdd8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c9557fcdd8) - AK-279 Moved copy button outside of heading, that made heading accessible
|
|
1201
1207
|
- [`bd283364aad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bd283364aad) - Fixed a bug for SSR where some media components would be rendered in the incorrect size resulting in jumping components during hydration.
|
|
1202
1208
|
|
|
1203
1209
|
### Patch Changes
|
|
@@ -1256,13 +1262,13 @@
|
|
|
1256
1262
|
|
|
1257
1263
|
### Patch Changes
|
|
1258
1264
|
|
|
1259
|
-
- [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
1265
|
+
- [#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
|
|
1260
1266
|
|
|
1261
1267
|
## 84.1.0
|
|
1262
1268
|
|
|
1263
1269
|
### Minor Changes
|
|
1264
1270
|
|
|
1265
|
-
- [`b9cd2373064`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9cd2373064) - [ED-14106] Reset custom color when the node is inside a link
|
|
1271
|
+
- [#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
|
|
1266
1272
|
|
|
1267
1273
|
### Patch Changes
|
|
1268
1274
|
|
|
@@ -1273,7 +1279,7 @@
|
|
|
1273
1279
|
|
|
1274
1280
|
### Major Changes
|
|
1275
1281
|
|
|
1276
|
-
- [`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
|
|
1282
|
+
- [#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
|
|
1277
1283
|
|
|
1278
1284
|
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.
|
|
1279
1285
|
Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
|
|
@@ -1319,7 +1325,7 @@
|
|
|
1319
1325
|
|
|
1320
1326
|
### Major Changes
|
|
1321
1327
|
|
|
1322
|
-
- [`0cf5fa82add`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0cf5fa82add) - CETI-20 Rename custom panel FF from `UNSAFE_allowCustomPanel` to `allowCustomPanel`
|
|
1328
|
+
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998) [`0cf5fa82add`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0cf5fa82add) - CETI-20 Rename custom panel FF from `UNSAFE_allowCustomPanel` to `allowCustomPanel`
|
|
1323
1329
|
|
|
1324
1330
|
### Minor Changes
|
|
1325
1331
|
|
|
@@ -1353,7 +1359,7 @@
|
|
|
1353
1359
|
|
|
1354
1360
|
### Minor Changes
|
|
1355
1361
|
|
|
1356
|
-
- [`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
|
|
1362
|
+
- [#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
|
|
1357
1363
|
|
|
1358
1364
|
### Patch Changes
|
|
1359
1365
|
|
|
@@ -1363,7 +1369,7 @@
|
|
|
1363
1369
|
|
|
1364
1370
|
### Minor Changes
|
|
1365
1371
|
|
|
1366
|
-
- [`c80c71b537d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c80c71b537d) - [ux] ED-13860 add bidi warning decorations to code components
|
|
1372
|
+
- [#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
|
|
1367
1373
|
|
|
1368
1374
|
### Patch Changes
|
|
1369
1375
|
|
|
@@ -1373,7 +1379,7 @@
|
|
|
1373
1379
|
|
|
1374
1380
|
### Major Changes
|
|
1375
1381
|
|
|
1376
|
-
- [`3c5548e50da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c5548e50da) - [ux] Introducing new Media Inline component to renderer
|
|
1382
|
+
- [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777) [`3c5548e50da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c5548e50da) - [ux] Introducing new Media Inline component to renderer
|
|
1377
1383
|
|
|
1378
1384
|
### Minor Changes
|
|
1379
1385
|
|
|
@@ -1391,13 +1397,13 @@
|
|
|
1391
1397
|
|
|
1392
1398
|
### Patch Changes
|
|
1393
1399
|
|
|
1394
|
-
- [`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) - Internal upgrade of memoize-one to 6.0.0
|
|
1400
|
+
- [#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
|
|
1395
1401
|
|
|
1396
1402
|
## 81.1.0
|
|
1397
1403
|
|
|
1398
1404
|
### Minor Changes
|
|
1399
1405
|
|
|
1400
|
-
- [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - CETI-72 Web: Copy from renderer loses custom panel attributes
|
|
1406
|
+
- [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319) [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - CETI-72 Web: Copy from renderer loses custom panel attributes
|
|
1401
1407
|
- [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - AK-279 Moved copy button outside of heading, that made heading accessible
|
|
1402
1408
|
- [`6840e64d105`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6840e64d105) - CETI-124: Revert panel content wrapper from span to div
|
|
1403
1409
|
|
|
@@ -1409,7 +1415,7 @@
|
|
|
1409
1415
|
|
|
1410
1416
|
### Minor Changes
|
|
1411
1417
|
|
|
1412
|
-
- [`511f07f7f7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/511f07f7f7b) - allow enabling download for media card via enableDownloadButton feature prop
|
|
1418
|
+
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864) [`511f07f7f7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/511f07f7f7b) - allow enabling download for media card via enableDownloadButton feature prop
|
|
1413
1419
|
|
|
1414
1420
|
### Patch Changes
|
|
1415
1421
|
|
|
@@ -1426,7 +1432,7 @@
|
|
|
1426
1432
|
|
|
1427
1433
|
### Minor Changes
|
|
1428
1434
|
|
|
1429
|
-
- [`ea1cb28fb03`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea1cb28fb03) - CETI-3 User is able to change emoji and background color when selected
|
|
1435
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302) [`ea1cb28fb03`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea1cb28fb03) - CETI-3 User is able to change emoji and background color when selected
|
|
1430
1436
|
- [`86aeb07cae3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/86aeb07cae3) - EDM-2264: allow embed resize events from all domains
|
|
1431
1437
|
|
|
1432
1438
|
**Note:**
|
|
@@ -1441,13 +1447,13 @@
|
|
|
1441
1447
|
|
|
1442
1448
|
### Patch Changes
|
|
1443
1449
|
|
|
1444
|
-
- [`21618e887d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21618e887d2) - Updates puppeteer to v10.
|
|
1450
|
+
- [#12604](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12604) [`21618e887d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21618e887d2) - Updates puppeteer to v10.
|
|
1445
1451
|
|
|
1446
1452
|
## 79.0.0
|
|
1447
1453
|
|
|
1448
1454
|
### Minor Changes
|
|
1449
1455
|
|
|
1450
|
-
- [`450a8582760`](https://bitbucket.org/atlassian/atlassian-frontend/commits/450a8582760) - Added editor re-render analytics event.
|
|
1456
|
+
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837) [`450a8582760`](https://bitbucket.org/atlassian/atlassian-frontend/commits/450a8582760) - Added editor re-render analytics event.
|
|
1451
1457
|
- [`797ffbdcd7f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/797ffbdcd7f) - Update focus style for expand button, change aria-label to aria-labelled by
|
|
1452
1458
|
|
|
1453
1459
|
### Patch Changes
|
|
@@ -1459,7 +1465,7 @@
|
|
|
1459
1465
|
|
|
1460
1466
|
### Minor Changes
|
|
1461
1467
|
|
|
1462
|
-
- [`f3ccd83b464`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3ccd83b464) - [ux] AK-271 - Implement a separate focusable button for sorting table columns
|
|
1468
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328) [`f3ccd83b464`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3ccd83b464) - [ux] AK-271 - Implement a separate focusable button for sorting table columns
|
|
1463
1469
|
- [`1075019cefe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1075019cefe) - Add NodeProps to Caption
|
|
1464
1470
|
|
|
1465
1471
|
### Patch Changes
|
|
@@ -1471,7 +1477,7 @@
|
|
|
1471
1477
|
|
|
1472
1478
|
### Minor Changes
|
|
1473
1479
|
|
|
1474
|
-
- [`9fef23ee77c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fef23ee77c) - ED-12477 Add unsupported node capability to Media Group
|
|
1480
|
+
- [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649) [`9fef23ee77c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fef23ee77c) - ED-12477 Add unsupported node capability to Media Group
|
|
1475
1481
|
- [`b847a71298d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b847a71298d) - ED-8245 added optional ability to render placeholder text in renderer
|
|
1476
1482
|
- [`9088388ab19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9088388ab19) - [ux] ED-13080 revert implement a separate button for sorting table columns
|
|
1477
1483
|
|
|
@@ -1490,7 +1496,7 @@
|
|
|
1490
1496
|
|
|
1491
1497
|
### Minor Changes
|
|
1492
1498
|
|
|
1493
|
-
- [`084abc13201`](https://bitbucket.org/atlassian/atlassian-frontend/commits/084abc13201) - ED-12265 Add unsupport content support to media single
|
|
1499
|
+
- [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113) [`084abc13201`](https://bitbucket.org/atlassian/atlassian-frontend/commits/084abc13201) - ED-12265 Add unsupport content support to media single
|
|
1494
1500
|
ED-12265 Remove `caption` from default schema - Renderer
|
|
1495
1501
|
|
|
1496
1502
|
### Patch Changes
|
|
@@ -1504,7 +1510,7 @@
|
|
|
1504
1510
|
|
|
1505
1511
|
### Minor Changes
|
|
1506
1512
|
|
|
1507
|
-
- [`50deb33bb0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50deb33bb0d) - Make code block scale to device font size in the Hybrid Renderer.
|
|
1513
|
+
- [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569) [`50deb33bb0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50deb33bb0d) - Make code block scale to device font size in the Hybrid Renderer.
|
|
1508
1514
|
- [`4c05694bca8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c05694bca8) - Changed componentName to renderer in AnalyticsContext.
|
|
1509
1515
|
|
|
1510
1516
|
### Patch Changes
|
|
@@ -1515,7 +1521,7 @@
|
|
|
1515
1521
|
|
|
1516
1522
|
### Minor Changes
|
|
1517
1523
|
|
|
1518
|
-
- [`eb2ccccfa14`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb2ccccfa14) - ED-12514: Add sampling rate controls to unsupported content levels tracking
|
|
1524
|
+
- [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230) [`eb2ccccfa14`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb2ccccfa14) - ED-12514: Add sampling rate controls to unsupported content levels tracking
|
|
1519
1525
|
|
|
1520
1526
|
### Patch Changes
|
|
1521
1527
|
|
|
@@ -1528,14 +1534,14 @@
|
|
|
1528
1534
|
|
|
1529
1535
|
### Patch Changes
|
|
1530
1536
|
|
|
1531
|
-
- [`c2c0160f566`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2c0160f566) - Bump editor-shared-styles to pick up relativeFontSizeToBase16
|
|
1537
|
+
- [#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
|
|
1532
1538
|
- Updated dependencies
|
|
1533
1539
|
|
|
1534
1540
|
## 76.1.0
|
|
1535
1541
|
|
|
1536
1542
|
### Minor Changes
|
|
1537
1543
|
|
|
1538
|
-
- [`23de387a004`](https://bitbucket.org/atlassian/atlassian-frontend/commits/23de387a004) - ED-12183 - add top margin to extension wrapper
|
|
1544
|
+
- [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756) [`23de387a004`](https://bitbucket.org/atlassian/atlassian-frontend/commits/23de387a004) - ED-12183 - add top margin to extension wrapper
|
|
1539
1545
|
|
|
1540
1546
|
### Patch Changes
|
|
1541
1547
|
|
|
@@ -1546,7 +1552,7 @@
|
|
|
1546
1552
|
|
|
1547
1553
|
### Patch Changes
|
|
1548
1554
|
|
|
1549
|
-
- [`e2260ead0c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e2260ead0c9) - [ME-1099] Fix image spacing in tables in the mobile renderer.
|
|
1555
|
+
- [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510) [`e2260ead0c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e2260ead0c9) - [ME-1099] Fix image spacing in tables in the mobile renderer.
|
|
1550
1556
|
- [`58b170725be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58b170725be) - Renamed @atlaskit/editor-test-helpers/schema-builder to @atlaskit/editor-test-helpers/doc-builder
|
|
1551
1557
|
- [`2a8ef3203cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a8ef3203cf) - Fix event handlers for fallback card
|
|
1552
1558
|
- Updated dependencies
|
|
@@ -1555,7 +1561,7 @@
|
|
|
1555
1561
|
|
|
1556
1562
|
### Minor Changes
|
|
1557
1563
|
|
|
1558
|
-
- [`ada3c26e788`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ada3c26e788) - Add text rendering support for inlineCard node
|
|
1564
|
+
- [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083) [`ada3c26e788`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ada3c26e788) - Add text rendering support for inlineCard node
|
|
1559
1565
|
- [`6d748ea5140`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d748ea5140) - New stage-0 data consumer mark in ADF schema
|
|
1560
1566
|
- [`efdcfff1c0b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efdcfff1c0b) - Add text rendering support for date node
|
|
1561
1567
|
- [`b5065367a66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5065367a66) - Improve rendering of the status node in plain text: done -> [ DONE ]
|
|
@@ -1571,13 +1577,13 @@
|
|
|
1571
1577
|
|
|
1572
1578
|
### Patch Changes
|
|
1573
1579
|
|
|
1574
|
-
- [`1330382a0af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1330382a0af) - Fix event handlers for fallback card
|
|
1580
|
+
- [#9176](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9176) [`1330382a0af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1330382a0af) - Fix event handlers for fallback card
|
|
1575
1581
|
|
|
1576
1582
|
## 74.1.0
|
|
1577
1583
|
|
|
1578
1584
|
### Minor Changes
|
|
1579
1585
|
|
|
1580
|
-
- [`4f08f25ebfe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f08f25ebfe) - NO-ISSUE pass through feature flags into renderer
|
|
1586
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644) [`4f08f25ebfe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f08f25ebfe) - NO-ISSUE pass through feature flags into renderer
|
|
1581
1587
|
|
|
1582
1588
|
### Patch Changes
|
|
1583
1589
|
|
|
@@ -1590,13 +1596,13 @@
|
|
|
1590
1596
|
|
|
1591
1597
|
### Patch Changes
|
|
1592
1598
|
|
|
1593
|
-
- [`cf929eb9816`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf929eb9816) - ED-10336 Add unique ID on renderer performance mark
|
|
1599
|
+
- [#8353](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8353) [`cf929eb9816`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf929eb9816) - ED-10336 Add unique ID on renderer performance mark
|
|
1594
1600
|
|
|
1595
1601
|
## 74.0.0
|
|
1596
1602
|
|
|
1597
1603
|
### Minor Changes
|
|
1598
1604
|
|
|
1599
|
-
- [`848d9fb54a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/848d9fb54a3) - ED-11875 align renderer to editor tab size in code-block
|
|
1605
|
+
- [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178) [`848d9fb54a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/848d9fb54a3) - ED-11875 align renderer to editor tab size in code-block
|
|
1600
1606
|
|
|
1601
1607
|
### Patch Changes
|
|
1602
1608
|
|
|
@@ -1607,7 +1613,7 @@
|
|
|
1607
1613
|
|
|
1608
1614
|
### Minor Changes
|
|
1609
1615
|
|
|
1610
|
-
- [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux] Updated and added new translations
|
|
1616
|
+
- [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762) [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux] Updated and added new translations
|
|
1611
1617
|
|
|
1612
1618
|
### Patch Changes
|
|
1613
1619
|
|
|
@@ -1621,7 +1627,7 @@
|
|
|
1621
1627
|
|
|
1622
1628
|
### Minor Changes
|
|
1623
1629
|
|
|
1624
|
-
- [`949c7174a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/949c7174a4) - [ux] ED-11625: scope select all to renderer document
|
|
1630
|
+
- [#7425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7425) [`949c7174a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/949c7174a4) - [ux] ED-11625: scope select all to renderer document
|
|
1625
1631
|
|
|
1626
1632
|
### Patch Changes
|
|
1627
1633
|
|
|
@@ -1631,7 +1637,7 @@
|
|
|
1631
1637
|
|
|
1632
1638
|
### Major Changes
|
|
1633
1639
|
|
|
1634
|
-
- [`52003c2c47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52003c2c47) - [ED-10690][renderer] Remove bodied extension analytics event and renderNodes function.
|
|
1640
|
+
- [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170) [`52003c2c47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52003c2c47) - [ED-10690][renderer] Remove bodied extension analytics event and renderNodes function.
|
|
1635
1641
|
|
|
1636
1642
|
### Patch Changes
|
|
1637
1643
|
|
|
@@ -1644,7 +1650,7 @@
|
|
|
1644
1650
|
|
|
1645
1651
|
### Minor Changes
|
|
1646
1652
|
|
|
1647
|
-
- [`c7e408f3c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7e408f3c8) - [ux] Embed smart cart resizing now can dynamically change height when content is coming from a public resolver powered by iframe.
|
|
1653
|
+
- [#6930](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6930) [`c7e408f3c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7e408f3c8) - [ux] Embed smart cart resizing now can dynamically change height when content is coming from a public resolver powered by iframe.
|
|
1648
1654
|
|
|
1649
1655
|
### Patch Changes
|
|
1650
1656
|
|
|
@@ -1655,7 +1661,7 @@
|
|
|
1655
1661
|
|
|
1656
1662
|
### Minor Changes
|
|
1657
1663
|
|
|
1658
|
-
- [`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!
|
|
1664
|
+
- [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571) [`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!
|
|
1659
1665
|
editor-core now exports dedupe which aids in not having duplicate plugins added when initialising an editor
|
|
1660
1666
|
- [`e2c3b5cf75`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e2c3b5cf75) - [TWISTA-429] Prevents useLoadAnnotations requesting annotations states when there is an empty array of Annotations received from actions"
|
|
1661
1667
|
|
|
@@ -1683,26 +1689,26 @@
|
|
|
1683
1689
|
|
|
1684
1690
|
### Patch Changes
|
|
1685
1691
|
|
|
1686
|
-
- [`cea22d0f03`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cea22d0f03) - pass featureFlags to media-client
|
|
1692
|
+
- [#6564](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6564) [`cea22d0f03`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cea22d0f03) - pass featureFlags to media-client
|
|
1687
1693
|
|
|
1688
1694
|
## 70.0.2
|
|
1689
1695
|
|
|
1690
1696
|
### Patch Changes
|
|
1691
1697
|
|
|
1692
|
-
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
1698
|
+
- [#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
|
|
1693
1699
|
- Updated dependencies
|
|
1694
1700
|
|
|
1695
1701
|
## 70.0.1
|
|
1696
1702
|
|
|
1697
1703
|
### Patch Changes
|
|
1698
1704
|
|
|
1699
|
-
- [`908990b928`](https://bitbucket.org/atlassian/atlassian-frontend/commits/908990b928) - Fix mobile link for media
|
|
1705
|
+
- [#6452](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6452) [`908990b928`](https://bitbucket.org/atlassian/atlassian-frontend/commits/908990b928) - Fix mobile link for media
|
|
1700
1706
|
|
|
1701
1707
|
## 70.0.0
|
|
1702
1708
|
|
|
1703
1709
|
### Minor Changes
|
|
1704
1710
|
|
|
1705
|
-
- [`28e97db5a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/28e97db5a7) - TWISTA-407 Expose the Confluence index match API to native. On applying draft mode, the bridge will call `annotationIndexMatch` with the `numMatch`, `matchIndex`, `originalSelection` tuple that is required by Confluence.
|
|
1711
|
+
- [#6228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6228) [`28e97db5a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/28e97db5a7) - TWISTA-407 Expose the Confluence index match API to native. On applying draft mode, the bridge will call `annotationIndexMatch` with the `numMatch`, `matchIndex`, `originalSelection` tuple that is required by Confluence.
|
|
1706
1712
|
- [`d13ccbd6c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d13ccbd6c3) - [ux][twista-523] Fixed a bug in Safari/iOS where inline comment overlapping link would open url into current webView
|
|
1707
1713
|
|
|
1708
1714
|
### Patch Changes
|
|
@@ -1719,7 +1725,7 @@
|
|
|
1719
1725
|
|
|
1720
1726
|
### Minor Changes
|
|
1721
1727
|
|
|
1722
|
-
- [`988bc9cfc9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/988bc9cfc9) - ED-10676: ADF scrub util
|
|
1728
|
+
- [#5877](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5877) [`988bc9cfc9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/988bc9cfc9) - ED-10676: ADF scrub util
|
|
1723
1729
|
|
|
1724
1730
|
### Patch Changes
|
|
1725
1731
|
|
|
@@ -1729,7 +1735,7 @@
|
|
|
1729
1735
|
|
|
1730
1736
|
### Minor Changes
|
|
1731
1737
|
|
|
1732
|
-
- [`964b2be0e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/964b2be0e5) - ED-9514 Fix Media in MediaSingle not rendererd on web and hybrid renderer when unsupported node attributes and/or unsupported marks are included.
|
|
1738
|
+
- [#5860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5860) [`964b2be0e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/964b2be0e5) - ED-9514 Fix Media in MediaSingle not rendererd on web and hybrid renderer when unsupported node attributes and/or unsupported marks are included.
|
|
1733
1739
|
- [`1e59fd65c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e59fd65c5) - ED-8720 Add OnUnhandledClickHandler for Renderer
|
|
1734
1740
|
- [`ff39f9f643`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff39f9f643) - ED-10614 Add match indexing (Confluence API) for annotation creation for the renderer
|
|
1735
1741
|
|
|
@@ -1768,13 +1774,13 @@
|
|
|
1768
1774
|
|
|
1769
1775
|
### Patch Changes
|
|
1770
1776
|
|
|
1771
|
-
- [`240dd9bdbb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/240dd9bdbb) - [ux] ED-10839 Revert RTL text to restore predictability of right aligned heading text
|
|
1777
|
+
- [#5942](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5942) [`240dd9bdbb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/240dd9bdbb) - [ux] ED-10839 Revert RTL text to restore predictability of right aligned heading text
|
|
1772
1778
|
|
|
1773
1779
|
## 68.0.0
|
|
1774
1780
|
|
|
1775
1781
|
### Minor Changes
|
|
1776
1782
|
|
|
1777
|
-
- [`b6b8b7ab25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6b8b7ab25) - ED-10678 | Add analytics to bodiedExtension to determine if ADF content is passed to it
|
|
1783
|
+
- [#5516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5516) [`b6b8b7ab25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6b8b7ab25) - ED-10678 | Add analytics to bodiedExtension to determine if ADF content is passed to it
|
|
1778
1784
|
- [`1bd404254e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1bd404254e) - ED-10547 Analytics for delete annotations
|
|
1779
1785
|
|
|
1780
1786
|
### Patch Changes
|
|
@@ -1820,13 +1826,13 @@
|
|
|
1820
1826
|
|
|
1821
1827
|
### Patch Changes
|
|
1822
1828
|
|
|
1823
|
-
- [`679a66bd92`](https://bitbucket.org/atlassian/atlassian-frontend/commits/679a66bd92) - Fix for renderer SSR inline script when server side bundle is minimized
|
|
1829
|
+
- [#5821](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5821) [`679a66bd92`](https://bitbucket.org/atlassian/atlassian-frontend/commits/679a66bd92) - Fix for renderer SSR inline script when server side bundle is minimized
|
|
1824
1830
|
|
|
1825
1831
|
## 67.0.2
|
|
1826
1832
|
|
|
1827
1833
|
### Patch Changes
|
|
1828
1834
|
|
|
1829
|
-
- [`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.
|
|
1835
|
+
- [#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.
|
|
1830
1836
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
1831
1837
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
1832
1838
|
- Updated dependencies
|
|
@@ -1835,14 +1841,14 @@
|
|
|
1835
1841
|
|
|
1836
1842
|
### Patch Changes
|
|
1837
1843
|
|
|
1838
|
-
- [`9798ad1405`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9798ad1405) - Remove deep import paths of dependencies in TS declaration files
|
|
1844
|
+
- [#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
|
|
1839
1845
|
- Updated dependencies
|
|
1840
1846
|
|
|
1841
1847
|
## 67.0.0
|
|
1842
1848
|
|
|
1843
1849
|
### Major Changes
|
|
1844
1850
|
|
|
1845
|
-
- [`225c901919`](https://bitbucket.org/atlassian/atlassian-frontend/commits/225c901919) - ED-10351 add API to delete the annotation
|
|
1851
|
+
- [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749) [`225c901919`](https://bitbucket.org/atlassian/atlassian-frontend/commits/225c901919) - ED-10351 add API to delete the annotation
|
|
1846
1852
|
|
|
1847
1853
|
### Minor Changes
|
|
1848
1854
|
|
|
@@ -1892,7 +1898,7 @@
|
|
|
1892
1898
|
|
|
1893
1899
|
### Major Changes
|
|
1894
1900
|
|
|
1895
|
-
- [`78de49291b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78de49291b) - [TWISTA-130] Implements ViewComponent prop for AnnotationProviders
|
|
1901
|
+
- [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424) [`78de49291b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78de49291b) - [TWISTA-130] Implements ViewComponent prop for AnnotationProviders
|
|
1896
1902
|
|
|
1897
1903
|
# Breaking Change:
|
|
1898
1904
|
|
|
@@ -2023,7 +2029,7 @@
|
|
|
2023
2029
|
|
|
2024
2030
|
### Patch Changes
|
|
2025
2031
|
|
|
2026
|
-
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
2032
|
+
- [#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
|
|
2027
2033
|
|
|
2028
2034
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
2029
2035
|
to prevent duplicates of tslib being bundled.
|
|
@@ -2032,13 +2038,13 @@
|
|
|
2032
2038
|
|
|
2033
2039
|
### Patch Changes
|
|
2034
2040
|
|
|
2035
|
-
- [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
|
|
2041
|
+
- [#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
|
|
2036
2042
|
|
|
2037
2043
|
## 64.0.0
|
|
2038
2044
|
|
|
2039
2045
|
### Minor Changes
|
|
2040
2046
|
|
|
2041
|
-
- [`fe31ba459f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe31ba459f) - ED-8198 Include Spec based validator behind toggle for Renderer
|
|
2047
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823) [`fe31ba459f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe31ba459f) - ED-8198 Include Spec based validator behind toggle for Renderer
|
|
2042
2048
|
- [`b932cbbc42`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b932cbbc42) - Added support for rendering image captions
|
|
2043
2049
|
- [`62eb1114c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62eb1114c4) - Enable passing of MediaFeatureFlags through Editor Renderer via MediaOptions to Media components
|
|
2044
2050
|
|
|
@@ -2054,7 +2060,7 @@
|
|
|
2054
2060
|
|
|
2055
2061
|
### Minor Changes
|
|
2056
2062
|
|
|
2057
|
-
- [`e6b946351c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6b946351c) - Prop `allowHeadingAnchorLinks` can now be boolean or a config object.
|
|
2063
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428) [`e6b946351c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6b946351c) - Prop `allowHeadingAnchorLinks` can now be boolean or a config object.
|
|
2058
2064
|
When the prop is `true`, heading anchor links will be enabled only on the top level of the document.
|
|
2059
2065
|
When the prop is set to `{ allowNestedHeaderLinks: true }` we will enable the new UI for heading anchor links,
|
|
2060
2066
|
and they can be supported everywhere: in tables, panels, expands, etc.
|
|
@@ -2096,7 +2102,7 @@
|
|
|
2096
2102
|
|
|
2097
2103
|
### Major Changes
|
|
2098
2104
|
|
|
2099
|
-
- [`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.
|
|
2105
|
+
- [#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.
|
|
2100
2106
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
2101
2107
|
|
|
2102
2108
|
### Patch Changes
|
|
@@ -2107,7 +2113,7 @@
|
|
|
2107
2113
|
|
|
2108
2114
|
### Minor Changes
|
|
2109
2115
|
|
|
2110
|
-
- [`a4948958c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4948958c4) - [FM-3820] Implements to set annotation state event on Renderer
|
|
2116
|
+
- [#2763](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2763) [`a4948958c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4948958c4) - [FM-3820] Implements to set annotation state event on Renderer
|
|
2111
2117
|
- [`ea81ff42a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea81ff42a0) - [FM-3819] Implements a subscriber API to allows set focus in an specific annotation
|
|
2112
2118
|
|
|
2113
2119
|
### Patch Changes
|
|
@@ -2133,7 +2139,7 @@
|
|
|
2133
2139
|
|
|
2134
2140
|
### Major Changes
|
|
2135
2141
|
|
|
2136
|
-
- [`cd6af0a113`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd6af0a113) - CEMS-1040: rework sticky headers internally + match visual style to editor
|
|
2142
|
+
- [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443) [`cd6af0a113`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd6af0a113) - CEMS-1040: rework sticky headers internally + match visual style to editor
|
|
2137
2143
|
|
|
2138
2144
|
There is a breaking change to the `stickyHeaders.showStickyHeaders` prop. It has been renamed to `stickyHeaders.show`. You can also show sticky headers by passing a truthy value to `stickyHeaders`.
|
|
2139
2145
|
|
|
@@ -2155,7 +2161,7 @@
|
|
|
2155
2161
|
|
|
2156
2162
|
### Minor Changes
|
|
2157
2163
|
|
|
2158
|
-
- [`c41b33f7af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c41b33f7af) - ED-9251: Add support to RendererActions for validating a range to apply an annotation to
|
|
2164
|
+
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137) [`c41b33f7af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c41b33f7af) - ED-9251: Add support to RendererActions for validating a range to apply an annotation to
|
|
2159
2165
|
- [`e30894b112`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e30894b112) - [FM-3716] First Inline Comments implementation for Renderer
|
|
2160
2166
|
- [`177421dd67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/177421dd67) - ED-9207: Add ability to remove annotations from the renderer
|
|
2161
2167
|
- [`5f9c856055`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f9c856055) - ED-9221: Add support for adding annotations at deeper depths
|
|
@@ -2184,7 +2190,7 @@
|
|
|
2184
2190
|
|
|
2185
2191
|
### Major Changes
|
|
2186
2192
|
|
|
2187
|
-
- [`e97f14eade`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e97f14eade) - ED-9155: Rename prop `extensionParams` to `node` in the extensions api v2
|
|
2193
|
+
- [#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
|
|
2188
2194
|
|
|
2189
2195
|
### Minor Changes
|
|
2190
2196
|
|