@atlaskit/media-ui 25.0.0 → 25.0.2
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 +93 -81
- package/dist/cjs/MediaInlineCard/ErroredView/index.js +2 -3
- package/dist/cjs/MediaInlineCard/Frame/index.js +2 -3
- package/dist/cjs/MediaInlineCard/Frame/styled.js +2 -3
- package/dist/cjs/MediaInlineCard/Icon.js +2 -4
- package/dist/cjs/MediaInlineCard/IconAndTitleLayout/index.js +2 -3
- package/dist/cjs/MediaInlineCard/IconAndTitleLayout/styled.js +10 -20
- package/dist/cjs/MediaInlineCard/LoadedView/index.js +2 -3
- package/dist/cjs/MediaInlineCard/LoadingView/index.js +2 -3
- package/dist/cjs/MediaInlineCard/LoadingView/styled.js +1 -2
- package/dist/cjs/MediaInlineCard/styled.js +1 -2
- package/dist/cjs/camera.js +5 -9
- package/dist/cjs/classNames.js +1 -2
- package/dist/cjs/customMediaPlayer/analytics/events/screen/customMediaPlayer.js +2 -3
- package/dist/cjs/customMediaPlayer/analytics/events/track/playCount.js +2 -3
- package/dist/cjs/customMediaPlayer/analytics/events/track/played.js +2 -3
- package/dist/cjs/customMediaPlayer/analytics/utils/analytics.js +2 -3
- package/dist/cjs/customMediaPlayer/fullscreen.js +6 -11
- package/dist/cjs/customMediaPlayer/getControlsWrapperClassName.js +2 -3
- package/dist/cjs/customMediaPlayer/index.js +6 -8
- package/dist/cjs/customMediaPlayer/playPauseBlanket.js +1 -2
- package/dist/cjs/customMediaPlayer/playbackSpeedControls.js +2 -4
- package/dist/cjs/customMediaPlayer/simultaneousPlayManager.js +2 -3
- package/dist/cjs/customMediaPlayer/styled.js +19 -38
- package/dist/cjs/customMediaPlayer/timeRange.js +1 -2
- package/dist/cjs/customMediaPlayer/timeSaver.js +2 -3
- package/dist/cjs/ellipsify.js +2 -4
- package/dist/cjs/errorIcon.js +2 -3
- package/dist/cjs/formatDate.js +4 -7
- package/dist/cjs/formatDuration.js +2 -3
- package/dist/cjs/i18n/cs.js +2 -3
- package/dist/cjs/i18n/da.js +2 -3
- package/dist/cjs/i18n/de.js +2 -3
- package/dist/cjs/i18n/en.js +2 -3
- package/dist/cjs/i18n/en_GB.js +2 -3
- package/dist/cjs/i18n/en_ZZ.js +2 -3
- package/dist/cjs/i18n/es.js +2 -3
- package/dist/cjs/i18n/et.js +2 -3
- package/dist/cjs/i18n/fi.js +2 -3
- package/dist/cjs/i18n/fr.js +2 -3
- package/dist/cjs/i18n/hu.js +2 -3
- package/dist/cjs/i18n/is.js +2 -3
- package/dist/cjs/i18n/it.js +2 -3
- package/dist/cjs/i18n/ja.js +2 -3
- package/dist/cjs/i18n/ko.js +2 -3
- package/dist/cjs/i18n/languages.js +2 -3
- package/dist/cjs/i18n/nb.js +2 -3
- package/dist/cjs/i18n/nl.js +2 -3
- package/dist/cjs/i18n/pl.js +2 -3
- package/dist/cjs/i18n/pt_BR.js +2 -3
- package/dist/cjs/i18n/pt_PT.js +2 -3
- package/dist/cjs/i18n/ro.js +2 -3
- package/dist/cjs/i18n/ru.js +2 -3
- package/dist/cjs/i18n/sk.js +2 -3
- package/dist/cjs/i18n/sv.js +2 -3
- package/dist/cjs/i18n/th.js +2 -3
- package/dist/cjs/i18n/tr.js +2 -3
- package/dist/cjs/i18n/uk.js +2 -3
- package/dist/cjs/i18n/vi.js +2 -3
- package/dist/cjs/i18n/zh.js +2 -3
- package/dist/cjs/i18n/zh_TW.js +2 -3
- package/dist/cjs/imageMetaData/imageOrientationUtil.js +3 -5
- package/dist/cjs/imageMetaData/types.js +4 -7
- package/dist/cjs/inactivityDetector/inactivityDetector.js +2 -3
- package/dist/cjs/inactivityDetector/styled.js +1 -2
- package/dist/cjs/index.js +1 -2
- package/dist/cjs/intersectionObserver.js +2 -3
- package/dist/cjs/locales.js +1 -2
- package/dist/cjs/media-type-icon.js +2 -4
- package/dist/cjs/mediaImage/index.js +1 -2
- package/dist/cjs/mediaImage/styled.js +2 -3
- package/dist/cjs/messages.js +2 -3
- package/dist/cjs/mime-type-icon.js +2 -3
- package/dist/cjs/mixins.js +7 -14
- package/dist/cjs/modalSpinner.js +4 -7
- package/dist/cjs/shortcut.js +3 -5
- package/dist/cjs/test-helpers/atlassianLogoUrl.js +1 -2
- package/dist/cjs/test-helpers/fakeI18n.js +2 -3
- package/dist/cjs/test-helpers/fileReader.js +5 -9
- package/dist/cjs/test-helpers/mountWithIntlContext.js +4 -7
- package/dist/cjs/test-helpers/renderWithIntl.js +2 -3
- package/dist/cjs/truncateText.js +5 -9
- package/dist/cjs/util.js +1 -2
- package/dist/es2019/customMediaPlayer/index.js +1 -1
- package/dist/esm/customMediaPlayer/index.js +3 -3
- package/package.json +8 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,28 @@
|
|
|
1
1
|
# @atlaskit/media-ui
|
|
2
2
|
|
|
3
|
+
## 25.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#41501](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41501) [`b3cb749dc67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3cb749dc67) - Fix TS errors in AFM
|
|
8
|
+
|
|
9
|
+
## 25.0.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#40009](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40009) [`dcef48fcb56`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dcef48fcb56) - Dependency for @types/enzyme set as static as the following patch version contains a breaking change
|
|
14
|
+
|
|
3
15
|
## 25.0.0
|
|
4
16
|
|
|
5
17
|
### Major Changes
|
|
6
18
|
|
|
7
|
-
- [`e6122bf1c9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6122bf1c9a) - MEX-2481 revert and re-introduce a new fix for media border gap issue
|
|
19
|
+
- [#39427](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39427) [`e6122bf1c9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6122bf1c9a) - MEX-2481 revert and re-introduce a new fix for media border gap issue
|
|
8
20
|
|
|
9
21
|
## 24.0.3
|
|
10
22
|
|
|
11
23
|
### Patch Changes
|
|
12
24
|
|
|
13
|
-
- [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
25
|
+
- [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787) [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
14
26
|
|
|
15
27
|
## 24.0.2
|
|
16
28
|
|
|
@@ -22,14 +34,14 @@
|
|
|
22
34
|
|
|
23
35
|
### Patch Changes
|
|
24
36
|
|
|
25
|
-
- [`ede6ee7aaab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ede6ee7aaab) - Updated tests, examples and moving towards /test-helper export in packages to prevent circular dependancies
|
|
37
|
+
- [#39255](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39255) [`ede6ee7aaab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ede6ee7aaab) - Updated tests, examples and moving towards /test-helper export in packages to prevent circular dependancies
|
|
26
38
|
- Updated dependencies
|
|
27
39
|
|
|
28
40
|
## 24.0.0
|
|
29
41
|
|
|
30
42
|
### Major Changes
|
|
31
43
|
|
|
32
|
-
- [`3fa17b4c298`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fa17b4c298) - Removed support for `'auto'` as an allowed value for the `loading` property within `MediaImageProps`.
|
|
44
|
+
- [#39127](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39127) [`3fa17b4c298`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fa17b4c298) - Removed support for `'auto'` as an allowed value for the `loading` property within `MediaImageProps`.
|
|
33
45
|
|
|
34
46
|
```diff
|
|
35
47
|
export interface MediaImageProps {
|
|
@@ -60,13 +72,13 @@
|
|
|
60
72
|
|
|
61
73
|
### Minor Changes
|
|
62
74
|
|
|
63
|
-
- [`9435778d504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9435778d504) - Added additional messages for Media Avatar Picker for improved accessibility
|
|
75
|
+
- [#36363](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36363) [`9435778d504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9435778d504) - Added additional messages for Media Avatar Picker for improved accessibility
|
|
64
76
|
|
|
65
77
|
## 23.2.2
|
|
66
78
|
|
|
67
79
|
### Patch Changes
|
|
68
80
|
|
|
69
|
-
- [`07ffc8e6fbd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07ffc8e6fbd) - remove unused right prop from IconAndTitleLayout
|
|
81
|
+
- [#38069](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38069) [`07ffc8e6fbd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07ffc8e6fbd) - remove unused right prop from IconAndTitleLayout
|
|
70
82
|
|
|
71
83
|
## 23.2.1
|
|
72
84
|
|
|
@@ -78,31 +90,31 @@
|
|
|
78
90
|
|
|
79
91
|
### Minor Changes
|
|
80
92
|
|
|
81
|
-
- [`f486dbd535c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f486dbd535c) - MEX-2481 Fix minor gap between image and border
|
|
93
|
+
- [#36498](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36498) [`f486dbd535c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f486dbd535c) - MEX-2481 Fix minor gap between image and border
|
|
82
94
|
|
|
83
95
|
## 23.1.1
|
|
84
96
|
|
|
85
97
|
### Patch Changes
|
|
86
98
|
|
|
87
|
-
- [`183fdc63b26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/183fdc63b26) - MEX-2467 Fix firstPlayed track event firing when autoPlay is false
|
|
99
|
+
- [#35933](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35933) [`183fdc63b26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/183fdc63b26) - MEX-2467 Fix firstPlayed track event firing when autoPlay is false
|
|
88
100
|
|
|
89
101
|
## 23.1.0
|
|
90
102
|
|
|
91
103
|
### Minor Changes
|
|
92
104
|
|
|
93
|
-
- [`a67386c9448`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a67386c9448) - add missing label for media avatar picker back button
|
|
105
|
+
- [#35725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35725) [`a67386c9448`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a67386c9448) - add missing label for media avatar picker back button
|
|
94
106
|
|
|
95
107
|
## 23.0.6
|
|
96
108
|
|
|
97
109
|
### Patch Changes
|
|
98
110
|
|
|
99
|
-
- [`48e4a655534`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48e4a655534) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
|
|
111
|
+
- [#33728](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33728) [`48e4a655534`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48e4a655534) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
|
|
100
112
|
|
|
101
113
|
## 23.0.5
|
|
102
114
|
|
|
103
115
|
### Patch Changes
|
|
104
116
|
|
|
105
|
-
- [`da9024f099f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da9024f099f) - MEX-2432 Enable range selection on MediaInline component
|
|
117
|
+
- [#35026](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35026) [`da9024f099f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da9024f099f) - MEX-2432 Enable range selection on MediaInline component
|
|
106
118
|
|
|
107
119
|
## 23.0.4
|
|
108
120
|
|
|
@@ -120,32 +132,32 @@
|
|
|
120
132
|
|
|
121
133
|
### Patch Changes
|
|
122
134
|
|
|
123
|
-
- [`1f14ade848b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f14ade848b) - [MEX-2401] Duplicated title when copy-paste of media inline
|
|
135
|
+
- [#34192](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34192) [`1f14ade848b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f14ade848b) - [MEX-2401] Duplicated title when copy-paste of media inline
|
|
124
136
|
- Updated dependencies
|
|
125
137
|
|
|
126
138
|
## 23.0.1
|
|
127
139
|
|
|
128
140
|
### Patch Changes
|
|
129
141
|
|
|
130
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
142
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
131
143
|
|
|
132
144
|
## 23.0.0
|
|
133
145
|
|
|
134
146
|
### Major Changes
|
|
135
147
|
|
|
136
|
-
- [`780e634b885`](https://bitbucket.org/atlassian/atlassian-frontend/commits/780e634b885) - Removed fadeIn styles - Removed emotion/react dependency
|
|
148
|
+
- [#33771](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33771) [`780e634b885`](https://bitbucket.org/atlassian/atlassian-frontend/commits/780e634b885) - Removed fadeIn styles - Removed emotion/react dependency
|
|
137
149
|
|
|
138
150
|
## 22.4.1
|
|
139
151
|
|
|
140
152
|
### Patch Changes
|
|
141
153
|
|
|
142
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
154
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
143
155
|
|
|
144
156
|
## 22.4.0
|
|
145
157
|
|
|
146
158
|
### Minor Changes
|
|
147
159
|
|
|
148
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
160
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
149
161
|
|
|
150
162
|
### Patch Changes
|
|
151
163
|
|
|
@@ -155,19 +167,19 @@
|
|
|
155
167
|
|
|
156
168
|
### Patch Changes
|
|
157
169
|
|
|
158
|
-
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
170
|
+
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424) [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
159
171
|
|
|
160
172
|
## 22.3.5
|
|
161
173
|
|
|
162
174
|
### Patch Changes
|
|
163
175
|
|
|
164
|
-
- [`b8341366c9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8341366c9a) - [ux] Add dark mode support for media inline card.
|
|
176
|
+
- [#31891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31891) [`b8341366c9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8341366c9a) - [ux] Add dark mode support for media inline card.
|
|
165
177
|
|
|
166
178
|
## 22.3.4
|
|
167
179
|
|
|
168
180
|
### Patch Changes
|
|
169
181
|
|
|
170
|
-
- [`b37723f2cfa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b37723f2cfa) - Custom Media Player now logs all passed feature flags
|
|
182
|
+
- [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299) [`b37723f2cfa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b37723f2cfa) - Custom Media Player now logs all passed feature flags
|
|
171
183
|
- Updated dependencies
|
|
172
184
|
|
|
173
185
|
## 22.3.3
|
|
@@ -192,7 +204,7 @@
|
|
|
192
204
|
|
|
193
205
|
### Minor Changes
|
|
194
206
|
|
|
195
|
-
- [`1687a9fddf0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1687a9fddf0) - Updated previewOrientation prop to allow "from-image" orientation
|
|
207
|
+
- [#28932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28932) [`1687a9fddf0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1687a9fddf0) - Updated previewOrientation prop to allow "from-image" orientation
|
|
196
208
|
|
|
197
209
|
### Patch Changes
|
|
198
210
|
|
|
@@ -202,14 +214,14 @@
|
|
|
202
214
|
|
|
203
215
|
### Patch Changes
|
|
204
216
|
|
|
205
|
-
- [`a8eeb045e3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a8eeb045e3a) - adding media only callouts to docs
|
|
217
|
+
- [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090) [`a8eeb045e3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a8eeb045e3a) - adding media only callouts to docs
|
|
206
218
|
- Updated dependencies
|
|
207
219
|
|
|
208
220
|
## 22.2.3
|
|
209
221
|
|
|
210
222
|
### Patch Changes
|
|
211
223
|
|
|
212
|
-
- [`65527c85a64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65527c85a64) - Bump @emotion
|
|
224
|
+
- [#27706](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27706) [`65527c85a64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65527c85a64) - Bump @emotion
|
|
213
225
|
|
|
214
226
|
## 22.2.2
|
|
215
227
|
|
|
@@ -227,7 +239,7 @@
|
|
|
227
239
|
|
|
228
240
|
### Minor Changes
|
|
229
241
|
|
|
230
|
-
- [`6de3a9494a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6de3a9494a8) - [ux] Instrumented `@atlaskit/media-card` with the new theming package, `@atlaskit/tokens`.
|
|
242
|
+
- [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712) [`6de3a9494a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6de3a9494a8) - [ux] Instrumented `@atlaskit/media-card` with the new theming package, `@atlaskit/tokens`.
|
|
231
243
|
|
|
232
244
|
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
|
|
233
245
|
These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
|
|
@@ -248,26 +260,26 @@
|
|
|
248
260
|
|
|
249
261
|
### Patch Changes
|
|
250
262
|
|
|
251
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
263
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
252
264
|
|
|
253
265
|
## 22.1.2
|
|
254
266
|
|
|
255
267
|
### Patch Changes
|
|
256
268
|
|
|
257
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
269
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
258
270
|
|
|
259
271
|
## 22.1.1
|
|
260
272
|
|
|
261
273
|
### Patch Changes
|
|
262
274
|
|
|
263
|
-
- [`e3d4c39b20c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3d4c39b20c) - Remove version.json file.
|
|
275
|
+
- [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642) [`e3d4c39b20c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3d4c39b20c) - Remove version.json file.
|
|
264
276
|
Use injected package name and version from environment variable instead.
|
|
265
277
|
|
|
266
278
|
## 22.1.0
|
|
267
279
|
|
|
268
280
|
### Minor Changes
|
|
269
281
|
|
|
270
|
-
- [`ed6cdd2d397`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ed6cdd2d397) - added onfullscreenchange property to media to avoid triggering table resizing when media is in full screen mode
|
|
282
|
+
- [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570) [`ed6cdd2d397`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ed6cdd2d397) - added onfullscreenchange property to media to avoid triggering table resizing when media is in full screen mode
|
|
271
283
|
|
|
272
284
|
### Patch Changes
|
|
273
285
|
|
|
@@ -277,7 +289,7 @@
|
|
|
277
289
|
|
|
278
290
|
### Major Changes
|
|
279
291
|
|
|
280
|
-
- [`6b7ba46a96b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b7ba46a96b) - [MEX-1456] Remove unused infinite scroll from Media-UI and Remove lodash from Media package
|
|
292
|
+
- [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721) [`6b7ba46a96b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b7ba46a96b) - [MEX-1456] Remove unused infinite scroll from Media-UI and Remove lodash from Media package
|
|
281
293
|
|
|
282
294
|
### Patch Changes
|
|
283
295
|
|
|
@@ -288,14 +300,14 @@
|
|
|
288
300
|
|
|
289
301
|
### Patch Changes
|
|
290
302
|
|
|
291
|
-
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
303
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
292
304
|
- Updated dependencies
|
|
293
305
|
|
|
294
306
|
## 21.1.0
|
|
295
307
|
|
|
296
308
|
### Minor Changes
|
|
297
309
|
|
|
298
|
-
- [`5a79ea6f7d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a79ea6f7d6) - Add support for assessing the mimetype of a file when deciding what viewer to show
|
|
310
|
+
- [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033) [`5a79ea6f7d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a79ea6f7d6) - Add support for assessing the mimetype of a file when deciding what viewer to show
|
|
299
311
|
|
|
300
312
|
### Patch Changes
|
|
301
313
|
|
|
@@ -305,7 +317,7 @@
|
|
|
305
317
|
|
|
306
318
|
### Major Changes
|
|
307
319
|
|
|
308
|
-
- [`e579e144052`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e579e144052) - [ux] EDM-2821: Fix media inline wrap after icon
|
|
320
|
+
- [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618) [`e579e144052`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e579e144052) - [ux] EDM-2821: Fix media inline wrap after icon
|
|
309
321
|
|
|
310
322
|
### Minor Changes
|
|
311
323
|
|
|
@@ -320,13 +332,13 @@
|
|
|
320
332
|
|
|
321
333
|
### Minor Changes
|
|
322
334
|
|
|
323
|
-
- [`a05dcf1b9d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a05dcf1b9d6) - allow to pass size prop to MediaMimeTypeIcon
|
|
335
|
+
- [#19796](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19796) [`a05dcf1b9d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a05dcf1b9d6) - allow to pass size prop to MediaMimeTypeIcon
|
|
324
336
|
|
|
325
337
|
## 20.0.0
|
|
326
338
|
|
|
327
339
|
### Major Changes
|
|
328
340
|
|
|
329
|
-
- [`d6a20cc81b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6a20cc81b8) - Remove smart-card views and utils from media-ui
|
|
341
|
+
- [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019) [`d6a20cc81b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6a20cc81b8) - Remove smart-card views and utils from media-ui
|
|
330
342
|
|
|
331
343
|
### Minor Changes
|
|
332
344
|
|
|
@@ -340,12 +352,12 @@
|
|
|
340
352
|
|
|
341
353
|
### Major Changes
|
|
342
354
|
|
|
343
|
-
- [`09a6d800330`](https://bitbucket.org/atlassian/atlassian-frontend/commits/09a6d800330) - Remove `fadeInKeyframe` export
|
|
355
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`09a6d800330`](https://bitbucket.org/atlassian/atlassian-frontend/commits/09a6d800330) - Remove `fadeInKeyframe` export
|
|
344
356
|
|
|
345
357
|
### Minor Changes
|
|
346
358
|
|
|
347
359
|
- [`da72247beeb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da72247beeb) - remove styled-components from media-ui
|
|
348
|
-
- [`a5cabf7f670`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5cabf7f670) - CustomMediaPlayer accepts poster property
|
|
360
|
+
- [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526) [`a5cabf7f670`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5cabf7f670) - CustomMediaPlayer accepts poster property
|
|
349
361
|
- [`beb3969bd64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/beb3969bd64) - [ux] Change the media floating toolbar view switcher dropdown text to Change view
|
|
350
362
|
|
|
351
363
|
### Patch Changes
|
|
@@ -356,7 +368,7 @@
|
|
|
356
368
|
|
|
357
369
|
### Patch Changes
|
|
358
370
|
|
|
359
|
-
- [`9ca8f7e9d74`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ca8f7e9d74) - Revert extra image visibility style for media card
|
|
371
|
+
- [#18528](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18528) [`9ca8f7e9d74`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ca8f7e9d74) - Revert extra image visibility style for media card
|
|
360
372
|
|
|
361
373
|
## 18.1.0
|
|
362
374
|
|
|
@@ -375,13 +387,13 @@
|
|
|
375
387
|
|
|
376
388
|
### Patch Changes
|
|
377
389
|
|
|
378
|
-
- [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
390
|
+
- [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475) [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
379
391
|
|
|
380
392
|
## 18.0.0
|
|
381
393
|
|
|
382
394
|
### Major Changes
|
|
383
395
|
|
|
384
|
-
- [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) - ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including breaking API changes, types and tests in atlassian-frontend packages
|
|
396
|
+
- [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810) [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) - ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including breaking API changes, types and tests in atlassian-frontend packages
|
|
385
397
|
|
|
386
398
|
What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch with actual installed react-intl APIs.
|
|
387
399
|
Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
|
|
@@ -423,7 +435,7 @@
|
|
|
423
435
|
|
|
424
436
|
### Minor Changes
|
|
425
437
|
|
|
426
|
-
- [`ca519a86b1d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca519a86b1d) - Add new prop forceSyncDisplay in MediaImage to provide an option of always showing images.
|
|
438
|
+
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998) [`ca519a86b1d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca519a86b1d) - Add new prop forceSyncDisplay in MediaImage to provide an option of always showing images.
|
|
427
439
|
Enable MediaCard to turn on forceSyncDisplay when server side rendering is enabled.
|
|
428
440
|
- [`af29def3dac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af29def3dac) - expose missing smart-card classnames
|
|
429
441
|
|
|
@@ -456,7 +468,7 @@
|
|
|
456
468
|
|
|
457
469
|
### Minor Changes
|
|
458
470
|
|
|
459
|
-
- [`269ee940b87`](https://bitbucket.org/atlassian/atlassian-frontend/commits/269ee940b87) - redesign error UI on new media card experience
|
|
471
|
+
- [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777) [`269ee940b87`](https://bitbucket.org/atlassian/atlassian-frontend/commits/269ee940b87) - redesign error UI on new media card experience
|
|
460
472
|
|
|
461
473
|
### Patch Changes
|
|
462
474
|
|
|
@@ -466,7 +478,7 @@
|
|
|
466
478
|
|
|
467
479
|
### Major Changes
|
|
468
480
|
|
|
469
|
-
- [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - [ux] Updated and refreshed media inline component
|
|
481
|
+
- [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319) [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - [ux] Updated and refreshed media inline component
|
|
470
482
|
|
|
471
483
|
### Minor Changes
|
|
472
484
|
|
|
@@ -482,7 +494,7 @@
|
|
|
482
494
|
|
|
483
495
|
### Minor Changes
|
|
484
496
|
|
|
485
|
-
- [`4777a174e6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4777a174e6d) - Added analytics support for customMediaPlayer + screen event + entrypoint for locales
|
|
497
|
+
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864) [`4777a174e6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4777a174e6d) - Added analytics support for customMediaPlayer + screen event + entrypoint for locales
|
|
486
498
|
- [`8f9f7250bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f9f7250bba) - CustomMediaPlayer: refactored screen event + added "viewed" track event
|
|
487
499
|
- [`5662f7f329c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5662f7f329c) - Added analytics track event for tracking the total playcount for each individual video based on the first time a video is played
|
|
488
500
|
- [`ab905c0e924`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab905c0e924) - [ux] EDM-1641: add floating toolbar to media card and view switcher for inline view
|
|
@@ -503,7 +515,7 @@
|
|
|
503
515
|
|
|
504
516
|
### Minor Changes
|
|
505
517
|
|
|
506
|
-
- [`00de5482a5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00de5482a5a) - # expose smart-link selectors
|
|
518
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302) [`00de5482a5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00de5482a5a) - # expose smart-link selectors
|
|
507
519
|
|
|
508
520
|
Documentation with visual examples: https://hello.atlassian.net/wiki/spaces/~hzarcogarcia/pages/1250247546/How+to+use+smart+link+classnames
|
|
509
521
|
|
|
@@ -535,7 +547,7 @@
|
|
|
535
547
|
|
|
536
548
|
### Minor Changes
|
|
537
549
|
|
|
538
|
-
- [`96b6fb1c6b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96b6fb1c6b9) - Add sandbox property to Smart Links embed
|
|
550
|
+
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837) [`96b6fb1c6b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96b6fb1c6b9) - Add sandbox property to Smart Links embed
|
|
539
551
|
- [`c0fa45830e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0fa45830e1) - Add sandbox prop to Smart Links block card preview iframe
|
|
540
552
|
|
|
541
553
|
### Patch Changes
|
|
@@ -546,14 +558,14 @@
|
|
|
546
558
|
|
|
547
559
|
### Patch Changes
|
|
548
560
|
|
|
549
|
-
- [`1648ac429ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1648ac429ee) - [ux] Updated to use the new `@atlaskit/select` design.
|
|
561
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328) [`1648ac429ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1648ac429ee) - [ux] Updated to use the new `@atlaskit/select` design.
|
|
550
562
|
- Updated dependencies
|
|
551
563
|
|
|
552
564
|
## 16.3.0
|
|
553
565
|
|
|
554
566
|
### Minor Changes
|
|
555
567
|
|
|
556
|
-
- [`3592e304adc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3592e304adc) - [ux] Underlying icons used in MediaTypeIcon (that is also used as part of MimeTypeIcon) has been replaced. This mean they will change size (2px) and in some cases colour (like for audio file).
|
|
568
|
+
- [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649) [`3592e304adc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3592e304adc) - [ux] Underlying icons used in MediaTypeIcon (that is also used as part of MimeTypeIcon) has been replaced. This mean they will change size (2px) and in some cases colour (like for audio file).
|
|
557
569
|
|
|
558
570
|
- Add `data-type` attribute for easier testing for both MediaTypeIcon and MimeTypeIcon components
|
|
559
571
|
- Add `testId` prop to both MediaTypeIcon and MimeTypeIcon
|
|
@@ -570,7 +582,7 @@
|
|
|
570
582
|
|
|
571
583
|
### Minor Changes
|
|
572
584
|
|
|
573
|
-
- [`7cb22b649a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7cb22b649a7) - Fix Exif orientation display in MediaImage, add VR tests
|
|
585
|
+
- [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113) [`7cb22b649a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7cb22b649a7) - Fix Exif orientation display in MediaImage, add VR tests
|
|
574
586
|
- [`756e94e27a5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/756e94e27a5) - [ux] EDM-1953: Provide default icon on the card view on smart link.
|
|
575
587
|
- [`c9dd0243320`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c9dd0243320) - [ux] prepend page title with emoji icon for smart link and block card
|
|
576
588
|
|
|
@@ -583,7 +595,7 @@
|
|
|
583
595
|
|
|
584
596
|
### Minor Changes
|
|
585
597
|
|
|
586
|
-
- [`93232471b86`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93232471b86) - allow to pass size to MediaTypeIcon
|
|
598
|
+
- [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569) [`93232471b86`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93232471b86) - allow to pass size to MediaTypeIcon
|
|
587
599
|
expose loading_file locale
|
|
588
600
|
|
|
589
601
|
### Patch Changes
|
|
@@ -594,7 +606,7 @@
|
|
|
594
606
|
|
|
595
607
|
### Patch Changes
|
|
596
608
|
|
|
597
|
-
- [`bdd31628e87`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdd31628e87) - Fix translation not available for new strings
|
|
609
|
+
- [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230) [`bdd31628e87`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdd31628e87) - Fix translation not available for new strings
|
|
598
610
|
- [`8f3399a7c9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f3399a7c9d) - Updates to types consumed from @atlaskit/code
|
|
599
611
|
- Updated dependencies
|
|
600
612
|
|
|
@@ -602,27 +614,27 @@
|
|
|
602
614
|
|
|
603
615
|
### Patch Changes
|
|
604
616
|
|
|
605
|
-
- [`78c54a8761f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78c54a8761f) - Rewording some comments/types/descriptions to remove unnecessarily gendered phrasing
|
|
617
|
+
- [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756) [`78c54a8761f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78c54a8761f) - Rewording some comments/types/descriptions to remove unnecessarily gendered phrasing
|
|
606
618
|
- Updated dependencies
|
|
607
619
|
|
|
608
620
|
## 16.0.0
|
|
609
621
|
|
|
610
622
|
### Major Changes
|
|
611
623
|
|
|
612
|
-
- [`b94126fdf04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b94126fdf04) - EmbedCardResolvedViewProps.preview has been changed from being a string to shape of `{src: string, aspectRatio?: number}`, where `src` represent what has been previously a preview string value.
|
|
624
|
+
- [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510) [`b94126fdf04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b94126fdf04) - EmbedCardResolvedViewProps.preview has been changed from being a string to shape of `{src: string, aspectRatio?: number}`, where `src` represent what has been previously a preview string value.
|
|
613
625
|
|
|
614
626
|
## 15.3.2
|
|
615
627
|
|
|
616
628
|
### Patch Changes
|
|
617
629
|
|
|
618
|
-
- [`9e0a877809a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e0a877809a) - Add test-ids to BlockCard/CollaboratorList
|
|
630
|
+
- [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083) [`9e0a877809a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e0a877809a) - Add test-ids to BlockCard/CollaboratorList
|
|
619
631
|
- Updated dependencies
|
|
620
632
|
|
|
621
633
|
## 15.3.1
|
|
622
634
|
|
|
623
635
|
### Patch Changes
|
|
624
636
|
|
|
625
|
-
- [`1d09c9ed549`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d09c9ed549) - refactor media-viewer for better analytics and error handling
|
|
637
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644) [`1d09c9ed549`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d09c9ed549) - refactor media-viewer for better analytics and error handling
|
|
626
638
|
- [`845dee52a4a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/845dee52a4a) - [ux] Adds additional request access metadata to forbidden urls if avalible
|
|
627
639
|
- [`1085b407772`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1085b407772) - BMPT-1215 - bump react-video-renderer to 2.4.8 fixes onCanPlay multiple fire
|
|
628
640
|
- [`0bbbe442ccd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0bbbe442ccd) - [ux] Prevent cross button of Blockcard ModalHeader wrapping to next line on long file title
|
|
@@ -633,7 +645,7 @@
|
|
|
633
645
|
|
|
634
646
|
### Minor Changes
|
|
635
647
|
|
|
636
|
-
- [`504119cfbe2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/504119cfbe2) - [ux] `InlinePreloaderStyle` type is added as part of `@atlaskit/media-ui/types` entry point.
|
|
648
|
+
- [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178) [`504119cfbe2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/504119cfbe2) - [ux] `InlinePreloaderStyle` type is added as part of `@atlaskit/media-ui/types` entry point.
|
|
637
649
|
- [`8a148bfb609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a148bfb609) - EDM-855: add underline styles for inline smart links
|
|
638
650
|
|
|
639
651
|
### Patch Changes
|
|
@@ -647,7 +659,7 @@
|
|
|
647
659
|
|
|
648
660
|
### Minor Changes
|
|
649
661
|
|
|
650
|
-
- [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux] Updated and added new translations
|
|
662
|
+
- [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762) [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux] Updated and added new translations
|
|
651
663
|
|
|
652
664
|
### Patch Changes
|
|
653
665
|
|
|
@@ -657,19 +669,19 @@
|
|
|
657
669
|
|
|
658
670
|
### Minor Changes
|
|
659
671
|
|
|
660
|
-
- [`78e3c951c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78e3c951c8) - [ux] Making the inline video player able to play/pause from anywhere on card
|
|
672
|
+
- [#7425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7425) [`78e3c951c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78e3c951c8) - [ux] Making the inline video player able to play/pause from anywhere on card
|
|
661
673
|
|
|
662
674
|
## 15.0.2
|
|
663
675
|
|
|
664
676
|
### Patch Changes
|
|
665
677
|
|
|
666
|
-
- [`965c783580`](https://bitbucket.org/atlassian/atlassian-frontend/commits/965c783580) - add override references for Trello only
|
|
678
|
+
- [#7559](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7559) [`965c783580`](https://bitbucket.org/atlassian/atlassian-frontend/commits/965c783580) - add override references for Trello only
|
|
667
679
|
|
|
668
680
|
## 15.0.1
|
|
669
681
|
|
|
670
682
|
### Patch Changes
|
|
671
683
|
|
|
672
|
-
- [`bacab2338b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bacab2338b) - Updated error message displayed when a Polling Error has been thrown
|
|
684
|
+
- [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170) [`bacab2338b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bacab2338b) - Updated error message displayed when a Polling Error has been thrown
|
|
673
685
|
- [`610ceb3235`](https://bitbucket.org/atlassian/atlassian-frontend/commits/610ceb3235) - Update inline video player speed controls
|
|
674
686
|
- Updated dependencies
|
|
675
687
|
|
|
@@ -677,26 +689,26 @@
|
|
|
677
689
|
|
|
678
690
|
### Major Changes
|
|
679
691
|
|
|
680
|
-
- [`ef4be7212a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef4be7212a) - @atlaskit/media-ui/embeds `EmbedCardResolvedView` component now requires iframe ref. And new export `embedHeaderHeight` is introduced
|
|
692
|
+
- [#6930](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6930) [`ef4be7212a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef4be7212a) - @atlaskit/media-ui/embeds `EmbedCardResolvedView` component now requires iframe ref. And new export `embedHeaderHeight` is introduced
|
|
681
693
|
|
|
682
694
|
## 14.4.0
|
|
683
695
|
|
|
684
696
|
### Minor Changes
|
|
685
697
|
|
|
686
|
-
- [`11d6640e9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11d6640e9c) - [ux] New UI states for when a card is rate limited
|
|
698
|
+
- [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571) [`11d6640e9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11d6640e9c) - [ux] New UI states for when a card is rate limited
|
|
687
699
|
- [`48995f73b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48995f73b2) - Create entry points to export internal API isolated from UI changes.
|
|
688
700
|
|
|
689
701
|
## 14.3.1
|
|
690
702
|
|
|
691
703
|
### Patch Changes
|
|
692
704
|
|
|
693
|
-
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
705
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857) [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
694
706
|
|
|
695
707
|
## 14.3.0
|
|
696
708
|
|
|
697
709
|
### Minor Changes
|
|
698
710
|
|
|
699
|
-
- [`0c0de3acae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c0de3acae) - [EDM-341]: Add playback speed control to inline video player
|
|
711
|
+
- [#6228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6228) [`0c0de3acae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c0de3acae) - [EDM-341]: Add playback speed control to inline video player
|
|
700
712
|
|
|
701
713
|
### Patch Changes
|
|
702
714
|
|
|
@@ -707,14 +719,14 @@
|
|
|
707
719
|
|
|
708
720
|
### Patch Changes
|
|
709
721
|
|
|
710
|
-
- [`6689df691c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6689df691c) - [ux] fixed bugs where the unknown icon was rendered instead of the codeIcon
|
|
722
|
+
- [#5860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5860) [`6689df691c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6689df691c) - [ux] fixed bugs where the unknown icon was rendered instead of the codeIcon
|
|
711
723
|
- [`330da4d675`](https://bitbucket.org/atlassian/atlassian-frontend/commits/330da4d675) - Update translations via Traduki from issue/translation-2020-10-08T000543
|
|
712
724
|
|
|
713
725
|
## 14.2.0
|
|
714
726
|
|
|
715
727
|
### Minor Changes
|
|
716
728
|
|
|
717
|
-
- [`73613210d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73613210d4) - Adding support for Code and Email files so that they are now able to be previewed in the viewer.
|
|
729
|
+
- [#5516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5516) [`73613210d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73613210d4) - Adding support for Code and Email files so that they are now able to be previewed in the viewer.
|
|
718
730
|
|
|
719
731
|
### Patch Changes
|
|
720
732
|
|
|
@@ -729,7 +741,7 @@
|
|
|
729
741
|
|
|
730
742
|
### Patch Changes
|
|
731
743
|
|
|
732
|
-
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
|
|
744
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497) [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
|
|
733
745
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
734
746
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
735
747
|
|
|
@@ -743,13 +755,13 @@
|
|
|
743
755
|
|
|
744
756
|
### Patch Changes
|
|
745
757
|
|
|
746
|
-
- [`da5bff8404`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da5bff8404) - fix duplicated media locale
|
|
758
|
+
- [#5206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5206) [`da5bff8404`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da5bff8404) - fix duplicated media locale
|
|
747
759
|
|
|
748
760
|
## 14.1.0
|
|
749
761
|
|
|
750
762
|
### Minor Changes
|
|
751
763
|
|
|
752
|
-
- [`df3bf7f77f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df3bf7f77f) - Added support for uploading files from MediaPicker. Additionally, added support for browser detection.
|
|
764
|
+
- [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749) [`df3bf7f77f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df3bf7f77f) - Added support for uploading files from MediaPicker. Additionally, added support for browser detection.
|
|
753
765
|
- [`96ab8c45fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96ab8c45fc) - Changing the text in the picker in the UI so that users now know they can drag&drop folders
|
|
754
766
|
- [`7d831363d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d831363d9) - Migrated to declarative entry points
|
|
755
767
|
|
|
@@ -763,13 +775,13 @@
|
|
|
763
775
|
|
|
764
776
|
### Patch Changes
|
|
765
777
|
|
|
766
|
-
- [`631412a7f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/631412a7f6) - Revert usage of flex for media card UI
|
|
778
|
+
- [#4647](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4647) [`631412a7f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/631412a7f6) - Revert usage of flex for media card UI
|
|
767
779
|
|
|
768
780
|
## 14.0.0
|
|
769
781
|
|
|
770
782
|
### Major Changes
|
|
771
783
|
|
|
772
|
-
- [`863a41adbb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/863a41adbb) - Drop unorthodox 'toolbar' appearance as one of the values in MediaButton's `appearance`. If you used it before just replace it with default (means, remove whole `apperance` prop definition completely)
|
|
784
|
+
- [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424) [`863a41adbb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/863a41adbb) - Drop unorthodox 'toolbar' appearance as one of the values in MediaButton's `appearance`. If you used it before just replace it with default (means, remove whole `apperance` prop definition completely)
|
|
773
785
|
|
|
774
786
|
### Minor Changes
|
|
775
787
|
|
|
@@ -811,7 +823,7 @@
|
|
|
811
823
|
|
|
812
824
|
### Patch Changes
|
|
813
825
|
|
|
814
|
-
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
826
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885) [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
815
827
|
|
|
816
828
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
817
829
|
to prevent duplicates of tslib being bundled.
|
|
@@ -820,7 +832,7 @@
|
|
|
820
832
|
|
|
821
833
|
### Minor Changes
|
|
822
834
|
|
|
823
|
-
- [`c026e59e68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c026e59e68) - Move truncateText helper from media-card to media-ui and expose entry point. Export optional NameCell component from MediaTable.
|
|
835
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823) [`c026e59e68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c026e59e68) - Move truncateText helper from media-card to media-ui and expose entry point. Export optional NameCell component from MediaTable.
|
|
824
836
|
- [`65652ba165`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65652ba165) - Added 15 new icons based on the mimetype (.sketch, .gif, ect). Previously, we only had 6 icons based on the mediaType (doc/audio/unknown/image/video). Also created a dedicated examples page for icons
|
|
825
837
|
- [`af4a8c4262`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af4a8c4262) - Added custom error message for encrypted zip file previews
|
|
826
838
|
- [`89a1c63251`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89a1c63251) - Add the rowProps property, which enables consumers to apply properties to the underlying row component. Move truncateText helper from media-card to media-ui and expose entry point. Export optional NameCell component from MediaTable.
|
|
@@ -842,13 +854,13 @@
|
|
|
842
854
|
|
|
843
855
|
### Patch Changes
|
|
844
856
|
|
|
845
|
-
- [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
|
|
857
|
+
- [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369) [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
|
|
846
858
|
|
|
847
859
|
## 13.0.1
|
|
848
860
|
|
|
849
861
|
### Patch Changes
|
|
850
862
|
|
|
851
|
-
- [`cde426961a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cde426961a) - Bumps Avatar and AvatarGroup depenedencies
|
|
863
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428) [`cde426961a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cde426961a) - Bumps Avatar and AvatarGroup depenedencies
|
|
852
864
|
- [`7b90a82e88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b90a82e88) - Update the elevation to work correctly in Safari and Edge <79 correctly
|
|
853
865
|
- [`8f2f2422a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f2f2422a1) - EDM-955: Fix error state height for embeds
|
|
854
866
|
- Updated dependencies
|
|
@@ -857,7 +869,7 @@
|
|
|
857
869
|
|
|
858
870
|
### Major Changes
|
|
859
871
|
|
|
860
|
-
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
|
|
872
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335) [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
|
|
861
873
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
862
874
|
|
|
863
875
|
### Patch Changes
|
|
@@ -868,14 +880,14 @@
|
|
|
868
880
|
|
|
869
881
|
### Patch Changes
|
|
870
882
|
|
|
871
|
-
- [`39d076a3bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39d076a3bd) - fix: smart links inline loading state
|
|
883
|
+
- [#2763](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2763) [`39d076a3bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39d076a3bd) - fix: smart links inline loading state
|
|
872
884
|
- Updated dependencies
|
|
873
885
|
|
|
874
886
|
## 12.5.0
|
|
875
887
|
|
|
876
888
|
### Minor Changes
|
|
877
889
|
|
|
878
|
-
- [`0ae829a4ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae829a4ea) - EDM-648: Adds resizing and alignment to embed cards
|
|
890
|
+
- [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443) [`0ae829a4ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae829a4ea) - EDM-648: Adds resizing and alignment to embed cards
|
|
879
891
|
- [`1508cc97c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1508cc97c9) - fix: lazy-rendering, React key, isFrameVisible in @atlaskit/renderer and click handlers for EmbedCard components.
|
|
880
892
|
|
|
881
893
|
### Patch Changes
|
|
@@ -888,19 +900,19 @@
|
|
|
888
900
|
|
|
889
901
|
### Patch Changes
|
|
890
902
|
|
|
891
|
-
- [`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update translation files via Traduki build
|
|
903
|
+
- [#2576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2576) [`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update translation files via Traduki build
|
|
892
904
|
|
|
893
905
|
## 12.4.0
|
|
894
906
|
|
|
895
907
|
### Minor Changes
|
|
896
908
|
|
|
897
|
-
- [`fb5ddad3a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb5ddad3a4) - expose isIntersectionObserverSupported helper
|
|
909
|
+
- [#2984](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2984) [`fb5ddad3a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb5ddad3a4) - expose isIntersectionObserverSupported helper
|
|
898
910
|
|
|
899
911
|
## 12.3.0
|
|
900
912
|
|
|
901
913
|
### Minor Changes
|
|
902
914
|
|
|
903
|
-
- [`360f7e03a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/360f7e03a0) - expose MediaTypeIcon
|
|
915
|
+
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137) [`360f7e03a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/360f7e03a0) - expose MediaTypeIcon
|
|
904
916
|
|
|
905
917
|
```
|
|
906
918
|
import { MediaTypeIcon } from '@atlaskit/media-ui/media-type-icon';
|
|
@@ -925,13 +937,13 @@
|
|
|
925
937
|
|
|
926
938
|
### Patch Changes
|
|
927
939
|
|
|
928
|
-
- [`91626bbac9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91626bbac9) - hotfix: smart links auth state
|
|
940
|
+
- [#2541](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2541) [`91626bbac9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91626bbac9) - hotfix: smart links auth state
|
|
929
941
|
|
|
930
942
|
## 12.2.1
|
|
931
943
|
|
|
932
944
|
### Patch Changes
|
|
933
945
|
|
|
934
|
-
- [`08ae8cdf2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08ae8cdf2f) - Update styling for unauthorised inline cards- Updated dependencies
|
|
946
|
+
- [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868) [`08ae8cdf2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08ae8cdf2f) - Update styling for unauthorised inline cards- Updated dependencies
|
|
935
947
|
|
|
936
948
|
## 12.2.0
|
|
937
949
|
|