@atlaskit/media-ui 25.9.0 → 25.10.0
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 +1682 -1137
- package/dist/cjs/customMediaPlayer/index.js +17 -3
- package/dist/cjs/customMediaPlayer/styled.js +26 -1
- package/dist/cjs/customMediaPlayer/timeRange.js +101 -16
- package/dist/cjs/formatDuration.js +22 -4
- package/dist/cjs/i18n/cs.js +8 -0
- package/dist/cjs/i18n/da.js +9 -1
- package/dist/cjs/i18n/de.js +8 -0
- package/dist/cjs/i18n/en.js +8 -0
- package/dist/cjs/i18n/en_GB.js +8 -0
- package/dist/cjs/i18n/en_ZZ.js +8 -0
- package/dist/cjs/i18n/es.js +8 -0
- package/dist/cjs/i18n/fi.js +8 -0
- package/dist/cjs/i18n/fr.js +8 -0
- package/dist/cjs/i18n/hu.js +8 -0
- package/dist/cjs/i18n/it.js +8 -0
- package/dist/cjs/i18n/ja.js +8 -0
- package/dist/cjs/i18n/ko.js +8 -0
- package/dist/cjs/i18n/nb.js +8 -0
- package/dist/cjs/i18n/nl.js +8 -0
- package/dist/cjs/i18n/pl.js +9 -1
- package/dist/cjs/i18n/pt_BR.js +8 -0
- package/dist/cjs/i18n/ru.js +10 -2
- package/dist/cjs/i18n/sv.js +8 -0
- package/dist/cjs/i18n/th.js +8 -0
- package/dist/cjs/i18n/tr.js +10 -2
- package/dist/cjs/i18n/uk.js +9 -1
- package/dist/cjs/i18n/vi.js +8 -0
- package/dist/cjs/i18n/zh.js +8 -0
- package/dist/cjs/i18n/zh_TW.js +8 -0
- package/dist/cjs/imageMetaData/index.js +11 -19
- package/dist/cjs/messages.js +10 -0
- package/dist/es2019/customMediaPlayer/index.js +17 -5
- package/dist/es2019/customMediaPlayer/styled.js +25 -0
- package/dist/es2019/customMediaPlayer/timeRange.js +97 -9
- package/dist/es2019/formatDuration.js +22 -3
- package/dist/es2019/i18n/cs.js +8 -0
- package/dist/es2019/i18n/da.js +9 -1
- package/dist/es2019/i18n/de.js +8 -0
- package/dist/es2019/i18n/en.js +8 -0
- package/dist/es2019/i18n/en_GB.js +8 -0
- package/dist/es2019/i18n/en_ZZ.js +8 -0
- package/dist/es2019/i18n/es.js +8 -0
- package/dist/es2019/i18n/fi.js +8 -0
- package/dist/es2019/i18n/fr.js +8 -0
- package/dist/es2019/i18n/hu.js +8 -0
- package/dist/es2019/i18n/it.js +8 -0
- package/dist/es2019/i18n/ja.js +8 -0
- package/dist/es2019/i18n/ko.js +8 -0
- package/dist/es2019/i18n/nb.js +8 -0
- package/dist/es2019/i18n/nl.js +8 -0
- package/dist/es2019/i18n/pl.js +9 -1
- package/dist/es2019/i18n/pt_BR.js +8 -0
- package/dist/es2019/i18n/ru.js +10 -2
- package/dist/es2019/i18n/sv.js +8 -0
- package/dist/es2019/i18n/th.js +8 -0
- package/dist/es2019/i18n/tr.js +10 -2
- package/dist/es2019/i18n/uk.js +9 -1
- package/dist/es2019/i18n/vi.js +8 -0
- package/dist/es2019/i18n/zh.js +8 -0
- package/dist/es2019/i18n/zh_TW.js +8 -0
- package/dist/es2019/imageMetaData/index.js +12 -19
- package/dist/es2019/messages.js +10 -0
- package/dist/esm/customMediaPlayer/index.js +17 -3
- package/dist/esm/customMediaPlayer/styled.js +25 -0
- package/dist/esm/customMediaPlayer/timeRange.js +102 -17
- package/dist/esm/formatDuration.js +21 -3
- package/dist/esm/i18n/cs.js +8 -0
- package/dist/esm/i18n/da.js +9 -1
- package/dist/esm/i18n/de.js +8 -0
- package/dist/esm/i18n/en.js +8 -0
- package/dist/esm/i18n/en_GB.js +8 -0
- package/dist/esm/i18n/en_ZZ.js +8 -0
- package/dist/esm/i18n/es.js +8 -0
- package/dist/esm/i18n/fi.js +8 -0
- package/dist/esm/i18n/fr.js +8 -0
- package/dist/esm/i18n/hu.js +8 -0
- package/dist/esm/i18n/it.js +8 -0
- package/dist/esm/i18n/ja.js +8 -0
- package/dist/esm/i18n/ko.js +8 -0
- package/dist/esm/i18n/nb.js +8 -0
- package/dist/esm/i18n/nl.js +8 -0
- package/dist/esm/i18n/pl.js +9 -1
- package/dist/esm/i18n/pt_BR.js +8 -0
- package/dist/esm/i18n/ru.js +10 -2
- package/dist/esm/i18n/sv.js +8 -0
- package/dist/esm/i18n/th.js +8 -0
- package/dist/esm/i18n/tr.js +10 -2
- package/dist/esm/i18n/uk.js +9 -1
- package/dist/esm/i18n/vi.js +8 -0
- package/dist/esm/i18n/zh.js +8 -0
- package/dist/esm/i18n/zh_TW.js +8 -0
- package/dist/esm/imageMetaData/index.js +11 -20
- package/dist/esm/messages.js +10 -0
- package/dist/types/customMediaPlayer/styled.d.ts +4 -0
- package/dist/types/customMediaPlayer/timeRange.d.ts +13 -1
- package/dist/types/formatDuration.d.ts +6 -0
- package/dist/types/i18n/cs.d.ts +8 -0
- package/dist/types/i18n/da.d.ts +8 -0
- package/dist/types/i18n/de.d.ts +8 -0
- package/dist/types/i18n/en.d.ts +8 -0
- package/dist/types/i18n/en_GB.d.ts +8 -0
- package/dist/types/i18n/en_ZZ.d.ts +8 -0
- package/dist/types/i18n/es.d.ts +8 -0
- package/dist/types/i18n/fi.d.ts +8 -0
- package/dist/types/i18n/fr.d.ts +8 -0
- package/dist/types/i18n/hu.d.ts +8 -0
- package/dist/types/i18n/it.d.ts +8 -0
- package/dist/types/i18n/ja.d.ts +8 -0
- package/dist/types/i18n/ko.d.ts +8 -0
- package/dist/types/i18n/nb.d.ts +8 -0
- package/dist/types/i18n/nl.d.ts +8 -0
- package/dist/types/i18n/pl.d.ts +8 -0
- package/dist/types/i18n/pt_BR.d.ts +8 -0
- package/dist/types/i18n/ru.d.ts +8 -0
- package/dist/types/i18n/sv.d.ts +8 -0
- package/dist/types/i18n/th.d.ts +8 -0
- package/dist/types/i18n/tr.d.ts +8 -0
- package/dist/types/i18n/uk.d.ts +8 -0
- package/dist/types/i18n/vi.d.ts +8 -0
- package/dist/types/i18n/zh.d.ts +8 -0
- package/dist/types/i18n/zh_TW.d.ts +8 -0
- package/dist/types/imageMetaData/index.d.ts +1 -1
- package/dist/types/messages.d.ts +1 -1
- package/dist/types-ts4.5/customMediaPlayer/styled.d.ts +4 -0
- package/dist/types-ts4.5/customMediaPlayer/timeRange.d.ts +13 -1
- package/dist/types-ts4.5/formatDuration.d.ts +6 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +8 -0
- package/dist/types-ts4.5/i18n/da.d.ts +8 -0
- package/dist/types-ts4.5/i18n/de.d.ts +8 -0
- package/dist/types-ts4.5/i18n/en.d.ts +8 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +8 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +8 -0
- package/dist/types-ts4.5/i18n/es.d.ts +8 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +8 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +8 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +8 -0
- package/dist/types-ts4.5/i18n/it.d.ts +8 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +8 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +8 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +8 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +8 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +8 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +8 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +8 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +8 -0
- package/dist/types-ts4.5/i18n/th.d.ts +8 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +8 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +8 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +8 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +8 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +8 -0
- package/dist/types-ts4.5/imageMetaData/index.d.ts +1 -1
- package/dist/types-ts4.5/messages.d.ts +1 -1
- package/package.json +11 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,1489 +1,1945 @@
|
|
|
1
1
|
# @atlaskit/media-ui
|
|
2
2
|
|
|
3
|
+
## 25.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#96985](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96985)
|
|
8
|
+
[`024d611d1aee`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/024d611d1aee) -
|
|
9
|
+
clean up html image dimensions FF
|
|
10
|
+
|
|
11
|
+
## 25.9.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#89395](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89395)
|
|
16
|
+
[`d8ff819d271c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d8ff819d271c) -
|
|
17
|
+
[ux] ECA11Y-200 Make editor video seeker accessible for keyboard users
|
|
18
|
+
|
|
3
19
|
## 25.9.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
6
22
|
|
|
7
|
-
-
|
|
23
|
+
- [#93302](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93302)
|
|
24
|
+
[`c370864d9ece`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c370864d9ece) -
|
|
25
|
+
Improve image dimensions logic for better reliability
|
|
8
26
|
|
|
9
27
|
### Patch Changes
|
|
10
28
|
|
|
11
|
-
-
|
|
29
|
+
- Updated dependencies
|
|
12
30
|
|
|
13
31
|
## 25.8.0
|
|
14
32
|
|
|
15
33
|
### Minor Changes
|
|
16
34
|
|
|
17
|
-
-
|
|
35
|
+
- [#80318](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80318)
|
|
36
|
+
[`378835ef4c22`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/378835ef4c22) -
|
|
37
|
+
ECA11Y-201: Make video volume regulation accessible and focusable
|
|
18
38
|
|
|
19
39
|
## 25.7.0
|
|
20
40
|
|
|
21
41
|
### Minor Changes
|
|
22
42
|
|
|
23
|
-
-
|
|
43
|
+
- [#86221](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86221)
|
|
44
|
+
[`3d897cbc0397`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3d897cbc0397) -
|
|
45
|
+
[ux] Adds a mechanism for user to enter alt text in avatar picker
|
|
24
46
|
|
|
25
47
|
## 25.6.1
|
|
26
48
|
|
|
27
49
|
### Patch Changes
|
|
28
50
|
|
|
29
|
-
-
|
|
51
|
+
- [#89185](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89185)
|
|
52
|
+
[`bf076b766e85`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bf076b766e85) -
|
|
53
|
+
CXP-3206 Fix CustomMediaPlayer's thumb vertical positioning
|
|
30
54
|
|
|
31
55
|
## 25.6.0
|
|
32
56
|
|
|
33
57
|
### Minor Changes
|
|
34
58
|
|
|
35
|
-
-
|
|
59
|
+
- [#73901](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/73901)
|
|
60
|
+
[`2aefab5730ab`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2aefab5730ab) -
|
|
61
|
+
ECA11Y-207 Added Tab navigation for video panel controls and handling key press on them
|
|
36
62
|
|
|
37
63
|
### Patch Changes
|
|
38
64
|
|
|
39
|
-
-
|
|
65
|
+
- Updated dependencies
|
|
40
66
|
|
|
41
67
|
## 25.5.0
|
|
42
68
|
|
|
43
69
|
### Minor Changes
|
|
44
70
|
|
|
45
|
-
-
|
|
71
|
+
- [#87932](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87932)
|
|
72
|
+
[`9de84130ef6a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9de84130ef6a) -
|
|
73
|
+
[ux] Fixes text colour in playback speed menu in light mode
|
|
46
74
|
|
|
47
75
|
### Patch Changes
|
|
48
76
|
|
|
49
|
-
-
|
|
77
|
+
- Updated dependencies
|
|
50
78
|
|
|
51
79
|
## 25.4.4
|
|
52
80
|
|
|
53
81
|
### Patch Changes
|
|
54
82
|
|
|
55
|
-
-
|
|
83
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
84
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
85
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
56
86
|
|
|
57
87
|
## 25.4.3
|
|
58
88
|
|
|
59
89
|
### Patch Changes
|
|
60
90
|
|
|
61
|
-
-
|
|
91
|
+
- Updated dependencies
|
|
62
92
|
|
|
63
93
|
## 25.4.2
|
|
64
94
|
|
|
65
95
|
### Patch Changes
|
|
66
96
|
|
|
67
|
-
-
|
|
97
|
+
- [#80067](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80067)
|
|
98
|
+
[`3ea4eada1951`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3ea4eada1951) -
|
|
99
|
+
[ux] Replaced standard spacing with space tokens
|
|
68
100
|
|
|
69
101
|
## 25.4.1
|
|
70
102
|
|
|
71
103
|
### Patch Changes
|
|
72
104
|
|
|
73
|
-
-
|
|
105
|
+
- [#79378](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79378)
|
|
106
|
+
[`1292c9f03c9f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1292c9f03c9f) -
|
|
107
|
+
Apply spacing token to media-ui
|
|
74
108
|
|
|
75
109
|
## 25.4.0
|
|
76
110
|
|
|
77
111
|
### Minor Changes
|
|
78
112
|
|
|
79
|
-
-
|
|
113
|
+
- [#78097](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78097)
|
|
114
|
+
[`85166d42ab97`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85166d42ab97) -
|
|
115
|
+
Update PDF password form UI styling and messages
|
|
80
116
|
|
|
81
117
|
## 25.3.0
|
|
82
118
|
|
|
83
119
|
### Minor Changes
|
|
84
120
|
|
|
85
|
-
-
|
|
121
|
+
- [#77668](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77668)
|
|
122
|
+
[`c8a08df51a9f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c8a08df51a9f) -
|
|
123
|
+
Add password protected pdf support for media viewer
|
|
86
124
|
|
|
87
125
|
## 25.2.0
|
|
88
126
|
|
|
89
127
|
### Minor Changes
|
|
90
128
|
|
|
91
|
-
-
|
|
129
|
+
- [#69454](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69454)
|
|
130
|
+
[`41f49439d5da`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/41f49439d5da) -
|
|
131
|
+
[ux] ECA11Y-198: Add Shift + F10 shortcut to focus play/pause button when video is selected
|
|
92
132
|
|
|
93
133
|
## 25.1.0
|
|
94
134
|
|
|
95
135
|
### Minor Changes
|
|
96
136
|
|
|
97
|
-
-
|
|
137
|
+
- [#69045](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69045)
|
|
138
|
+
[`b4de23a94d1f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b4de23a94d1f) -
|
|
139
|
+
Added new intl message for button to open Media viewer in Media Card
|
|
98
140
|
|
|
99
141
|
## 25.0.13
|
|
100
142
|
|
|
101
143
|
### Patch Changes
|
|
102
144
|
|
|
103
|
-
-
|
|
145
|
+
- [#64367](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64367)
|
|
146
|
+
[`92a5d4b3f616`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/92a5d4b3f616) -
|
|
147
|
+
fix selection issue of media inline card
|
|
104
148
|
|
|
105
149
|
## 25.0.12
|
|
106
150
|
|
|
107
151
|
### Patch Changes
|
|
108
152
|
|
|
109
|
-
-
|
|
153
|
+
- Updated dependencies
|
|
110
154
|
|
|
111
155
|
## 25.0.11
|
|
112
156
|
|
|
113
157
|
### Patch Changes
|
|
114
158
|
|
|
115
|
-
-
|
|
159
|
+
- [#60029](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60029)
|
|
160
|
+
[`b9826ea49c47`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b9826ea49c47) -
|
|
161
|
+
Update dependencies that were impacted by HOT-106483 to latest.
|
|
116
162
|
|
|
117
163
|
## 25.0.10
|
|
118
164
|
|
|
119
165
|
### Patch Changes
|
|
120
166
|
|
|
121
|
-
-
|
|
167
|
+
- [#57473](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57473)
|
|
168
|
+
[`100f90575744`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/100f90575744) -
|
|
169
|
+
Remove legacy theming logic from @atlaskit/media-avatar-picker, @atlaskit/media-card,
|
|
170
|
+
@atlaskit/media-ui and @atlaskit/media-viewer.
|
|
122
171
|
|
|
123
172
|
## 25.0.9
|
|
124
173
|
|
|
125
174
|
### Patch Changes
|
|
126
175
|
|
|
127
|
-
-
|
|
176
|
+
- [#56822](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/56822)
|
|
177
|
+
[`77f4fbf44e93`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/77f4fbf44e93) -
|
|
178
|
+
ECA11Y-78: Added announce for the selected file
|
|
128
179
|
|
|
129
180
|
## 25.0.8
|
|
130
181
|
|
|
131
182
|
### Patch Changes
|
|
132
183
|
|
|
133
|
-
-
|
|
184
|
+
- Updated dependencies
|
|
134
185
|
|
|
135
186
|
## 25.0.7
|
|
136
187
|
|
|
137
188
|
### Patch Changes
|
|
138
189
|
|
|
139
|
-
-
|
|
190
|
+
- Updated dependencies
|
|
140
191
|
|
|
141
192
|
## 25.0.6
|
|
142
193
|
|
|
143
194
|
### Patch Changes
|
|
144
195
|
|
|
145
|
-
-
|
|
196
|
+
- Updated dependencies
|
|
146
197
|
|
|
147
198
|
## 25.0.5
|
|
148
199
|
|
|
149
200
|
### Patch Changes
|
|
150
201
|
|
|
151
|
-
-
|
|
202
|
+
- Updated dependencies
|
|
152
203
|
|
|
153
204
|
## 25.0.4
|
|
154
205
|
|
|
155
206
|
### Patch Changes
|
|
156
207
|
|
|
157
|
-
-
|
|
158
|
-
|
|
159
|
-
-
|
|
208
|
+
- [#43014](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43014)
|
|
209
|
+
[`f021d31543e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f021d31543e) - create
|
|
210
|
+
useFileState hook versions of header and itemviewer, create list-v2, refactor
|
|
211
|
+
MediaFileStateError to media-client-react
|
|
212
|
+
- [#43014](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43014)
|
|
213
|
+
[`761551f78ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/761551f78ab) -
|
|
214
|
+
Implement useFileState hook on Media Viewer under Version 2
|
|
215
|
+
- Updated dependencies
|
|
160
216
|
|
|
161
217
|
## 25.0.3
|
|
162
218
|
|
|
163
219
|
### Patch Changes
|
|
164
220
|
|
|
165
|
-
-
|
|
221
|
+
- Updated dependencies
|
|
166
222
|
|
|
167
223
|
## 25.0.2
|
|
168
224
|
|
|
169
225
|
### Patch Changes
|
|
170
226
|
|
|
171
|
-
-
|
|
227
|
+
- [#41501](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41501)
|
|
228
|
+
[`b3cb749dc67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3cb749dc67) - Fix TS
|
|
229
|
+
errors in AFM
|
|
172
230
|
|
|
173
231
|
## 25.0.1
|
|
174
232
|
|
|
175
233
|
### Patch Changes
|
|
176
234
|
|
|
177
|
-
-
|
|
235
|
+
- [#40009](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40009)
|
|
236
|
+
[`dcef48fcb56`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dcef48fcb56) -
|
|
237
|
+
Dependency for @types/enzyme set as static as the following patch version contains a breaking
|
|
238
|
+
change
|
|
178
239
|
|
|
179
240
|
## 25.0.0
|
|
180
241
|
|
|
181
242
|
### Major Changes
|
|
182
243
|
|
|
183
|
-
-
|
|
244
|
+
- [#39427](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39427)
|
|
245
|
+
[`e6122bf1c9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6122bf1c9a) -
|
|
246
|
+
MEX-2481 revert and re-introduce a new fix for media border gap issue
|
|
184
247
|
|
|
185
248
|
## 24.0.3
|
|
186
249
|
|
|
187
250
|
### Patch Changes
|
|
188
251
|
|
|
189
|
-
-
|
|
252
|
+
- [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
|
|
253
|
+
[`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) -
|
|
254
|
+
Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
190
255
|
|
|
191
256
|
## 24.0.2
|
|
192
257
|
|
|
193
258
|
### Patch Changes
|
|
194
259
|
|
|
195
|
-
-
|
|
260
|
+
- Updated dependencies
|
|
196
261
|
|
|
197
262
|
## 24.0.1
|
|
198
263
|
|
|
199
264
|
### Patch Changes
|
|
200
265
|
|
|
201
|
-
-
|
|
202
|
-
-
|
|
266
|
+
- [#39255](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39255)
|
|
267
|
+
[`ede6ee7aaab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ede6ee7aaab) -
|
|
268
|
+
Updated tests, examples and moving towards /test-helper export in packages to prevent circular
|
|
269
|
+
dependancies
|
|
270
|
+
- Updated dependencies
|
|
203
271
|
|
|
204
272
|
## 24.0.0
|
|
205
273
|
|
|
206
274
|
### Major Changes
|
|
207
275
|
|
|
208
|
-
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
276
|
+
- [#39127](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39127)
|
|
277
|
+
[`3fa17b4c298`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fa17b4c298) -
|
|
278
|
+
Removed support for `'auto'` as an allowed value for the `loading` property within
|
|
279
|
+
`MediaImageProps`.
|
|
280
|
+
|
|
281
|
+
```diff
|
|
282
|
+
export interface MediaImageProps {
|
|
283
|
+
...
|
|
284
|
+
- loading?: 'auto' | 'lazy' | 'eager';
|
|
285
|
+
+ loading?: 'lazy' | 'eager';
|
|
286
|
+
...
|
|
287
|
+
}
|
|
288
|
+
```
|
|
218
289
|
|
|
219
|
-
|
|
290
|
+
> The `loading` property within `MediaImageProps` directly maps to the
|
|
291
|
+
> [`loading`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/loading#value)
|
|
292
|
+
> property of an `HTMLImageElement`.
|
|
220
293
|
|
|
221
|
-
|
|
222
|
-
|
|
294
|
+
```typescript
|
|
295
|
+
// node_modules/typescript/lib/lib.dom.d.ts:
|
|
223
296
|
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
297
|
+
/** Provides special properties and methods for manipulating <img> elements. */
|
|
298
|
+
interface HTMLImageElement extends HTMLElement {
|
|
299
|
+
...
|
|
300
|
+
/** Sets or retrieves the policy for loading image elements that are outside the viewport. */
|
|
301
|
+
loading: "eager" | "lazy";
|
|
302
|
+
...
|
|
303
|
+
}
|
|
304
|
+
```
|
|
232
305
|
|
|
233
|
-
|
|
306
|
+
The `'auto'` value was **experimental** within older versions of Chrome and never made its way
|
|
307
|
+
into the final HTML spec. Learn more
|
|
308
|
+
[here](https://web.dev/browser-level-image-lazy-loading/#are-there-plans-to-automatically-lazy-load-images-in-chrome).
|
|
234
309
|
|
|
235
310
|
## 23.3.0
|
|
236
311
|
|
|
237
312
|
### Minor Changes
|
|
238
313
|
|
|
239
|
-
-
|
|
314
|
+
- [#36363](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36363)
|
|
315
|
+
[`9435778d504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9435778d504) - Added
|
|
316
|
+
additional messages for Media Avatar Picker for improved accessibility
|
|
240
317
|
|
|
241
318
|
## 23.2.2
|
|
242
319
|
|
|
243
320
|
### Patch Changes
|
|
244
321
|
|
|
245
|
-
-
|
|
322
|
+
- [#38069](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38069)
|
|
323
|
+
[`07ffc8e6fbd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07ffc8e6fbd) - remove
|
|
324
|
+
unused right prop from IconAndTitleLayout
|
|
246
325
|
|
|
247
326
|
## 23.2.1
|
|
248
327
|
|
|
249
328
|
### Patch Changes
|
|
250
329
|
|
|
251
|
-
-
|
|
330
|
+
- Updated dependencies
|
|
252
331
|
|
|
253
332
|
## 23.2.0
|
|
254
333
|
|
|
255
334
|
### Minor Changes
|
|
256
335
|
|
|
257
|
-
-
|
|
336
|
+
- [#36498](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36498)
|
|
337
|
+
[`f486dbd535c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f486dbd535c) -
|
|
338
|
+
MEX-2481 Fix minor gap between image and border
|
|
258
339
|
|
|
259
340
|
## 23.1.1
|
|
260
341
|
|
|
261
342
|
### Patch Changes
|
|
262
343
|
|
|
263
|
-
-
|
|
344
|
+
- [#35933](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35933)
|
|
345
|
+
[`183fdc63b26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/183fdc63b26) -
|
|
346
|
+
MEX-2467 Fix firstPlayed track event firing when autoPlay is false
|
|
264
347
|
|
|
265
348
|
## 23.1.0
|
|
266
349
|
|
|
267
350
|
### Minor Changes
|
|
268
351
|
|
|
269
|
-
-
|
|
352
|
+
- [#35725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35725)
|
|
353
|
+
[`a67386c9448`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a67386c9448) - add
|
|
354
|
+
missing label for media avatar picker back button
|
|
270
355
|
|
|
271
356
|
## 23.0.6
|
|
272
357
|
|
|
273
358
|
### Patch Changes
|
|
274
359
|
|
|
275
|
-
-
|
|
360
|
+
- [#33728](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33728)
|
|
361
|
+
[`48e4a655534`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48e4a655534) -
|
|
362
|
+
Internal change to enforce token usage for spacing properties. There is no expected visual or
|
|
363
|
+
behaviour change.
|
|
276
364
|
|
|
277
365
|
## 23.0.5
|
|
278
366
|
|
|
279
367
|
### Patch Changes
|
|
280
368
|
|
|
281
|
-
-
|
|
369
|
+
- [#35026](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35026)
|
|
370
|
+
[`da9024f099f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da9024f099f) -
|
|
371
|
+
MEX-2432 Enable range selection on MediaInline component
|
|
282
372
|
|
|
283
373
|
## 23.0.4
|
|
284
374
|
|
|
285
375
|
### Patch Changes
|
|
286
376
|
|
|
287
|
-
-
|
|
377
|
+
- Updated dependencies
|
|
288
378
|
|
|
289
379
|
## 23.0.3
|
|
290
380
|
|
|
291
381
|
### Patch Changes
|
|
292
382
|
|
|
293
|
-
-
|
|
383
|
+
- Updated dependencies
|
|
294
384
|
|
|
295
385
|
## 23.0.2
|
|
296
386
|
|
|
297
387
|
### Patch Changes
|
|
298
388
|
|
|
299
|
-
-
|
|
300
|
-
-
|
|
389
|
+
- [#34192](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34192)
|
|
390
|
+
[`1f14ade848b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f14ade848b) -
|
|
391
|
+
[MEX-2401] Duplicated title when copy-paste of media inline
|
|
392
|
+
- Updated dependencies
|
|
301
393
|
|
|
302
394
|
## 23.0.1
|
|
303
395
|
|
|
304
396
|
### Patch Changes
|
|
305
397
|
|
|
306
|
-
-
|
|
398
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
399
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
400
|
+
legacy types are published for TS 4.5-4.8
|
|
307
401
|
|
|
308
402
|
## 23.0.0
|
|
309
403
|
|
|
310
404
|
### Major Changes
|
|
311
405
|
|
|
312
|
-
-
|
|
406
|
+
- [#33771](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33771)
|
|
407
|
+
[`780e634b885`](https://bitbucket.org/atlassian/atlassian-frontend/commits/780e634b885) -
|
|
408
|
+
Removed fadeIn styles - Removed emotion/react dependency
|
|
313
409
|
|
|
314
410
|
## 22.4.1
|
|
315
411
|
|
|
316
412
|
### Patch Changes
|
|
317
413
|
|
|
318
|
-
-
|
|
414
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
415
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
|
|
416
|
+
Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
319
417
|
|
|
320
418
|
## 22.4.0
|
|
321
419
|
|
|
322
420
|
### Minor Changes
|
|
323
421
|
|
|
324
|
-
-
|
|
422
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
423
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
424
|
+
minor dependency bump
|
|
325
425
|
|
|
326
426
|
### Patch Changes
|
|
327
427
|
|
|
328
|
-
-
|
|
428
|
+
- Updated dependencies
|
|
329
429
|
|
|
330
430
|
## 22.3.6
|
|
331
431
|
|
|
332
432
|
### Patch Changes
|
|
333
433
|
|
|
334
|
-
-
|
|
434
|
+
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
|
|
435
|
+
[`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
|
|
436
|
+
remove before merging to master; dupe adf-schema via adf-utils
|
|
335
437
|
|
|
336
438
|
## 22.3.5
|
|
337
439
|
|
|
338
440
|
### Patch Changes
|
|
339
441
|
|
|
340
|
-
-
|
|
442
|
+
- [#31891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31891)
|
|
443
|
+
[`b8341366c9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8341366c9a) - [ux]
|
|
444
|
+
Add dark mode support for media inline card.
|
|
341
445
|
|
|
342
446
|
## 22.3.4
|
|
343
447
|
|
|
344
448
|
### Patch Changes
|
|
345
449
|
|
|
346
|
-
-
|
|
347
|
-
-
|
|
450
|
+
- [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299)
|
|
451
|
+
[`b37723f2cfa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b37723f2cfa) - Custom
|
|
452
|
+
Media Player now logs all passed feature flags
|
|
453
|
+
- Updated dependencies
|
|
348
454
|
|
|
349
455
|
## 22.3.3
|
|
350
456
|
|
|
351
457
|
### Patch Changes
|
|
352
458
|
|
|
353
|
-
-
|
|
459
|
+
- Updated dependencies
|
|
354
460
|
|
|
355
461
|
## 22.3.2
|
|
356
462
|
|
|
357
463
|
### Patch Changes
|
|
358
464
|
|
|
359
|
-
-
|
|
465
|
+
- Updated dependencies
|
|
360
466
|
|
|
361
467
|
## 22.3.1
|
|
362
468
|
|
|
363
469
|
### Patch Changes
|
|
364
470
|
|
|
365
|
-
-
|
|
471
|
+
- Updated dependencies
|
|
366
472
|
|
|
367
473
|
## 22.3.0
|
|
368
474
|
|
|
369
475
|
### Minor Changes
|
|
370
476
|
|
|
371
|
-
-
|
|
477
|
+
- [#28932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28932)
|
|
478
|
+
[`1687a9fddf0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1687a9fddf0) -
|
|
479
|
+
Updated previewOrientation prop to allow "from-image" orientation
|
|
372
480
|
|
|
373
481
|
### Patch Changes
|
|
374
482
|
|
|
375
|
-
-
|
|
483
|
+
- Updated dependencies
|
|
376
484
|
|
|
377
485
|
## 22.2.4
|
|
378
486
|
|
|
379
487
|
### Patch Changes
|
|
380
488
|
|
|
381
|
-
-
|
|
382
|
-
-
|
|
489
|
+
- [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
|
|
490
|
+
[`a8eeb045e3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a8eeb045e3a) - adding
|
|
491
|
+
media only callouts to docs
|
|
492
|
+
- Updated dependencies
|
|
383
493
|
|
|
384
494
|
## 22.2.3
|
|
385
495
|
|
|
386
496
|
### Patch Changes
|
|
387
497
|
|
|
388
|
-
-
|
|
498
|
+
- [#27706](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27706)
|
|
499
|
+
[`65527c85a64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65527c85a64) - Bump
|
|
500
|
+
@emotion
|
|
389
501
|
|
|
390
502
|
## 22.2.2
|
|
391
503
|
|
|
392
504
|
### Patch Changes
|
|
393
505
|
|
|
394
|
-
-
|
|
506
|
+
- Updated dependencies
|
|
395
507
|
|
|
396
508
|
## 22.2.1
|
|
397
509
|
|
|
398
510
|
### Patch Changes
|
|
399
511
|
|
|
400
|
-
-
|
|
512
|
+
- Updated dependencies
|
|
401
513
|
|
|
402
514
|
## 22.2.0
|
|
403
515
|
|
|
404
516
|
### Minor Changes
|
|
405
517
|
|
|
406
|
-
-
|
|
518
|
+
- [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712)
|
|
519
|
+
[`6de3a9494a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6de3a9494a8) - [ux]
|
|
520
|
+
Instrumented `@atlaskit/media-card` with the new theming package, `@atlaskit/tokens`.
|
|
407
521
|
|
|
408
|
-
|
|
409
|
-
|
|
522
|
+
New tokens will be visible only in applications configured to use the new Tokens API (currently
|
|
523
|
+
in alpha). These changes are intended to be interoperable with the legacy theme implementation.
|
|
524
|
+
Legacy dark mode users should expect no visual or breaking changes.
|
|
410
525
|
|
|
411
|
-
-
|
|
526
|
+
- [`3b86aedf4cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b86aedf4cf) -
|
|
527
|
+
Instrumented `@atlaskit/media-ui` with the new theming package, `@atlaskit/tokens`.
|
|
412
528
|
|
|
413
|
-
|
|
414
|
-
|
|
529
|
+
New tokens will be visible only in applications configured to use the new Tokens API (currently
|
|
530
|
+
in alpha). These changes are intended to be interoperable with the legacy theme implementation.
|
|
531
|
+
Legacy dark mode users should expect no visual or breaking changes.
|
|
415
532
|
|
|
416
533
|
### Patch Changes
|
|
417
534
|
|
|
418
|
-
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
-
|
|
535
|
+
- [`cb8f8e76d25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb8f8e76d25) - Update
|
|
536
|
+
types for react-select and @atlaskit/select upgrade Update commerce-ui entrypoints that caused a
|
|
537
|
+
pipeline issue.
|
|
538
|
+
- [`7c8727e3cb0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c8727e3cb0) - [ux]
|
|
539
|
+
Updated color usages in MediaButton and CustomMediaPlayer to use new colors from the new color
|
|
540
|
+
palette.
|
|
541
|
+
- Updated dependencies
|
|
422
542
|
|
|
423
543
|
## 22.1.3
|
|
424
544
|
|
|
425
545
|
### Patch Changes
|
|
426
546
|
|
|
427
|
-
-
|
|
547
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
548
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
|
|
549
|
+
Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
428
550
|
|
|
429
551
|
## 22.1.2
|
|
430
552
|
|
|
431
553
|
### Patch Changes
|
|
432
554
|
|
|
433
|
-
-
|
|
555
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
556
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
|
|
557
|
+
Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
434
558
|
|
|
435
559
|
## 22.1.1
|
|
436
560
|
|
|
437
561
|
### Patch Changes
|
|
438
562
|
|
|
439
|
-
-
|
|
440
|
-
|
|
563
|
+
- [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642)
|
|
564
|
+
[`e3d4c39b20c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3d4c39b20c) - Remove
|
|
565
|
+
version.json file. Use injected package name and version from environment variable instead.
|
|
441
566
|
|
|
442
567
|
## 22.1.0
|
|
443
568
|
|
|
444
569
|
### Minor Changes
|
|
445
570
|
|
|
446
|
-
-
|
|
571
|
+
- [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
|
|
572
|
+
[`ed6cdd2d397`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ed6cdd2d397) - added
|
|
573
|
+
onfullscreenchange property to media to avoid triggering table resizing when media is in full
|
|
574
|
+
screen mode
|
|
447
575
|
|
|
448
576
|
### Patch Changes
|
|
449
577
|
|
|
450
|
-
-
|
|
578
|
+
- Updated dependencies
|
|
451
579
|
|
|
452
580
|
## 22.0.0
|
|
453
581
|
|
|
454
582
|
### Major Changes
|
|
455
583
|
|
|
456
|
-
-
|
|
584
|
+
- [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721)
|
|
585
|
+
[`6b7ba46a96b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b7ba46a96b) -
|
|
586
|
+
[MEX-1456] Remove unused infinite scroll from Media-UI and Remove lodash from Media package
|
|
457
587
|
|
|
458
588
|
### Patch Changes
|
|
459
589
|
|
|
460
|
-
-
|
|
461
|
-
|
|
590
|
+
- [`a5d25a077bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5d25a077bc) -
|
|
591
|
+
removed duplicated module from Confluence's node_modules introduced with our components
|
|
592
|
+
- Updated dependencies
|
|
462
593
|
|
|
463
594
|
## 21.1.1
|
|
464
595
|
|
|
465
596
|
### Patch Changes
|
|
466
597
|
|
|
467
|
-
-
|
|
468
|
-
-
|
|
598
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
599
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
|
|
600
|
+
Upgrade to TypeScript 4.2.4
|
|
601
|
+
- Updated dependencies
|
|
469
602
|
|
|
470
603
|
## 21.1.0
|
|
471
604
|
|
|
472
605
|
### Minor Changes
|
|
473
606
|
|
|
474
|
-
-
|
|
607
|
+
- [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033)
|
|
608
|
+
[`5a79ea6f7d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a79ea6f7d6) - Add
|
|
609
|
+
support for assessing the mimetype of a file when deciding what viewer to show
|
|
475
610
|
|
|
476
611
|
### Patch Changes
|
|
477
612
|
|
|
478
|
-
-
|
|
613
|
+
- Updated dependencies
|
|
479
614
|
|
|
480
615
|
## 21.0.0
|
|
481
616
|
|
|
482
617
|
### Major Changes
|
|
483
618
|
|
|
484
|
-
-
|
|
619
|
+
- [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
|
|
620
|
+
[`e579e144052`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e579e144052) - [ux]
|
|
621
|
+
EDM-2821: Fix media inline wrap after icon
|
|
485
622
|
|
|
486
623
|
### Minor Changes
|
|
487
624
|
|
|
488
|
-
-
|
|
625
|
+
- [`0c27d2645ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c27d2645ad) -
|
|
626
|
+
Removed unused dependencies
|
|
489
627
|
|
|
490
628
|
### Patch Changes
|
|
491
629
|
|
|
492
|
-
-
|
|
493
|
-
-
|
|
630
|
+
- [`fb1cf506701`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb1cf506701) - [ux]
|
|
631
|
+
ED-14487: polyfill ResizeObserver and IntersectionObserver for unit tests, but mock
|
|
632
|
+
isIntersectionObserverSupported() for tests related to smart-cards
|
|
633
|
+
- Updated dependencies
|
|
494
634
|
|
|
495
635
|
## 20.1.0
|
|
496
636
|
|
|
497
637
|
### Minor Changes
|
|
498
638
|
|
|
499
|
-
-
|
|
639
|
+
- [#19796](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19796)
|
|
640
|
+
[`a05dcf1b9d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a05dcf1b9d6) - allow
|
|
641
|
+
to pass size prop to MediaMimeTypeIcon
|
|
500
642
|
|
|
501
643
|
## 20.0.0
|
|
502
644
|
|
|
503
645
|
### Major Changes
|
|
504
646
|
|
|
505
|
-
-
|
|
647
|
+
- [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019)
|
|
648
|
+
[`d6a20cc81b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6a20cc81b8) - Remove
|
|
649
|
+
smart-card views and utils from media-ui
|
|
506
650
|
|
|
507
651
|
### Minor Changes
|
|
508
652
|
|
|
509
|
-
-
|
|
653
|
+
- [`8742dbe70bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8742dbe70bd) -
|
|
654
|
+
MEX-1102 Removed lodash dependencies from media component and converted all to local functions
|
|
655
|
+
(lightweight helpers)
|
|
510
656
|
|
|
511
657
|
### Patch Changes
|
|
512
658
|
|
|
513
|
-
-
|
|
659
|
+
- Updated dependencies
|
|
514
660
|
|
|
515
661
|
## 19.0.0
|
|
516
662
|
|
|
517
663
|
### Major Changes
|
|
518
664
|
|
|
519
|
-
-
|
|
665
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
|
|
666
|
+
[`09a6d800330`](https://bitbucket.org/atlassian/atlassian-frontend/commits/09a6d800330) - Remove
|
|
667
|
+
`fadeInKeyframe` export
|
|
520
668
|
|
|
521
669
|
### Minor Changes
|
|
522
670
|
|
|
523
|
-
-
|
|
524
|
-
-
|
|
525
|
-
-
|
|
671
|
+
- [`da72247beeb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da72247beeb) - remove
|
|
672
|
+
styled-components from media-ui
|
|
673
|
+
- [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526)
|
|
674
|
+
[`a5cabf7f670`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5cabf7f670) -
|
|
675
|
+
CustomMediaPlayer accepts poster property
|
|
676
|
+
- [`beb3969bd64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/beb3969bd64) - [ux]
|
|
677
|
+
Change the media floating toolbar view switcher dropdown text to Change view
|
|
526
678
|
|
|
527
679
|
### Patch Changes
|
|
528
680
|
|
|
529
|
-
-
|
|
681
|
+
- [`2b2425c9758`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b2425c9758) - [ux]
|
|
682
|
+
Fixed Icon and Title padding for media inline component
|
|
530
683
|
|
|
531
684
|
## 18.1.1
|
|
532
685
|
|
|
533
686
|
### Patch Changes
|
|
534
687
|
|
|
535
|
-
-
|
|
688
|
+
- [#18528](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18528)
|
|
689
|
+
[`9ca8f7e9d74`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ca8f7e9d74) - Revert
|
|
690
|
+
extra image visibility style for media card
|
|
536
691
|
|
|
537
692
|
## 18.1.0
|
|
538
693
|
|
|
539
694
|
### Minor Changes
|
|
540
695
|
|
|
541
|
-
-
|
|
542
|
-
|
|
696
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - [ux]
|
|
697
|
+
Displaying the control bar including the timestamp by default for videos that have been
|
|
698
|
+
processed.
|
|
699
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - [ux]
|
|
700
|
+
Making the control bar for videos adaptive (controls change based on video size)
|
|
543
701
|
|
|
544
702
|
### Patch Changes
|
|
545
703
|
|
|
546
|
-
-
|
|
547
|
-
|
|
548
|
-
-
|
|
704
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) -
|
|
705
|
+
Refactor solution for fixing media card images overlaps with creating preview message
|
|
706
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - fixed
|
|
707
|
+
confluence embed smartlink icon
|
|
708
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - add
|
|
709
|
+
shimer placeholder
|
|
549
710
|
|
|
550
711
|
## 18.0.1
|
|
551
712
|
|
|
552
713
|
### Patch Changes
|
|
553
714
|
|
|
554
|
-
-
|
|
715
|
+
- [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475)
|
|
716
|
+
[`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch
|
|
717
|
+
VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
555
718
|
|
|
556
719
|
## 18.0.0
|
|
557
720
|
|
|
558
721
|
### Major Changes
|
|
559
722
|
|
|
560
|
-
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
723
|
+
- [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810)
|
|
724
|
+
[`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) -
|
|
725
|
+
ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1
|
|
726
|
+
including breaking API changes, types and tests in atlassian-frontend packages
|
|
727
|
+
|
|
728
|
+
What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages
|
|
729
|
+
now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch
|
|
730
|
+
with actual installed react-intl APIs. Why change was made: As part of a coordinated upgrade
|
|
731
|
+
effort across AF packages, as react-intl v2 is quite dated. How consumer should update their
|
|
732
|
+
code: Ensure react-intl ^5.18.1 is installed in consuming applications.
|
|
733
|
+
|
|
734
|
+
Upgrade guide: To consume atlassian-frontend packages that use react-intl5 setup a second
|
|
735
|
+
provider for the new version, using an npm alias
|
|
736
|
+
|
|
737
|
+
```js
|
|
738
|
+
"react-intl": "^2.6.0",
|
|
739
|
+
"react-intl-next": "npm:react-intl@^5.18.1",
|
|
740
|
+
```
|
|
741
|
+
|
|
742
|
+
```js
|
|
743
|
+
import { IntlProvider } from 'react-intl';
|
|
744
|
+
import { IntlProvider as IntlNextProvider } from 'react-intl-next';
|
|
745
|
+
|
|
746
|
+
return (
|
|
747
|
+
<IntlProvider
|
|
748
|
+
key={locale}
|
|
749
|
+
data-test-language={locale}
|
|
750
|
+
locale={locale}
|
|
751
|
+
defaultLocale={DEFAULT_LOCALE}
|
|
752
|
+
messages={messages}
|
|
753
|
+
>
|
|
754
|
+
<IntlNextProvider
|
|
755
|
+
key={locale}
|
|
756
|
+
data-test-language={locale}
|
|
757
|
+
locale={locale}
|
|
758
|
+
defaultLocale={DEFAULT_LOCALE}
|
|
759
|
+
messages={messages}
|
|
760
|
+
>
|
|
761
|
+
{children}
|
|
762
|
+
</IntlNextProvider>
|
|
763
|
+
</IntlProvider>
|
|
764
|
+
);
|
|
765
|
+
```
|
|
597
766
|
|
|
598
767
|
## 17.2.0
|
|
599
768
|
|
|
600
769
|
### Minor Changes
|
|
601
770
|
|
|
602
|
-
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
-
|
|
771
|
+
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
|
|
772
|
+
[`ca519a86b1d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca519a86b1d) - Add
|
|
773
|
+
new prop forceSyncDisplay in MediaImage to provide an option of always showing images. Enable
|
|
774
|
+
MediaCard to turn on forceSyncDisplay when server side rendering is enabled.
|
|
775
|
+
- [`af29def3dac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af29def3dac) - expose
|
|
776
|
+
missing smart-card classnames
|
|
777
|
+
|
|
778
|
+
```
|
|
779
|
+
import {
|
|
780
|
+
blockCardResolvedViewByClassName,
|
|
781
|
+
blockCardForbiddenViewLinkClassName,
|
|
782
|
+
blockCardContentClassName,
|
|
783
|
+
blockCardContentHeaderClassName,
|
|
784
|
+
blockCardContentHeaderNameClassName,
|
|
785
|
+
blockCardNotFoundViewClassName,
|
|
786
|
+
blockCardErroredViewClassName,
|
|
787
|
+
} from '@atlaskit/smart-card'
|
|
788
|
+
|
|
789
|
+
css`
|
|
790
|
+
.${blockCardContentHeaderNameClassName} {
|
|
791
|
+
background-color: red;
|
|
792
|
+
}
|
|
793
|
+
`
|
|
794
|
+
```
|
|
795
|
+
|
|
796
|
+
### Patch Changes
|
|
797
|
+
|
|
798
|
+
- [`09f27f70093`](https://bitbucket.org/atlassian/atlassian-frontend/commits/09f27f70093) - Grant
|
|
799
|
+
"clipboard-write" permission so that the browsing contexts within the iframe will have Clipboard
|
|
800
|
+
API available
|
|
801
|
+
- [`f124adcb18f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f124adcb18f) - Adding
|
|
802
|
+
.md, .lock, .yaml, .yml, .tsx, .jsx as known extension types
|
|
803
|
+
- [`fe8e5ca9a92`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe8e5ca9a92) - [ux]
|
|
804
|
+
MediaInline package now correctly shows a border around it upon being selected
|
|
805
|
+
- Updated dependencies
|
|
630
806
|
|
|
631
807
|
## 17.1.0
|
|
632
808
|
|
|
633
809
|
### Minor Changes
|
|
634
810
|
|
|
635
|
-
-
|
|
811
|
+
- [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777)
|
|
812
|
+
[`269ee940b87`](https://bitbucket.org/atlassian/atlassian-frontend/commits/269ee940b87) -
|
|
813
|
+
redesign error UI on new media card experience
|
|
636
814
|
|
|
637
815
|
### Patch Changes
|
|
638
816
|
|
|
639
|
-
-
|
|
817
|
+
- Updated dependencies
|
|
640
818
|
|
|
641
819
|
## 17.0.0
|
|
642
820
|
|
|
643
821
|
### Major Changes
|
|
644
822
|
|
|
645
|
-
-
|
|
823
|
+
- [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319)
|
|
824
|
+
[`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - [ux]
|
|
825
|
+
Updated and refreshed media inline component
|
|
646
826
|
|
|
647
827
|
### Minor Changes
|
|
648
828
|
|
|
649
|
-
-
|
|
829
|
+
- [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - [ux]
|
|
830
|
+
Skip forward and backward buttons are added to inline media player
|
|
650
831
|
|
|
651
832
|
### Patch Changes
|
|
652
833
|
|
|
653
|
-
-
|
|
654
|
-
|
|
655
|
-
-
|
|
834
|
+
- [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Adds
|
|
835
|
+
support for lazy loading of MediaImage
|
|
836
|
+
- [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Adding
|
|
837
|
+
lazy loading as the default for the SSR media card
|
|
838
|
+
- Updated dependencies
|
|
656
839
|
|
|
657
840
|
## 16.6.0
|
|
658
841
|
|
|
659
842
|
### Minor Changes
|
|
660
843
|
|
|
661
|
-
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
-
|
|
665
|
-
|
|
666
|
-
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
-
|
|
671
|
-
-
|
|
672
|
-
|
|
673
|
-
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
844
|
+
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
|
|
845
|
+
[`4777a174e6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4777a174e6d) - Added
|
|
846
|
+
analytics support for customMediaPlayer + screen event + entrypoint for locales
|
|
847
|
+
- [`8f9f7250bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f9f7250bba) -
|
|
848
|
+
CustomMediaPlayer: refactored screen event + added "viewed" track event
|
|
849
|
+
- [`5662f7f329c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5662f7f329c) - Added
|
|
850
|
+
analytics track event for tracking the total playcount for each individual video based on the
|
|
851
|
+
first time a video is played
|
|
852
|
+
- [`ab905c0e924`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab905c0e924) - [ux]
|
|
853
|
+
EDM-1641: add floating toolbar to media card and view switcher for inline view
|
|
854
|
+
- [`46d9d2872b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46d9d2872b4) - Video
|
|
855
|
+
Analytics - Add UI events for CustomMediaPlayer
|
|
856
|
+
- [`9c0241362a6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c0241362a6) - [ux]
|
|
857
|
+
Upgrade to the latest version of @atlaskit/modal-dialog. This change includes shifting the
|
|
858
|
+
primary button in the footer of the modal to be on the right instead of the left.
|
|
859
|
+
|
|
860
|
+
### Patch Changes
|
|
861
|
+
|
|
862
|
+
- [`abb74b2f8a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/abb74b2f8a4) - Filter
|
|
863
|
+
out undefined attributes in video analytics, add actionSubjectId in screen event
|
|
864
|
+
- [`a46eca1d68c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a46eca1d68c) - [ux]
|
|
865
|
+
Fix ellipsified text issue when used in MediaAvatarPicker inside a modal
|
|
866
|
+
- [`35d85025b4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35d85025b4d) -
|
|
867
|
+
MEX-860 Changed base track events payload + added CustomMediaPlayerType
|
|
868
|
+
- [`b90c0237824`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b90c0237824) - Update
|
|
869
|
+
package.jsons to remove unused dependencies.
|
|
870
|
+
- [`bab5f91af08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bab5f91af08) - Add UI
|
|
871
|
+
events for the case when TimeRange's value changed
|
|
872
|
+
- [`64216e944dd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64216e944dd) - Fixed
|
|
873
|
+
track event "played" + added test
|
|
874
|
+
- Updated dependencies
|
|
677
875
|
|
|
678
876
|
## 16.5.0
|
|
679
877
|
|
|
680
878
|
### Minor Changes
|
|
681
879
|
|
|
682
|
-
-
|
|
880
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
|
|
881
|
+
[`00de5482a5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00de5482a5a) - #
|
|
882
|
+
expose smart-link selectors
|
|
683
883
|
|
|
684
|
-
|
|
884
|
+
Documentation with visual examples:
|
|
885
|
+
https://hello.atlassian.net/wiki/spaces/~hzarcogarcia/pages/1250247546/How+to+use+smart+link+classnames
|
|
685
886
|
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
887
|
+
```
|
|
888
|
+
import {
|
|
889
|
+
contentFooterClassName,
|
|
890
|
+
metadataListClassName,
|
|
891
|
+
blockCardResolvingViewClassName,
|
|
892
|
+
blockCardResolvedViewClassName,
|
|
893
|
+
blockCardForbiddenViewClassName,
|
|
894
|
+
blockCardIconImageClassName,
|
|
895
|
+
loadingPlaceholderClassName
|
|
896
|
+
} from '@atlaskit/smart-card';
|
|
696
897
|
|
|
697
|
-
|
|
898
|
+
// Example usage:
|
|
698
899
|
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
900
|
+
css`
|
|
901
|
+
.${contentFooterClassName} {
|
|
902
|
+
background-color: red;
|
|
903
|
+
}
|
|
904
|
+
`
|
|
905
|
+
```
|
|
705
906
|
|
|
706
907
|
### Patch Changes
|
|
707
908
|
|
|
708
|
-
-
|
|
909
|
+
- Updated dependencies
|
|
709
910
|
|
|
710
911
|
## 16.4.0
|
|
711
912
|
|
|
712
913
|
### Minor Changes
|
|
713
914
|
|
|
714
|
-
-
|
|
715
|
-
|
|
915
|
+
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
|
|
916
|
+
[`96b6fb1c6b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96b6fb1c6b9) - Add
|
|
917
|
+
sandbox property to Smart Links embed
|
|
918
|
+
- [`c0fa45830e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0fa45830e1) - Add
|
|
919
|
+
sandbox prop to Smart Links block card preview iframe
|
|
716
920
|
|
|
717
921
|
### Patch Changes
|
|
718
922
|
|
|
719
|
-
-
|
|
923
|
+
- Updated dependencies
|
|
720
924
|
|
|
721
925
|
## 16.3.1
|
|
722
926
|
|
|
723
927
|
### Patch Changes
|
|
724
928
|
|
|
725
|
-
-
|
|
726
|
-
-
|
|
929
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
|
|
930
|
+
[`1648ac429ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1648ac429ee) - [ux]
|
|
931
|
+
Updated to use the new `@atlaskit/select` design.
|
|
932
|
+
- Updated dependencies
|
|
727
933
|
|
|
728
934
|
## 16.3.0
|
|
729
935
|
|
|
730
936
|
### Minor Changes
|
|
731
937
|
|
|
732
|
-
-
|
|
938
|
+
- [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
|
|
939
|
+
[`3592e304adc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3592e304adc) - [ux]
|
|
940
|
+
Underlying icons used in MediaTypeIcon (that is also used as part of MimeTypeIcon) has been
|
|
941
|
+
replaced. This mean they will change size (2px) and in some cases colour (like for audio file).
|
|
733
942
|
|
|
734
|
-
|
|
735
|
-
|
|
943
|
+
- Add `data-type` attribute for easier testing for both MediaTypeIcon and MimeTypeIcon
|
|
944
|
+
components
|
|
945
|
+
- Add `testId` prop to both MediaTypeIcon and MimeTypeIcon
|
|
736
946
|
|
|
737
|
-
-
|
|
738
|
-
|
|
947
|
+
- [`c74e598326e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c74e598326e) - Add
|
|
948
|
+
new member `formatDate`. Also, available via own entry point.
|
|
949
|
+
- [`b26fdd2ccbf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b26fdd2ccbf) - [ux]
|
|
950
|
+
EDM-1191: fix lozenge positioning on Inline Smart Links.
|
|
739
951
|
|
|
740
952
|
### Patch Changes
|
|
741
953
|
|
|
742
|
-
-
|
|
743
|
-
-
|
|
954
|
+
- [`915288075cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/915288075cd) -
|
|
955
|
+
Accessibility improvements for media-image component: empty alt attribute by default
|
|
956
|
+
- Updated dependencies
|
|
744
957
|
|
|
745
958
|
## 16.2.0
|
|
746
959
|
|
|
747
960
|
### Minor Changes
|
|
748
961
|
|
|
749
|
-
-
|
|
750
|
-
|
|
751
|
-
|
|
962
|
+
- [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
|
|
963
|
+
[`7cb22b649a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7cb22b649a7) - Fix
|
|
964
|
+
Exif orientation display in MediaImage, add VR tests
|
|
965
|
+
- [`756e94e27a5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/756e94e27a5) - [ux]
|
|
966
|
+
EDM-1953: Provide default icon on the card view on smart link.
|
|
967
|
+
- [`c9dd0243320`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c9dd0243320) - [ux]
|
|
968
|
+
prepend page title with emoji icon for smart link and block card
|
|
752
969
|
|
|
753
970
|
### Patch Changes
|
|
754
971
|
|
|
755
|
-
-
|
|
756
|
-
|
|
972
|
+
- [`7ded168e0c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ded168e0c2) - Update
|
|
973
|
+
translation
|
|
974
|
+
- Updated dependencies
|
|
757
975
|
|
|
758
976
|
## 16.1.0
|
|
759
977
|
|
|
760
978
|
### Minor Changes
|
|
761
979
|
|
|
762
|
-
-
|
|
763
|
-
|
|
980
|
+
- [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569)
|
|
981
|
+
[`93232471b86`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93232471b86) - allow
|
|
982
|
+
to pass size to MediaTypeIcon expose loading_file locale
|
|
764
983
|
|
|
765
984
|
### Patch Changes
|
|
766
985
|
|
|
767
|
-
-
|
|
986
|
+
- Updated dependencies
|
|
768
987
|
|
|
769
988
|
## 16.0.2
|
|
770
989
|
|
|
771
990
|
### Patch Changes
|
|
772
991
|
|
|
773
|
-
-
|
|
774
|
-
|
|
775
|
-
|
|
992
|
+
- [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
|
|
993
|
+
[`bdd31628e87`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdd31628e87) - Fix
|
|
994
|
+
translation not available for new strings
|
|
995
|
+
- [`8f3399a7c9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f3399a7c9d) -
|
|
996
|
+
Updates to types consumed from @atlaskit/code
|
|
997
|
+
- Updated dependencies
|
|
776
998
|
|
|
777
999
|
## 16.0.1
|
|
778
1000
|
|
|
779
1001
|
### Patch Changes
|
|
780
1002
|
|
|
781
|
-
-
|
|
782
|
-
-
|
|
1003
|
+
- [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756)
|
|
1004
|
+
[`78c54a8761f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78c54a8761f) -
|
|
1005
|
+
Rewording some comments/types/descriptions to remove unnecessarily gendered phrasing
|
|
1006
|
+
- Updated dependencies
|
|
783
1007
|
|
|
784
1008
|
## 16.0.0
|
|
785
1009
|
|
|
786
1010
|
### Major Changes
|
|
787
1011
|
|
|
788
|
-
-
|
|
1012
|
+
- [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510)
|
|
1013
|
+
[`b94126fdf04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b94126fdf04) -
|
|
1014
|
+
EmbedCardResolvedViewProps.preview has been changed from being a string to shape of
|
|
1015
|
+
`{src: string, aspectRatio?: number}`, where `src` represent what has been previously a preview
|
|
1016
|
+
string value.
|
|
789
1017
|
|
|
790
1018
|
## 15.3.2
|
|
791
1019
|
|
|
792
1020
|
### Patch Changes
|
|
793
1021
|
|
|
794
|
-
-
|
|
795
|
-
-
|
|
1022
|
+
- [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083)
|
|
1023
|
+
[`9e0a877809a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e0a877809a) - Add
|
|
1024
|
+
test-ids to BlockCard/CollaboratorList
|
|
1025
|
+
- Updated dependencies
|
|
796
1026
|
|
|
797
1027
|
## 15.3.1
|
|
798
1028
|
|
|
799
1029
|
### Patch Changes
|
|
800
1030
|
|
|
801
|
-
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
-
|
|
805
|
-
|
|
806
|
-
-
|
|
1031
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
|
|
1032
|
+
[`1d09c9ed549`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d09c9ed549) -
|
|
1033
|
+
refactor media-viewer for better analytics and error handling
|
|
1034
|
+
- [`845dee52a4a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/845dee52a4a) - [ux]
|
|
1035
|
+
Adds additional request access metadata to forbidden urls if avalible
|
|
1036
|
+
- [`1085b407772`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1085b407772) -
|
|
1037
|
+
BMPT-1215 - bump react-video-renderer to 2.4.8 fixes onCanPlay multiple fire
|
|
1038
|
+
- [`0bbbe442ccd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0bbbe442ccd) - [ux]
|
|
1039
|
+
Prevent cross button of Blockcard ModalHeader wrapping to next line on long file title
|
|
1040
|
+
- [`695ce4fe717`](https://bitbucket.org/atlassian/atlassian-frontend/commits/695ce4fe717) - Adds
|
|
1041
|
+
additional request access metadata to forbidden urls if avalible
|
|
1042
|
+
- Updated dependencies
|
|
807
1043
|
|
|
808
1044
|
## 15.3.0
|
|
809
1045
|
|
|
810
1046
|
### Minor Changes
|
|
811
1047
|
|
|
812
|
-
-
|
|
813
|
-
|
|
1048
|
+
- [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178)
|
|
1049
|
+
[`504119cfbe2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/504119cfbe2) - [ux]
|
|
1050
|
+
`InlinePreloaderStyle` type is added as part of `@atlaskit/media-ui/types` entry point.
|
|
1051
|
+
- [`8a148bfb609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a148bfb609) -
|
|
1052
|
+
EDM-855: add underline styles for inline smart links
|
|
814
1053
|
|
|
815
1054
|
### Patch Changes
|
|
816
1055
|
|
|
817
|
-
-
|
|
818
|
-
|
|
819
|
-
-
|
|
820
|
-
|
|
1056
|
+
- [`e6a61a55325`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6a61a55325) -
|
|
1057
|
+
Updated react-video-renderer to 2.4.7
|
|
1058
|
+
- [`0d11733c9e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d11733c9e3) - fix
|
|
1059
|
+
volume controls for inline video player
|
|
1060
|
+
- [`b7e84781856`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7e84781856) - [ux]
|
|
1061
|
+
Prevent saving current media play time when the media is less than a minute long
|
|
1062
|
+
- Updated dependencies
|
|
821
1063
|
|
|
822
1064
|
## 15.2.0
|
|
823
1065
|
|
|
824
1066
|
### Minor Changes
|
|
825
1067
|
|
|
826
|
-
-
|
|
1068
|
+
- [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762)
|
|
1069
|
+
[`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux]
|
|
1070
|
+
Updated and added new translations
|
|
827
1071
|
|
|
828
1072
|
### Patch Changes
|
|
829
1073
|
|
|
830
|
-
-
|
|
1074
|
+
- [`7d24194b639`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d24194b639) -
|
|
1075
|
+
EDM-1717: Fix Safari danger styles for inline smart links
|
|
831
1076
|
|
|
832
1077
|
## 15.1.0
|
|
833
1078
|
|
|
834
1079
|
### Minor Changes
|
|
835
1080
|
|
|
836
|
-
-
|
|
1081
|
+
- [#7425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7425)
|
|
1082
|
+
[`78e3c951c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78e3c951c8) - [ux]
|
|
1083
|
+
Making the inline video player able to play/pause from anywhere on card
|
|
837
1084
|
|
|
838
1085
|
## 15.0.2
|
|
839
1086
|
|
|
840
1087
|
### Patch Changes
|
|
841
1088
|
|
|
842
|
-
-
|
|
1089
|
+
- [#7559](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7559)
|
|
1090
|
+
[`965c783580`](https://bitbucket.org/atlassian/atlassian-frontend/commits/965c783580) - add
|
|
1091
|
+
override references for Trello only
|
|
843
1092
|
|
|
844
1093
|
## 15.0.1
|
|
845
1094
|
|
|
846
1095
|
### Patch Changes
|
|
847
1096
|
|
|
848
|
-
-
|
|
849
|
-
|
|
850
|
-
|
|
1097
|
+
- [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170)
|
|
1098
|
+
[`bacab2338b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bacab2338b) - Updated
|
|
1099
|
+
error message displayed when a Polling Error has been thrown
|
|
1100
|
+
- [`610ceb3235`](https://bitbucket.org/atlassian/atlassian-frontend/commits/610ceb3235) - Update
|
|
1101
|
+
inline video player speed controls
|
|
1102
|
+
- Updated dependencies
|
|
851
1103
|
|
|
852
1104
|
## 15.0.0
|
|
853
1105
|
|
|
854
1106
|
### Major Changes
|
|
855
1107
|
|
|
856
|
-
-
|
|
1108
|
+
- [#6930](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6930)
|
|
1109
|
+
[`ef4be7212a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef4be7212a) -
|
|
1110
|
+
@atlaskit/media-ui/embeds `EmbedCardResolvedView` component now requires iframe ref. And new
|
|
1111
|
+
export `embedHeaderHeight` is introduced
|
|
857
1112
|
|
|
858
1113
|
## 14.4.0
|
|
859
1114
|
|
|
860
1115
|
### Minor Changes
|
|
861
1116
|
|
|
862
|
-
-
|
|
863
|
-
|
|
1117
|
+
- [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571)
|
|
1118
|
+
[`11d6640e9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11d6640e9c) - [ux] New
|
|
1119
|
+
UI states for when a card is rate limited
|
|
1120
|
+
- [`48995f73b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48995f73b2) - Create
|
|
1121
|
+
entry points to export internal API isolated from UI changes.
|
|
864
1122
|
|
|
865
1123
|
## 14.3.1
|
|
866
1124
|
|
|
867
1125
|
### Patch Changes
|
|
868
1126
|
|
|
869
|
-
-
|
|
1127
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
1128
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
|
|
1129
|
+
Transpile packages using babel rather than tsc
|
|
870
1130
|
|
|
871
1131
|
## 14.3.0
|
|
872
1132
|
|
|
873
1133
|
### Minor Changes
|
|
874
1134
|
|
|
875
|
-
-
|
|
1135
|
+
- [#6228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6228)
|
|
1136
|
+
[`0c0de3acae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c0de3acae) -
|
|
1137
|
+
[EDM-341]: Add playback speed control to inline video player
|
|
876
1138
|
|
|
877
1139
|
### Patch Changes
|
|
878
1140
|
|
|
879
|
-
-
|
|
880
|
-
|
|
1141
|
+
- [`b124464476`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b124464476) - Fixing
|
|
1142
|
+
bug. Text should be "Preview unavailable" not "Preview Unavailable"
|
|
1143
|
+
- Updated dependencies
|
|
881
1144
|
|
|
882
1145
|
## 14.2.1
|
|
883
1146
|
|
|
884
1147
|
### Patch Changes
|
|
885
1148
|
|
|
886
|
-
-
|
|
887
|
-
|
|
1149
|
+
- [#5860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5860)
|
|
1150
|
+
[`6689df691c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6689df691c) - [ux]
|
|
1151
|
+
fixed bugs where the unknown icon was rendered instead of the codeIcon
|
|
1152
|
+
- [`330da4d675`](https://bitbucket.org/atlassian/atlassian-frontend/commits/330da4d675) - Update
|
|
1153
|
+
translations via Traduki from issue/translation-2020-10-08T000543
|
|
888
1154
|
|
|
889
1155
|
## 14.2.0
|
|
890
1156
|
|
|
891
1157
|
### Minor Changes
|
|
892
1158
|
|
|
893
|
-
-
|
|
1159
|
+
- [#5516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5516)
|
|
1160
|
+
[`73613210d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73613210d4) - Adding
|
|
1161
|
+
support for Code and Email files so that they are now able to be previewed in the viewer.
|
|
894
1162
|
|
|
895
1163
|
### Patch Changes
|
|
896
1164
|
|
|
897
|
-
-
|
|
898
|
-
-
|
|
899
|
-
-
|
|
900
|
-
-
|
|
901
|
-
-
|
|
902
|
-
|
|
1165
|
+
- [`7d5c00e638`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d5c00e638) -
|
|
1166
|
+
EDM-1252: Use viewport height rather than percentage
|
|
1167
|
+
- [`4b2c7ce81c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b2c7ce81c) -
|
|
1168
|
+
ED-10580: Fix duplicate i18n ids
|
|
1169
|
+
- [`2992f6d3d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2992f6d3d3) - Work
|
|
1170
|
+
around an issue in Firefox when copy paste smart link from renderer to editor
|
|
1171
|
+
- [`8aeda5d89f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8aeda5d89f) - add
|
|
1172
|
+
image-orientation rule to media-image to standardise exif rotation
|
|
1173
|
+
- [`47ebd1cd77`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47ebd1cd77) - [ux]
|
|
1174
|
+
Added dark mode colors to inline smart cards
|
|
1175
|
+
- Updated dependencies
|
|
903
1176
|
|
|
904
1177
|
## 14.1.3
|
|
905
1178
|
|
|
906
1179
|
### Patch Changes
|
|
907
1180
|
|
|
908
|
-
-
|
|
909
|
-
|
|
910
|
-
|
|
1181
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
1182
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
1183
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
1184
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle
|
|
1185
|
+
Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
1186
|
+
`devDependencies` to denote version that the package was built with.
|
|
911
1187
|
|
|
912
1188
|
## 14.1.2
|
|
913
1189
|
|
|
914
1190
|
### Patch Changes
|
|
915
1191
|
|
|
916
|
-
-
|
|
1192
|
+
- Updated dependencies
|
|
917
1193
|
|
|
918
1194
|
## 14.1.1
|
|
919
1195
|
|
|
920
1196
|
### Patch Changes
|
|
921
1197
|
|
|
922
|
-
-
|
|
1198
|
+
- [#5206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5206)
|
|
1199
|
+
[`da5bff8404`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da5bff8404) - fix
|
|
1200
|
+
duplicated media locale
|
|
923
1201
|
|
|
924
1202
|
## 14.1.0
|
|
925
1203
|
|
|
926
1204
|
### Minor Changes
|
|
927
1205
|
|
|
928
|
-
-
|
|
929
|
-
|
|
930
|
-
|
|
1206
|
+
- [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749)
|
|
1207
|
+
[`df3bf7f77f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df3bf7f77f) - Added
|
|
1208
|
+
support for uploading files from MediaPicker. Additionally, added support for browser detection.
|
|
1209
|
+
- [`96ab8c45fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96ab8c45fc) - Changing
|
|
1210
|
+
the text in the picker in the UI so that users now know they can drag&drop folders
|
|
1211
|
+
- [`7d831363d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d831363d9) - Migrated
|
|
1212
|
+
to declarative entry points
|
|
931
1213
|
|
|
932
1214
|
### Patch Changes
|
|
933
1215
|
|
|
934
|
-
-
|
|
935
|
-
|
|
936
|
-
-
|
|
1216
|
+
- [`595078d4ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/595078d4ea) - Fix
|
|
1217
|
+
allowing color of text for card/block view to be changed for undefined links.
|
|
1218
|
+
- [`c2da663f7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2da663f7b) - EDM-932:
|
|
1219
|
+
fix double scroll in embeds
|
|
1220
|
+
- Updated dependencies
|
|
937
1221
|
|
|
938
1222
|
## 14.0.1
|
|
939
1223
|
|
|
940
1224
|
### Patch Changes
|
|
941
1225
|
|
|
942
|
-
-
|
|
1226
|
+
- [#4647](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4647)
|
|
1227
|
+
[`631412a7f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/631412a7f6) - Revert
|
|
1228
|
+
usage of flex for media card UI
|
|
943
1229
|
|
|
944
1230
|
## 14.0.0
|
|
945
1231
|
|
|
946
1232
|
### Major Changes
|
|
947
1233
|
|
|
948
|
-
-
|
|
1234
|
+
- [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424)
|
|
1235
|
+
[`863a41adbb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/863a41adbb) - Drop
|
|
1236
|
+
unorthodox 'toolbar' appearance as one of the values in MediaButton's `appearance`. If you used
|
|
1237
|
+
it before just replace it with default (means, remove whole `apperance` prop definition
|
|
1238
|
+
completely)
|
|
949
1239
|
|
|
950
1240
|
### Minor Changes
|
|
951
1241
|
|
|
952
|
-
-
|
|
1242
|
+
- [`9468594ef9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9468594ef9) -
|
|
1243
|
+
**Ticket:** EDM-1120
|
|
953
1244
|
|
|
954
|
-
|
|
1245
|
+
**Changes:**
|
|
955
1246
|
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
1247
|
+
- Refactored Card Link `view` tests to separate files to be more maintainable;
|
|
1248
|
+
- Added unit tests to all Card Link actions;
|
|
1249
|
+
- Added unit tests to Card Link PreviewAction;
|
|
1250
|
+
- Added `openPreviewState` and `waitForPreviewState` selectors for VR tests;
|
|
1251
|
+
- Added VR test in Editor for Preview State;
|
|
1252
|
+
- Added VR test in Renderer for Preview State.
|
|
962
1253
|
|
|
963
|
-
-
|
|
1254
|
+
- [`c87e8dad69`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c87e8dad69) -
|
|
1255
|
+
CustomMediaPlayer got new optional prop `lastWatchTimeConfig` which value has shape
|
|
1256
|
+
`{contentId: string}` where `contentId` is unique identifier of the media. When this prop
|
|
1257
|
+
provided component will store last played position for that `contentId` and when mounted next
|
|
1258
|
+
time will resume from that place.
|
|
964
1259
|
|
|
965
1260
|
### Patch Changes
|
|
966
1261
|
|
|
967
|
-
-
|
|
1262
|
+
- [`6e5372dcda`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e5372dcda) -
|
|
1263
|
+
**Ticket:** EDM-1121
|
|
968
1264
|
|
|
969
|
-
|
|
1265
|
+
**Changes:**
|
|
970
1266
|
|
|
971
|
-
|
|
1267
|
+
Added integration tests across the board, asserting that a new window is opened to kick off the
|
|
1268
|
+
3LO flow.
|
|
972
1269
|
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
1270
|
+
- Added integration test for account connection and try another account flows for Inline
|
|
1271
|
+
Links;
|
|
1272
|
+
- Added integration test for account connection and try another account flows for Card Links;
|
|
1273
|
+
- Added integration test for account connection and try another account flows for Embed Links;
|
|
1274
|
+
- Aligned `data-testid`s across all buttons for all unauthenticated views for each of the
|
|
1275
|
+
above to be - `button-connect-account` for connecting account, and
|
|
1276
|
+
`button-connect-other-account` for trying with another account.
|
|
977
1277
|
|
|
978
|
-
|
|
1278
|
+
Further, added an `AuthorizationWindow` method to the
|
|
1279
|
+
`@atlaskit/media-integration-test-helpers`, with the following methods:
|
|
979
1280
|
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
1281
|
+
- `AuthorizationWindow.open()` - to open a window to authorize, dependent on which card state
|
|
1282
|
+
it is being activated from;
|
|
1283
|
+
- `AuthorizationWindow.checkUrl()` - to check if the window URL when redirected is the same as
|
|
1284
|
+
the `MOCK_URL_AUTH_PROVIDER` inside of the package for assertions which ship with our mocks;
|
|
1285
|
+
- `AuthorizationWindow.close()` - to close the window opened for authorization.
|
|
983
1286
|
|
|
984
|
-
-
|
|
1287
|
+
- Updated dependencies
|
|
985
1288
|
|
|
986
1289
|
## 13.1.1
|
|
987
1290
|
|
|
988
1291
|
### Patch Changes
|
|
989
1292
|
|
|
990
|
-
-
|
|
1293
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
1294
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
1295
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
991
1296
|
|
|
992
|
-
|
|
993
|
-
|
|
1297
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this
|
|
1298
|
+
tslib upgrade to prevent duplicates of tslib being bundled.
|
|
994
1299
|
|
|
995
1300
|
## 13.1.0
|
|
996
1301
|
|
|
997
1302
|
### Minor Changes
|
|
998
1303
|
|
|
999
|
-
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
-
|
|
1013
|
-
|
|
1014
|
-
-
|
|
1015
|
-
-
|
|
1304
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
|
|
1305
|
+
[`c026e59e68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c026e59e68) - Move
|
|
1306
|
+
truncateText helper from media-card to media-ui and expose entry point. Export optional NameCell
|
|
1307
|
+
component from MediaTable.
|
|
1308
|
+
- [`65652ba165`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65652ba165) - Added 15
|
|
1309
|
+
new icons based on the mimetype (.sketch, .gif, ect). Previously, we only had 6 icons based on
|
|
1310
|
+
the mediaType (doc/audio/unknown/image/video). Also created a dedicated examples page for icons
|
|
1311
|
+
- [`af4a8c4262`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af4a8c4262) - Added
|
|
1312
|
+
custom error message for encrypted zip file previews
|
|
1313
|
+
- [`89a1c63251`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89a1c63251) - Add the
|
|
1314
|
+
rowProps property, which enables consumers to apply properties to the underlying row component.
|
|
1315
|
+
Move truncateText helper from media-card to media-ui and expose entry point. Export optional
|
|
1316
|
+
NameCell component from MediaTable.
|
|
1317
|
+
- [`2202870181`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2202870181) - Added
|
|
1318
|
+
support for zip previews in media viewer
|
|
1319
|
+
- [`de5ee48f89`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de5ee48f89) - fix:
|
|
1320
|
+
added icon prop on media-ui, InlineCardForbiddenView - moving to updated link framework for
|
|
1321
|
+
fforbidden view of Inline Smart Links.
|
|
1322
|
+
|
|
1323
|
+
### Patch Changes
|
|
1324
|
+
|
|
1325
|
+
- [`6262f382de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6262f382de) - Use the
|
|
1326
|
+
'lodash' package instead of single-function 'lodash.\*' packages
|
|
1327
|
+
- [`41a10a49e0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41a10a49e0) - Tiny CSS
|
|
1328
|
+
fix for images rendered in a table in chrome
|
|
1329
|
+
- [`fa6fb5dfbb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa6fb5dfbb) - Removing
|
|
1330
|
+
unused code to be published
|
|
1331
|
+
- [`fb84b0696d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb84b0696d) - CSS fix
|
|
1332
|
+
for image wrapper in media ui
|
|
1333
|
+
- [`4f70769fe1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f70769fe1) - Minor
|
|
1334
|
+
CSS update to vertically center image in media-card
|
|
1335
|
+
- [`861d585ba8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/861d585ba8) - Changed
|
|
1336
|
+
mediaSingle to now render it's child adf nodes using nodeviews rather than directly with react
|
|
1337
|
+
- [`889a2d9486`](https://bitbucket.org/atlassian/atlassian-frontend/commits/889a2d9486) - fix:
|
|
1338
|
+
updated error views for all Inline and Block links
|
|
1339
|
+
- Updated dependencies
|
|
1016
1340
|
|
|
1017
1341
|
## 13.0.2
|
|
1018
1342
|
|
|
1019
1343
|
### Patch Changes
|
|
1020
1344
|
|
|
1021
|
-
-
|
|
1345
|
+
- [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369)
|
|
1346
|
+
[`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated
|
|
1347
|
+
translations
|
|
1022
1348
|
|
|
1023
1349
|
## 13.0.1
|
|
1024
1350
|
|
|
1025
1351
|
### Patch Changes
|
|
1026
1352
|
|
|
1027
|
-
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
-
|
|
1353
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
|
|
1354
|
+
[`cde426961a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cde426961a) - Bumps
|
|
1355
|
+
Avatar and AvatarGroup depenedencies
|
|
1356
|
+
- [`7b90a82e88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b90a82e88) - Update
|
|
1357
|
+
the elevation to work correctly in Safari and Edge <79 correctly
|
|
1358
|
+
- [`8f2f2422a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f2f2422a1) - EDM-955:
|
|
1359
|
+
Fix error state height for embeds
|
|
1360
|
+
- Updated dependencies
|
|
1031
1361
|
|
|
1032
1362
|
## 13.0.0
|
|
1033
1363
|
|
|
1034
1364
|
### Major Changes
|
|
1035
1365
|
|
|
1036
|
-
-
|
|
1037
|
-
|
|
1366
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
1367
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
|
|
1368
|
+
Officially dropping IE11 support, from this version onwards there are no warranties of the
|
|
1369
|
+
package working in IE11. For more information see:
|
|
1370
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
1038
1371
|
|
|
1039
1372
|
### Patch Changes
|
|
1040
1373
|
|
|
1041
|
-
-
|
|
1374
|
+
- Updated dependencies
|
|
1042
1375
|
|
|
1043
1376
|
## 12.5.1
|
|
1044
1377
|
|
|
1045
1378
|
### Patch Changes
|
|
1046
1379
|
|
|
1047
|
-
-
|
|
1048
|
-
-
|
|
1380
|
+
- [#2763](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2763)
|
|
1381
|
+
[`39d076a3bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39d076a3bd) - fix:
|
|
1382
|
+
smart links inline loading state
|
|
1383
|
+
- Updated dependencies
|
|
1049
1384
|
|
|
1050
1385
|
## 12.5.0
|
|
1051
1386
|
|
|
1052
1387
|
### Minor Changes
|
|
1053
1388
|
|
|
1054
|
-
-
|
|
1055
|
-
|
|
1389
|
+
- [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443)
|
|
1390
|
+
[`0ae829a4ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae829a4ea) - EDM-648:
|
|
1391
|
+
Adds resizing and alignment to embed cards
|
|
1392
|
+
- [`1508cc97c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1508cc97c9) - fix:
|
|
1393
|
+
lazy-rendering, React key, isFrameVisible in @atlaskit/renderer and click handlers for EmbedCard
|
|
1394
|
+
components.
|
|
1056
1395
|
|
|
1057
1396
|
### Patch Changes
|
|
1058
1397
|
|
|
1059
|
-
-
|
|
1060
|
-
|
|
1061
|
-
-
|
|
1398
|
+
- [`7c75ddf54f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c75ddf54f) -
|
|
1399
|
+
[EDM-704]: Fix EmbedCard UI issues
|
|
1400
|
+
- [`2589a3e4fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2589a3e4fc) - EDM-713:
|
|
1401
|
+
fix copy-paste from Renderer to Editor on Firefox
|
|
1402
|
+
- Updated dependencies
|
|
1062
1403
|
|
|
1063
1404
|
## 12.4.1
|
|
1064
1405
|
|
|
1065
1406
|
### Patch Changes
|
|
1066
1407
|
|
|
1067
|
-
-
|
|
1408
|
+
- [#2576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2576)
|
|
1409
|
+
[`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update
|
|
1410
|
+
translation files via Traduki build
|
|
1068
1411
|
|
|
1069
1412
|
## 12.4.0
|
|
1070
1413
|
|
|
1071
1414
|
### Minor Changes
|
|
1072
1415
|
|
|
1073
|
-
-
|
|
1416
|
+
- [#2984](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2984)
|
|
1417
|
+
[`fb5ddad3a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb5ddad3a4) - expose
|
|
1418
|
+
isIntersectionObserverSupported helper
|
|
1074
1419
|
|
|
1075
1420
|
## 12.3.0
|
|
1076
1421
|
|
|
1077
1422
|
### Minor Changes
|
|
1078
1423
|
|
|
1079
|
-
-
|
|
1424
|
+
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137)
|
|
1425
|
+
[`360f7e03a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/360f7e03a0) - expose
|
|
1426
|
+
MediaTypeIcon
|
|
1080
1427
|
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1428
|
+
```
|
|
1429
|
+
import { MediaTypeIcon } from '@atlaskit/media-ui/media-type-icon';
|
|
1430
|
+
```
|
|
1084
1431
|
|
|
1085
|
-
|
|
1086
|
-
|
|
1432
|
+
<MediaTypeIcon type="image" />
|
|
1433
|
+
```
|
|
1087
1434
|
|
|
1088
|
-
-
|
|
1435
|
+
- [`50c333ab3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50c333ab3a) - EDM-216:
|
|
1436
|
+
Adds EmbedCards in the Editor under the flag - allowEmbeds in the UNSAFE_cards prop
|
|
1089
1437
|
|
|
1090
1438
|
### Patch Changes
|
|
1091
1439
|
|
|
1092
|
-
-
|
|
1093
|
-
|
|
1094
|
-
-
|
|
1095
|
-
|
|
1096
|
-
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1440
|
+
- [`9961ccddcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9961ccddcf) - EDM-665:
|
|
1441
|
+
fix error handling of Smart Links
|
|
1442
|
+
- [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove
|
|
1443
|
+
unused dependencies
|
|
1444
|
+
- [`93daf076e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93daf076e4) - fix:
|
|
1445
|
+
bugs with Block Links - floating menu placement, spacing, editing of link title or source, lazy
|
|
1446
|
+
loading.
|
|
1447
|
+
- [`baaad91b65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/baaad91b65) - Updated
|
|
1448
|
+
to use the latest and more performant version of `@atlaskit/avatar`
|
|
1449
|
+
- [`891b7ba558`](https://bitbucket.org/atlassian/atlassian-frontend/commits/891b7ba558) - EDM-725:
|
|
1450
|
+
fix floating toolbar not displaying for unauthorized inline card
|
|
1451
|
+
- [`98f462e2aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/98f462e2aa) - Bumping
|
|
1452
|
+
use the latest version of @atlaskit/spinner
|
|
1453
|
+
- Updated dependencies
|
|
1099
1454
|
|
|
1100
1455
|
## 12.2.2
|
|
1101
1456
|
|
|
1102
1457
|
### Patch Changes
|
|
1103
1458
|
|
|
1104
|
-
-
|
|
1459
|
+
- [#2541](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2541)
|
|
1460
|
+
[`91626bbac9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91626bbac9) - hotfix:
|
|
1461
|
+
smart links auth state
|
|
1105
1462
|
|
|
1106
1463
|
## 12.2.1
|
|
1107
1464
|
|
|
1108
1465
|
### Patch Changes
|
|
1109
1466
|
|
|
1110
|
-
-
|
|
1467
|
+
- [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868)
|
|
1468
|
+
[`08ae8cdf2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08ae8cdf2f) - Update
|
|
1469
|
+
styling for unauthorised inline cards- Updated dependencies
|
|
1111
1470
|
|
|
1112
1471
|
## 12.2.0
|
|
1113
1472
|
|
|
1114
1473
|
### Minor Changes
|
|
1115
1474
|
|
|
1116
|
-
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
### Patch Changes
|
|
1135
|
-
|
|
1136
|
-
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
-
|
|
1142
|
-
|
|
1143
|
-
-
|
|
1144
|
-
|
|
1145
|
-
-
|
|
1146
|
-
|
|
1147
|
-
-
|
|
1148
|
-
|
|
1149
|
-
-
|
|
1150
|
-
|
|
1151
|
-
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1475
|
+
- [minor][dc3bade5f1](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc3bade5f1):
|
|
1476
|
+
|
|
1477
|
+
expose Embed card views
|
|
1478
|
+
|
|
1479
|
+
````
|
|
1480
|
+
import {
|
|
1481
|
+
EmbedCardResolvedView,
|
|
1482
|
+
EmbedCardUnauthorisedView,
|
|
1483
|
+
EmbedCardForbiddenView,
|
|
1484
|
+
EmbedCardNotFoundView,
|
|
1485
|
+
} from '@atlaskit/media-ui/embeds';
|
|
1486
|
+
```- [minor] [acc12dba75](https://bitbucket.org/atlassian/atlassian-frontend/commits/acc12dba75):
|
|
1487
|
+
|
|
1488
|
+
fix: refactor of extractor logic in smart-card- [minor] [1b3a41f3ea](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b3a41f3ea):
|
|
1489
|
+
|
|
1490
|
+
Add isFrameVisible to EmbedCard and fix minor UI issues
|
|
1491
|
+
````
|
|
1492
|
+
|
|
1493
|
+
### Patch Changes
|
|
1494
|
+
|
|
1495
|
+
- [patch][3b776be426](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b776be426):
|
|
1496
|
+
|
|
1497
|
+
Change appearance of unauthorised inline cards- Updated dependencies
|
|
1498
|
+
[443bb984ab](https://bitbucket.org/atlassian/atlassian-frontend/commits/443bb984ab):
|
|
1499
|
+
|
|
1500
|
+
- Updated dependencies
|
|
1501
|
+
[3940bd71f1](https://bitbucket.org/atlassian/atlassian-frontend/commits/3940bd71f1):
|
|
1502
|
+
- Updated dependencies
|
|
1503
|
+
[6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
|
|
1504
|
+
- Updated dependencies
|
|
1505
|
+
[e95a8726e2](https://bitbucket.org/atlassian/atlassian-frontend/commits/e95a8726e2):
|
|
1506
|
+
- Updated dependencies
|
|
1507
|
+
[449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
|
|
1508
|
+
- Updated dependencies
|
|
1509
|
+
[9a534d6a74](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a534d6a74):
|
|
1510
|
+
- Updated dependencies
|
|
1511
|
+
[167a55fd7a](https://bitbucket.org/atlassian/atlassian-frontend/commits/167a55fd7a):
|
|
1512
|
+
- Updated dependencies
|
|
1513
|
+
[57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
|
|
1514
|
+
- Updated dependencies
|
|
1515
|
+
[a4acc95793](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4acc95793):
|
|
1516
|
+
- Updated dependencies
|
|
1517
|
+
[68ff159118](https://bitbucket.org/atlassian/atlassian-frontend/commits/68ff159118):
|
|
1518
|
+
- Updated dependencies
|
|
1519
|
+
[a4d063330a](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4d063330a):
|
|
1520
|
+
- Updated dependencies
|
|
1521
|
+
[093fdc91b1](https://bitbucket.org/atlassian/atlassian-frontend/commits/093fdc91b1):
|
|
1522
|
+
- Updated dependencies
|
|
1523
|
+
[7a2540821c](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a2540821c):
|
|
1524
|
+
- @atlaskit/page@11.0.13
|
|
1525
|
+
- @atlaskit/tooltip@15.2.6
|
|
1526
|
+
- @atlaskit/button@13.3.11
|
|
1527
|
+
- @atlaskit/avatar-group@5.1.2
|
|
1528
|
+
- @atlaskit/icon@20.1.1
|
|
1529
|
+
- @atlaskit/modal-dialog@10.5.7
|
|
1530
|
+
- @atlaskit/avatar@17.1.10
|
|
1531
|
+
- @atlaskit/droplist@10.0.4
|
|
1532
|
+
- @atlaskit/checkbox@10.1.11
|
|
1533
|
+
- @atlaskit/lozenge@9.1.7
|
|
1534
|
+
- @atlaskit/badge@13.1.8
|
|
1535
|
+
- @atlaskit/dropdown-menu@9.0.3
|
|
1164
1536
|
|
|
1165
1537
|
## 12.1.1
|
|
1166
1538
|
|
|
1167
1539
|
### Patch Changes
|
|
1168
1540
|
|
|
1169
|
-
-
|
|
1541
|
+
- [patch][66c5bd52fb](https://bitbucket.org/atlassian/atlassian-frontend/commits/66c5bd52fb):
|
|
1170
1542
|
|
|
1171
|
-
|
|
1543
|
+
EDM-597: fix block cards disappearing on mobile
|
|
1172
1544
|
|
|
1173
1545
|
## 12.1.0
|
|
1174
1546
|
|
|
1175
1547
|
### Minor Changes
|
|
1176
1548
|
|
|
1177
|
-
-
|
|
1549
|
+
- [minor][f459d99f15](https://bitbucket.org/atlassian/atlassian-frontend/commits/f459d99f15):
|
|
1178
1550
|
|
|
1179
|
-
|
|
1551
|
+
Add search locale-
|
|
1552
|
+
[minor][17cc5dde5d](https://bitbucket.org/atlassian/atlassian-frontend/commits/17cc5dde5d):
|
|
1180
1553
|
|
|
1181
|
-
|
|
1554
|
+
EDM-200: instrument metrics for preview mode-
|
|
1555
|
+
[minor][f061ed6c98](https://bitbucket.org/atlassian/atlassian-frontend/commits/f061ed6c98):
|
|
1182
1556
|
|
|
1183
|
-
|
|
1557
|
+
EDM-199: add analytics for action invocations on Block links-
|
|
1558
|
+
[minor][49dbcfa64c](https://bitbucket.org/atlassian/atlassian-frontend/commits/49dbcfa64c):
|
|
1184
1559
|
|
|
1185
|
-
|
|
1560
|
+
Implement actions in SmartCard component-
|
|
1561
|
+
[minor][318a1a0f2f](https://bitbucket.org/atlassian/atlassian-frontend/commits/318a1a0f2f):
|
|
1186
1562
|
|
|
1187
|
-
|
|
1563
|
+
EDM-454: Actions in block cards are now behind the flag: showActions-
|
|
1564
|
+
[minor][b5f17f0751](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5f17f0751):
|
|
1188
1565
|
|
|
1189
|
-
|
|
1566
|
+
fix: i18n strings of Block links-
|
|
1567
|
+
[minor][4635f8107b](https://bitbucket.org/atlassian/atlassian-frontend/commits/4635f8107b):
|
|
1190
1568
|
|
|
1191
|
-
|
|
1569
|
+
fix: responsiveness on mobile for block cards-
|
|
1570
|
+
[minor][d3547279dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3547279dd):
|
|
1192
1571
|
|
|
1193
|
-
|
|
1572
|
+
Update the previewAction to add more rich detail-
|
|
1573
|
+
[minor][8c8f0099d8](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c8f0099d8):
|
|
1194
1574
|
|
|
1195
|
-
|
|
1575
|
+
fix: copy for block links, added not found view to match spec
|
|
1196
1576
|
|
|
1197
1577
|
### Patch Changes
|
|
1198
1578
|
|
|
1199
|
-
-
|
|
1579
|
+
- [patch][3aedaac8c7](https://bitbucket.org/atlassian/atlassian-frontend/commits/3aedaac8c7):
|
|
1200
1580
|
|
|
1201
|
-
|
|
1581
|
+
fix: intl on preview state-
|
|
1582
|
+
[patch][e9d555132d](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9d555132d):
|
|
1202
1583
|
|
|
1203
|
-
|
|
1584
|
+
fix: ui for block links-
|
|
1585
|
+
[patch][d7b07a9ca4](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7b07a9ca4):
|
|
1204
1586
|
|
|
1205
|
-
|
|
1587
|
+
Fix Media Viewer Scroll-
|
|
1588
|
+
[patch][fd4b237ffe](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd4b237ffe):
|
|
1206
1589
|
|
|
1207
|
-
|
|
1590
|
+
Change customMediaPlayer MediaButton testId to data-testid-
|
|
1591
|
+
[patch][9691bb8eb9](https://bitbucket.org/atlassian/atlassian-frontend/commits/9691bb8eb9):
|
|
1208
1592
|
|
|
1209
|
-
|
|
1593
|
+
Implement SmartLink actions-
|
|
1594
|
+
[patch][5550919b98](https://bitbucket.org/atlassian/atlassian-frontend/commits/5550919b98):
|
|
1210
1595
|
|
|
1211
|
-
|
|
1596
|
+
Changing background-color of blockCard to white-
|
|
1597
|
+
[patch][e9044fbfa6](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9044fbfa6):
|
|
1212
1598
|
|
|
1213
|
-
|
|
1599
|
+
Hide some buttons when cusomVideoPlayer is small-
|
|
1600
|
+
[patch][050781f257](https://bitbucket.org/atlassian/atlassian-frontend/commits/050781f257):
|
|
1214
1601
|
|
|
1215
|
-
|
|
1602
|
+
fix: root extractor for object in block links-
|
|
1603
|
+
[patch][ba8c2c4129](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba8c2c4129):
|
|
1216
1604
|
|
|
1217
|
-
|
|
1605
|
+
fix: icons for jira block links-
|
|
1606
|
+
[patch][67bc25bc3f](https://bitbucket.org/atlassian/atlassian-frontend/commits/67bc25bc3f):
|
|
1218
1607
|
|
|
1219
|
-
|
|
1608
|
+
Move WidthObserver from editor-common to width-detector
|
|
1220
1609
|
|
|
1221
|
-
|
|
1610
|
+
WidthObserver is a more performant version of WidthDetector and should be used going forward.
|
|
1222
1611
|
|
|
1223
|
-
|
|
1224
|
-
|
|
1612
|
+
````js
|
|
1613
|
+
import { WidthObserver } from '@atlaskit/width-detector';
|
|
1225
1614
|
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1615
|
+
<WidthObserver
|
|
1616
|
+
setWidth={width => console.log(`width has changed to ${width}`)}
|
|
1617
|
+
/>;
|
|
1618
|
+
```- [patch] [f3587bae11](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3587bae11):
|
|
1230
1619
|
|
|
1231
|
-
|
|
1232
|
-
|
|
1620
|
+
chore: fix UI nits for block cards- Updated dependencies [6a6a991904](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a6a991904):
|
|
1621
|
+
````
|
|
1233
1622
|
|
|
1234
|
-
-
|
|
1235
|
-
|
|
1236
|
-
-
|
|
1237
|
-
|
|
1238
|
-
-
|
|
1239
|
-
|
|
1240
|
-
-
|
|
1241
|
-
|
|
1242
|
-
-
|
|
1243
|
-
|
|
1244
|
-
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1623
|
+
- Updated dependencies
|
|
1624
|
+
[84f82f7015](https://bitbucket.org/atlassian/atlassian-frontend/commits/84f82f7015):
|
|
1625
|
+
- Updated dependencies
|
|
1626
|
+
[168b5f90e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/168b5f90e5):
|
|
1627
|
+
- Updated dependencies
|
|
1628
|
+
[f5b654c328](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5b654c328):
|
|
1629
|
+
- Updated dependencies
|
|
1630
|
+
[0c270847cb](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c270847cb):
|
|
1631
|
+
- Updated dependencies
|
|
1632
|
+
[109004a98e](https://bitbucket.org/atlassian/atlassian-frontend/commits/109004a98e):
|
|
1633
|
+
- Updated dependencies
|
|
1634
|
+
[b9903e773a](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9903e773a):
|
|
1635
|
+
- Updated dependencies
|
|
1636
|
+
[b2402fc3a2](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2402fc3a2):
|
|
1637
|
+
- Updated dependencies
|
|
1638
|
+
[67bc25bc3f](https://bitbucket.org/atlassian/atlassian-frontend/commits/67bc25bc3f):
|
|
1639
|
+
- Updated dependencies
|
|
1640
|
+
[bb2fe95478](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb2fe95478):
|
|
1641
|
+
- Updated dependencies
|
|
1642
|
+
[89bf723567](https://bitbucket.org/atlassian/atlassian-frontend/commits/89bf723567):
|
|
1643
|
+
- Updated dependencies
|
|
1644
|
+
[7e363d5aba](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e363d5aba):
|
|
1645
|
+
- @atlaskit/media-test-helpers@27.2.0
|
|
1646
|
+
- @atlaskit/docs@8.5.1
|
|
1647
|
+
- @atlaskit/modal-dialog@10.5.6
|
|
1648
|
+
- @atlaskit/theme@9.5.3
|
|
1649
|
+
- @atlaskit/button@13.3.10
|
|
1650
|
+
- @atlaskit/width-detector@2.1.0
|
|
1651
|
+
- @atlaskit/media-common@1.0.1
|
|
1252
1652
|
|
|
1253
1653
|
## 12.0.1
|
|
1254
1654
|
|
|
1255
1655
|
### Patch Changes
|
|
1256
1656
|
|
|
1257
|
-
-
|
|
1657
|
+
- [patch][f83b67a761](https://bitbucket.org/atlassian/atlassian-frontend/commits/f83b67a761):
|
|
1258
1658
|
|
|
1259
|
-
|
|
1659
|
+
EDM-407: Smart cards copy pasted from Renderer to Editor create mediaSingles- Updated
|
|
1660
|
+
dependencies
|
|
1661
|
+
[4d3749c9e6](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d3749c9e6):
|
|
1260
1662
|
|
|
1261
|
-
-
|
|
1262
|
-
|
|
1263
|
-
-
|
|
1264
|
-
|
|
1265
|
-
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1663
|
+
- Updated dependencies
|
|
1664
|
+
[dae900bf82](https://bitbucket.org/atlassian/atlassian-frontend/commits/dae900bf82):
|
|
1665
|
+
- Updated dependencies
|
|
1666
|
+
[d49ebd7c7a](https://bitbucket.org/atlassian/atlassian-frontend/commits/d49ebd7c7a):
|
|
1667
|
+
- Updated dependencies
|
|
1668
|
+
[6dcad31e41](https://bitbucket.org/atlassian/atlassian-frontend/commits/6dcad31e41):
|
|
1669
|
+
- Updated dependencies
|
|
1670
|
+
[8c9e4f1ec6](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9e4f1ec6):
|
|
1671
|
+
- Updated dependencies
|
|
1672
|
+
[3cbc8a49a2](https://bitbucket.org/atlassian/atlassian-frontend/commits/3cbc8a49a2):
|
|
1673
|
+
- @atlaskit/modal-dialog@10.5.5
|
|
1674
|
+
- @atlaskit/build-utils@2.6.4
|
|
1675
|
+
- @atlaskit/media-test-helpers@27.1.0
|
|
1676
|
+
- @atlaskit/docs@8.5.0
|
|
1270
1677
|
|
|
1271
1678
|
## 12.0.0
|
|
1272
1679
|
|
|
1273
1680
|
### Major Changes
|
|
1274
1681
|
|
|
1275
|
-
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
- Updated dependencies
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
-
|
|
1298
|
-
|
|
1299
|
-
-
|
|
1300
|
-
|
|
1301
|
-
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1682
|
+
- [major][77474b6821](https://bitbucket.org/atlassian/atlassian-frontend/commits/77474b6821):
|
|
1683
|
+
|
|
1684
|
+
### The one where we update block card!
|
|
1685
|
+
|
|
1686
|
+
We've done a complete refresh of the `BlockCard` component and all it's views. It's now nice and
|
|
1687
|
+
spic and span and modern. This has been done to use block cards in smart links, coming to an
|
|
1688
|
+
editor experience near you very soon!
|
|
1689
|
+
|
|
1690
|
+
### Patch Changes
|
|
1691
|
+
|
|
1692
|
+
- [patch][dda84ee26d](https://bitbucket.org/atlassian/atlassian-frontend/commits/dda84ee26d):
|
|
1693
|
+
|
|
1694
|
+
The Mediapicker did not give feedback before when there was a network error
|
|
1695
|
+
(Dropbox/Googledrive) but now it gives an error message for cloud fetching-
|
|
1696
|
+
[patch][196500df34](https://bitbucket.org/atlassian/atlassian-frontend/commits/196500df34):
|
|
1697
|
+
|
|
1698
|
+
move MockGlobalImage to media-test-helpers for reuse-
|
|
1699
|
+
[patch][d7ed7b1513](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7ed7b1513):
|
|
1700
|
+
|
|
1701
|
+
Remove export \* from media components- Updated dependencies
|
|
1702
|
+
[66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
|
|
1703
|
+
|
|
1704
|
+
- Updated dependencies
|
|
1705
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
1706
|
+
- Updated dependencies
|
|
1707
|
+
[196500df34](https://bitbucket.org/atlassian/atlassian-frontend/commits/196500df34):
|
|
1708
|
+
- Updated dependencies
|
|
1709
|
+
[d7ed7b1513](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7ed7b1513):
|
|
1710
|
+
- Updated dependencies
|
|
1711
|
+
[41a2496393](https://bitbucket.org/atlassian/atlassian-frontend/commits/41a2496393):
|
|
1712
|
+
- Updated dependencies
|
|
1713
|
+
[28573f37a7](https://bitbucket.org/atlassian/atlassian-frontend/commits/28573f37a7):
|
|
1714
|
+
- Updated dependencies
|
|
1715
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
1716
|
+
- Updated dependencies
|
|
1717
|
+
[8b9598a760](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b9598a760):
|
|
1718
|
+
- Updated dependencies
|
|
1719
|
+
[bbf5eb8824](https://bitbucket.org/atlassian/atlassian-frontend/commits/bbf5eb8824):
|
|
1720
|
+
- Updated dependencies
|
|
1721
|
+
[eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
|
|
1722
|
+
- Updated dependencies
|
|
1723
|
+
[6b06a7baa9](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b06a7baa9):
|
|
1724
|
+
- Updated dependencies
|
|
1725
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
1726
|
+
- Updated dependencies
|
|
1727
|
+
[8b34c7371d](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b34c7371d):
|
|
1728
|
+
- @atlaskit/docs@8.4.0
|
|
1729
|
+
- @atlaskit/icon@20.1.0
|
|
1730
|
+
- @atlaskit/media-test-helpers@27.0.0
|
|
1731
|
+
- @atlaskit/avatar-group@5.1.1
|
|
1732
|
+
- @atlaskit/item@11.0.2
|
|
1733
|
+
- @atlaskit/field-base@14.0.2
|
|
1734
|
+
- @atlaskit/avatar@17.1.9
|
|
1735
|
+
- @atlaskit/badge@13.1.7
|
|
1736
|
+
- @atlaskit/button@13.3.9
|
|
1737
|
+
- @atlaskit/checkbox@10.1.10
|
|
1738
|
+
- @atlaskit/dropdown-menu@9.0.2
|
|
1739
|
+
- @atlaskit/droplist@10.0.3
|
|
1740
|
+
- @atlaskit/lozenge@9.1.6
|
|
1741
|
+
- @atlaskit/modal-dialog@10.5.4
|
|
1742
|
+
- @atlaskit/spinner@12.1.6
|
|
1743
|
+
- @atlaskit/textfield@3.1.9
|
|
1744
|
+
- @atlaskit/tooltip@15.2.5
|
|
1320
1745
|
|
|
1321
1746
|
## 11.9.0
|
|
1322
1747
|
|
|
1323
1748
|
### Minor Changes
|
|
1324
1749
|
|
|
1325
|
-
-
|
|
1750
|
+
- [minor][f709e92247](https://bitbucket.org/atlassian/atlassian-frontend/commits/f709e92247):
|
|
1326
1751
|
|
|
1327
|
-
|
|
1752
|
+
Adding an optional prop testId that will set the attribute value data-testid. It will help
|
|
1753
|
+
products to write better integration and end to end tests.
|
|
1328
1754
|
|
|
1329
1755
|
### Patch Changes
|
|
1330
1756
|
|
|
1331
|
-
-
|
|
1757
|
+
- [patch][8c7f68d911](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c7f68d911):
|
|
1332
1758
|
|
|
1333
|
-
|
|
1759
|
+
Fix drag on inline video player so that it no longer keeps scrubbing the timeline after you have
|
|
1760
|
+
stopped clicking-
|
|
1761
|
+
[patch][0e562f2a4a](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e562f2a4a):
|
|
1334
1762
|
|
|
1335
|
-
|
|
1763
|
+
EDM-280: fix icon placement of Smart Links- Updated dependencies
|
|
1764
|
+
[e9a14f945f](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9a14f945f):
|
|
1336
1765
|
|
|
1337
|
-
-
|
|
1338
|
-
|
|
1339
|
-
-
|
|
1340
|
-
|
|
1341
|
-
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1766
|
+
- Updated dependencies
|
|
1767
|
+
[4859ceaa73](https://bitbucket.org/atlassian/atlassian-frontend/commits/4859ceaa73):
|
|
1768
|
+
- Updated dependencies
|
|
1769
|
+
[9e87af4685](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e87af4685):
|
|
1770
|
+
- Updated dependencies
|
|
1771
|
+
[0603860c07](https://bitbucket.org/atlassian/atlassian-frontend/commits/0603860c07):
|
|
1772
|
+
- Updated dependencies
|
|
1773
|
+
[91a1eb05db](https://bitbucket.org/atlassian/atlassian-frontend/commits/91a1eb05db):
|
|
1774
|
+
- Updated dependencies
|
|
1775
|
+
[c1992227dc](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1992227dc):
|
|
1776
|
+
- @atlaskit/avatar-group@5.1.0
|
|
1777
|
+
- @atlaskit/dropdown-menu@9.0.0
|
|
1778
|
+
- @atlaskit/icon@20.0.2
|
|
1779
|
+
- @atlaskit/textfield@3.1.7
|
|
1780
|
+
- @atlaskit/checkbox@10.1.8
|
|
1781
|
+
- @atlaskit/media-test-helpers@26.1.2
|
|
1348
1782
|
|
|
1349
1783
|
## 11.8.3
|
|
1350
1784
|
|
|
1351
1785
|
### Patch Changes
|
|
1352
1786
|
|
|
1353
|
-
-
|
|
1787
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1354
1788
|
|
|
1355
|
-
|
|
1789
|
+
Remove namespace imports from `React`, `ReactDom`, and `PropTypes`
|
|
1356
1790
|
|
|
1357
|
-
-
|
|
1791
|
+
- Updated dependencies
|
|
1792
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1358
1793
|
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1794
|
+
- @atlaskit/docs@8.3.2
|
|
1795
|
+
- @atlaskit/avatar-group@5.0.4
|
|
1796
|
+
- @atlaskit/avatar@17.1.7
|
|
1797
|
+
- @atlaskit/badge@13.1.5
|
|
1798
|
+
- @atlaskit/button@13.3.7
|
|
1799
|
+
- @atlaskit/checkbox@10.1.7
|
|
1800
|
+
- @atlaskit/dropdown-menu@8.2.4
|
|
1801
|
+
- @atlaskit/field-base@14.0.1
|
|
1802
|
+
- @atlaskit/icon@20.0.1
|
|
1803
|
+
- @atlaskit/lozenge@9.1.4
|
|
1804
|
+
- @atlaskit/page@11.0.12
|
|
1805
|
+
- @atlaskit/spinner@12.1.4
|
|
1806
|
+
- @atlaskit/textfield@3.1.6
|
|
1807
|
+
- @atlaskit/theme@9.5.1
|
|
1808
|
+
- @atlaskit/tooltip@15.2.3
|
|
1809
|
+
- @atlaskit/media-test-helpers@26.1.1
|
|
1375
1810
|
|
|
1376
1811
|
## 11.8.2
|
|
1377
1812
|
|
|
1378
1813
|
### Patch Changes
|
|
1379
1814
|
|
|
1380
|
-
-
|
|
1815
|
+
- [patch][555818c33a](https://bitbucket.org/atlassian/atlassian-frontend/commits/555818c33a):
|
|
1381
1816
|
|
|
1382
|
-
|
|
1817
|
+
EDM-237: fix wrapping for inline Smart Links- Updated dependencies
|
|
1818
|
+
[fe4eaf06fc](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe4eaf06fc):
|
|
1383
1819
|
|
|
1384
|
-
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1820
|
+
- Updated dependencies
|
|
1821
|
+
[c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
|
|
1822
|
+
- Updated dependencies
|
|
1823
|
+
[b9dc265bc9](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9dc265bc9):
|
|
1824
|
+
- @atlaskit/media-test-helpers@26.1.0
|
|
1825
|
+
- @atlaskit/field-base@14.0.0
|
|
1826
|
+
- @atlaskit/icon@20.0.0
|
|
1827
|
+
- @atlaskit/avatar@17.1.6
|
|
1828
|
+
- @atlaskit/dropdown-menu@8.2.3
|
|
1829
|
+
- @atlaskit/avatar-group@5.0.3
|
|
1830
|
+
- @atlaskit/docs@8.3.1
|
|
1831
|
+
- @atlaskit/button@13.3.6
|
|
1832
|
+
- @atlaskit/checkbox@10.1.6
|
|
1833
|
+
- @atlaskit/textfield@3.1.5
|
|
1834
|
+
- @atlaskit/tooltip@15.2.2
|
|
1835
|
+
- @atlaskit/page@11.0.11
|
|
1398
1836
|
|
|
1399
1837
|
## 11.8.1
|
|
1400
1838
|
|
|
1401
1839
|
### Patch Changes
|
|
1402
1840
|
|
|
1403
|
-
-
|
|
1404
|
-
|
|
1405
|
-
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1841
|
+
- Updated dependencies
|
|
1842
|
+
[966622bd45](https://bitbucket.org/atlassian/atlassian-frontend/commits/966622bd45):
|
|
1843
|
+
- Updated dependencies
|
|
1844
|
+
[d2b8166208](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2b8166208):
|
|
1845
|
+
- Updated dependencies
|
|
1846
|
+
[6ee177aeb4](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee177aeb4):
|
|
1847
|
+
- @atlaskit/media-test-helpers@26.0.0
|
|
1848
|
+
- @atlaskit/docs@8.3.0
|
|
1408
1849
|
|
|
1409
1850
|
## 11.8.0
|
|
1410
1851
|
|
|
1411
1852
|
### Minor Changes
|
|
1412
1853
|
|
|
1413
|
-
-
|
|
1854
|
+
- [minor][d3f4c97f6a](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3f4c97f6a):
|
|
1414
1855
|
|
|
1415
|
-
|
|
1856
|
+
Add media-card-file-name testId for cards file name and Add testId attribute to Ellipsify
|
|
1857
|
+
component.
|
|
1416
1858
|
|
|
1417
1859
|
### Patch Changes
|
|
1418
1860
|
|
|
1419
|
-
-
|
|
1861
|
+
- [patch][149560f012](https://bitbucket.org/atlassian/atlassian-frontend/commits/149560f012):
|
|
1420
1862
|
|
|
1421
|
-
|
|
1863
|
+
ED-7697 Fixed focus problem when clicking smartlink inside a panel- Updated dependencies
|
|
1864
|
+
[28f8f0e089](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f8f0e089):
|
|
1422
1865
|
|
|
1423
|
-
-
|
|
1424
|
-
|
|
1425
|
-
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1866
|
+
- Updated dependencies
|
|
1867
|
+
[82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
|
|
1868
|
+
- Updated dependencies
|
|
1869
|
+
[4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
|
|
1870
|
+
- Updated dependencies
|
|
1871
|
+
[6a8bc6f866](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a8bc6f866):
|
|
1872
|
+
- @atlaskit/icon@19.1.0
|
|
1873
|
+
- @atlaskit/theme@9.5.0
|
|
1874
|
+
- @atlaskit/badge@13.1.4
|
|
1875
|
+
- @atlaskit/button@13.3.5
|
|
1876
|
+
- @atlaskit/checkbox@10.1.5
|
|
1877
|
+
- @atlaskit/lozenge@9.1.3
|
|
1878
|
+
- @atlaskit/page@11.0.10
|
|
1879
|
+
- @atlaskit/spinner@12.1.3
|
|
1880
|
+
- @atlaskit/tooltip@15.2.1
|
|
1881
|
+
- @atlaskit/media-test-helpers@25.2.6
|
|
1882
|
+
- @atlaskit/dropdown-menu@8.2.2
|
|
1437
1883
|
|
|
1438
1884
|
## 11.7.2
|
|
1439
1885
|
|
|
1440
1886
|
### Patch Changes
|
|
1441
1887
|
|
|
1442
|
-
-
|
|
1888
|
+
- [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1443
1889
|
|
|
1444
|
-
|
|
1890
|
+
Force keyboard shortcuts during fullscreen for CustomVideoPlayer-
|
|
1891
|
+
[patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1445
1892
|
|
|
1446
|
-
|
|
1893
|
+
make InactivityDetector styles relative- Updated dependencies
|
|
1894
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1447
1895
|
|
|
1448
|
-
-
|
|
1449
|
-
|
|
1450
|
-
-
|
|
1451
|
-
|
|
1452
|
-
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1896
|
+
- Updated dependencies
|
|
1897
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1898
|
+
- Updated dependencies
|
|
1899
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1900
|
+
- Updated dependencies
|
|
1901
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1902
|
+
- Updated dependencies
|
|
1903
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1904
|
+
- Updated dependencies
|
|
1905
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1906
|
+
- Updated dependencies
|
|
1907
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1908
|
+
- @atlaskit/tooltip@15.2.0
|
|
1909
|
+
- @atlaskit/checkbox@10.1.4
|
|
1910
|
+
- @atlaskit/field-text@9.0.14
|
|
1911
|
+
- @atlaskit/avatar-group@5.0.2
|
|
1912
|
+
- @atlaskit/avatar@17.1.5
|
|
1459
1913
|
|
|
1460
1914
|
## 11.7.1
|
|
1461
1915
|
|
|
1462
1916
|
### Patch Changes
|
|
1463
1917
|
|
|
1464
|
-
-
|
|
1918
|
+
- [patch][955e23d516](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/955e23d516):
|
|
1465
1919
|
|
|
1466
|
-
|
|
1920
|
+
fix blueimp-load-image to 2.19.0 version
|
|
1467
1921
|
|
|
1468
1922
|
## 11.7.0
|
|
1469
1923
|
|
|
1470
1924
|
### Minor Changes
|
|
1471
1925
|
|
|
1472
|
-
-
|
|
1926
|
+
- [minor][550d260bfc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/550d260bfc):
|
|
1473
1927
|
|
|
1474
|
-
|
|
1928
|
+
Introducing support for alt-text in media.-
|
|
1929
|
+
[minor][ae4f336a3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae4f336a3a):
|
|
1475
1930
|
|
|
1476
1931
|
**FABDODGEM-13 Editor Damask Release** - [Internal post](http://go.atlassian.com/damask-release)
|
|
1477
1932
|
|
|
1478
1933
|
**BREAKING CHANGES**
|
|
1479
1934
|
|
|
1480
|
-
-
|
|
1481
|
-
|
|
1482
|
-
-
|
|
1483
|
-
|
|
1484
|
-
-
|
|
1485
|
-
-
|
|
1486
|
-
-
|
|
1935
|
+
- **Media:** Removed deprecated "context" property from media components in favor of
|
|
1936
|
+
"mediaClientConfig". This affects all public media UI components.
|
|
1937
|
+
- https://product-fabric.atlassian.net/browse/MS-2038
|
|
1938
|
+
- **Tasks & Decisions:** Removed containerAri for task-decisions components.
|
|
1939
|
+
- https://product-fabric.atlassian.net/browse/ED-7631
|
|
1940
|
+
- **Renderer:** Adapts to task-decision changes.
|
|
1941
|
+
- **Editor Mobile Bridge:** Adapts to task-decision changes.
|
|
1942
|
+
- **Util Data Test:** Adapts to task-decision changes.
|
|
1487
1943
|
|
|
1488
1944
|
---
|
|
1489
1945
|
|
|
@@ -1493,1026 +1949,1115 @@ tables, media, mobile, emoji, tasks & decisions, analytics
|
|
|
1493
1949
|
|
|
1494
1950
|
**Editor**
|
|
1495
1951
|
|
|
1496
|
-
-
|
|
1497
|
-
|
|
1498
|
-
-
|
|
1499
|
-
|
|
1500
|
-
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
-
|
|
1510
|
-
|
|
1511
|
-
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1952
|
+
- Support nested actions in stage-0 schema; Change DOM representation of actions
|
|
1953
|
+
- https://product-fabric.atlassian.net/browse/ED-7674
|
|
1954
|
+
- Updated i18n translations
|
|
1955
|
+
- https://product-fabric.atlassian.net/browse/ED-7750
|
|
1956
|
+
- Improved analytics & crash reporting (via a new error boundary)
|
|
1957
|
+
- https://product-fabric.atlassian.net/browse/ED-7766
|
|
1958
|
+
- https://product-fabric.atlassian.net/browse/ED-7806
|
|
1959
|
+
- Improvements to heading anchor links.
|
|
1960
|
+
- https://product-fabric.atlassian.net/browse/ED-7849
|
|
1961
|
+
- https://product-fabric.atlassian.net/browse/ED-7860
|
|
1962
|
+
- Copy/Paste improvements
|
|
1963
|
+
- https://product-fabric.atlassian.net/browse/ED-7840
|
|
1964
|
+
- https://product-fabric.atlassian.net/browse/ED-7849
|
|
1965
|
+
- Fixes for the selection state of Smart links.
|
|
1966
|
+
- https://product-fabric.atlassian.net/browse/ED-7602?src=confmacro
|
|
1967
|
+
- Improvements for table resizing & column creation.
|
|
1968
|
+
- https://product-fabric.atlassian.net/browse/ED-7698
|
|
1969
|
+
- https://product-fabric.atlassian.net/browse/ED-7319
|
|
1970
|
+
- https://product-fabric.atlassian.net/browse/ED-7799
|
|
1515
1971
|
|
|
1516
1972
|
**Mobile**
|
|
1517
1973
|
|
|
1518
|
-
-
|
|
1519
|
-
|
|
1520
|
-
-
|
|
1521
|
-
|
|
1974
|
+
- GASv3 Analytics Events are now relayed from the web to the native context, ready for
|
|
1975
|
+
dispatching.
|
|
1976
|
+
- https://product-fabric.atlassian.net/browse/FM-2502
|
|
1977
|
+
- Hybrid Renderer Recycler view now handles invalid ADF nodes gracefully.
|
|
1978
|
+
- https://product-fabric.atlassian.net/browse/FM-2370
|
|
1522
1979
|
|
|
1523
1980
|
**Media**
|
|
1524
1981
|
|
|
1525
|
-
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
-
|
|
1531
|
-
|
|
1532
|
-
-
|
|
1533
|
-
|
|
1534
|
-
-
|
|
1535
|
-
|
|
1536
|
-
-
|
|
1537
|
-
|
|
1982
|
+
- Improved analytics
|
|
1983
|
+
- https://product-fabric.atlassian.net/browse/MS-2036
|
|
1984
|
+
- https://product-fabric.atlassian.net/browse/MS-2145
|
|
1985
|
+
- https://product-fabric.atlassian.net/browse/MS-2416
|
|
1986
|
+
- https://product-fabric.atlassian.net/browse/MS-2487
|
|
1987
|
+
- Added shouldOpenMediaViewer property to renderer
|
|
1988
|
+
- https://product-fabric.atlassian.net/browse/MS-2393
|
|
1989
|
+
- Implemented analytics for file copy
|
|
1990
|
+
- https://product-fabric.atlassian.net/browse/MS-2036
|
|
1991
|
+
- New `media-viewed` event dispatched when media is interacted with via the media card or viewer.
|
|
1992
|
+
- https://product-fabric.atlassian.net/browse/MS-2284
|
|
1993
|
+
- Support for `alt` text attribute on media image elements.
|
|
1994
|
+
- https://product-fabric.atlassian.net/browse/ED-7776
|
|
1538
1995
|
|
|
1539
1996
|
**i18n-tools**
|
|
1540
1997
|
|
|
1541
1998
|
Bumped dependencies.
|
|
1542
1999
|
|
|
1543
|
-
-
|
|
2000
|
+
- [minor][5ce184b1d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5ce184b1d3):
|
|
1544
2001
|
|
|
1545
|
-
|
|
2002
|
+
New optional prop `onFirstPlay` is added to Props of `CustomMediaPlayer` component
|
|
1546
2003
|
|
|
1547
2004
|
## 11.6.8
|
|
1548
2005
|
|
|
1549
2006
|
### Patch Changes
|
|
1550
2007
|
|
|
1551
|
-
-
|
|
2008
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
1552
2009
|
|
|
1553
|
-
|
|
2010
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
1554
2011
|
|
|
1555
2012
|
## 11.6.7
|
|
1556
2013
|
|
|
1557
|
-
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
2014
|
+
- Updated dependencies
|
|
2015
|
+
[97bab7fd28](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97bab7fd28):
|
|
2016
|
+
- @atlaskit/button@13.3.1
|
|
2017
|
+
- @atlaskit/checkbox@10.0.0
|
|
2018
|
+
- @atlaskit/docs@8.1.7
|
|
1561
2019
|
|
|
1562
2020
|
## 11.6.6
|
|
1563
2021
|
|
|
1564
2022
|
### Patch Changes
|
|
1565
2023
|
|
|
1566
|
-
-
|
|
2024
|
+
- [patch][a6a0cb78a6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a6a0cb78a6):
|
|
1567
2025
|
|
|
1568
|
-
|
|
2026
|
+
change white color to N0 import from theme
|
|
1569
2027
|
|
|
1570
2028
|
## 11.6.5
|
|
1571
2029
|
|
|
1572
2030
|
### Patch Changes
|
|
1573
2031
|
|
|
1574
|
-
-
|
|
2032
|
+
- [patch][fc79969f86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fc79969f86):
|
|
1575
2033
|
|
|
1576
|
-
|
|
2034
|
+
Update all the theme imports in media to use multi entry points
|
|
1577
2035
|
|
|
1578
2036
|
## 11.6.4
|
|
1579
2037
|
|
|
1580
2038
|
### Patch Changes
|
|
1581
2039
|
|
|
1582
|
-
-
|
|
2040
|
+
- [patch][b8fd0f0847](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b8fd0f0847):
|
|
1583
2041
|
|
|
1584
|
-
|
|
2042
|
+
hot-88372: fix css props breaking in layoutNG.
|
|
1585
2043
|
|
|
1586
2044
|
## 11.6.3
|
|
1587
2045
|
|
|
1588
|
-
-
|
|
1589
|
-
|
|
1590
|
-
|
|
2046
|
+
- Updated dependencies
|
|
2047
|
+
[40bda8f796](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/40bda8f796):
|
|
2048
|
+
- @atlaskit/avatar-group@5.0.0
|
|
2049
|
+
- @atlaskit/avatar@17.0.1
|
|
1591
2050
|
|
|
1592
2051
|
## 11.6.2
|
|
1593
2052
|
|
|
1594
|
-
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
2053
|
+
- Updated dependencies
|
|
2054
|
+
[8d0f37c23e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d0f37c23e):
|
|
2055
|
+
- @atlaskit/avatar-group@4.0.13
|
|
2056
|
+
- @atlaskit/dropdown-menu@8.1.1
|
|
2057
|
+
- @atlaskit/avatar@17.0.0
|
|
2058
|
+
- @atlaskit/theme@9.2.2
|
|
1599
2059
|
|
|
1600
2060
|
## 11.6.1
|
|
1601
2061
|
|
|
1602
2062
|
### Patch Changes
|
|
1603
2063
|
|
|
1604
|
-
-
|
|
2064
|
+
- [patch][6410edd029](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6410edd029):
|
|
1605
2065
|
|
|
1606
|
-
|
|
2066
|
+
Deprecated props, `value` and `onValueUpdated` have been removed from the Badge component.
|
|
2067
|
+
Please use the children prop instead.
|
|
1607
2068
|
|
|
1608
2069
|
## 11.6.0
|
|
1609
2070
|
|
|
1610
2071
|
### Minor Changes
|
|
1611
2072
|
|
|
1612
|
-
-
|
|
2073
|
+
- [minor][c6efb2f5b6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c6efb2f5b6):
|
|
1613
2074
|
|
|
1614
|
-
|
|
2075
|
+
Prefix the legacy lifecycle methods with UNSAFE\_\* to avoid warning in React 16.9+
|
|
1615
2076
|
|
|
1616
|
-
|
|
1617
|
-
|
|
2077
|
+
More information about the deprecation of lifecycles methods can be found here:
|
|
2078
|
+
https://reactjs.org/blog/2018/03/29/react-v-16-3.html#component-lifecycle-changes
|
|
1618
2079
|
|
|
1619
2080
|
## 11.5.5
|
|
1620
2081
|
|
|
1621
2082
|
### Patch Changes
|
|
1622
2083
|
|
|
1623
|
-
-
|
|
2084
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
1624
2085
|
|
|
1625
|
-
|
|
2086
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
2087
|
+
non-relative imports as relative imports
|
|
1626
2088
|
|
|
1627
2089
|
## 11.5.4
|
|
1628
2090
|
|
|
1629
2091
|
### Patch Changes
|
|
1630
2092
|
|
|
1631
|
-
-
|
|
2093
|
+
- [patch][0d7d459f1a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0d7d459f1a):
|
|
1632
2094
|
|
|
1633
|
-
|
|
2095
|
+
Fixes type errors which were incompatible with TS 3.6
|
|
1634
2096
|
|
|
1635
2097
|
## 11.5.3
|
|
1636
2098
|
|
|
1637
2099
|
### Patch Changes
|
|
1638
2100
|
|
|
1639
|
-
-
|
|
2101
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
1640
2102
|
|
|
1641
|
-
|
|
2103
|
+
Upgraded Typescript to 3.3.x
|
|
1642
2104
|
|
|
1643
2105
|
## 11.5.2
|
|
1644
2106
|
|
|
1645
|
-
-
|
|
1646
|
-
|
|
2107
|
+
- Updated dependencies
|
|
2108
|
+
[69586b5353](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/69586b5353):
|
|
2109
|
+
- @atlaskit/media-test-helpers@25.0.0
|
|
1647
2110
|
|
|
1648
2111
|
## 11.5.1
|
|
1649
2112
|
|
|
1650
2113
|
### Patch Changes
|
|
1651
2114
|
|
|
1652
|
-
-
|
|
2115
|
+
- [patch][d399d55637](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d399d55637):
|
|
1653
2116
|
|
|
1654
|
-
|
|
2117
|
+
Move @types/bytes from dependencies to devDependencies.
|
|
1655
2118
|
|
|
1656
2119
|
## 11.5.0
|
|
1657
2120
|
|
|
1658
2121
|
### Minor Changes
|
|
1659
2122
|
|
|
1660
|
-
-
|
|
2123
|
+
- [minor][1c806932b3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c806932b3):
|
|
1661
2124
|
|
|
1662
|
-
|
|
2125
|
+
Following exported members are introduced: `findParentByClassname` function,
|
|
2126
|
+
`InactivityDetector` component to help with inactivity detection and hiding controls in inline
|
|
2127
|
+
video player and media viewer, `WithShowControlMethodProp` interface to combine type
|
|
2128
|
+
expectations.
|
|
1663
2129
|
|
|
1664
2130
|
## 11.4.7
|
|
1665
2131
|
|
|
1666
2132
|
### Patch Changes
|
|
1667
2133
|
|
|
1668
|
-
-
|
|
2134
|
+
- [patch][2d48433f3c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2d48433f3c):
|
|
1669
2135
|
|
|
1670
|
-
|
|
2136
|
+
ED-7278: Adjust smart link icon height, when link is truncated the text after the link should
|
|
2137
|
+
now wrap correctly
|
|
1671
2138
|
|
|
1672
2139
|
## 11.4.6
|
|
1673
2140
|
|
|
1674
2141
|
### Patch Changes
|
|
1675
2142
|
|
|
1676
|
-
-
|
|
2143
|
+
- [patch][6742fbf2cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6742fbf2cc):
|
|
1677
2144
|
|
|
1678
|
-
|
|
2145
|
+
bugfix, fixes missing version.json file
|
|
1679
2146
|
|
|
1680
2147
|
## 11.4.5
|
|
1681
2148
|
|
|
1682
2149
|
### Patch Changes
|
|
1683
2150
|
|
|
1684
|
-
-
|
|
2151
|
+
- [patch][515427ad91](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/515427ad91):
|
|
1685
2152
|
|
|
1686
|
-
|
|
2153
|
+
fix: forbidden and unauthorised smartlinks act like <a> tags and no longer truncate their URLs
|
|
1687
2154
|
|
|
1688
2155
|
## 11.4.4
|
|
1689
2156
|
|
|
1690
2157
|
### Patch Changes
|
|
1691
2158
|
|
|
1692
|
-
-
|
|
2159
|
+
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
1693
2160
|
|
|
1694
|
-
|
|
2161
|
+
In this PR, we are:
|
|
1695
2162
|
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
2163
|
+
- Re-introducing dist build folders
|
|
2164
|
+
- Adding back cjs
|
|
2165
|
+
- Replacing es5 by cjs and es2015 by esm
|
|
2166
|
+
- Creating folders at the root for entry-points
|
|
2167
|
+
- Removing the generation of the entry-points at the root Please see this
|
|
2168
|
+
[ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
|
|
2169
|
+
[page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
|
|
2170
|
+
for further details
|
|
1702
2171
|
|
|
1703
2172
|
## 11.4.3
|
|
1704
2173
|
|
|
1705
2174
|
### Patch Changes
|
|
1706
2175
|
|
|
1707
|
-
-
|
|
2176
|
+
- [patch][d0db01b410](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0db01b410):
|
|
1708
2177
|
|
|
1709
|
-
|
|
2178
|
+
TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide
|
|
2179
|
+
props as a generic type. This is so that TypeScript can correctly calculate the props and
|
|
2180
|
+
defaultProps of the returned component.
|
|
1710
2181
|
|
|
1711
|
-
|
|
2182
|
+
Before:
|
|
1712
2183
|
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
2184
|
+
```typescript
|
|
2185
|
+
withAnalyticsEvents()(Button) as ComponentClass<Props>;
|
|
2186
|
+
```
|
|
1716
2187
|
|
|
1717
|
-
|
|
2188
|
+
After:
|
|
1718
2189
|
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
2190
|
+
```typescript
|
|
2191
|
+
withAnalyticsEvents<Props>()(Button);
|
|
2192
|
+
```
|
|
1722
2193
|
|
|
1723
2194
|
## 11.4.2
|
|
1724
2195
|
|
|
1725
|
-
-
|
|
1726
|
-
|
|
1727
|
-
|
|
2196
|
+
- Updated dependencies
|
|
2197
|
+
[87a2638655](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87a2638655):
|
|
2198
|
+
- @atlaskit/button@13.0.10
|
|
2199
|
+
- @atlaskit/checkbox@9.0.0
|
|
1728
2200
|
|
|
1729
2201
|
## 11.4.1
|
|
1730
2202
|
|
|
1731
|
-
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
2203
|
+
- Updated dependencies
|
|
2204
|
+
[06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
|
|
2205
|
+
- @atlaskit/docs@8.1.3
|
|
2206
|
+
- @atlaskit/avatar@16.0.6
|
|
2207
|
+
- @atlaskit/avatar-group@4.0.6
|
|
2208
|
+
- @atlaskit/button@13.0.9
|
|
2209
|
+
- @atlaskit/checkbox@8.0.5
|
|
2210
|
+
- @atlaskit/dropdown-menu@8.0.8
|
|
2211
|
+
- @atlaskit/tooltip@15.0.2
|
|
2212
|
+
- @atlaskit/media-test-helpers@24.1.2
|
|
2213
|
+
- @atlaskit/icon@19.0.0
|
|
1741
2214
|
|
|
1742
2215
|
## 11.4.0
|
|
1743
2216
|
|
|
1744
2217
|
### Minor Changes
|
|
1745
2218
|
|
|
1746
|
-
-
|
|
2219
|
+
- [minor][53b1e6a783](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/53b1e6a783):
|
|
1747
2220
|
|
|
1748
|
-
|
|
2221
|
+
Add a download button to inline video player to allow download of video binary
|
|
1749
2222
|
|
|
1750
2223
|
## 11.3.0
|
|
1751
2224
|
|
|
1752
2225
|
### Minor Changes
|
|
1753
2226
|
|
|
1754
|
-
-
|
|
2227
|
+
- [minor][fe6dbc5c49](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fe6dbc5c49):
|
|
1755
2228
|
|
|
1756
|
-
|
|
2229
|
+
fix icon alignment for inline card.
|
|
1757
2230
|
|
|
1758
2231
|
## 11.2.9
|
|
1759
2232
|
|
|
1760
|
-
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
2233
|
+
- Updated dependencies
|
|
2234
|
+
[67f06f58dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/67f06f58dd):
|
|
2235
|
+
- @atlaskit/avatar@16.0.4
|
|
2236
|
+
- @atlaskit/avatar-group@4.0.4
|
|
2237
|
+
- @atlaskit/dropdown-menu@8.0.5
|
|
2238
|
+
- @atlaskit/icon@18.0.1
|
|
2239
|
+
- @atlaskit/tooltip@15.0.0
|
|
1766
2240
|
|
|
1767
2241
|
## 11.2.8
|
|
1768
2242
|
|
|
1769
|
-
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
2243
|
+
- Updated dependencies
|
|
2244
|
+
[cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
|
|
2245
|
+
- @atlaskit/docs@8.1.2
|
|
2246
|
+
- @atlaskit/avatar@16.0.3
|
|
2247
|
+
- @atlaskit/avatar-group@4.0.3
|
|
2248
|
+
- @atlaskit/button@13.0.8
|
|
2249
|
+
- @atlaskit/checkbox@8.0.2
|
|
2250
|
+
- @atlaskit/dropdown-menu@8.0.4
|
|
2251
|
+
- @atlaskit/tooltip@14.0.3
|
|
2252
|
+
- @atlaskit/media-test-helpers@24.0.3
|
|
2253
|
+
- @atlaskit/icon@18.0.0
|
|
1779
2254
|
|
|
1780
2255
|
## 11.2.7
|
|
1781
2256
|
|
|
1782
|
-
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
2257
|
+
- Updated dependencies
|
|
2258
|
+
[70862830d6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/70862830d6):
|
|
2259
|
+
- @atlaskit/button@13.0.6
|
|
2260
|
+
- @atlaskit/checkbox@8.0.0
|
|
2261
|
+
- @atlaskit/icon@17.2.0
|
|
2262
|
+
- @atlaskit/theme@9.1.0
|
|
1787
2263
|
|
|
1788
2264
|
## 11.2.6
|
|
1789
2265
|
|
|
1790
|
-
-
|
|
2266
|
+
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
1791
2267
|
|
|
1792
|
-
|
|
2268
|
+
- This is just a safety release in case anything strange happened in in the previous one. See
|
|
2269
|
+
Pull Request #5942 for details
|
|
1793
2270
|
|
|
1794
2271
|
## 11.2.5
|
|
1795
2272
|
|
|
1796
|
-
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
2273
|
+
- Updated dependencies
|
|
2274
|
+
[215688984e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/215688984e):
|
|
2275
|
+
- Updated dependencies
|
|
2276
|
+
[9ecfef12ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ecfef12ac):
|
|
2277
|
+
- @atlaskit/button@13.0.4
|
|
2278
|
+
- @atlaskit/spinner@12.0.0
|
|
2279
|
+
- @atlaskit/media-test-helpers@24.0.0
|
|
1801
2280
|
|
|
1802
2281
|
## 11.2.4
|
|
1803
2282
|
|
|
1804
|
-
-
|
|
1805
|
-
|
|
2283
|
+
- Updated dependencies
|
|
2284
|
+
[3af5a7e685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3af5a7e685):
|
|
2285
|
+
- @atlaskit/page@11.0.0
|
|
1806
2286
|
|
|
1807
2287
|
## 11.2.3
|
|
1808
2288
|
|
|
1809
|
-
-
|
|
2289
|
+
- [patch][391c93daf7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/391c93daf7):
|
|
1810
2290
|
|
|
1811
|
-
|
|
2291
|
+
- Prevents inline videos in Editor/Renderer to be played simulteneously in the same page
|
|
1812
2292
|
|
|
1813
2293
|
## 11.2.2
|
|
1814
2294
|
|
|
1815
|
-
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
2295
|
+
- Updated dependencies
|
|
2296
|
+
[ed41cac6ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed41cac6ac):
|
|
2297
|
+
- @atlaskit/dropdown-menu@8.0.2
|
|
2298
|
+
- @atlaskit/theme@9.0.3
|
|
2299
|
+
- @atlaskit/lozenge@9.0.0
|
|
1819
2300
|
|
|
1820
2301
|
## 11.2.1
|
|
1821
2302
|
|
|
1822
|
-
-
|
|
2303
|
+
- [patch][1c9586e1a0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c9586e1a0):
|
|
1823
2304
|
|
|
1824
|
-
|
|
2305
|
+
- Reverted strings to the original format
|
|
1825
2306
|
|
|
1826
2307
|
## 11.2.0
|
|
1827
2308
|
|
|
1828
|
-
-
|
|
2309
|
+
- [minor][061eb57bab](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/061eb57bab):
|
|
1829
2310
|
|
|
1830
|
-
|
|
2311
|
+
- Added partial i18n support to media-ui
|
|
1831
2312
|
|
|
1832
2313
|
## 11.1.2
|
|
1833
2314
|
|
|
1834
|
-
-
|
|
2315
|
+
- [patch][6a52b3d258](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6a52b3d258):
|
|
1835
2316
|
|
|
1836
|
-
|
|
2317
|
+
- fix for clicking behaviour in view/edit mode for Inline Smart Links.
|
|
1837
2318
|
|
|
1838
2319
|
## 11.1.1
|
|
1839
2320
|
|
|
1840
|
-
-
|
|
1841
|
-
|
|
2321
|
+
- Updated dependencies
|
|
2322
|
+
[ed3f034232](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed3f034232):
|
|
2323
|
+
- @atlaskit/media-test-helpers@23.0.0
|
|
1842
2324
|
|
|
1843
2325
|
## 11.1.0
|
|
1844
2326
|
|
|
1845
|
-
-
|
|
2327
|
+
- [minor][121c945cc6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/121c945cc6):
|
|
1846
2328
|
|
|
1847
|
-
|
|
2329
|
+
- fix padding, hover, icon for Inline Links.
|
|
1848
2330
|
|
|
1849
2331
|
## 11.0.0
|
|
1850
2332
|
|
|
1851
|
-
-
|
|
2333
|
+
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1852
2334
|
|
|
1853
|
-
|
|
2335
|
+
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
2336
|
+
this package, please ensure you use at least this version of react and react-dom.
|
|
1854
2337
|
|
|
1855
2338
|
## 10.1.11
|
|
1856
2339
|
|
|
1857
|
-
-
|
|
2340
|
+
- [patch][682279973f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/682279973f):
|
|
1858
2341
|
|
|
1859
|
-
|
|
2342
|
+
- Changed Unauthorized and Errored inline view for smart cards to be text only and added color
|
|
2343
|
+
theming for smart link titles
|
|
1860
2344
|
|
|
1861
2345
|
## 10.1.10
|
|
1862
2346
|
|
|
1863
|
-
-
|
|
2347
|
+
- [patch][1a18876567](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1a18876567):
|
|
1864
2348
|
|
|
1865
|
-
|
|
2349
|
+
- Changed behaviour so that icon and first 8 characters of a smart link no longer break when
|
|
2350
|
+
wrapping.
|
|
1866
2351
|
|
|
1867
2352
|
## 10.1.9
|
|
1868
2353
|
|
|
1869
|
-
-
|
|
2354
|
+
- [patch][d3cad2622e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d3cad2622e):
|
|
1870
2355
|
|
|
1871
|
-
|
|
2356
|
+
- Removes babel-runtime in favour of @babel/runtime
|
|
1872
2357
|
|
|
1873
2358
|
## 10.1.8
|
|
1874
2359
|
|
|
1875
|
-
-
|
|
2360
|
+
- [patch][687f535a12](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/687f535a12):
|
|
1876
2361
|
|
|
1877
|
-
|
|
2362
|
+
- Changed smart link selection in editor mode to not include text selection, but retain it in
|
|
2363
|
+
renderer mode
|
|
1878
2364
|
|
|
1879
2365
|
## 10.1.7
|
|
1880
2366
|
|
|
1881
|
-
-
|
|
2367
|
+
- [patch][cfec2f0b70](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfec2f0b70):
|
|
1882
2368
|
|
|
1883
|
-
|
|
2369
|
+
- Fixed a text selection bug for inline smart links
|
|
1884
2370
|
|
|
1885
2371
|
## 10.1.6
|
|
1886
2372
|
|
|
1887
|
-
-
|
|
2373
|
+
- [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
|
|
1888
2374
|
|
|
1889
|
-
|
|
2375
|
+
- Bump tslib
|
|
1890
2376
|
|
|
1891
2377
|
## 10.1.5
|
|
1892
2378
|
|
|
1893
|
-
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
2379
|
+
- Updated dependencies
|
|
2380
|
+
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
2381
|
+
- @atlaskit/docs@7.0.3
|
|
2382
|
+
- @atlaskit/avatar@15.0.4
|
|
2383
|
+
- @atlaskit/avatar-group@3.0.4
|
|
2384
|
+
- @atlaskit/badge@11.0.1
|
|
2385
|
+
- @atlaskit/button@12.0.3
|
|
2386
|
+
- @atlaskit/checkbox@6.0.4
|
|
2387
|
+
- @atlaskit/dropdown-menu@7.0.6
|
|
2388
|
+
- @atlaskit/field-text@8.0.3
|
|
2389
|
+
- @atlaskit/icon@16.0.9
|
|
2390
|
+
- @atlaskit/lozenge@7.0.2
|
|
2391
|
+
- @atlaskit/spinner@10.0.7
|
|
2392
|
+
- @atlaskit/tooltip@13.0.4
|
|
2393
|
+
- @atlaskit/theme@8.1.7
|
|
1907
2394
|
|
|
1908
2395
|
## 10.1.4
|
|
1909
2396
|
|
|
1910
|
-
-
|
|
2397
|
+
- [patch][bee4101a63](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bee4101a63):
|
|
1911
2398
|
|
|
1912
|
-
|
|
2399
|
+
- instrument analytics for audio and video play and error events
|
|
1913
2400
|
|
|
1914
2401
|
## 10.1.3
|
|
1915
2402
|
|
|
1916
|
-
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
2403
|
+
- Updated dependencies
|
|
2404
|
+
[1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
|
|
2405
|
+
- @atlaskit/docs@7.0.2
|
|
2406
|
+
- @atlaskit/avatar@15.0.3
|
|
2407
|
+
- @atlaskit/avatar-group@3.0.3
|
|
2408
|
+
- @atlaskit/checkbox@6.0.3
|
|
2409
|
+
- @atlaskit/dropdown-menu@7.0.4
|
|
2410
|
+
- @atlaskit/field-text@8.0.2
|
|
2411
|
+
- @atlaskit/icon@16.0.8
|
|
2412
|
+
- @atlaskit/page@9.0.3
|
|
2413
|
+
- @atlaskit/spinner@10.0.5
|
|
2414
|
+
- @atlaskit/theme@8.1.6
|
|
2415
|
+
- @atlaskit/tooltip@13.0.3
|
|
2416
|
+
- @atlaskit/button@12.0.0
|
|
1929
2417
|
|
|
1930
2418
|
## 10.1.2
|
|
1931
2419
|
|
|
1932
|
-
-
|
|
2420
|
+
- [patch][d13fad66df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13fad66df):
|
|
1933
2421
|
|
|
1934
|
-
|
|
2422
|
+
- Enable esModuleInterop for typescript, this allows correct use of default exports
|
|
1935
2423
|
|
|
1936
2424
|
## 10.1.1
|
|
1937
2425
|
|
|
1938
|
-
-
|
|
2426
|
+
- [patch][106d046114](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/106d046114):
|
|
1939
2427
|
|
|
1940
|
-
|
|
2428
|
+
- Fix issue with media-viewer opening in CC on inline video player controlls clicked
|
|
1941
2429
|
|
|
1942
2430
|
## 10.1.0
|
|
1943
2431
|
|
|
1944
|
-
-
|
|
2432
|
+
- [minor][5d70c1ee30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5d70c1ee30):
|
|
1945
2433
|
|
|
1946
|
-
|
|
2434
|
+
- MediaImage component added (moved from @atlaskit/media-card). With extra fields:
|
|
2435
|
+
crossOrigin, onImageLoad, onImageError
|
|
1947
2436
|
|
|
1948
2437
|
## 10.0.5
|
|
1949
2438
|
|
|
1950
|
-
-
|
|
1951
|
-
|
|
2439
|
+
- Updated dependencies
|
|
2440
|
+
[c95557e3ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c95557e3ff):
|
|
2441
|
+
- @atlaskit/badge@11.0.0
|
|
1952
2442
|
|
|
1953
2443
|
## 10.0.4
|
|
1954
2444
|
|
|
1955
|
-
-
|
|
2445
|
+
- [patch][62834d5210](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/62834d5210):
|
|
1956
2446
|
|
|
1957
|
-
|
|
2447
|
+
- update dependency version of @atlaskit/spinner
|
|
1958
2448
|
|
|
1959
2449
|
## 10.0.3
|
|
1960
2450
|
|
|
1961
|
-
-
|
|
2451
|
+
- [patch][9b0dd21ce7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9b0dd21ce7):
|
|
1962
2452
|
|
|
1963
|
-
|
|
2453
|
+
- allow the appearance of lozenges within smart link tasks to be configured
|
|
1964
2454
|
|
|
1965
2455
|
## 10.0.2
|
|
1966
2456
|
|
|
1967
|
-
-
|
|
2457
|
+
- [patch][aa117f5341](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aa117f5341):
|
|
1968
2458
|
|
|
1969
|
-
|
|
2459
|
+
- fix alignment and UI for inline Smart Links.
|
|
1970
2460
|
|
|
1971
2461
|
## 10.0.1
|
|
1972
2462
|
|
|
1973
|
-
-
|
|
2463
|
+
- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
|
|
1974
2464
|
|
|
1975
|
-
|
|
2465
|
+
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of
|
|
2466
|
+
index.js
|
|
1976
2467
|
|
|
1977
2468
|
## 10.0.0
|
|
1978
2469
|
|
|
1979
|
-
-
|
|
2470
|
+
- [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
1980
2471
|
|
|
1981
|
-
|
|
2472
|
+
- Dropped ES5 distributables from the typescript packages
|
|
1982
2473
|
|
|
1983
2474
|
## 9.2.3
|
|
1984
2475
|
|
|
1985
|
-
-
|
|
2476
|
+
- [patch][8ed53a1cbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8ed53a1cbb):
|
|
1986
2477
|
|
|
1987
|
-
|
|
2478
|
+
- fix padding, wrapping for inline smart links.
|
|
1988
2479
|
|
|
1989
2480
|
## 9.2.2
|
|
1990
2481
|
|
|
1991
|
-
-
|
|
2482
|
+
- [patch][be479e2335](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/be479e2335):
|
|
1992
2483
|
|
|
1993
|
-
|
|
2484
|
+
- fix link opening logic for view and edit mode.
|
|
1994
2485
|
|
|
1995
2486
|
## 9.2.1
|
|
1996
2487
|
|
|
1997
|
-
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2488
|
+
- Updated dependencies
|
|
2489
|
+
[76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
2490
|
+
- @atlaskit/button@10.1.3
|
|
2491
|
+
- @atlaskit/icon@16.0.4
|
|
2492
|
+
- @atlaskit/media-test-helpers@20.1.7
|
|
2493
|
+
- @atlaskit/docs@7.0.0
|
|
2494
|
+
- @atlaskit/avatar-group@3.0.0
|
|
2495
|
+
- @atlaskit/avatar@15.0.0
|
|
2496
|
+
- @atlaskit/badge@10.0.0
|
|
2497
|
+
- @atlaskit/checkbox@6.0.0
|
|
2498
|
+
- @atlaskit/dropdown-menu@7.0.0
|
|
2499
|
+
- @atlaskit/field-text@8.0.0
|
|
2500
|
+
- @atlaskit/lozenge@7.0.0
|
|
2501
|
+
- @atlaskit/page@9.0.0
|
|
2502
|
+
- @atlaskit/spinner@10.0.0
|
|
2503
|
+
- @atlaskit/theme@8.0.0
|
|
2504
|
+
- @atlaskit/tooltip@13.0.0
|
|
2013
2505
|
|
|
2014
2506
|
## 9.2.0
|
|
2015
2507
|
|
|
2016
|
-
-
|
|
2508
|
+
- [minor][b7ead07438](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b7ead07438):
|
|
2017
2509
|
|
|
2018
|
-
|
|
2510
|
+
- New messages to support media-editor changes
|
|
2019
2511
|
|
|
2020
2512
|
## 9.1.0
|
|
2021
2513
|
|
|
2022
|
-
-
|
|
2514
|
+
- [minor][41147bbc4c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/41147bbc4c):
|
|
2023
2515
|
|
|
2024
|
-
|
|
2516
|
+
- Fix for links in editor
|
|
2025
2517
|
|
|
2026
2518
|
## 9.0.1
|
|
2027
2519
|
|
|
2028
|
-
-
|
|
2520
|
+
- [patch][9aa8faebd4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9aa8faebd4):
|
|
2029
2521
|
|
|
2030
|
-
|
|
2522
|
+
- Added strict typing for i18n messages
|
|
2031
2523
|
|
|
2032
2524
|
## 9.0.0
|
|
2033
2525
|
|
|
2034
|
-
-
|
|
2526
|
+
- [major][d5bce1ea15](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d5bce1ea15):
|
|
2035
2527
|
|
|
2036
|
-
|
|
2528
|
+
- Breaking change. ModalSpinner props has changed. now it's blankedColor: string and
|
|
2529
|
+
invertSpinnerColor: boolean
|
|
2037
2530
|
|
|
2038
2531
|
## 8.5.1
|
|
2039
2532
|
|
|
2040
|
-
-
|
|
2533
|
+
- [patch][ef469cbb0b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ef469cbb0b):
|
|
2041
2534
|
|
|
2042
|
-
|
|
2535
|
+
- MS-357 replaced @atlaskit/util-shared-styles from media components by @atlaskit/theme
|
|
2043
2536
|
|
|
2044
2537
|
## 8.5.0
|
|
2045
2538
|
|
|
2046
|
-
-
|
|
2539
|
+
- [minor][be66d1da3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/be66d1da3a):
|
|
2047
2540
|
|
|
2048
|
-
|
|
2541
|
+
- Introduce ModalSpinner component to be used in modal type component while those loading via
|
|
2542
|
+
code split
|
|
2049
2543
|
|
|
2050
2544
|
## 8.4.2
|
|
2051
2545
|
|
|
2052
|
-
-
|
|
2546
|
+
- [patch][af3918bc89](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/af3918bc89):
|
|
2053
2547
|
|
|
2054
|
-
|
|
2548
|
+
- The url part of the unauthorized link is now grey
|
|
2055
2549
|
|
|
2056
2550
|
## 8.4.1
|
|
2057
2551
|
|
|
2058
|
-
-
|
|
2552
|
+
- [patch][56c5a4b41f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/56c5a4b41f):
|
|
2059
2553
|
|
|
2060
|
-
|
|
2554
|
+
- Fix "try again" should not be showing when there are no auth methods
|
|
2061
2555
|
|
|
2062
2556
|
## 8.4.0
|
|
2063
2557
|
|
|
2064
|
-
-
|
|
2558
|
+
- [minor][63e6f7d420](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/63e6f7d420):
|
|
2065
2559
|
|
|
2066
|
-
|
|
2560
|
+
- Fix missing attributes for link view
|
|
2067
2561
|
|
|
2068
2562
|
## 8.3.1
|
|
2069
2563
|
|
|
2070
|
-
-
|
|
2564
|
+
- [patch][bef9abc8de](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bef9abc8de):
|
|
2071
2565
|
|
|
2072
|
-
|
|
2566
|
+
- added background colour to inline card views, fixed icon alignment.
|
|
2073
2567
|
|
|
2074
2568
|
## 8.3.0
|
|
2075
2569
|
|
|
2076
|
-
-
|
|
2570
|
+
- [minor][89668941e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/89668941e6):
|
|
2077
2571
|
|
|
2078
|
-
|
|
2572
|
+
- Flip width and height around when image is on it's side according to metadata orientation;
|
|
2573
|
+
Introduce isRotated utility
|
|
2079
2574
|
|
|
2080
2575
|
## 8.2.6
|
|
2081
2576
|
|
|
2082
|
-
-
|
|
2083
|
-
|
|
2577
|
+
- Updated dependencies
|
|
2578
|
+
[07a187bb30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/07a187bb30):
|
|
2579
|
+
- @atlaskit/media-test-helpers@20.0.0
|
|
2084
2580
|
|
|
2085
2581
|
## 8.2.5
|
|
2086
2582
|
|
|
2087
|
-
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2583
|
+
- Updated dependencies
|
|
2584
|
+
[d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
|
|
2585
|
+
- @atlaskit/docs@6.0.1
|
|
2586
|
+
- @atlaskit/avatar@14.1.8
|
|
2587
|
+
- @atlaskit/avatar-group@2.1.10
|
|
2588
|
+
- @atlaskit/button@10.1.2
|
|
2589
|
+
- @atlaskit/checkbox@5.0.11
|
|
2590
|
+
- @atlaskit/dropdown-menu@6.1.26
|
|
2591
|
+
- @atlaskit/tooltip@12.1.15
|
|
2592
|
+
- @atlaskit/media-test-helpers@19.1.1
|
|
2593
|
+
- @atlaskit/icon@16.0.0
|
|
2097
2594
|
|
|
2098
2595
|
## 8.2.4
|
|
2099
2596
|
|
|
2100
|
-
-
|
|
2597
|
+
- [patch][e7100a8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7100a8):
|
|
2101
2598
|
|
|
2102
|
-
|
|
2599
|
+
- Minor tests realted changes
|
|
2103
2600
|
|
|
2104
|
-
-
|
|
2105
|
-
|
|
2601
|
+
- Updated dependencies [3ad16f3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3ad16f3):
|
|
2602
|
+
- @atlaskit/media-test-helpers@19.0.0
|
|
2106
2603
|
|
|
2107
2604
|
## 8.2.3
|
|
2108
2605
|
|
|
2109
|
-
-
|
|
2606
|
+
- [patch][e6516fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6516fb):
|
|
2110
2607
|
|
|
2111
|
-
|
|
2608
|
+
- Move media mocks into right location to prevent them to be included in dist
|
|
2112
2609
|
|
|
2113
2610
|
## 8.2.2
|
|
2114
2611
|
|
|
2115
|
-
-
|
|
2612
|
+
- [patch][ca16fa9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ca16fa9):
|
|
2116
2613
|
|
|
2117
|
-
|
|
2614
|
+
- Add SSR support to media components
|
|
2118
2615
|
|
|
2119
2616
|
## 8.2.1
|
|
2120
2617
|
|
|
2121
|
-
-
|
|
2618
|
+
- [patch][9c50550](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c50550):
|
|
2122
2619
|
|
|
2123
|
-
|
|
2620
|
+
- Do not show connect button if there are no auth methods.
|
|
2124
2621
|
|
|
2125
2622
|
## 8.2.0
|
|
2126
2623
|
|
|
2127
|
-
-
|
|
2624
|
+
- [minor][95f98cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/95f98cc):
|
|
2128
2625
|
|
|
2129
|
-
|
|
2626
|
+
- User can click on a smart card to open a new window/tab
|
|
2130
2627
|
|
|
2131
2628
|
## 8.1.2
|
|
2132
2629
|
|
|
2133
|
-
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2630
|
+
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
|
|
2631
|
+
- @atlaskit/avatar@14.1.7
|
|
2632
|
+
- @atlaskit/avatar-group@2.1.9
|
|
2633
|
+
- @atlaskit/badge@9.2.2
|
|
2634
|
+
- @atlaskit/button@10.1.1
|
|
2635
|
+
- @atlaskit/checkbox@5.0.9
|
|
2636
|
+
- @atlaskit/dropdown-menu@6.1.25
|
|
2637
|
+
- @atlaskit/field-text@7.0.18
|
|
2638
|
+
- @atlaskit/icon@15.0.2
|
|
2639
|
+
- @atlaskit/lozenge@6.2.4
|
|
2640
|
+
- @atlaskit/page@8.0.12
|
|
2641
|
+
- @atlaskit/spinner@9.0.13
|
|
2642
|
+
- @atlaskit/theme@7.0.1
|
|
2643
|
+
- @atlaskit/tooltip@12.1.13
|
|
2644
|
+
- @atlaskit/docs@6.0.0
|
|
2148
2645
|
|
|
2149
2646
|
## 8.1.1
|
|
2150
2647
|
|
|
2151
|
-
-
|
|
2648
|
+
- [patch][e375b42](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e375b42):
|
|
2152
2649
|
|
|
2153
|
-
|
|
2650
|
+
- Update props description
|
|
2154
2651
|
|
|
2155
2652
|
## 8.1.0
|
|
2156
2653
|
|
|
2157
|
-
-
|
|
2654
|
+
- [minor][8fbb36f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8fbb36f):
|
|
2158
2655
|
|
|
2159
|
-
|
|
2656
|
+
- Change impl. of CustomVideoPlayer; add disableThumbTooltip property to TimeRange component;
|
|
2657
|
+
Add ability to mouse click and drag right away to TimeRange even if clicked outside of thumb
|
|
2658
|
+
control;
|
|
2160
2659
|
|
|
2161
2660
|
## 8.0.0
|
|
2162
2661
|
|
|
2163
|
-
-
|
|
2662
|
+
- [major][5de3574](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5de3574):
|
|
2164
2663
|
|
|
2165
|
-
|
|
2664
|
+
- CustomVideoPlayer is now CustomMediaPlayer and supports audio through type property. Media
|
|
2665
|
+
Viewer now uses custom audio player for audio everywhere except IE11.
|
|
2166
2666
|
|
|
2167
2667
|
## 7.11.0
|
|
2168
2668
|
|
|
2169
|
-
-
|
|
2669
|
+
- [minor][01697a6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/01697a6):
|
|
2170
2670
|
|
|
2171
|
-
|
|
2671
|
+
- CustomVideoPlayer improvements: fix currentTime origin + apply custom theme
|
|
2172
2672
|
|
|
2173
2673
|
## 7.10.0
|
|
2174
2674
|
|
|
2175
|
-
-
|
|
2675
|
+
- [minor][c1ea81c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c1ea81c):
|
|
2176
2676
|
|
|
2177
|
-
|
|
2677
|
+
- use custom video player for inline video in media-card
|
|
2178
2678
|
|
|
2179
2679
|
## 7.9.0
|
|
2180
2680
|
|
|
2181
|
-
-
|
|
2681
|
+
- [minor][c61f828](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c61f828):
|
|
2182
2682
|
|
|
2183
|
-
|
|
2683
|
+
- add bounds to camera module
|
|
2184
2684
|
|
|
2185
2685
|
## 7.8.2
|
|
2186
2686
|
|
|
2187
|
-
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2687
|
+
- Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
|
|
2688
|
+
- @atlaskit/docs@5.2.3
|
|
2689
|
+
- @atlaskit/avatar-group@2.1.8
|
|
2690
|
+
- @atlaskit/button@10.0.4
|
|
2691
|
+
- @atlaskit/checkbox@5.0.8
|
|
2692
|
+
- @atlaskit/dropdown-menu@6.1.24
|
|
2693
|
+
- @atlaskit/field-text@7.0.16
|
|
2694
|
+
- @atlaskit/icon@15.0.1
|
|
2695
|
+
- @atlaskit/spinner@9.0.12
|
|
2696
|
+
- @atlaskit/tooltip@12.1.12
|
|
2697
|
+
- @atlaskit/theme@7.0.0
|
|
2698
|
+
- @atlaskit/avatar@14.1.6
|
|
2699
|
+
- @atlaskit/badge@9.2.1
|
|
2700
|
+
- @atlaskit/lozenge@6.2.3
|
|
2201
2701
|
|
|
2202
2702
|
## 7.8.1
|
|
2203
2703
|
|
|
2204
|
-
-
|
|
2704
|
+
- [patch][4c0c2a0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4c0c2a0):
|
|
2205
2705
|
|
|
2206
|
-
|
|
2706
|
+
- Fix Cards throwing Error when client is not provided.
|
|
2207
2707
|
|
|
2208
2708
|
## 7.8.0
|
|
2209
2709
|
|
|
2210
|
-
-
|
|
2710
|
+
- [minor][5a6de24](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5a6de24):
|
|
2211
2711
|
|
|
2212
|
-
|
|
2712
|
+
- translate component properties in media components
|
|
2213
2713
|
|
|
2214
2714
|
## 7.7.0
|
|
2215
2715
|
|
|
2216
|
-
-
|
|
2716
|
+
- [minor][df32968](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df32968):
|
|
2217
2717
|
|
|
2218
|
-
|
|
2718
|
+
- Introduced pending state (which is represented as a link) and a race between resolving state
|
|
2719
|
+
and the data fetch.
|
|
2219
2720
|
|
|
2220
2721
|
## 7.6.2
|
|
2221
2722
|
|
|
2222
|
-
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2723
|
+
- Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
|
|
2724
|
+
- @atlaskit/docs@5.2.2
|
|
2725
|
+
- @atlaskit/avatar@14.1.5
|
|
2726
|
+
- @atlaskit/avatar-group@2.1.7
|
|
2727
|
+
- @atlaskit/button@10.0.1
|
|
2728
|
+
- @atlaskit/checkbox@5.0.7
|
|
2729
|
+
- @atlaskit/dropdown-menu@6.1.23
|
|
2730
|
+
- @atlaskit/tooltip@12.1.11
|
|
2731
|
+
- @atlaskit/icon@15.0.0
|
|
2231
2732
|
|
|
2232
2733
|
## 7.6.1
|
|
2233
2734
|
|
|
2234
|
-
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2735
|
+
- Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
|
|
2736
|
+
- @atlaskit/docs@5.2.1
|
|
2737
|
+
- @atlaskit/avatar@14.1.4
|
|
2738
|
+
- @atlaskit/avatar-group@2.1.6
|
|
2739
|
+
- @atlaskit/checkbox@5.0.6
|
|
2740
|
+
- @atlaskit/dropdown-menu@6.1.22
|
|
2741
|
+
- @atlaskit/field-text@7.0.15
|
|
2742
|
+
- @atlaskit/icon@14.6.1
|
|
2743
|
+
- @atlaskit/page@8.0.11
|
|
2744
|
+
- @atlaskit/spinner@9.0.11
|
|
2745
|
+
- @atlaskit/theme@6.2.1
|
|
2746
|
+
- @atlaskit/tooltip@12.1.10
|
|
2747
|
+
- @atlaskit/button@10.0.0
|
|
2247
2748
|
|
|
2248
2749
|
## 7.6.0
|
|
2249
2750
|
|
|
2250
|
-
-
|
|
2751
|
+
- [minor][b9d9e9a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b9d9e9a):
|
|
2251
2752
|
|
|
2252
|
-
|
|
2753
|
+
- Support advanced i18n mode in MediaPicker
|
|
2253
2754
|
|
|
2254
2755
|
## 7.5.0
|
|
2255
2756
|
|
|
2256
|
-
-
|
|
2757
|
+
- [minor][2cac27f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2cac27f):
|
|
2257
2758
|
|
|
2258
|
-
|
|
2759
|
+
- InfiniteScroll component now triggers on load and on change (where is previously only
|
|
2760
|
+
onScroll event)
|
|
2259
2761
|
|
|
2260
2762
|
## 7.4.1
|
|
2261
2763
|
|
|
2262
|
-
-
|
|
2764
|
+
- [patch][a567cc9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a567cc9):
|
|
2263
2765
|
|
|
2264
|
-
|
|
2766
|
+
- Improve rendering of Smart Cards.
|
|
2265
2767
|
|
|
2266
2768
|
## 7.4.0
|
|
2267
2769
|
|
|
2268
|
-
-
|
|
2770
|
+
- [minor][b758737](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b758737):
|
|
2269
2771
|
|
|
2270
|
-
|
|
2772
|
+
- add i18n support to media-avatar-picker
|
|
2271
2773
|
|
|
2272
2774
|
## 7.3.1
|
|
2273
2775
|
|
|
2274
|
-
-
|
|
2776
|
+
- [patch][941a687](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/941a687):
|
|
2275
2777
|
|
|
2276
|
-
|
|
2778
|
+
Bump i18n-tools and refactor to support babel-plugin-transform-typescript
|
|
2277
2779
|
|
|
2278
2780
|
## 7.3.0
|
|
2279
2781
|
|
|
2280
|
-
-
|
|
2281
|
-
d):
|
|
2782
|
+
- [minor][023cb45](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/023cb45" d):
|
|
2282
2783
|
|
|
2283
|
-
|
|
2784
|
+
- Add i18n support to MediaViewer
|
|
2284
2785
|
|
|
2285
2786
|
## 7.2.1
|
|
2286
2787
|
|
|
2287
|
-
-
|
|
2788
|
+
- [patch][cf840fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cf840fa):
|
|
2288
2789
|
|
|
2289
|
-
|
|
2790
|
+
MS-1069 Use physical pixel dimensions to determine scale factor of PNG
|
|
2290
2791
|
|
|
2291
2792
|
## 7.2.0
|
|
2292
2793
|
|
|
2293
|
-
-
|
|
2294
|
-
d):
|
|
2794
|
+
- [minor][439dde6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/439dde6" d):
|
|
2295
2795
|
|
|
2296
|
-
|
|
2796
|
+
- rotate local image preview in cards based on the file orientation
|
|
2297
2797
|
|
|
2298
2798
|
## 7.1.1
|
|
2299
2799
|
|
|
2300
|
-
-
|
|
2800
|
+
- [patch][1aa57ab](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1aa57ab):
|
|
2301
2801
|
|
|
2302
|
-
|
|
2802
|
+
Clean up for media up and new task converter for smart cards
|
|
2303
2803
|
|
|
2304
2804
|
## 7.1.0
|
|
2305
2805
|
|
|
2306
|
-
-
|
|
2806
|
+
- [minor] Added task converter
|
|
2807
|
+
[8678076](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8678076)
|
|
2307
2808
|
|
|
2308
2809
|
## 7.0.0
|
|
2309
2810
|
|
|
2310
|
-
-
|
|
2811
|
+
- [major] Update blockcard and inline card exports to be compatible with tree shaking. Preperation
|
|
2812
|
+
for asyncloading parts of smart card
|
|
2813
|
+
[ced32d0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ced32d0)
|
|
2311
2814
|
|
|
2312
2815
|
## 6.3.1
|
|
2313
2816
|
|
|
2314
|
-
-
|
|
2817
|
+
- [patch] parse floating values correctly for scaleFactor from filename
|
|
2818
|
+
[ecc0068](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecc0068)
|
|
2315
2819
|
|
|
2316
2820
|
## 6.3.0
|
|
2317
2821
|
|
|
2318
|
-
-
|
|
2822
|
+
- [minor] Add i18n support to MediaPicker
|
|
2823
|
+
[9add3a4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9add3a4)
|
|
2319
2824
|
|
|
2320
2825
|
## 6.2.0
|
|
2321
2826
|
|
|
2322
|
-
-
|
|
2827
|
+
- [minor] add image metadata parsing to media-ui
|
|
2828
|
+
[3c42c4d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3c42c4d)
|
|
2323
2829
|
|
|
2324
2830
|
## 6.1.0
|
|
2325
2831
|
|
|
2326
|
-
-
|
|
2832
|
+
- [minor] Add pagination to recents view in MediaPicker
|
|
2833
|
+
[4b3c1f5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b3c1f5)
|
|
2327
2834
|
|
|
2328
2835
|
## 6.0.3
|
|
2329
2836
|
|
|
2330
|
-
-
|
|
2837
|
+
- [patch] Refactored the rxjs set up for smart cards
|
|
2838
|
+
[026c96e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/026c96e)
|
|
2331
2839
|
|
|
2332
2840
|
## 6.0.2
|
|
2333
2841
|
|
|
2334
|
-
-
|
|
2842
|
+
- [patch] workaround to handle string size comming from /collection/items
|
|
2843
|
+
[8e99323](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8e99323)
|
|
2335
2844
|
|
|
2336
2845
|
## 6.0.1
|
|
2337
2846
|
|
|
2338
|
-
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2847
|
+
- [patch] Updated dependencies
|
|
2848
|
+
[65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
|
|
2849
|
+
- @atlaskit/docs@5.0.8
|
|
2850
|
+
- @atlaskit/avatar@14.0.11
|
|
2851
|
+
- @atlaskit/avatar-group@2.1.3
|
|
2852
|
+
- @atlaskit/button@9.0.13
|
|
2853
|
+
- @atlaskit/checkbox@5.0.2
|
|
2854
|
+
- @atlaskit/dropdown-menu@6.1.17
|
|
2855
|
+
- @atlaskit/tooltip@12.1.1
|
|
2856
|
+
- @atlaskit/icon@14.0.0
|
|
2347
2857
|
|
|
2348
2858
|
## 6.0.0
|
|
2349
2859
|
|
|
2350
|
-
-
|
|
2860
|
+
- [major] Add I18n support to media-card
|
|
2861
|
+
[dae7792](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dae7792)
|
|
2351
2862
|
|
|
2352
2863
|
## 5.2.0
|
|
2353
2864
|
|
|
2354
|
-
-
|
|
2865
|
+
- [minor] Added `isSelected` to the `Card` component (inline resolved view)
|
|
2866
|
+
[6666d82](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6666d82)
|
|
2355
2867
|
|
|
2356
2868
|
## 5.1.3
|
|
2357
2869
|
|
|
2358
|
-
-
|
|
2870
|
+
- [patch] fix borderRadiusBottom and borderRadius exports
|
|
2871
|
+
[f4fa1ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f4fa1ac)
|
|
2359
2872
|
|
|
2360
2873
|
## 5.1.2
|
|
2361
2874
|
|
|
2362
|
-
-
|
|
2363
|
-
|
|
2875
|
+
- [patch] Updated dependencies
|
|
2876
|
+
[b12f7e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b12f7e6)
|
|
2877
|
+
- @atlaskit/badge@9.1.1
|
|
2364
2878
|
|
|
2365
2879
|
## 5.1.1
|
|
2366
2880
|
|
|
2367
|
-
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2881
|
+
- [patch] Updated dependencies
|
|
2882
|
+
[df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
|
|
2883
|
+
- @atlaskit/theme@6.0.0
|
|
2884
|
+
- @atlaskit/tooltip@12.0.9
|
|
2885
|
+
- @atlaskit/spinner@9.0.6
|
|
2886
|
+
- @atlaskit/lozenge@6.1.5
|
|
2887
|
+
- @atlaskit/icon@13.2.5
|
|
2888
|
+
- @atlaskit/field-text@7.0.6
|
|
2889
|
+
- @atlaskit/dropdown-menu@6.1.8
|
|
2890
|
+
- @atlaskit/button@9.0.6
|
|
2891
|
+
- @atlaskit/badge@9.1.0
|
|
2892
|
+
- @atlaskit/avatar-group@2.1.1
|
|
2893
|
+
- @atlaskit/avatar@14.0.8
|
|
2894
|
+
- @atlaskit/docs@5.0.6
|
|
2380
2895
|
|
|
2381
2896
|
## 5.1.0
|
|
2382
2897
|
|
|
2383
|
-
-
|
|
2898
|
+
- [minor] Use Camera class in avatar picker
|
|
2899
|
+
[335ab1e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/335ab1e)
|
|
2384
2900
|
|
|
2385
2901
|
## 5.0.4
|
|
2386
2902
|
|
|
2387
|
-
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2903
|
+
- [patch] Make avatar group a caret dependency
|
|
2904
|
+
[aa24a6c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aa24a6c)
|
|
2905
|
+
- [none] Updated dependencies
|
|
2906
|
+
[c7e484c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c7e484c)
|
|
2907
|
+
- @atlaskit/avatar-group@2.0.6
|
|
2908
|
+
- @atlaskit/docs@5.0.3
|
|
2391
2909
|
|
|
2392
2910
|
## 5.0.3
|
|
2393
2911
|
|
|
2394
|
-
-
|
|
2395
|
-
|
|
2912
|
+
- [patch] Updated dependencies
|
|
2913
|
+
[5b5bd8e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b5bd8e)
|
|
2914
|
+
- @atlaskit/avatar-group@2.0.5
|
|
2396
2915
|
|
|
2397
2916
|
## 5.0.2
|
|
2398
2917
|
|
|
2399
|
-
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2918
|
+
- [patch] Updated dependencies
|
|
2919
|
+
[acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
|
|
2920
|
+
- @atlaskit/page@8.0.2
|
|
2921
|
+
- @atlaskit/tooltip@12.0.4
|
|
2922
|
+
- @atlaskit/icon@13.2.2
|
|
2923
|
+
- @atlaskit/button@9.0.4
|
|
2924
|
+
- @atlaskit/theme@5.1.2
|
|
2925
|
+
- @atlaskit/lozenge@6.1.3
|
|
2926
|
+
- @atlaskit/badge@9.0.3
|
|
2927
|
+
- @atlaskit/spinner@9.0.4
|
|
2928
|
+
- @atlaskit/field-text@7.0.3
|
|
2929
|
+
- @atlaskit/docs@5.0.2
|
|
2930
|
+
- @atlaskit/dropdown-menu@6.1.4
|
|
2931
|
+
- @atlaskit/avatar-group@2.0.4
|
|
2932
|
+
- @atlaskit/avatar@14.0.5
|
|
2413
2933
|
|
|
2414
2934
|
## 5.0.1
|
|
2415
2935
|
|
|
2416
|
-
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2936
|
+
- [patch] Updated dependencies
|
|
2937
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
2938
|
+
- @atlaskit/tooltip@12.0.3
|
|
2939
|
+
- @atlaskit/field-text@7.0.2
|
|
2940
|
+
- @atlaskit/page@8.0.1
|
|
2941
|
+
- @atlaskit/button@9.0.3
|
|
2942
|
+
- @atlaskit/theme@5.1.1
|
|
2943
|
+
- @atlaskit/lozenge@6.1.2
|
|
2944
|
+
- @atlaskit/badge@9.0.2
|
|
2945
|
+
- @atlaskit/spinner@9.0.3
|
|
2946
|
+
- @atlaskit/icon@13.2.1
|
|
2947
|
+
- @atlaskit/dropdown-menu@6.1.3
|
|
2948
|
+
- @atlaskit/avatar-group@2.0.3
|
|
2949
|
+
- @atlaskit/avatar@14.0.4
|
|
2429
2950
|
|
|
2430
2951
|
## 5.0.0
|
|
2431
2952
|
|
|
2432
|
-
-
|
|
2433
|
-
|
|
2434
|
-
-
|
|
2435
|
-
|
|
2436
|
-
-
|
|
2437
|
-
|
|
2953
|
+
- [major] Implemented smart cards and common views for other cards
|
|
2954
|
+
[fa6f865](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fa6f865)
|
|
2955
|
+
- [major] Implemented smart cards and common UI elements
|
|
2956
|
+
[fdd03d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fdd03d8)
|
|
2957
|
+
- [major] Implement smart card
|
|
2958
|
+
[49c8425](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49c8425)
|
|
2959
|
+
- [major] Smart cards implementation and moved UI elements into media-ui package
|
|
2960
|
+
[3476e01](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3476e01)
|
|
2961
|
+
- [major] Updated dependencies
|
|
2962
|
+
[3476e01](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3476e01)
|
|
2963
|
+
- @atlaskit/media-ui@5.0.0
|
|
2438
2964
|
|
|
2439
2965
|
## 4.0.0
|
|
2440
2966
|
|
|
2441
|
-
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2967
|
+
- [major] Updates to React ^16.4.0
|
|
2968
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
2969
|
+
- [major] Updated dependencies
|
|
2970
|
+
[563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
|
|
2971
|
+
- @atlaskit/button@9.0.0
|
|
2972
|
+
- @atlaskit/docs@5.0.0
|
|
2973
|
+
- @atlaskit/icon@13.0.0
|
|
2974
|
+
- [major] Updated dependencies
|
|
2975
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
2976
|
+
- @atlaskit/button@9.0.0
|
|
2977
|
+
- @atlaskit/docs@5.0.0
|
|
2978
|
+
- @atlaskit/icon@13.0.0
|
|
2450
2979
|
|
|
2451
2980
|
## 3.1.2
|
|
2452
2981
|
|
|
2453
|
-
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2982
|
+
- [patch] Clean Changelogs - remove duplicates and empty entries
|
|
2983
|
+
[e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
|
|
2984
|
+
- [none] Updated dependencies
|
|
2985
|
+
[e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
|
|
2986
|
+
- @atlaskit/button@8.1.2
|
|
2987
|
+
- @atlaskit/icon@12.1.2
|
|
2457
2988
|
|
|
2458
2989
|
## 3.1.1
|
|
2459
2990
|
|
|
2460
|
-
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2991
|
+
- [patch] Update changelogs to remove duplicate
|
|
2992
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
2993
|
+
- [none] Updated dependencies
|
|
2994
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
2995
|
+
- @atlaskit/icon@12.1.1
|
|
2996
|
+
- @atlaskit/button@8.1.1
|
|
2997
|
+
- @atlaskit/docs@4.1.1
|
|
2465
2998
|
|
|
2466
2999
|
## 3.1.0
|
|
2467
3000
|
|
|
2468
|
-
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
3001
|
+
- [none] Updated dependencies
|
|
3002
|
+
[9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
|
|
3003
|
+
- @atlaskit/icon@12.1.0
|
|
3004
|
+
- @atlaskit/docs@4.1.0
|
|
3005
|
+
- @atlaskit/button@8.1.0
|
|
2472
3006
|
|
|
2473
3007
|
## 3.0.0
|
|
2474
3008
|
|
|
2475
|
-
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
3009
|
+
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
|
|
3010
|
+
^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
3011
|
+
- [patch] Updated dependencies
|
|
3012
|
+
[1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
3013
|
+
- @atlaskit/icon@12.0.0
|
|
3014
|
+
- @atlaskit/button@8.0.0
|
|
3015
|
+
- @atlaskit/docs@4.0.0
|
|
2480
3016
|
|
|
2481
3017
|
## 2.1.1
|
|
2482
3018
|
|
|
2483
|
-
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
3019
|
+
- [patch] Updated dependencies
|
|
3020
|
+
[d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
|
|
3021
|
+
- @atlaskit/icon@11.3.0
|
|
3022
|
+
- @atlaskit/button@7.2.5
|
|
3023
|
+
- @atlaskit/docs@3.0.4
|
|
2487
3024
|
|
|
2488
3025
|
## 2.1.0
|
|
2489
3026
|
|
|
2490
|
-
-
|
|
3027
|
+
- [minor] Move toHumanReadableMediaSize to media-ui
|
|
3028
|
+
[b36c763](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b36c763)
|
|
2491
3029
|
|
|
2492
3030
|
## 2.0.1
|
|
2493
3031
|
|
|
2494
|
-
-
|
|
3032
|
+
- [patch] Added missing dependencies and added lint rule to catch them all
|
|
3033
|
+
[0672503](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0672503)
|
|
2495
3034
|
|
|
2496
3035
|
## 2.0.0
|
|
2497
3036
|
|
|
2498
|
-
-
|
|
3037
|
+
- [major] Bump to React 16.3.
|
|
3038
|
+
[4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
|
|
2499
3039
|
|
|
2500
3040
|
## 1.1.6
|
|
2501
3041
|
|
|
2502
|
-
-
|
|
3042
|
+
- [patch] fixed missing and inccorect versions of dependencies
|
|
3043
|
+
[7bfbb09](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7bfbb09)
|
|
2503
3044
|
|
|
2504
3045
|
## 1.1.5
|
|
2505
3046
|
|
|
2506
|
-
-
|
|
3047
|
+
- [patch] Add "sideEffects: false" to AKM2 packages to allow consumer's to tree-shake
|
|
3048
|
+
[c3b018a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c3b018a)
|
|
2507
3049
|
|
|
2508
3050
|
## 1.1.1
|
|
2509
3051
|
|
|
2510
|
-
-
|
|
3052
|
+
- [patch] Remove TS types that requires styled-components v3
|
|
3053
|
+
[836e53b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/836e53b)
|
|
2511
3054
|
|
|
2512
3055
|
## 1.1.0
|
|
2513
3056
|
|
|
2514
|
-
-
|
|
3057
|
+
- [minor] Update styled-components dependency to support versions 1.4.6 - 3
|
|
3058
|
+
[ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
|
|
2515
3059
|
|
|
2516
3060
|
## 1.0.1
|
|
2517
3061
|
|
|
2518
|
-
-
|
|
3062
|
+
- [patch] Introduce media-ui package
|
|
3063
|
+
[39579e2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/39579e2)
|