@atlaskit/media-ui 25.0.1 → 25.0.3
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 +94 -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 +10 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,34 @@
|
|
|
1
1
|
# @atlaskit/media-ui
|
|
2
2
|
|
|
3
|
+
## 25.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 25.0.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#41501](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41501) [`b3cb749dc67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3cb749dc67) - Fix TS errors in AFM
|
|
14
|
+
|
|
3
15
|
## 25.0.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
6
18
|
|
|
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
|
|
19
|
+
- [#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
20
|
|
|
9
21
|
## 25.0.0
|
|
10
22
|
|
|
11
23
|
### Major Changes
|
|
12
24
|
|
|
13
|
-
- [`e6122bf1c9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6122bf1c9a) - MEX-2481 revert and re-introduce a new fix for media border gap issue
|
|
25
|
+
- [#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
26
|
|
|
15
27
|
## 24.0.3
|
|
16
28
|
|
|
17
29
|
### Patch Changes
|
|
18
30
|
|
|
19
|
-
- [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
31
|
+
- [#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
32
|
|
|
21
33
|
## 24.0.2
|
|
22
34
|
|
|
@@ -28,14 +40,14 @@
|
|
|
28
40
|
|
|
29
41
|
### Patch Changes
|
|
30
42
|
|
|
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
|
|
43
|
+
- [#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
44
|
- Updated dependencies
|
|
33
45
|
|
|
34
46
|
## 24.0.0
|
|
35
47
|
|
|
36
48
|
### Major Changes
|
|
37
49
|
|
|
38
|
-
- [`3fa17b4c298`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fa17b4c298) - Removed support for `'auto'` as an allowed value for the `loading` property within `MediaImageProps`.
|
|
50
|
+
- [#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
51
|
|
|
40
52
|
```diff
|
|
41
53
|
export interface MediaImageProps {
|
|
@@ -66,13 +78,13 @@
|
|
|
66
78
|
|
|
67
79
|
### Minor Changes
|
|
68
80
|
|
|
69
|
-
- [`9435778d504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9435778d504) - Added additional messages for Media Avatar Picker for improved accessibility
|
|
81
|
+
- [#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
82
|
|
|
71
83
|
## 23.2.2
|
|
72
84
|
|
|
73
85
|
### Patch Changes
|
|
74
86
|
|
|
75
|
-
- [`07ffc8e6fbd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07ffc8e6fbd) - remove unused right prop from IconAndTitleLayout
|
|
87
|
+
- [#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
88
|
|
|
77
89
|
## 23.2.1
|
|
78
90
|
|
|
@@ -84,31 +96,31 @@
|
|
|
84
96
|
|
|
85
97
|
### Minor Changes
|
|
86
98
|
|
|
87
|
-
- [`f486dbd535c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f486dbd535c) - MEX-2481 Fix minor gap between image and border
|
|
99
|
+
- [#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
100
|
|
|
89
101
|
## 23.1.1
|
|
90
102
|
|
|
91
103
|
### Patch Changes
|
|
92
104
|
|
|
93
|
-
- [`183fdc63b26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/183fdc63b26) - MEX-2467 Fix firstPlayed track event firing when autoPlay is false
|
|
105
|
+
- [#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
106
|
|
|
95
107
|
## 23.1.0
|
|
96
108
|
|
|
97
109
|
### Minor Changes
|
|
98
110
|
|
|
99
|
-
- [`a67386c9448`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a67386c9448) - add missing label for media avatar picker back button
|
|
111
|
+
- [#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
112
|
|
|
101
113
|
## 23.0.6
|
|
102
114
|
|
|
103
115
|
### Patch Changes
|
|
104
116
|
|
|
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.
|
|
117
|
+
- [#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
118
|
|
|
107
119
|
## 23.0.5
|
|
108
120
|
|
|
109
121
|
### Patch Changes
|
|
110
122
|
|
|
111
|
-
- [`da9024f099f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da9024f099f) - MEX-2432 Enable range selection on MediaInline component
|
|
123
|
+
- [#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
124
|
|
|
113
125
|
## 23.0.4
|
|
114
126
|
|
|
@@ -126,32 +138,32 @@
|
|
|
126
138
|
|
|
127
139
|
### Patch Changes
|
|
128
140
|
|
|
129
|
-
- [`1f14ade848b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f14ade848b) - [MEX-2401] Duplicated title when copy-paste of media inline
|
|
141
|
+
- [#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
142
|
- Updated dependencies
|
|
131
143
|
|
|
132
144
|
## 23.0.1
|
|
133
145
|
|
|
134
146
|
### Patch Changes
|
|
135
147
|
|
|
136
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
148
|
+
- [#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
149
|
|
|
138
150
|
## 23.0.0
|
|
139
151
|
|
|
140
152
|
### Major Changes
|
|
141
153
|
|
|
142
|
-
- [`780e634b885`](https://bitbucket.org/atlassian/atlassian-frontend/commits/780e634b885) - Removed fadeIn styles - Removed emotion/react dependency
|
|
154
|
+
- [#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
155
|
|
|
144
156
|
## 22.4.1
|
|
145
157
|
|
|
146
158
|
### Patch Changes
|
|
147
159
|
|
|
148
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
160
|
+
- [#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
161
|
|
|
150
162
|
## 22.4.0
|
|
151
163
|
|
|
152
164
|
### Minor Changes
|
|
153
165
|
|
|
154
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
166
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
155
167
|
|
|
156
168
|
### Patch Changes
|
|
157
169
|
|
|
@@ -161,19 +173,19 @@
|
|
|
161
173
|
|
|
162
174
|
### Patch Changes
|
|
163
175
|
|
|
164
|
-
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
176
|
+
- [#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
177
|
|
|
166
178
|
## 22.3.5
|
|
167
179
|
|
|
168
180
|
### Patch Changes
|
|
169
181
|
|
|
170
|
-
- [`b8341366c9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8341366c9a) - [ux] Add dark mode support for media inline card.
|
|
182
|
+
- [#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
183
|
|
|
172
184
|
## 22.3.4
|
|
173
185
|
|
|
174
186
|
### Patch Changes
|
|
175
187
|
|
|
176
|
-
- [`b37723f2cfa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b37723f2cfa) - Custom Media Player now logs all passed feature flags
|
|
188
|
+
- [#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
189
|
- Updated dependencies
|
|
178
190
|
|
|
179
191
|
## 22.3.3
|
|
@@ -198,7 +210,7 @@
|
|
|
198
210
|
|
|
199
211
|
### Minor Changes
|
|
200
212
|
|
|
201
|
-
- [`1687a9fddf0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1687a9fddf0) - Updated previewOrientation prop to allow "from-image" orientation
|
|
213
|
+
- [#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
214
|
|
|
203
215
|
### Patch Changes
|
|
204
216
|
|
|
@@ -208,14 +220,14 @@
|
|
|
208
220
|
|
|
209
221
|
### Patch Changes
|
|
210
222
|
|
|
211
|
-
- [`a8eeb045e3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a8eeb045e3a) - adding media only callouts to docs
|
|
223
|
+
- [#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
224
|
- Updated dependencies
|
|
213
225
|
|
|
214
226
|
## 22.2.3
|
|
215
227
|
|
|
216
228
|
### Patch Changes
|
|
217
229
|
|
|
218
|
-
- [`65527c85a64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65527c85a64) - Bump @emotion
|
|
230
|
+
- [#27706](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27706) [`65527c85a64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65527c85a64) - Bump @emotion
|
|
219
231
|
|
|
220
232
|
## 22.2.2
|
|
221
233
|
|
|
@@ -233,7 +245,7 @@
|
|
|
233
245
|
|
|
234
246
|
### Minor Changes
|
|
235
247
|
|
|
236
|
-
- [`6de3a9494a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6de3a9494a8) - [ux] Instrumented `@atlaskit/media-card` with the new theming package, `@atlaskit/tokens`.
|
|
248
|
+
- [#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
249
|
|
|
238
250
|
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
|
|
239
251
|
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 +266,26 @@
|
|
|
254
266
|
|
|
255
267
|
### Patch Changes
|
|
256
268
|
|
|
257
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
269
|
+
- [#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
270
|
|
|
259
271
|
## 22.1.2
|
|
260
272
|
|
|
261
273
|
### Patch Changes
|
|
262
274
|
|
|
263
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
275
|
+
- [#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
276
|
|
|
265
277
|
## 22.1.1
|
|
266
278
|
|
|
267
279
|
### Patch Changes
|
|
268
280
|
|
|
269
|
-
- [`e3d4c39b20c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3d4c39b20c) - Remove version.json file.
|
|
281
|
+
- [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642) [`e3d4c39b20c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3d4c39b20c) - Remove version.json file.
|
|
270
282
|
Use injected package name and version from environment variable instead.
|
|
271
283
|
|
|
272
284
|
## 22.1.0
|
|
273
285
|
|
|
274
286
|
### Minor Changes
|
|
275
287
|
|
|
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
|
|
288
|
+
- [#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
289
|
|
|
278
290
|
### Patch Changes
|
|
279
291
|
|
|
@@ -283,7 +295,7 @@
|
|
|
283
295
|
|
|
284
296
|
### Major Changes
|
|
285
297
|
|
|
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
|
|
298
|
+
- [#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
299
|
|
|
288
300
|
### Patch Changes
|
|
289
301
|
|
|
@@ -294,14 +306,14 @@
|
|
|
294
306
|
|
|
295
307
|
### Patch Changes
|
|
296
308
|
|
|
297
|
-
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
309
|
+
- [#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
310
|
- Updated dependencies
|
|
299
311
|
|
|
300
312
|
## 21.1.0
|
|
301
313
|
|
|
302
314
|
### Minor Changes
|
|
303
315
|
|
|
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
|
|
316
|
+
- [#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
317
|
|
|
306
318
|
### Patch Changes
|
|
307
319
|
|
|
@@ -311,7 +323,7 @@
|
|
|
311
323
|
|
|
312
324
|
### Major Changes
|
|
313
325
|
|
|
314
|
-
- [`e579e144052`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e579e144052) - [ux] EDM-2821: Fix media inline wrap after icon
|
|
326
|
+
- [#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
327
|
|
|
316
328
|
### Minor Changes
|
|
317
329
|
|
|
@@ -326,13 +338,13 @@
|
|
|
326
338
|
|
|
327
339
|
### Minor Changes
|
|
328
340
|
|
|
329
|
-
- [`a05dcf1b9d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a05dcf1b9d6) - allow to pass size prop to MediaMimeTypeIcon
|
|
341
|
+
- [#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
342
|
|
|
331
343
|
## 20.0.0
|
|
332
344
|
|
|
333
345
|
### Major Changes
|
|
334
346
|
|
|
335
|
-
- [`d6a20cc81b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6a20cc81b8) - Remove smart-card views and utils from media-ui
|
|
347
|
+
- [#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
348
|
|
|
337
349
|
### Minor Changes
|
|
338
350
|
|
|
@@ -346,12 +358,12 @@
|
|
|
346
358
|
|
|
347
359
|
### Major Changes
|
|
348
360
|
|
|
349
|
-
- [`09a6d800330`](https://bitbucket.org/atlassian/atlassian-frontend/commits/09a6d800330) - Remove `fadeInKeyframe` export
|
|
361
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`09a6d800330`](https://bitbucket.org/atlassian/atlassian-frontend/commits/09a6d800330) - Remove `fadeInKeyframe` export
|
|
350
362
|
|
|
351
363
|
### Minor Changes
|
|
352
364
|
|
|
353
365
|
- [`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
|
|
366
|
+
- [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526) [`a5cabf7f670`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5cabf7f670) - CustomMediaPlayer accepts poster property
|
|
355
367
|
- [`beb3969bd64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/beb3969bd64) - [ux] Change the media floating toolbar view switcher dropdown text to Change view
|
|
356
368
|
|
|
357
369
|
### Patch Changes
|
|
@@ -362,7 +374,7 @@
|
|
|
362
374
|
|
|
363
375
|
### Patch Changes
|
|
364
376
|
|
|
365
|
-
- [`9ca8f7e9d74`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ca8f7e9d74) - Revert extra image visibility style for media card
|
|
377
|
+
- [#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
378
|
|
|
367
379
|
## 18.1.0
|
|
368
380
|
|
|
@@ -381,13 +393,13 @@
|
|
|
381
393
|
|
|
382
394
|
### Patch Changes
|
|
383
395
|
|
|
384
|
-
- [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
396
|
+
- [#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
397
|
|
|
386
398
|
## 18.0.0
|
|
387
399
|
|
|
388
400
|
### Major Changes
|
|
389
401
|
|
|
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
|
|
402
|
+
- [#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
403
|
|
|
392
404
|
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
405
|
Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
|
|
@@ -429,7 +441,7 @@
|
|
|
429
441
|
|
|
430
442
|
### Minor Changes
|
|
431
443
|
|
|
432
|
-
- [`ca519a86b1d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca519a86b1d) - Add new prop forceSyncDisplay in MediaImage to provide an option of always showing images.
|
|
444
|
+
- [#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
445
|
Enable MediaCard to turn on forceSyncDisplay when server side rendering is enabled.
|
|
434
446
|
- [`af29def3dac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af29def3dac) - expose missing smart-card classnames
|
|
435
447
|
|
|
@@ -462,7 +474,7 @@
|
|
|
462
474
|
|
|
463
475
|
### Minor Changes
|
|
464
476
|
|
|
465
|
-
- [`269ee940b87`](https://bitbucket.org/atlassian/atlassian-frontend/commits/269ee940b87) - redesign error UI on new media card experience
|
|
477
|
+
- [#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
478
|
|
|
467
479
|
### Patch Changes
|
|
468
480
|
|
|
@@ -472,7 +484,7 @@
|
|
|
472
484
|
|
|
473
485
|
### Major Changes
|
|
474
486
|
|
|
475
|
-
- [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - [ux] Updated and refreshed media inline component
|
|
487
|
+
- [#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
488
|
|
|
477
489
|
### Minor Changes
|
|
478
490
|
|
|
@@ -488,7 +500,7 @@
|
|
|
488
500
|
|
|
489
501
|
### Minor Changes
|
|
490
502
|
|
|
491
|
-
- [`4777a174e6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4777a174e6d) - Added analytics support for customMediaPlayer + screen event + entrypoint for locales
|
|
503
|
+
- [#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
504
|
- [`8f9f7250bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f9f7250bba) - CustomMediaPlayer: refactored screen event + added "viewed" track event
|
|
493
505
|
- [`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
506
|
- [`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 +521,7 @@
|
|
|
509
521
|
|
|
510
522
|
### Minor Changes
|
|
511
523
|
|
|
512
|
-
- [`00de5482a5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00de5482a5a) - # expose smart-link selectors
|
|
524
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302) [`00de5482a5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00de5482a5a) - # expose smart-link selectors
|
|
513
525
|
|
|
514
526
|
Documentation with visual examples: https://hello.atlassian.net/wiki/spaces/~hzarcogarcia/pages/1250247546/How+to+use+smart+link+classnames
|
|
515
527
|
|
|
@@ -541,7 +553,7 @@
|
|
|
541
553
|
|
|
542
554
|
### Minor Changes
|
|
543
555
|
|
|
544
|
-
- [`96b6fb1c6b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96b6fb1c6b9) - Add sandbox property to Smart Links embed
|
|
556
|
+
- [#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
557
|
- [`c0fa45830e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0fa45830e1) - Add sandbox prop to Smart Links block card preview iframe
|
|
546
558
|
|
|
547
559
|
### Patch Changes
|
|
@@ -552,14 +564,14 @@
|
|
|
552
564
|
|
|
553
565
|
### Patch Changes
|
|
554
566
|
|
|
555
|
-
- [`1648ac429ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1648ac429ee) - [ux] Updated to use the new `@atlaskit/select` design.
|
|
567
|
+
- [#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
568
|
- Updated dependencies
|
|
557
569
|
|
|
558
570
|
## 16.3.0
|
|
559
571
|
|
|
560
572
|
### Minor Changes
|
|
561
573
|
|
|
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).
|
|
574
|
+
- [#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
575
|
|
|
564
576
|
- Add `data-type` attribute for easier testing for both MediaTypeIcon and MimeTypeIcon components
|
|
565
577
|
- Add `testId` prop to both MediaTypeIcon and MimeTypeIcon
|
|
@@ -576,7 +588,7 @@
|
|
|
576
588
|
|
|
577
589
|
### Minor Changes
|
|
578
590
|
|
|
579
|
-
- [`7cb22b649a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7cb22b649a7) - Fix Exif orientation display in MediaImage, add VR tests
|
|
591
|
+
- [#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
592
|
- [`756e94e27a5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/756e94e27a5) - [ux] EDM-1953: Provide default icon on the card view on smart link.
|
|
581
593
|
- [`c9dd0243320`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c9dd0243320) - [ux] prepend page title with emoji icon for smart link and block card
|
|
582
594
|
|
|
@@ -589,7 +601,7 @@
|
|
|
589
601
|
|
|
590
602
|
### Minor Changes
|
|
591
603
|
|
|
592
|
-
- [`93232471b86`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93232471b86) - allow to pass size to MediaTypeIcon
|
|
604
|
+
- [#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
605
|
expose loading_file locale
|
|
594
606
|
|
|
595
607
|
### Patch Changes
|
|
@@ -600,7 +612,7 @@
|
|
|
600
612
|
|
|
601
613
|
### Patch Changes
|
|
602
614
|
|
|
603
|
-
- [`bdd31628e87`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdd31628e87) - Fix translation not available for new strings
|
|
615
|
+
- [#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
616
|
- [`8f3399a7c9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f3399a7c9d) - Updates to types consumed from @atlaskit/code
|
|
605
617
|
- Updated dependencies
|
|
606
618
|
|
|
@@ -608,27 +620,27 @@
|
|
|
608
620
|
|
|
609
621
|
### Patch Changes
|
|
610
622
|
|
|
611
|
-
- [`78c54a8761f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78c54a8761f) - Rewording some comments/types/descriptions to remove unnecessarily gendered phrasing
|
|
623
|
+
- [#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
624
|
- Updated dependencies
|
|
613
625
|
|
|
614
626
|
## 16.0.0
|
|
615
627
|
|
|
616
628
|
### Major Changes
|
|
617
629
|
|
|
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.
|
|
630
|
+
- [#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
631
|
|
|
620
632
|
## 15.3.2
|
|
621
633
|
|
|
622
634
|
### Patch Changes
|
|
623
635
|
|
|
624
|
-
- [`9e0a877809a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e0a877809a) - Add test-ids to BlockCard/CollaboratorList
|
|
636
|
+
- [#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
637
|
- Updated dependencies
|
|
626
638
|
|
|
627
639
|
## 15.3.1
|
|
628
640
|
|
|
629
641
|
### Patch Changes
|
|
630
642
|
|
|
631
|
-
- [`1d09c9ed549`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d09c9ed549) - refactor media-viewer for better analytics and error handling
|
|
643
|
+
- [#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
644
|
- [`845dee52a4a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/845dee52a4a) - [ux] Adds additional request access metadata to forbidden urls if avalible
|
|
633
645
|
- [`1085b407772`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1085b407772) - BMPT-1215 - bump react-video-renderer to 2.4.8 fixes onCanPlay multiple fire
|
|
634
646
|
- [`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 +651,7 @@
|
|
|
639
651
|
|
|
640
652
|
### Minor Changes
|
|
641
653
|
|
|
642
|
-
- [`504119cfbe2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/504119cfbe2) - [ux] `InlinePreloaderStyle` type is added as part of `@atlaskit/media-ui/types` entry point.
|
|
654
|
+
- [#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
655
|
- [`8a148bfb609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a148bfb609) - EDM-855: add underline styles for inline smart links
|
|
644
656
|
|
|
645
657
|
### Patch Changes
|
|
@@ -653,7 +665,7 @@
|
|
|
653
665
|
|
|
654
666
|
### Minor Changes
|
|
655
667
|
|
|
656
|
-
- [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux] Updated and added new translations
|
|
668
|
+
- [#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
669
|
|
|
658
670
|
### Patch Changes
|
|
659
671
|
|
|
@@ -663,19 +675,19 @@
|
|
|
663
675
|
|
|
664
676
|
### Minor Changes
|
|
665
677
|
|
|
666
|
-
- [`78e3c951c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78e3c951c8) - [ux] Making the inline video player able to play/pause from anywhere on card
|
|
678
|
+
- [#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
679
|
|
|
668
680
|
## 15.0.2
|
|
669
681
|
|
|
670
682
|
### Patch Changes
|
|
671
683
|
|
|
672
|
-
- [`965c783580`](https://bitbucket.org/atlassian/atlassian-frontend/commits/965c783580) - add override references for Trello only
|
|
684
|
+
- [#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
685
|
|
|
674
686
|
## 15.0.1
|
|
675
687
|
|
|
676
688
|
### Patch Changes
|
|
677
689
|
|
|
678
|
-
- [`bacab2338b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bacab2338b) - Updated error message displayed when a Polling Error has been thrown
|
|
690
|
+
- [#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
691
|
- [`610ceb3235`](https://bitbucket.org/atlassian/atlassian-frontend/commits/610ceb3235) - Update inline video player speed controls
|
|
680
692
|
- Updated dependencies
|
|
681
693
|
|
|
@@ -683,26 +695,26 @@
|
|
|
683
695
|
|
|
684
696
|
### Major Changes
|
|
685
697
|
|
|
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
|
|
698
|
+
- [#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
699
|
|
|
688
700
|
## 14.4.0
|
|
689
701
|
|
|
690
702
|
### Minor Changes
|
|
691
703
|
|
|
692
|
-
- [`11d6640e9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11d6640e9c) - [ux] New UI states for when a card is rate limited
|
|
704
|
+
- [#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
705
|
- [`48995f73b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48995f73b2) - Create entry points to export internal API isolated from UI changes.
|
|
694
706
|
|
|
695
707
|
## 14.3.1
|
|
696
708
|
|
|
697
709
|
### Patch Changes
|
|
698
710
|
|
|
699
|
-
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
711
|
+
- [#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
712
|
|
|
701
713
|
## 14.3.0
|
|
702
714
|
|
|
703
715
|
### Minor Changes
|
|
704
716
|
|
|
705
|
-
- [`0c0de3acae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c0de3acae) - [EDM-341]: Add playback speed control to inline video player
|
|
717
|
+
- [#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
718
|
|
|
707
719
|
### Patch Changes
|
|
708
720
|
|
|
@@ -713,14 +725,14 @@
|
|
|
713
725
|
|
|
714
726
|
### Patch Changes
|
|
715
727
|
|
|
716
|
-
- [`6689df691c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6689df691c) - [ux] fixed bugs where the unknown icon was rendered instead of the codeIcon
|
|
728
|
+
- [#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
729
|
- [`330da4d675`](https://bitbucket.org/atlassian/atlassian-frontend/commits/330da4d675) - Update translations via Traduki from issue/translation-2020-10-08T000543
|
|
718
730
|
|
|
719
731
|
## 14.2.0
|
|
720
732
|
|
|
721
733
|
### Minor Changes
|
|
722
734
|
|
|
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.
|
|
735
|
+
- [#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
736
|
|
|
725
737
|
### Patch Changes
|
|
726
738
|
|
|
@@ -735,7 +747,7 @@
|
|
|
735
747
|
|
|
736
748
|
### Patch Changes
|
|
737
749
|
|
|
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.
|
|
750
|
+
- [#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
751
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
740
752
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
741
753
|
|
|
@@ -749,13 +761,13 @@
|
|
|
749
761
|
|
|
750
762
|
### Patch Changes
|
|
751
763
|
|
|
752
|
-
- [`da5bff8404`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da5bff8404) - fix duplicated media locale
|
|
764
|
+
- [#5206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5206) [`da5bff8404`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da5bff8404) - fix duplicated media locale
|
|
753
765
|
|
|
754
766
|
## 14.1.0
|
|
755
767
|
|
|
756
768
|
### Minor Changes
|
|
757
769
|
|
|
758
|
-
- [`df3bf7f77f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df3bf7f77f) - Added support for uploading files from MediaPicker. Additionally, added support for browser detection.
|
|
770
|
+
- [#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
771
|
- [`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
772
|
- [`7d831363d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d831363d9) - Migrated to declarative entry points
|
|
761
773
|
|
|
@@ -769,13 +781,13 @@
|
|
|
769
781
|
|
|
770
782
|
### Patch Changes
|
|
771
783
|
|
|
772
|
-
- [`631412a7f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/631412a7f6) - Revert usage of flex for media card UI
|
|
784
|
+
- [#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
785
|
|
|
774
786
|
## 14.0.0
|
|
775
787
|
|
|
776
788
|
### Major Changes
|
|
777
789
|
|
|
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)
|
|
790
|
+
- [#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
791
|
|
|
780
792
|
### Minor Changes
|
|
781
793
|
|
|
@@ -817,7 +829,7 @@
|
|
|
817
829
|
|
|
818
830
|
### Patch Changes
|
|
819
831
|
|
|
820
|
-
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
832
|
+
- [#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
833
|
|
|
822
834
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
823
835
|
to prevent duplicates of tslib being bundled.
|
|
@@ -826,7 +838,7 @@
|
|
|
826
838
|
|
|
827
839
|
### Minor Changes
|
|
828
840
|
|
|
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.
|
|
841
|
+
- [#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
842
|
- [`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
843
|
- [`af4a8c4262`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af4a8c4262) - Added custom error message for encrypted zip file previews
|
|
832
844
|
- [`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 +860,13 @@
|
|
|
848
860
|
|
|
849
861
|
### Patch Changes
|
|
850
862
|
|
|
851
|
-
- [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
|
|
863
|
+
- [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369) [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
|
|
852
864
|
|
|
853
865
|
## 13.0.1
|
|
854
866
|
|
|
855
867
|
### Patch Changes
|
|
856
868
|
|
|
857
|
-
- [`cde426961a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cde426961a) - Bumps Avatar and AvatarGroup depenedencies
|
|
869
|
+
- [#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
870
|
- [`7b90a82e88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b90a82e88) - Update the elevation to work correctly in Safari and Edge <79 correctly
|
|
859
871
|
- [`8f2f2422a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f2f2422a1) - EDM-955: Fix error state height for embeds
|
|
860
872
|
- Updated dependencies
|
|
@@ -863,7 +875,7 @@
|
|
|
863
875
|
|
|
864
876
|
### Major Changes
|
|
865
877
|
|
|
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.
|
|
878
|
+
- [#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
879
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
868
880
|
|
|
869
881
|
### Patch Changes
|
|
@@ -874,14 +886,14 @@
|
|
|
874
886
|
|
|
875
887
|
### Patch Changes
|
|
876
888
|
|
|
877
|
-
- [`39d076a3bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39d076a3bd) - fix: smart links inline loading state
|
|
889
|
+
- [#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
890
|
- Updated dependencies
|
|
879
891
|
|
|
880
892
|
## 12.5.0
|
|
881
893
|
|
|
882
894
|
### Minor Changes
|
|
883
895
|
|
|
884
|
-
- [`0ae829a4ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae829a4ea) - EDM-648: Adds resizing and alignment to embed cards
|
|
896
|
+
- [#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
897
|
- [`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
898
|
|
|
887
899
|
### Patch Changes
|
|
@@ -894,19 +906,19 @@
|
|
|
894
906
|
|
|
895
907
|
### Patch Changes
|
|
896
908
|
|
|
897
|
-
- [`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update translation files via Traduki build
|
|
909
|
+
- [#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
910
|
|
|
899
911
|
## 12.4.0
|
|
900
912
|
|
|
901
913
|
### Minor Changes
|
|
902
914
|
|
|
903
|
-
- [`fb5ddad3a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb5ddad3a4) - expose isIntersectionObserverSupported helper
|
|
915
|
+
- [#2984](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2984) [`fb5ddad3a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb5ddad3a4) - expose isIntersectionObserverSupported helper
|
|
904
916
|
|
|
905
917
|
## 12.3.0
|
|
906
918
|
|
|
907
919
|
### Minor Changes
|
|
908
920
|
|
|
909
|
-
- [`360f7e03a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/360f7e03a0) - expose MediaTypeIcon
|
|
921
|
+
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137) [`360f7e03a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/360f7e03a0) - expose MediaTypeIcon
|
|
910
922
|
|
|
911
923
|
```
|
|
912
924
|
import { MediaTypeIcon } from '@atlaskit/media-ui/media-type-icon';
|
|
@@ -931,13 +943,13 @@
|
|
|
931
943
|
|
|
932
944
|
### Patch Changes
|
|
933
945
|
|
|
934
|
-
- [`91626bbac9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91626bbac9) - hotfix: smart links auth state
|
|
946
|
+
- [#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
947
|
|
|
936
948
|
## 12.2.1
|
|
937
949
|
|
|
938
950
|
### Patch Changes
|
|
939
951
|
|
|
940
|
-
- [`08ae8cdf2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08ae8cdf2f) - Update styling for unauthorised inline cards- Updated dependencies
|
|
952
|
+
- [#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
953
|
|
|
942
954
|
## 12.2.0
|
|
943
955
|
|