@atlaskit/renderer 108.15.3 → 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 +175 -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,29 +1,41 @@
|
|
|
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
|
+
|
|
9
|
+
## 108.15.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 108.15.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
6
18
|
|
|
7
|
-
- [`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
|
|
8
20
|
|
|
9
21
|
## 108.15.2
|
|
10
22
|
|
|
11
23
|
### Patch Changes
|
|
12
24
|
|
|
13
|
-
- [`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
|
|
14
26
|
- Updated dependencies
|
|
15
27
|
|
|
16
28
|
## 108.15.1
|
|
17
29
|
|
|
18
30
|
### Patch Changes
|
|
19
31
|
|
|
20
|
-
- [`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
|
|
21
33
|
|
|
22
34
|
## 108.15.0
|
|
23
35
|
|
|
24
36
|
### Minor Changes
|
|
25
37
|
|
|
26
|
-
- [`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
|
|
27
39
|
|
|
28
40
|
### Patch Changes
|
|
29
41
|
|
|
@@ -33,20 +45,20 @@
|
|
|
33
45
|
|
|
34
46
|
### Minor Changes
|
|
35
47
|
|
|
36
|
-
- [`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
|
|
37
49
|
|
|
38
50
|
## 108.13.1
|
|
39
51
|
|
|
40
52
|
### Patch Changes
|
|
41
53
|
|
|
42
|
-
- [`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.
|
|
43
55
|
- Updated dependencies
|
|
44
56
|
|
|
45
57
|
## 108.13.0
|
|
46
58
|
|
|
47
59
|
### Minor Changes
|
|
48
60
|
|
|
49
|
-
- [`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`
|
|
50
62
|
|
|
51
63
|
### Patch Changes
|
|
52
64
|
|
|
@@ -56,52 +68,52 @@
|
|
|
56
68
|
|
|
57
69
|
### Minor Changes
|
|
58
70
|
|
|
59
|
-
- [`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.
|
|
60
72
|
|
|
61
73
|
## 108.11.18
|
|
62
74
|
|
|
63
75
|
### Patch Changes
|
|
64
76
|
|
|
65
|
-
- [`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
|
|
66
78
|
|
|
67
79
|
## 108.11.17
|
|
68
80
|
|
|
69
81
|
### Patch Changes
|
|
70
82
|
|
|
71
|
-
- [`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
|
|
72
84
|
- Updated dependencies
|
|
73
85
|
|
|
74
86
|
## 108.11.16
|
|
75
87
|
|
|
76
88
|
### Patch Changes
|
|
77
89
|
|
|
78
|
-
- [`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.
|
|
79
91
|
|
|
80
92
|
## 108.11.15
|
|
81
93
|
|
|
82
94
|
### Patch Changes
|
|
83
95
|
|
|
84
|
-
- [`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
|
|
85
97
|
|
|
86
98
|
## 108.11.14
|
|
87
99
|
|
|
88
100
|
### Patch Changes
|
|
89
101
|
|
|
90
|
-
- [`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
|
|
91
103
|
- [`4b4dcfe0bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b4dcfe0bba) - Delete adf-schema, use published version
|
|
92
104
|
|
|
93
105
|
## 108.11.13
|
|
94
106
|
|
|
95
107
|
### Patch Changes
|
|
96
108
|
|
|
97
|
-
- [`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)
|
|
98
110
|
- Updated dependencies
|
|
99
111
|
|
|
100
112
|
## 108.11.12
|
|
101
113
|
|
|
102
114
|
### Patch Changes
|
|
103
115
|
|
|
104
|
-
- [`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.
|
|
105
117
|
Introducing 'media-client-react' to provide hooks for seamless media-client integration with React.
|
|
106
118
|
Introducing 'MediaCardV2' with a feature flag to replace rxjs based fileState subscription with 'useFileState' hook.
|
|
107
119
|
Removed unused feature flags APIs from 'media-client' and its helper functions from 'media-common'.
|
|
@@ -111,28 +123,28 @@
|
|
|
111
123
|
|
|
112
124
|
### Patch Changes
|
|
113
125
|
|
|
114
|
-
- [`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
|
|
115
127
|
- Updated dependencies
|
|
116
128
|
|
|
117
129
|
## 108.11.10
|
|
118
130
|
|
|
119
131
|
### Patch Changes
|
|
120
132
|
|
|
121
|
-
- [`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
|
|
122
134
|
- Updated dependencies
|
|
123
135
|
|
|
124
136
|
## 108.11.9
|
|
125
137
|
|
|
126
138
|
### Patch Changes
|
|
127
139
|
|
|
128
|
-
- [`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`.
|
|
129
141
|
- Updated dependencies
|
|
130
142
|
|
|
131
143
|
## 108.11.8
|
|
132
144
|
|
|
133
145
|
### Patch Changes
|
|
134
146
|
|
|
135
|
-
- [`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
|
|
136
148
|
|
|
137
149
|
## 108.11.7
|
|
138
150
|
|
|
@@ -144,14 +156,14 @@
|
|
|
144
156
|
|
|
145
157
|
### Patch Changes
|
|
146
158
|
|
|
147
|
-
- [`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
|
|
148
160
|
- Updated dependencies
|
|
149
161
|
|
|
150
162
|
## 108.11.5
|
|
151
163
|
|
|
152
164
|
### Patch Changes
|
|
153
165
|
|
|
154
|
-
- [`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
|
|
155
167
|
- Updated dependencies
|
|
156
168
|
|
|
157
169
|
## 108.11.4
|
|
@@ -170,19 +182,19 @@
|
|
|
170
182
|
|
|
171
183
|
### Patch Changes
|
|
172
184
|
|
|
173
|
-
- [`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.
|
|
174
186
|
|
|
175
187
|
## 108.11.1
|
|
176
188
|
|
|
177
189
|
### Patch Changes
|
|
178
190
|
|
|
179
|
-
- [`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
|
|
180
192
|
|
|
181
193
|
## 108.11.0
|
|
182
194
|
|
|
183
195
|
### Minor Changes
|
|
184
196
|
|
|
185
|
-
- [`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
|
|
186
198
|
|
|
187
199
|
## 108.10.1
|
|
188
200
|
|
|
@@ -194,7 +206,7 @@
|
|
|
194
206
|
|
|
195
207
|
### Minor Changes
|
|
196
208
|
|
|
197
|
-
- [`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
|
|
198
210
|
|
|
199
211
|
## 108.9.1
|
|
200
212
|
|
|
@@ -206,7 +218,7 @@
|
|
|
206
218
|
|
|
207
219
|
### Minor Changes
|
|
208
220
|
|
|
209
|
-
- [`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
|
|
210
222
|
|
|
211
223
|
### Patch Changes
|
|
212
224
|
|
|
@@ -228,7 +240,7 @@
|
|
|
228
240
|
|
|
229
241
|
### Patch Changes
|
|
230
242
|
|
|
231
|
-
- [`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
|
|
232
244
|
|
|
233
245
|
## 108.8.9
|
|
234
246
|
|
|
@@ -240,13 +252,13 @@
|
|
|
240
252
|
|
|
241
253
|
### Patch Changes
|
|
242
254
|
|
|
243
|
-
- [`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
|
|
244
256
|
|
|
245
257
|
## 108.8.7
|
|
246
258
|
|
|
247
259
|
### Patch Changes
|
|
248
260
|
|
|
249
|
-
- [`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
|
|
250
262
|
|
|
251
263
|
## 108.8.6
|
|
252
264
|
|
|
@@ -258,7 +270,7 @@
|
|
|
258
270
|
|
|
259
271
|
### Patch Changes
|
|
260
272
|
|
|
261
|
-
- [`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
|
|
262
274
|
|
|
263
275
|
## 108.8.4
|
|
264
276
|
|
|
@@ -270,13 +282,13 @@
|
|
|
270
282
|
|
|
271
283
|
### Patch Changes
|
|
272
284
|
|
|
273
|
-
- [`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
|
|
274
286
|
|
|
275
287
|
## 108.8.2
|
|
276
288
|
|
|
277
289
|
### Patch Changes
|
|
278
290
|
|
|
279
|
-
- [`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
|
|
280
292
|
|
|
281
293
|
## 108.8.1
|
|
282
294
|
|
|
@@ -288,7 +300,7 @@
|
|
|
288
300
|
|
|
289
301
|
### Minor Changes
|
|
290
302
|
|
|
291
|
-
- [`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
|
|
292
304
|
|
|
293
305
|
### Patch Changes
|
|
294
306
|
|
|
@@ -298,37 +310,37 @@
|
|
|
298
310
|
|
|
299
311
|
### Patch Changes
|
|
300
312
|
|
|
301
|
-
- [`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
|
|
302
314
|
|
|
303
315
|
## 108.7.4
|
|
304
316
|
|
|
305
317
|
### Patch Changes
|
|
306
318
|
|
|
307
|
-
- [`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
|
|
308
320
|
|
|
309
321
|
## 108.7.3
|
|
310
322
|
|
|
311
323
|
### Patch Changes
|
|
312
324
|
|
|
313
|
-
- [`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
|
|
314
326
|
|
|
315
327
|
## 108.7.2
|
|
316
328
|
|
|
317
329
|
### Patch Changes
|
|
318
330
|
|
|
319
|
-
- [`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
|
|
320
332
|
|
|
321
333
|
## 108.7.1
|
|
322
334
|
|
|
323
335
|
### Patch Changes
|
|
324
336
|
|
|
325
|
-
- [`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
|
|
326
338
|
|
|
327
339
|
## 108.7.0
|
|
328
340
|
|
|
329
341
|
### Minor Changes
|
|
330
342
|
|
|
331
|
-
- [`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.
|
|
332
344
|
|
|
333
345
|
### Patch Changes
|
|
334
346
|
|
|
@@ -338,58 +350,58 @@
|
|
|
338
350
|
|
|
339
351
|
### Patch Changes
|
|
340
352
|
|
|
341
|
-
- [`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
|
|
342
354
|
|
|
343
355
|
## 108.6.10
|
|
344
356
|
|
|
345
357
|
### Patch Changes
|
|
346
358
|
|
|
347
|
-
- [`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.
|
|
348
360
|
- Updated dependencies
|
|
349
361
|
|
|
350
362
|
## 108.6.9
|
|
351
363
|
|
|
352
364
|
### Patch Changes
|
|
353
365
|
|
|
354
|
-
- [`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
|
|
355
367
|
- Updated dependencies
|
|
356
368
|
|
|
357
369
|
## 108.6.8
|
|
358
370
|
|
|
359
371
|
### Patch Changes
|
|
360
372
|
|
|
361
|
-
- [`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.
|
|
362
374
|
|
|
363
375
|
## 108.6.7
|
|
364
376
|
|
|
365
377
|
### Patch Changes
|
|
366
378
|
|
|
367
|
-
- [`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
|
|
368
380
|
|
|
369
381
|
## 108.6.6
|
|
370
382
|
|
|
371
383
|
### Patch Changes
|
|
372
384
|
|
|
373
|
-
- [`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.
|
|
374
386
|
|
|
375
387
|
## 108.6.5
|
|
376
388
|
|
|
377
389
|
### Patch Changes
|
|
378
390
|
|
|
379
|
-
- [`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
|
|
380
392
|
- Updated dependencies
|
|
381
393
|
|
|
382
394
|
## 108.6.4
|
|
383
395
|
|
|
384
396
|
### Patch Changes
|
|
385
397
|
|
|
386
|
-
- [`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.
|
|
387
399
|
|
|
388
400
|
## 108.6.3
|
|
389
401
|
|
|
390
402
|
### Patch Changes
|
|
391
403
|
|
|
392
|
-
- [`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
|
|
393
405
|
|
|
394
406
|
## 108.6.2
|
|
395
407
|
|
|
@@ -401,17 +413,17 @@
|
|
|
401
413
|
|
|
402
414
|
### Patch Changes
|
|
403
415
|
|
|
404
|
-
- [`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.
|
|
405
417
|
|
|
406
418
|
## 108.6.0
|
|
407
419
|
|
|
408
420
|
### Minor Changes
|
|
409
421
|
|
|
410
|
-
- [`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
|
|
411
423
|
|
|
412
424
|
### Patch Changes
|
|
413
425
|
|
|
414
|
-
- [`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
|
|
415
427
|
- Updated dependencies
|
|
416
428
|
|
|
417
429
|
## 108.5.1
|
|
@@ -424,7 +436,7 @@
|
|
|
424
436
|
|
|
425
437
|
### Minor Changes
|
|
426
438
|
|
|
427
|
-
- [`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
|
|
428
440
|
|
|
429
441
|
### Patch Changes
|
|
430
442
|
|
|
@@ -434,26 +446,26 @@
|
|
|
434
446
|
|
|
435
447
|
### Patch Changes
|
|
436
448
|
|
|
437
|
-
- [`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.
|
|
438
450
|
|
|
439
451
|
## 108.4.2
|
|
440
452
|
|
|
441
453
|
### Patch Changes
|
|
442
454
|
|
|
443
|
-
- [`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
|
|
444
456
|
|
|
445
457
|
## 108.4.1
|
|
446
458
|
|
|
447
459
|
### Patch Changes
|
|
448
460
|
|
|
449
|
-
- [`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
|
|
450
462
|
- Updated dependencies
|
|
451
463
|
|
|
452
464
|
## 108.4.0
|
|
453
465
|
|
|
454
466
|
### Minor Changes
|
|
455
467
|
|
|
456
|
-
- [`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
|
|
457
469
|
|
|
458
470
|
### Patch Changes
|
|
459
471
|
|
|
@@ -469,32 +481,32 @@
|
|
|
469
481
|
|
|
470
482
|
### Patch Changes
|
|
471
483
|
|
|
472
|
-
- [`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
|
|
473
485
|
|
|
474
486
|
## 108.3.0
|
|
475
487
|
|
|
476
488
|
### Minor Changes
|
|
477
489
|
|
|
478
|
-
- [`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
|
|
479
491
|
|
|
480
492
|
## 108.2.6
|
|
481
493
|
|
|
482
494
|
### Patch Changes
|
|
483
495
|
|
|
484
|
-
- [`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
|
|
485
497
|
- Updated dependencies
|
|
486
498
|
|
|
487
499
|
## 108.2.5
|
|
488
500
|
|
|
489
501
|
### Patch Changes
|
|
490
502
|
|
|
491
|
-
- [`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
|
|
492
504
|
|
|
493
505
|
## 108.2.4
|
|
494
506
|
|
|
495
507
|
### Patch Changes
|
|
496
508
|
|
|
497
|
-
- [`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
|
|
498
510
|
|
|
499
511
|
## 108.2.3
|
|
500
512
|
|
|
@@ -506,36 +518,36 @@
|
|
|
506
518
|
|
|
507
519
|
### Patch Changes
|
|
508
520
|
|
|
509
|
-
- [`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
|
|
510
522
|
|
|
511
523
|
## 108.2.1
|
|
512
524
|
|
|
513
525
|
### Patch Changes
|
|
514
526
|
|
|
515
|
-
- [`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
|
|
516
528
|
|
|
517
529
|
## 108.2.0
|
|
518
530
|
|
|
519
531
|
### Minor Changes
|
|
520
532
|
|
|
521
|
-
- [`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
|
|
522
534
|
|
|
523
535
|
### Patch Changes
|
|
524
536
|
|
|
525
|
-
- [`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
|
|
526
538
|
|
|
527
539
|
## 108.1.8
|
|
528
540
|
|
|
529
541
|
### Patch Changes
|
|
530
542
|
|
|
531
|
-
- [`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
|
|
532
544
|
- Updated dependencies
|
|
533
545
|
|
|
534
546
|
## 108.1.7
|
|
535
547
|
|
|
536
548
|
### Patch Changes
|
|
537
549
|
|
|
538
|
-
- [`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
|
|
539
551
|
- Updated dependencies
|
|
540
552
|
|
|
541
553
|
## 108.1.6
|
|
@@ -554,14 +566,14 @@
|
|
|
554
566
|
|
|
555
567
|
### Patch Changes
|
|
556
568
|
|
|
557
|
-
- [`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
|
|
558
570
|
- Updated dependencies
|
|
559
571
|
|
|
560
572
|
## 108.1.3
|
|
561
573
|
|
|
562
574
|
### Patch Changes
|
|
563
575
|
|
|
564
|
-
- [`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.
|
|
565
577
|
- [`65ff31a2ad4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65ff31a2ad4) - use onError prop on smart card to handle errors
|
|
566
578
|
- Updated dependencies
|
|
567
579
|
|
|
@@ -569,21 +581,21 @@
|
|
|
569
581
|
|
|
570
582
|
### Patch Changes
|
|
571
583
|
|
|
572
|
-
- [`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
|
|
573
585
|
- Updated dependencies
|
|
574
586
|
|
|
575
587
|
## 108.1.1
|
|
576
588
|
|
|
577
589
|
### Patch Changes
|
|
578
590
|
|
|
579
|
-
- [`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
|
|
580
592
|
- Updated dependencies
|
|
581
593
|
|
|
582
594
|
## 108.1.0
|
|
583
595
|
|
|
584
596
|
### Minor Changes
|
|
585
597
|
|
|
586
|
-
- [`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
|
|
587
599
|
- [`7faffcf8450`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7faffcf8450) - Add location attribute to smard link related componentes in renderer (link, inlinecard, embedcard, blockcard)
|
|
588
600
|
|
|
589
601
|
### Patch Changes
|
|
@@ -598,14 +610,14 @@
|
|
|
598
610
|
|
|
599
611
|
### Patch Changes
|
|
600
612
|
|
|
601
|
-
- [`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`
|
|
602
614
|
- Updated dependencies
|
|
603
615
|
|
|
604
616
|
## 108.0.0
|
|
605
617
|
|
|
606
618
|
### Minor Changes
|
|
607
619
|
|
|
608
|
-
- [`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
|
|
609
621
|
|
|
610
622
|
### Patch Changes
|
|
611
623
|
|
|
@@ -615,7 +627,7 @@
|
|
|
615
627
|
|
|
616
628
|
### Patch Changes
|
|
617
629
|
|
|
618
|
-
- [`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"
|
|
619
631
|
- [`be610dca836`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be610dca836) - [ux] replace deprecated placeholder theme with tokens
|
|
620
632
|
- Updated dependencies
|
|
621
633
|
|
|
@@ -623,7 +635,7 @@
|
|
|
623
635
|
|
|
624
636
|
### Patch Changes
|
|
625
637
|
|
|
626
|
-
- [`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
|
|
627
639
|
- [`11fd2f313a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11fd2f313a3) - ED-16760 Fixed sticky header transparency issue in renderer when themeing is on.
|
|
628
640
|
- Updated dependencies
|
|
629
641
|
|
|
@@ -631,20 +643,20 @@
|
|
|
631
643
|
|
|
632
644
|
### Patch Changes
|
|
633
645
|
|
|
634
|
-
- [`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
|
|
635
647
|
|
|
636
648
|
## 107.3.1
|
|
637
649
|
|
|
638
650
|
### Patch Changes
|
|
639
651
|
|
|
640
|
-
- [`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
|
|
641
653
|
- Updated dependencies
|
|
642
654
|
|
|
643
655
|
## 107.3.0
|
|
644
656
|
|
|
645
657
|
### Minor Changes
|
|
646
658
|
|
|
647
|
-
- [`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
|
|
648
660
|
- [`bf04c417bfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf04c417bfd) - Add "border" mark to stage0 ADF schema
|
|
649
661
|
|
|
650
662
|
### Patch Changes
|
|
@@ -656,7 +668,7 @@
|
|
|
656
668
|
|
|
657
669
|
### Minor Changes
|
|
658
670
|
|
|
659
|
-
- [`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.
|
|
660
672
|
|
|
661
673
|
### Patch Changes
|
|
662
674
|
|
|
@@ -667,7 +679,7 @@
|
|
|
667
679
|
|
|
668
680
|
### Minor Changes
|
|
669
681
|
|
|
670
|
-
- [`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
|
|
671
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
|
|
672
684
|
|
|
673
685
|
### Patch Changes
|
|
@@ -685,13 +697,13 @@
|
|
|
685
697
|
|
|
686
698
|
### Patch Changes
|
|
687
699
|
|
|
688
|
-
- [`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.
|
|
689
701
|
|
|
690
702
|
## 106.0.1
|
|
691
703
|
|
|
692
704
|
### Patch Changes
|
|
693
705
|
|
|
694
|
-
- [`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
|
|
695
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"
|
|
696
708
|
- Updated dependencies
|
|
697
709
|
|
|
@@ -711,13 +723,13 @@
|
|
|
711
723
|
|
|
712
724
|
### Patch Changes
|
|
713
725
|
|
|
714
|
-
- [`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.
|
|
715
727
|
|
|
716
728
|
## 105.1.0
|
|
717
729
|
|
|
718
730
|
### Minor Changes
|
|
719
731
|
|
|
720
|
-
- [`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
|
|
721
733
|
|
|
722
734
|
### Patch Changes
|
|
723
735
|
|
|
@@ -728,7 +740,7 @@
|
|
|
728
740
|
|
|
729
741
|
### Patch Changes
|
|
730
742
|
|
|
731
|
-
- [`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
|
|
732
744
|
|
|
733
745
|
## 105.0.3
|
|
734
746
|
|
|
@@ -740,19 +752,19 @@
|
|
|
740
752
|
|
|
741
753
|
### Patch Changes
|
|
742
754
|
|
|
743
|
-
- [`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.
|
|
744
756
|
|
|
745
757
|
## 105.0.1
|
|
746
758
|
|
|
747
759
|
### Patch Changes
|
|
748
760
|
|
|
749
|
-
- [`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
|
|
750
762
|
|
|
751
763
|
## 105.0.0
|
|
752
764
|
|
|
753
765
|
### Major Changes
|
|
754
766
|
|
|
755
|
-
- [`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
|
|
756
768
|
|
|
757
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`.
|
|
758
770
|
|
|
@@ -809,7 +821,7 @@
|
|
|
809
821
|
|
|
810
822
|
### Major Changes
|
|
811
823
|
|
|
812
|
-
- [`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.
|
|
813
825
|
|
|
814
826
|
### Patch Changes
|
|
815
827
|
|
|
@@ -829,7 +841,7 @@
|
|
|
829
841
|
|
|
830
842
|
### Patch Changes
|
|
831
843
|
|
|
832
|
-
- [`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.
|
|
833
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:
|
|
834
846
|
|
|
835
847
|
- made list markers visible in safari (desktop and mobile) when list contains codeblocks;
|
|
@@ -862,14 +874,14 @@
|
|
|
862
874
|
|
|
863
875
|
### Patch Changes
|
|
864
876
|
|
|
865
|
-
- [`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`
|
|
866
878
|
- Updated dependencies
|
|
867
879
|
|
|
868
880
|
## 101.1.0
|
|
869
881
|
|
|
870
882
|
### Minor Changes
|
|
871
883
|
|
|
872
|
-
- [`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
|
|
873
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.
|
|
874
886
|
|
|
875
887
|
### Patch Changes
|
|
@@ -889,20 +901,20 @@
|
|
|
889
901
|
|
|
890
902
|
### Patch Changes
|
|
891
903
|
|
|
892
|
-
- [`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`.
|
|
893
905
|
- Updated dependencies
|
|
894
906
|
|
|
895
907
|
## 101.0.1
|
|
896
908
|
|
|
897
909
|
### Patch Changes
|
|
898
910
|
|
|
899
|
-
- [`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
|
|
900
912
|
|
|
901
913
|
## 101.0.0
|
|
902
914
|
|
|
903
915
|
### Major Changes
|
|
904
916
|
|
|
905
|
-
- [`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
|
|
906
918
|
- [`080e2269f18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/080e2269f18) - ED-14838: Completely remove allowDynamicTextSizing prop references and deprecation warnings from editor and renderer
|
|
907
919
|
|
|
908
920
|
### Patch Changes
|
|
@@ -930,7 +942,7 @@
|
|
|
930
942
|
|
|
931
943
|
### Minor Changes
|
|
932
944
|
|
|
933
|
-
- [`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
|
|
934
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')
|
|
935
947
|
|
|
936
948
|
### Patch Changes
|
|
@@ -958,13 +970,13 @@
|
|
|
958
970
|
|
|
959
971
|
### Patch Changes
|
|
960
972
|
|
|
961
|
-
- [`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
|
|
962
974
|
|
|
963
975
|
## 96.0.1
|
|
964
976
|
|
|
965
977
|
### Patch Changes
|
|
966
978
|
|
|
967
|
-
- [`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
|
|
968
980
|
- [`d6b54a2fd48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6b54a2fd48) - [ux] Fix custom panel dark mode colour regression
|
|
969
981
|
- Updated dependencies
|
|
970
982
|
|
|
@@ -972,7 +984,7 @@
|
|
|
972
984
|
|
|
973
985
|
### Major Changes
|
|
974
986
|
|
|
975
|
-
- [`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.
|
|
976
988
|
|
|
977
989
|
### Minor Changes
|
|
978
990
|
|
|
@@ -1003,7 +1015,7 @@
|
|
|
1003
1015
|
|
|
1004
1016
|
### Minor Changes
|
|
1005
1017
|
|
|
1006
|
-
- [`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`.
|
|
1007
1019
|
|
|
1008
1020
|
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
|
|
1009
1021
|
These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
|
|
@@ -1026,27 +1038,27 @@
|
|
|
1026
1038
|
|
|
1027
1039
|
### Patch Changes
|
|
1028
1040
|
|
|
1029
|
-
- [`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
|
|
1030
1042
|
|
|
1031
1043
|
## 93.0.3
|
|
1032
1044
|
|
|
1033
1045
|
### Patch Changes
|
|
1034
1046
|
|
|
1035
|
-
- [`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
|
|
1036
1048
|
- Updated dependencies
|
|
1037
1049
|
|
|
1038
1050
|
## 93.0.2
|
|
1039
1051
|
|
|
1040
1052
|
### Patch Changes
|
|
1041
1053
|
|
|
1042
|
-
- [`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
|
|
1043
1055
|
- Updated dependencies
|
|
1044
1056
|
|
|
1045
1057
|
## 93.0.1
|
|
1046
1058
|
|
|
1047
1059
|
### Patch Changes
|
|
1048
1060
|
|
|
1049
|
-
- [`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
|
|
1050
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
|
|
1051
1063
|
|
|
1052
1064
|
@atlaskit/adf-schema/schema-bitbucket for:
|
|
@@ -1088,7 +1100,7 @@
|
|
|
1088
1100
|
|
|
1089
1101
|
### Major Changes
|
|
1090
1102
|
|
|
1091
|
-
- [`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.
|
|
1092
1104
|
|
|
1093
1105
|
### Minor Changes
|
|
1094
1106
|
|
|
@@ -1115,13 +1127,13 @@
|
|
|
1115
1127
|
|
|
1116
1128
|
### Patch Changes
|
|
1117
1129
|
|
|
1118
|
-
- [`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
|
|
1119
1131
|
|
|
1120
1132
|
## 92.0.0
|
|
1121
1133
|
|
|
1122
1134
|
### Minor Changes
|
|
1123
1135
|
|
|
1124
|
-
- [`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
|
|
1125
1137
|
|
|
1126
1138
|
### Patch Changes
|
|
1127
1139
|
|
|
@@ -1167,7 +1179,7 @@
|
|
|
1167
1179
|
|
|
1168
1180
|
### Major Changes
|
|
1169
1181
|
|
|
1170
|
-
- [`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.
|
|
1171
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
|
|
1172
1184
|
|
|
1173
1185
|
### Minor Changes
|
|
@@ -1191,7 +1203,7 @@
|
|
|
1191
1203
|
>
|
|
1192
1204
|
```
|
|
1193
1205
|
|
|
1194
|
-
- [`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
|
|
1195
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.
|
|
1196
1208
|
|
|
1197
1209
|
### Patch Changes
|
|
@@ -1250,13 +1262,13 @@
|
|
|
1250
1262
|
|
|
1251
1263
|
### Patch Changes
|
|
1252
1264
|
|
|
1253
|
-
- [`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
|
|
1254
1266
|
|
|
1255
1267
|
## 84.1.0
|
|
1256
1268
|
|
|
1257
1269
|
### Minor Changes
|
|
1258
1270
|
|
|
1259
|
-
- [`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
|
|
1260
1272
|
|
|
1261
1273
|
### Patch Changes
|
|
1262
1274
|
|
|
@@ -1267,7 +1279,7 @@
|
|
|
1267
1279
|
|
|
1268
1280
|
### Major Changes
|
|
1269
1281
|
|
|
1270
|
-
- [`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
|
|
1271
1283
|
|
|
1272
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.
|
|
1273
1285
|
Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
|
|
@@ -1313,7 +1325,7 @@
|
|
|
1313
1325
|
|
|
1314
1326
|
### Major Changes
|
|
1315
1327
|
|
|
1316
|
-
- [`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`
|
|
1317
1329
|
|
|
1318
1330
|
### Minor Changes
|
|
1319
1331
|
|
|
@@ -1347,7 +1359,7 @@
|
|
|
1347
1359
|
|
|
1348
1360
|
### Minor Changes
|
|
1349
1361
|
|
|
1350
|
-
- [`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
|
|
1351
1363
|
|
|
1352
1364
|
### Patch Changes
|
|
1353
1365
|
|
|
@@ -1357,7 +1369,7 @@
|
|
|
1357
1369
|
|
|
1358
1370
|
### Minor Changes
|
|
1359
1371
|
|
|
1360
|
-
- [`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
|
|
1361
1373
|
|
|
1362
1374
|
### Patch Changes
|
|
1363
1375
|
|
|
@@ -1367,7 +1379,7 @@
|
|
|
1367
1379
|
|
|
1368
1380
|
### Major Changes
|
|
1369
1381
|
|
|
1370
|
-
- [`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
|
|
1371
1383
|
|
|
1372
1384
|
### Minor Changes
|
|
1373
1385
|
|
|
@@ -1385,13 +1397,13 @@
|
|
|
1385
1397
|
|
|
1386
1398
|
### Patch Changes
|
|
1387
1399
|
|
|
1388
|
-
- [`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
|
|
1389
1401
|
|
|
1390
1402
|
## 81.1.0
|
|
1391
1403
|
|
|
1392
1404
|
### Minor Changes
|
|
1393
1405
|
|
|
1394
|
-
- [`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
|
|
1395
1407
|
- [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - AK-279 Moved copy button outside of heading, that made heading accessible
|
|
1396
1408
|
- [`6840e64d105`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6840e64d105) - CETI-124: Revert panel content wrapper from span to div
|
|
1397
1409
|
|
|
@@ -1403,7 +1415,7 @@
|
|
|
1403
1415
|
|
|
1404
1416
|
### Minor Changes
|
|
1405
1417
|
|
|
1406
|
-
- [`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
|
|
1407
1419
|
|
|
1408
1420
|
### Patch Changes
|
|
1409
1421
|
|
|
@@ -1420,7 +1432,7 @@
|
|
|
1420
1432
|
|
|
1421
1433
|
### Minor Changes
|
|
1422
1434
|
|
|
1423
|
-
- [`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
|
|
1424
1436
|
- [`86aeb07cae3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/86aeb07cae3) - EDM-2264: allow embed resize events from all domains
|
|
1425
1437
|
|
|
1426
1438
|
**Note:**
|
|
@@ -1435,13 +1447,13 @@
|
|
|
1435
1447
|
|
|
1436
1448
|
### Patch Changes
|
|
1437
1449
|
|
|
1438
|
-
- [`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.
|
|
1439
1451
|
|
|
1440
1452
|
## 79.0.0
|
|
1441
1453
|
|
|
1442
1454
|
### Minor Changes
|
|
1443
1455
|
|
|
1444
|
-
- [`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.
|
|
1445
1457
|
- [`797ffbdcd7f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/797ffbdcd7f) - Update focus style for expand button, change aria-label to aria-labelled by
|
|
1446
1458
|
|
|
1447
1459
|
### Patch Changes
|
|
@@ -1453,7 +1465,7 @@
|
|
|
1453
1465
|
|
|
1454
1466
|
### Minor Changes
|
|
1455
1467
|
|
|
1456
|
-
- [`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
|
|
1457
1469
|
- [`1075019cefe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1075019cefe) - Add NodeProps to Caption
|
|
1458
1470
|
|
|
1459
1471
|
### Patch Changes
|
|
@@ -1465,7 +1477,7 @@
|
|
|
1465
1477
|
|
|
1466
1478
|
### Minor Changes
|
|
1467
1479
|
|
|
1468
|
-
- [`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
|
|
1469
1481
|
- [`b847a71298d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b847a71298d) - ED-8245 added optional ability to render placeholder text in renderer
|
|
1470
1482
|
- [`9088388ab19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9088388ab19) - [ux] ED-13080 revert implement a separate button for sorting table columns
|
|
1471
1483
|
|
|
@@ -1484,7 +1496,7 @@
|
|
|
1484
1496
|
|
|
1485
1497
|
### Minor Changes
|
|
1486
1498
|
|
|
1487
|
-
- [`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
|
|
1488
1500
|
ED-12265 Remove `caption` from default schema - Renderer
|
|
1489
1501
|
|
|
1490
1502
|
### Patch Changes
|
|
@@ -1498,7 +1510,7 @@
|
|
|
1498
1510
|
|
|
1499
1511
|
### Minor Changes
|
|
1500
1512
|
|
|
1501
|
-
- [`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.
|
|
1502
1514
|
- [`4c05694bca8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c05694bca8) - Changed componentName to renderer in AnalyticsContext.
|
|
1503
1515
|
|
|
1504
1516
|
### Patch Changes
|
|
@@ -1509,7 +1521,7 @@
|
|
|
1509
1521
|
|
|
1510
1522
|
### Minor Changes
|
|
1511
1523
|
|
|
1512
|
-
- [`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
|
|
1513
1525
|
|
|
1514
1526
|
### Patch Changes
|
|
1515
1527
|
|
|
@@ -1522,14 +1534,14 @@
|
|
|
1522
1534
|
|
|
1523
1535
|
### Patch Changes
|
|
1524
1536
|
|
|
1525
|
-
- [`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
|
|
1526
1538
|
- Updated dependencies
|
|
1527
1539
|
|
|
1528
1540
|
## 76.1.0
|
|
1529
1541
|
|
|
1530
1542
|
### Minor Changes
|
|
1531
1543
|
|
|
1532
|
-
- [`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
|
|
1533
1545
|
|
|
1534
1546
|
### Patch Changes
|
|
1535
1547
|
|
|
@@ -1540,7 +1552,7 @@
|
|
|
1540
1552
|
|
|
1541
1553
|
### Patch Changes
|
|
1542
1554
|
|
|
1543
|
-
- [`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.
|
|
1544
1556
|
- [`58b170725be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58b170725be) - Renamed @atlaskit/editor-test-helpers/schema-builder to @atlaskit/editor-test-helpers/doc-builder
|
|
1545
1557
|
- [`2a8ef3203cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a8ef3203cf) - Fix event handlers for fallback card
|
|
1546
1558
|
- Updated dependencies
|
|
@@ -1549,7 +1561,7 @@
|
|
|
1549
1561
|
|
|
1550
1562
|
### Minor Changes
|
|
1551
1563
|
|
|
1552
|
-
- [`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
|
|
1553
1565
|
- [`6d748ea5140`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d748ea5140) - New stage-0 data consumer mark in ADF schema
|
|
1554
1566
|
- [`efdcfff1c0b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efdcfff1c0b) - Add text rendering support for date node
|
|
1555
1567
|
- [`b5065367a66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5065367a66) - Improve rendering of the status node in plain text: done -> [ DONE ]
|
|
@@ -1565,13 +1577,13 @@
|
|
|
1565
1577
|
|
|
1566
1578
|
### Patch Changes
|
|
1567
1579
|
|
|
1568
|
-
- [`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
|
|
1569
1581
|
|
|
1570
1582
|
## 74.1.0
|
|
1571
1583
|
|
|
1572
1584
|
### Minor Changes
|
|
1573
1585
|
|
|
1574
|
-
- [`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
|
|
1575
1587
|
|
|
1576
1588
|
### Patch Changes
|
|
1577
1589
|
|
|
@@ -1584,13 +1596,13 @@
|
|
|
1584
1596
|
|
|
1585
1597
|
### Patch Changes
|
|
1586
1598
|
|
|
1587
|
-
- [`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
|
|
1588
1600
|
|
|
1589
1601
|
## 74.0.0
|
|
1590
1602
|
|
|
1591
1603
|
### Minor Changes
|
|
1592
1604
|
|
|
1593
|
-
- [`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
|
|
1594
1606
|
|
|
1595
1607
|
### Patch Changes
|
|
1596
1608
|
|
|
@@ -1601,7 +1613,7 @@
|
|
|
1601
1613
|
|
|
1602
1614
|
### Minor Changes
|
|
1603
1615
|
|
|
1604
|
-
- [`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
|
|
1605
1617
|
|
|
1606
1618
|
### Patch Changes
|
|
1607
1619
|
|
|
@@ -1615,7 +1627,7 @@
|
|
|
1615
1627
|
|
|
1616
1628
|
### Minor Changes
|
|
1617
1629
|
|
|
1618
|
-
- [`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
|
|
1619
1631
|
|
|
1620
1632
|
### Patch Changes
|
|
1621
1633
|
|
|
@@ -1625,7 +1637,7 @@
|
|
|
1625
1637
|
|
|
1626
1638
|
### Major Changes
|
|
1627
1639
|
|
|
1628
|
-
- [`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.
|
|
1629
1641
|
|
|
1630
1642
|
### Patch Changes
|
|
1631
1643
|
|
|
@@ -1638,7 +1650,7 @@
|
|
|
1638
1650
|
|
|
1639
1651
|
### Minor Changes
|
|
1640
1652
|
|
|
1641
|
-
- [`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.
|
|
1642
1654
|
|
|
1643
1655
|
### Patch Changes
|
|
1644
1656
|
|
|
@@ -1649,7 +1661,7 @@
|
|
|
1649
1661
|
|
|
1650
1662
|
### Minor Changes
|
|
1651
1663
|
|
|
1652
|
-
- [`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!
|
|
1653
1665
|
editor-core now exports dedupe which aids in not having duplicate plugins added when initialising an editor
|
|
1654
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"
|
|
1655
1667
|
|
|
@@ -1677,26 +1689,26 @@
|
|
|
1677
1689
|
|
|
1678
1690
|
### Patch Changes
|
|
1679
1691
|
|
|
1680
|
-
- [`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
|
|
1681
1693
|
|
|
1682
1694
|
## 70.0.2
|
|
1683
1695
|
|
|
1684
1696
|
### Patch Changes
|
|
1685
1697
|
|
|
1686
|
-
- [`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
|
|
1687
1699
|
- Updated dependencies
|
|
1688
1700
|
|
|
1689
1701
|
## 70.0.1
|
|
1690
1702
|
|
|
1691
1703
|
### Patch Changes
|
|
1692
1704
|
|
|
1693
|
-
- [`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
|
|
1694
1706
|
|
|
1695
1707
|
## 70.0.0
|
|
1696
1708
|
|
|
1697
1709
|
### Minor Changes
|
|
1698
1710
|
|
|
1699
|
-
- [`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.
|
|
1700
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
|
|
1701
1713
|
|
|
1702
1714
|
### Patch Changes
|
|
@@ -1713,7 +1725,7 @@
|
|
|
1713
1725
|
|
|
1714
1726
|
### Minor Changes
|
|
1715
1727
|
|
|
1716
|
-
- [`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
|
|
1717
1729
|
|
|
1718
1730
|
### Patch Changes
|
|
1719
1731
|
|
|
@@ -1723,7 +1735,7 @@
|
|
|
1723
1735
|
|
|
1724
1736
|
### Minor Changes
|
|
1725
1737
|
|
|
1726
|
-
- [`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.
|
|
1727
1739
|
- [`1e59fd65c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e59fd65c5) - ED-8720 Add OnUnhandledClickHandler for Renderer
|
|
1728
1740
|
- [`ff39f9f643`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff39f9f643) - ED-10614 Add match indexing (Confluence API) for annotation creation for the renderer
|
|
1729
1741
|
|
|
@@ -1762,13 +1774,13 @@
|
|
|
1762
1774
|
|
|
1763
1775
|
### Patch Changes
|
|
1764
1776
|
|
|
1765
|
-
- [`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
|
|
1766
1778
|
|
|
1767
1779
|
## 68.0.0
|
|
1768
1780
|
|
|
1769
1781
|
### Minor Changes
|
|
1770
1782
|
|
|
1771
|
-
- [`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
|
|
1772
1784
|
- [`1bd404254e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1bd404254e) - ED-10547 Analytics for delete annotations
|
|
1773
1785
|
|
|
1774
1786
|
### Patch Changes
|
|
@@ -1814,13 +1826,13 @@
|
|
|
1814
1826
|
|
|
1815
1827
|
### Patch Changes
|
|
1816
1828
|
|
|
1817
|
-
- [`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
|
|
1818
1830
|
|
|
1819
1831
|
## 67.0.2
|
|
1820
1832
|
|
|
1821
1833
|
### Patch Changes
|
|
1822
1834
|
|
|
1823
|
-
- [`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.
|
|
1824
1836
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
1825
1837
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
1826
1838
|
- Updated dependencies
|
|
@@ -1829,14 +1841,14 @@
|
|
|
1829
1841
|
|
|
1830
1842
|
### Patch Changes
|
|
1831
1843
|
|
|
1832
|
-
- [`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
|
|
1833
1845
|
- Updated dependencies
|
|
1834
1846
|
|
|
1835
1847
|
## 67.0.0
|
|
1836
1848
|
|
|
1837
1849
|
### Major Changes
|
|
1838
1850
|
|
|
1839
|
-
- [`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
|
|
1840
1852
|
|
|
1841
1853
|
### Minor Changes
|
|
1842
1854
|
|
|
@@ -1886,7 +1898,7 @@
|
|
|
1886
1898
|
|
|
1887
1899
|
### Major Changes
|
|
1888
1900
|
|
|
1889
|
-
- [`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
|
|
1890
1902
|
|
|
1891
1903
|
# Breaking Change:
|
|
1892
1904
|
|
|
@@ -2017,7 +2029,7 @@
|
|
|
2017
2029
|
|
|
2018
2030
|
### Patch Changes
|
|
2019
2031
|
|
|
2020
|
-
- [`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
|
|
2021
2033
|
|
|
2022
2034
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
2023
2035
|
to prevent duplicates of tslib being bundled.
|
|
@@ -2026,13 +2038,13 @@
|
|
|
2026
2038
|
|
|
2027
2039
|
### Patch Changes
|
|
2028
2040
|
|
|
2029
|
-
- [`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
|
|
2030
2042
|
|
|
2031
2043
|
## 64.0.0
|
|
2032
2044
|
|
|
2033
2045
|
### Minor Changes
|
|
2034
2046
|
|
|
2035
|
-
- [`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
|
|
2036
2048
|
- [`b932cbbc42`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b932cbbc42) - Added support for rendering image captions
|
|
2037
2049
|
- [`62eb1114c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62eb1114c4) - Enable passing of MediaFeatureFlags through Editor Renderer via MediaOptions to Media components
|
|
2038
2050
|
|
|
@@ -2048,7 +2060,7 @@
|
|
|
2048
2060
|
|
|
2049
2061
|
### Minor Changes
|
|
2050
2062
|
|
|
2051
|
-
- [`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.
|
|
2052
2064
|
When the prop is `true`, heading anchor links will be enabled only on the top level of the document.
|
|
2053
2065
|
When the prop is set to `{ allowNestedHeaderLinks: true }` we will enable the new UI for heading anchor links,
|
|
2054
2066
|
and they can be supported everywhere: in tables, panels, expands, etc.
|
|
@@ -2090,7 +2102,7 @@
|
|
|
2090
2102
|
|
|
2091
2103
|
### Major Changes
|
|
2092
2104
|
|
|
2093
|
-
- [`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.
|
|
2094
2106
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
2095
2107
|
|
|
2096
2108
|
### Patch Changes
|
|
@@ -2101,7 +2113,7 @@
|
|
|
2101
2113
|
|
|
2102
2114
|
### Minor Changes
|
|
2103
2115
|
|
|
2104
|
-
- [`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
|
|
2105
2117
|
- [`ea81ff42a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea81ff42a0) - [FM-3819] Implements a subscriber API to allows set focus in an specific annotation
|
|
2106
2118
|
|
|
2107
2119
|
### Patch Changes
|
|
@@ -2127,7 +2139,7 @@
|
|
|
2127
2139
|
|
|
2128
2140
|
### Major Changes
|
|
2129
2141
|
|
|
2130
|
-
- [`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
|
|
2131
2143
|
|
|
2132
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`.
|
|
2133
2145
|
|
|
@@ -2149,7 +2161,7 @@
|
|
|
2149
2161
|
|
|
2150
2162
|
### Minor Changes
|
|
2151
2163
|
|
|
2152
|
-
- [`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
|
|
2153
2165
|
- [`e30894b112`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e30894b112) - [FM-3716] First Inline Comments implementation for Renderer
|
|
2154
2166
|
- [`177421dd67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/177421dd67) - ED-9207: Add ability to remove annotations from the renderer
|
|
2155
2167
|
- [`5f9c856055`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f9c856055) - ED-9221: Add support for adding annotations at deeper depths
|
|
@@ -2178,7 +2190,7 @@
|
|
|
2178
2190
|
|
|
2179
2191
|
### Major Changes
|
|
2180
2192
|
|
|
2181
|
-
- [`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
|
|
2182
2194
|
|
|
2183
2195
|
### Minor Changes
|
|
2184
2196
|
|