@atlaskit/media-ui 25.0.1 → 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 +88 -82
- 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 +7 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +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
|
+
|
|
3
9
|
## 25.0.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
6
12
|
|
|
7
|
-
- [`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
|
|
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
|
|
8
14
|
|
|
9
15
|
## 25.0.0
|
|
10
16
|
|
|
11
17
|
### Major Changes
|
|
12
18
|
|
|
13
|
-
- [`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
|
|
14
20
|
|
|
15
21
|
## 24.0.3
|
|
16
22
|
|
|
17
23
|
### Patch Changes
|
|
18
24
|
|
|
19
|
-
- [`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.
|
|
20
26
|
|
|
21
27
|
## 24.0.2
|
|
22
28
|
|
|
@@ -28,14 +34,14 @@
|
|
|
28
34
|
|
|
29
35
|
### Patch Changes
|
|
30
36
|
|
|
31
|
-
- [`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
|
|
32
38
|
- Updated dependencies
|
|
33
39
|
|
|
34
40
|
## 24.0.0
|
|
35
41
|
|
|
36
42
|
### Major Changes
|
|
37
43
|
|
|
38
|
-
- [`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`.
|
|
39
45
|
|
|
40
46
|
```diff
|
|
41
47
|
export interface MediaImageProps {
|
|
@@ -66,13 +72,13 @@
|
|
|
66
72
|
|
|
67
73
|
### Minor Changes
|
|
68
74
|
|
|
69
|
-
- [`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
|
|
70
76
|
|
|
71
77
|
## 23.2.2
|
|
72
78
|
|
|
73
79
|
### Patch Changes
|
|
74
80
|
|
|
75
|
-
- [`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
|
|
76
82
|
|
|
77
83
|
## 23.2.1
|
|
78
84
|
|
|
@@ -84,31 +90,31 @@
|
|
|
84
90
|
|
|
85
91
|
### Minor Changes
|
|
86
92
|
|
|
87
|
-
- [`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
|
|
88
94
|
|
|
89
95
|
## 23.1.1
|
|
90
96
|
|
|
91
97
|
### Patch Changes
|
|
92
98
|
|
|
93
|
-
- [`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
|
|
94
100
|
|
|
95
101
|
## 23.1.0
|
|
96
102
|
|
|
97
103
|
### Minor Changes
|
|
98
104
|
|
|
99
|
-
- [`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
|
|
100
106
|
|
|
101
107
|
## 23.0.6
|
|
102
108
|
|
|
103
109
|
### Patch Changes
|
|
104
110
|
|
|
105
|
-
- [`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.
|
|
106
112
|
|
|
107
113
|
## 23.0.5
|
|
108
114
|
|
|
109
115
|
### Patch Changes
|
|
110
116
|
|
|
111
|
-
- [`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
|
|
112
118
|
|
|
113
119
|
## 23.0.4
|
|
114
120
|
|
|
@@ -126,32 +132,32 @@
|
|
|
126
132
|
|
|
127
133
|
### Patch Changes
|
|
128
134
|
|
|
129
|
-
- [`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
|
|
130
136
|
- Updated dependencies
|
|
131
137
|
|
|
132
138
|
## 23.0.1
|
|
133
139
|
|
|
134
140
|
### Patch Changes
|
|
135
141
|
|
|
136
|
-
- [`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
|
|
137
143
|
|
|
138
144
|
## 23.0.0
|
|
139
145
|
|
|
140
146
|
### Major Changes
|
|
141
147
|
|
|
142
|
-
- [`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
|
|
143
149
|
|
|
144
150
|
## 22.4.1
|
|
145
151
|
|
|
146
152
|
### Patch Changes
|
|
147
153
|
|
|
148
|
-
- [`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`
|
|
149
155
|
|
|
150
156
|
## 22.4.0
|
|
151
157
|
|
|
152
158
|
### Minor Changes
|
|
153
159
|
|
|
154
|
-
- [`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
|
|
155
161
|
|
|
156
162
|
### Patch Changes
|
|
157
163
|
|
|
@@ -161,19 +167,19 @@
|
|
|
161
167
|
|
|
162
168
|
### Patch Changes
|
|
163
169
|
|
|
164
|
-
- [`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
|
|
165
171
|
|
|
166
172
|
## 22.3.5
|
|
167
173
|
|
|
168
174
|
### Patch Changes
|
|
169
175
|
|
|
170
|
-
- [`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.
|
|
171
177
|
|
|
172
178
|
## 22.3.4
|
|
173
179
|
|
|
174
180
|
### Patch Changes
|
|
175
181
|
|
|
176
|
-
- [`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
|
|
177
183
|
- Updated dependencies
|
|
178
184
|
|
|
179
185
|
## 22.3.3
|
|
@@ -198,7 +204,7 @@
|
|
|
198
204
|
|
|
199
205
|
### Minor Changes
|
|
200
206
|
|
|
201
|
-
- [`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
|
|
202
208
|
|
|
203
209
|
### Patch Changes
|
|
204
210
|
|
|
@@ -208,14 +214,14 @@
|
|
|
208
214
|
|
|
209
215
|
### Patch Changes
|
|
210
216
|
|
|
211
|
-
- [`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
|
|
212
218
|
- Updated dependencies
|
|
213
219
|
|
|
214
220
|
## 22.2.3
|
|
215
221
|
|
|
216
222
|
### Patch Changes
|
|
217
223
|
|
|
218
|
-
- [`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
|
|
219
225
|
|
|
220
226
|
## 22.2.2
|
|
221
227
|
|
|
@@ -233,7 +239,7 @@
|
|
|
233
239
|
|
|
234
240
|
### Minor Changes
|
|
235
241
|
|
|
236
|
-
- [`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`.
|
|
237
243
|
|
|
238
244
|
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
|
|
239
245
|
These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
|
|
@@ -254,26 +260,26 @@
|
|
|
254
260
|
|
|
255
261
|
### Patch Changes
|
|
256
262
|
|
|
257
|
-
- [`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`
|
|
258
264
|
|
|
259
265
|
## 22.1.2
|
|
260
266
|
|
|
261
267
|
### Patch Changes
|
|
262
268
|
|
|
263
|
-
- [`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`.
|
|
264
270
|
|
|
265
271
|
## 22.1.1
|
|
266
272
|
|
|
267
273
|
### Patch Changes
|
|
268
274
|
|
|
269
|
-
- [`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.
|
|
270
276
|
Use injected package name and version from environment variable instead.
|
|
271
277
|
|
|
272
278
|
## 22.1.0
|
|
273
279
|
|
|
274
280
|
### Minor Changes
|
|
275
281
|
|
|
276
|
-
- [`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
|
|
277
283
|
|
|
278
284
|
### Patch Changes
|
|
279
285
|
|
|
@@ -283,7 +289,7 @@
|
|
|
283
289
|
|
|
284
290
|
### Major Changes
|
|
285
291
|
|
|
286
|
-
- [`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
|
|
287
293
|
|
|
288
294
|
### Patch Changes
|
|
289
295
|
|
|
@@ -294,14 +300,14 @@
|
|
|
294
300
|
|
|
295
301
|
### Patch Changes
|
|
296
302
|
|
|
297
|
-
- [`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
|
|
298
304
|
- Updated dependencies
|
|
299
305
|
|
|
300
306
|
## 21.1.0
|
|
301
307
|
|
|
302
308
|
### Minor Changes
|
|
303
309
|
|
|
304
|
-
- [`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
|
|
305
311
|
|
|
306
312
|
### Patch Changes
|
|
307
313
|
|
|
@@ -311,7 +317,7 @@
|
|
|
311
317
|
|
|
312
318
|
### Major Changes
|
|
313
319
|
|
|
314
|
-
- [`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
|
|
315
321
|
|
|
316
322
|
### Minor Changes
|
|
317
323
|
|
|
@@ -326,13 +332,13 @@
|
|
|
326
332
|
|
|
327
333
|
### Minor Changes
|
|
328
334
|
|
|
329
|
-
- [`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
|
|
330
336
|
|
|
331
337
|
## 20.0.0
|
|
332
338
|
|
|
333
339
|
### Major Changes
|
|
334
340
|
|
|
335
|
-
- [`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
|
|
336
342
|
|
|
337
343
|
### Minor Changes
|
|
338
344
|
|
|
@@ -346,12 +352,12 @@
|
|
|
346
352
|
|
|
347
353
|
### Major Changes
|
|
348
354
|
|
|
349
|
-
- [`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
|
|
350
356
|
|
|
351
357
|
### Minor Changes
|
|
352
358
|
|
|
353
359
|
- [`da72247beeb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da72247beeb) - remove styled-components from media-ui
|
|
354
|
-
- [`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
|
|
355
361
|
- [`beb3969bd64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/beb3969bd64) - [ux] Change the media floating toolbar view switcher dropdown text to Change view
|
|
356
362
|
|
|
357
363
|
### Patch Changes
|
|
@@ -362,7 +368,7 @@
|
|
|
362
368
|
|
|
363
369
|
### Patch Changes
|
|
364
370
|
|
|
365
|
-
- [`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
|
|
366
372
|
|
|
367
373
|
## 18.1.0
|
|
368
374
|
|
|
@@ -381,13 +387,13 @@
|
|
|
381
387
|
|
|
382
388
|
### Patch Changes
|
|
383
389
|
|
|
384
|
-
- [`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
|
|
385
391
|
|
|
386
392
|
## 18.0.0
|
|
387
393
|
|
|
388
394
|
### Major Changes
|
|
389
395
|
|
|
390
|
-
- [`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
|
|
391
397
|
|
|
392
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.
|
|
393
399
|
Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
|
|
@@ -429,7 +435,7 @@
|
|
|
429
435
|
|
|
430
436
|
### Minor Changes
|
|
431
437
|
|
|
432
|
-
- [`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.
|
|
433
439
|
Enable MediaCard to turn on forceSyncDisplay when server side rendering is enabled.
|
|
434
440
|
- [`af29def3dac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af29def3dac) - expose missing smart-card classnames
|
|
435
441
|
|
|
@@ -462,7 +468,7 @@
|
|
|
462
468
|
|
|
463
469
|
### Minor Changes
|
|
464
470
|
|
|
465
|
-
- [`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
|
|
466
472
|
|
|
467
473
|
### Patch Changes
|
|
468
474
|
|
|
@@ -472,7 +478,7 @@
|
|
|
472
478
|
|
|
473
479
|
### Major Changes
|
|
474
480
|
|
|
475
|
-
- [`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
|
|
476
482
|
|
|
477
483
|
### Minor Changes
|
|
478
484
|
|
|
@@ -488,7 +494,7 @@
|
|
|
488
494
|
|
|
489
495
|
### Minor Changes
|
|
490
496
|
|
|
491
|
-
- [`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
|
|
492
498
|
- [`8f9f7250bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f9f7250bba) - CustomMediaPlayer: refactored screen event + added "viewed" track event
|
|
493
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
|
|
494
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
|
|
@@ -509,7 +515,7 @@
|
|
|
509
515
|
|
|
510
516
|
### Minor Changes
|
|
511
517
|
|
|
512
|
-
- [`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
|
|
513
519
|
|
|
514
520
|
Documentation with visual examples: https://hello.atlassian.net/wiki/spaces/~hzarcogarcia/pages/1250247546/How+to+use+smart+link+classnames
|
|
515
521
|
|
|
@@ -541,7 +547,7 @@
|
|
|
541
547
|
|
|
542
548
|
### Minor Changes
|
|
543
549
|
|
|
544
|
-
- [`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
|
|
545
551
|
- [`c0fa45830e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0fa45830e1) - Add sandbox prop to Smart Links block card preview iframe
|
|
546
552
|
|
|
547
553
|
### Patch Changes
|
|
@@ -552,14 +558,14 @@
|
|
|
552
558
|
|
|
553
559
|
### Patch Changes
|
|
554
560
|
|
|
555
|
-
- [`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.
|
|
556
562
|
- Updated dependencies
|
|
557
563
|
|
|
558
564
|
## 16.3.0
|
|
559
565
|
|
|
560
566
|
### Minor Changes
|
|
561
567
|
|
|
562
|
-
- [`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).
|
|
563
569
|
|
|
564
570
|
- Add `data-type` attribute for easier testing for both MediaTypeIcon and MimeTypeIcon components
|
|
565
571
|
- Add `testId` prop to both MediaTypeIcon and MimeTypeIcon
|
|
@@ -576,7 +582,7 @@
|
|
|
576
582
|
|
|
577
583
|
### Minor Changes
|
|
578
584
|
|
|
579
|
-
- [`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
|
|
580
586
|
- [`756e94e27a5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/756e94e27a5) - [ux] EDM-1953: Provide default icon on the card view on smart link.
|
|
581
587
|
- [`c9dd0243320`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c9dd0243320) - [ux] prepend page title with emoji icon for smart link and block card
|
|
582
588
|
|
|
@@ -589,7 +595,7 @@
|
|
|
589
595
|
|
|
590
596
|
### Minor Changes
|
|
591
597
|
|
|
592
|
-
- [`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
|
|
593
599
|
expose loading_file locale
|
|
594
600
|
|
|
595
601
|
### Patch Changes
|
|
@@ -600,7 +606,7 @@
|
|
|
600
606
|
|
|
601
607
|
### Patch Changes
|
|
602
608
|
|
|
603
|
-
- [`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
|
|
604
610
|
- [`8f3399a7c9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f3399a7c9d) - Updates to types consumed from @atlaskit/code
|
|
605
611
|
- Updated dependencies
|
|
606
612
|
|
|
@@ -608,27 +614,27 @@
|
|
|
608
614
|
|
|
609
615
|
### Patch Changes
|
|
610
616
|
|
|
611
|
-
- [`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
|
|
612
618
|
- Updated dependencies
|
|
613
619
|
|
|
614
620
|
## 16.0.0
|
|
615
621
|
|
|
616
622
|
### Major Changes
|
|
617
623
|
|
|
618
|
-
- [`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.
|
|
619
625
|
|
|
620
626
|
## 15.3.2
|
|
621
627
|
|
|
622
628
|
### Patch Changes
|
|
623
629
|
|
|
624
|
-
- [`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
|
|
625
631
|
- Updated dependencies
|
|
626
632
|
|
|
627
633
|
## 15.3.1
|
|
628
634
|
|
|
629
635
|
### Patch Changes
|
|
630
636
|
|
|
631
|
-
- [`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
|
|
632
638
|
- [`845dee52a4a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/845dee52a4a) - [ux] Adds additional request access metadata to forbidden urls if avalible
|
|
633
639
|
- [`1085b407772`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1085b407772) - BMPT-1215 - bump react-video-renderer to 2.4.8 fixes onCanPlay multiple fire
|
|
634
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
|
|
@@ -639,7 +645,7 @@
|
|
|
639
645
|
|
|
640
646
|
### Minor Changes
|
|
641
647
|
|
|
642
|
-
- [`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.
|
|
643
649
|
- [`8a148bfb609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a148bfb609) - EDM-855: add underline styles for inline smart links
|
|
644
650
|
|
|
645
651
|
### Patch Changes
|
|
@@ -653,7 +659,7 @@
|
|
|
653
659
|
|
|
654
660
|
### Minor Changes
|
|
655
661
|
|
|
656
|
-
- [`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
|
|
657
663
|
|
|
658
664
|
### Patch Changes
|
|
659
665
|
|
|
@@ -663,19 +669,19 @@
|
|
|
663
669
|
|
|
664
670
|
### Minor Changes
|
|
665
671
|
|
|
666
|
-
- [`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
|
|
667
673
|
|
|
668
674
|
## 15.0.2
|
|
669
675
|
|
|
670
676
|
### Patch Changes
|
|
671
677
|
|
|
672
|
-
- [`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
|
|
673
679
|
|
|
674
680
|
## 15.0.1
|
|
675
681
|
|
|
676
682
|
### Patch Changes
|
|
677
683
|
|
|
678
|
-
- [`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
|
|
679
685
|
- [`610ceb3235`](https://bitbucket.org/atlassian/atlassian-frontend/commits/610ceb3235) - Update inline video player speed controls
|
|
680
686
|
- Updated dependencies
|
|
681
687
|
|
|
@@ -683,26 +689,26 @@
|
|
|
683
689
|
|
|
684
690
|
### Major Changes
|
|
685
691
|
|
|
686
|
-
- [`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
|
|
687
693
|
|
|
688
694
|
## 14.4.0
|
|
689
695
|
|
|
690
696
|
### Minor Changes
|
|
691
697
|
|
|
692
|
-
- [`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
|
|
693
699
|
- [`48995f73b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48995f73b2) - Create entry points to export internal API isolated from UI changes.
|
|
694
700
|
|
|
695
701
|
## 14.3.1
|
|
696
702
|
|
|
697
703
|
### Patch Changes
|
|
698
704
|
|
|
699
|
-
- [`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
|
|
700
706
|
|
|
701
707
|
## 14.3.0
|
|
702
708
|
|
|
703
709
|
### Minor Changes
|
|
704
710
|
|
|
705
|
-
- [`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
|
|
706
712
|
|
|
707
713
|
### Patch Changes
|
|
708
714
|
|
|
@@ -713,14 +719,14 @@
|
|
|
713
719
|
|
|
714
720
|
### Patch Changes
|
|
715
721
|
|
|
716
|
-
- [`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
|
|
717
723
|
- [`330da4d675`](https://bitbucket.org/atlassian/atlassian-frontend/commits/330da4d675) - Update translations via Traduki from issue/translation-2020-10-08T000543
|
|
718
724
|
|
|
719
725
|
## 14.2.0
|
|
720
726
|
|
|
721
727
|
### Minor Changes
|
|
722
728
|
|
|
723
|
-
- [`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.
|
|
724
730
|
|
|
725
731
|
### Patch Changes
|
|
726
732
|
|
|
@@ -735,7 +741,7 @@
|
|
|
735
741
|
|
|
736
742
|
### Patch Changes
|
|
737
743
|
|
|
738
|
-
- [`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.
|
|
739
745
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
740
746
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
741
747
|
|
|
@@ -749,13 +755,13 @@
|
|
|
749
755
|
|
|
750
756
|
### Patch Changes
|
|
751
757
|
|
|
752
|
-
- [`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
|
|
753
759
|
|
|
754
760
|
## 14.1.0
|
|
755
761
|
|
|
756
762
|
### Minor Changes
|
|
757
763
|
|
|
758
|
-
- [`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.
|
|
759
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
|
|
760
766
|
- [`7d831363d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d831363d9) - Migrated to declarative entry points
|
|
761
767
|
|
|
@@ -769,13 +775,13 @@
|
|
|
769
775
|
|
|
770
776
|
### Patch Changes
|
|
771
777
|
|
|
772
|
-
- [`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
|
|
773
779
|
|
|
774
780
|
## 14.0.0
|
|
775
781
|
|
|
776
782
|
### Major Changes
|
|
777
783
|
|
|
778
|
-
- [`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)
|
|
779
785
|
|
|
780
786
|
### Minor Changes
|
|
781
787
|
|
|
@@ -817,7 +823,7 @@
|
|
|
817
823
|
|
|
818
824
|
### Patch Changes
|
|
819
825
|
|
|
820
|
-
- [`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
|
|
821
827
|
|
|
822
828
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
823
829
|
to prevent duplicates of tslib being bundled.
|
|
@@ -826,7 +832,7 @@
|
|
|
826
832
|
|
|
827
833
|
### Minor Changes
|
|
828
834
|
|
|
829
|
-
- [`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.
|
|
830
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
|
|
831
837
|
- [`af4a8c4262`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af4a8c4262) - Added custom error message for encrypted zip file previews
|
|
832
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.
|
|
@@ -848,13 +854,13 @@
|
|
|
848
854
|
|
|
849
855
|
### Patch Changes
|
|
850
856
|
|
|
851
|
-
- [`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
|
|
852
858
|
|
|
853
859
|
## 13.0.1
|
|
854
860
|
|
|
855
861
|
### Patch Changes
|
|
856
862
|
|
|
857
|
-
- [`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
|
|
858
864
|
- [`7b90a82e88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b90a82e88) - Update the elevation to work correctly in Safari and Edge <79 correctly
|
|
859
865
|
- [`8f2f2422a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f2f2422a1) - EDM-955: Fix error state height for embeds
|
|
860
866
|
- Updated dependencies
|
|
@@ -863,7 +869,7 @@
|
|
|
863
869
|
|
|
864
870
|
### Major Changes
|
|
865
871
|
|
|
866
|
-
- [`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.
|
|
867
873
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
868
874
|
|
|
869
875
|
### Patch Changes
|
|
@@ -874,14 +880,14 @@
|
|
|
874
880
|
|
|
875
881
|
### Patch Changes
|
|
876
882
|
|
|
877
|
-
- [`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
|
|
878
884
|
- Updated dependencies
|
|
879
885
|
|
|
880
886
|
## 12.5.0
|
|
881
887
|
|
|
882
888
|
### Minor Changes
|
|
883
889
|
|
|
884
|
-
- [`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
|
|
885
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.
|
|
886
892
|
|
|
887
893
|
### Patch Changes
|
|
@@ -894,19 +900,19 @@
|
|
|
894
900
|
|
|
895
901
|
### Patch Changes
|
|
896
902
|
|
|
897
|
-
- [`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
|
|
898
904
|
|
|
899
905
|
## 12.4.0
|
|
900
906
|
|
|
901
907
|
### Minor Changes
|
|
902
908
|
|
|
903
|
-
- [`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
|
|
904
910
|
|
|
905
911
|
## 12.3.0
|
|
906
912
|
|
|
907
913
|
### Minor Changes
|
|
908
914
|
|
|
909
|
-
- [`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
|
|
910
916
|
|
|
911
917
|
```
|
|
912
918
|
import { MediaTypeIcon } from '@atlaskit/media-ui/media-type-icon';
|
|
@@ -931,13 +937,13 @@
|
|
|
931
937
|
|
|
932
938
|
### Patch Changes
|
|
933
939
|
|
|
934
|
-
- [`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
|
|
935
941
|
|
|
936
942
|
## 12.2.1
|
|
937
943
|
|
|
938
944
|
### Patch Changes
|
|
939
945
|
|
|
940
|
-
- [`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
|
|
941
947
|
|
|
942
948
|
## 12.2.0
|
|
943
949
|
|