@atlaskit/media-card 77.11.1 → 77.11.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 +1680 -781
- package/dist/cjs/card/card.js +1 -1
- package/dist/cjs/card/cardView.js +3 -1
- package/dist/cjs/card/inlinePlayerWrapper.js +3 -1
- package/dist/cjs/card/media-card-analytics-error-boundary.js +1 -1
- package/dist/cjs/card/ui/actionsBar/actionsBarWrapper.js +3 -1
- package/dist/cjs/card/ui/actionsBar/cardActions/cardActionButton.js +3 -1
- package/dist/cjs/card/ui/actionsBar/cardActions/cardActionIconButton.js +3 -1
- package/dist/cjs/card/ui/actionsBar/cardActions/cardActionsDropdownMenu.js +3 -1
- package/dist/cjs/card/ui/actionsBar/cardActions/styles.js +19 -8
- package/dist/cjs/card/ui/actionsBar/styles.js +8 -4
- package/dist/cjs/card/ui/blanket/blanket.js +3 -1
- package/dist/cjs/card/ui/blanket/styles.js +9 -4
- package/dist/cjs/card/ui/iconWrapper/styles.js +9 -4
- package/dist/cjs/card/ui/playButton/playButtonBackground.js +1 -0
- package/dist/cjs/card/ui/playButton/playButtonWrapper.js +7 -4
- package/dist/cjs/card/ui/playButton/styles.js +23 -5
- package/dist/cjs/card/ui/progressBar/styles.js +1 -4
- package/dist/cjs/card/ui/styles.js +9 -3
- package/dist/cjs/card/ui/tickBox/tickBoxWrapper.js +3 -1
- package/dist/cjs/card/ui/titleBox/styles.js +35 -8
- package/dist/cjs/card/ui/unhandledErrorCard/index.js +15 -5
- package/dist/cjs/card/ui/wrapper/wrapper.js +3 -1
- package/dist/cjs/card/v2/cardV2.js +1 -1
- package/dist/cjs/card/v2/cardViewV2.js +6 -3
- package/dist/cjs/card/v2/cardviews/cardViewWrapper.js +6 -3
- package/dist/cjs/card/v2/cardviews/index.js +4 -2
- package/dist/cjs/card/v2/fileCard.js +5 -1
- package/dist/cjs/inline/loader.js +1 -1
- package/dist/cjs/inline/mediaInlineAnalyticsErrorBoundary.js +11 -7
- package/dist/cjs/utils/lightCards/errorIcon/styles.js +4 -4
- package/dist/cjs/utils/lightCards/styles.js +9 -4
- package/dist/cjs/utils/ufoExperiences.js +1 -1
- package/dist/es2019/card/card.js +1 -1
- package/dist/es2019/card/cardView.js +3 -1
- package/dist/es2019/card/inlinePlayerWrapper.js +3 -1
- package/dist/es2019/card/media-card-analytics-error-boundary.js +1 -1
- package/dist/es2019/card/ui/actionsBar/actionsBarWrapper.js +3 -1
- package/dist/es2019/card/ui/actionsBar/cardActions/cardActionButton.js +3 -1
- package/dist/es2019/card/ui/actionsBar/cardActions/cardActionIconButton.js +3 -1
- package/dist/es2019/card/ui/actionsBar/cardActions/cardActionsDropdownMenu.js +3 -1
- package/dist/es2019/card/ui/actionsBar/cardActions/styles.js +18 -27
- package/dist/es2019/card/ui/actionsBar/styles.js +8 -10
- package/dist/es2019/card/ui/blanket/blanket.js +3 -1
- package/dist/es2019/card/ui/blanket/styles.js +9 -11
- package/dist/es2019/card/ui/iconWrapper/styles.js +9 -9
- package/dist/es2019/card/ui/playButton/playButtonBackground.js +1 -0
- package/dist/es2019/card/ui/playButton/playButtonWrapper.js +7 -4
- package/dist/es2019/card/ui/playButton/styles.js +22 -22
- package/dist/es2019/card/ui/progressBar/styles.js +1 -3
- package/dist/es2019/card/ui/styles.js +9 -10
- package/dist/es2019/card/ui/tickBox/tickBoxWrapper.js +3 -1
- package/dist/es2019/card/ui/titleBox/styles.js +33 -38
- package/dist/es2019/card/ui/unhandledErrorCard/index.js +13 -16
- package/dist/es2019/card/ui/wrapper/wrapper.js +3 -1
- package/dist/es2019/card/v2/cardV2.js +1 -1
- package/dist/es2019/card/v2/cardViewV2.js +6 -3
- package/dist/es2019/card/v2/cardviews/cardViewWrapper.js +5 -2
- package/dist/es2019/card/v2/cardviews/index.js +4 -2
- package/dist/es2019/card/v2/fileCard.js +6 -1
- package/dist/es2019/inline/loader.js +1 -1
- package/dist/es2019/inline/mediaInlineAnalyticsErrorBoundary.js +11 -7
- package/dist/es2019/utils/lightCards/errorIcon/styles.js +4 -4
- package/dist/es2019/utils/lightCards/styles.js +9 -10
- package/dist/es2019/utils/ufoExperiences.js +1 -1
- package/dist/esm/card/card.js +1 -1
- package/dist/esm/card/cardView.js +3 -1
- package/dist/esm/card/inlinePlayerWrapper.js +3 -1
- package/dist/esm/card/media-card-analytics-error-boundary.js +1 -1
- package/dist/esm/card/ui/actionsBar/actionsBarWrapper.js +3 -1
- package/dist/esm/card/ui/actionsBar/cardActions/cardActionButton.js +3 -1
- package/dist/esm/card/ui/actionsBar/cardActions/cardActionIconButton.js +3 -1
- package/dist/esm/card/ui/actionsBar/cardActions/cardActionsDropdownMenu.js +3 -1
- package/dist/esm/card/ui/actionsBar/cardActions/styles.js +19 -7
- package/dist/esm/card/ui/actionsBar/styles.js +8 -3
- package/dist/esm/card/ui/blanket/blanket.js +3 -1
- package/dist/esm/card/ui/blanket/styles.js +9 -3
- package/dist/esm/card/ui/iconWrapper/styles.js +9 -3
- package/dist/esm/card/ui/playButton/playButtonBackground.js +1 -0
- package/dist/esm/card/ui/playButton/playButtonWrapper.js +7 -4
- package/dist/esm/card/ui/playButton/styles.js +23 -4
- package/dist/esm/card/ui/progressBar/styles.js +1 -3
- package/dist/esm/card/ui/styles.js +9 -3
- package/dist/esm/card/ui/tickBox/tickBoxWrapper.js +3 -1
- package/dist/esm/card/ui/titleBox/styles.js +35 -7
- package/dist/esm/card/ui/unhandledErrorCard/index.js +14 -3
- package/dist/esm/card/ui/wrapper/wrapper.js +3 -1
- package/dist/esm/card/v2/cardV2.js +1 -1
- package/dist/esm/card/v2/cardViewV2.js +6 -3
- package/dist/esm/card/v2/cardviews/cardViewWrapper.js +6 -3
- package/dist/esm/card/v2/cardviews/index.js +4 -2
- package/dist/esm/card/v2/fileCard.js +6 -1
- package/dist/esm/inline/loader.js +1 -1
- package/dist/esm/inline/mediaInlineAnalyticsErrorBoundary.js +11 -7
- package/dist/esm/utils/lightCards/errorIcon/styles.js +4 -3
- package/dist/esm/utils/lightCards/styles.js +9 -3
- package/dist/esm/utils/ufoExperiences.js +1 -1
- package/dist/types/card/actions.d.ts +2 -2
- package/dist/types/card/card.d.ts +5 -5
- package/dist/types/card/cardAnalytics.d.ts +4 -4
- package/dist/types/card/cardState.d.ts +2 -2
- package/dist/types/card/cardSwitcher.d.ts +1 -1
- package/dist/types/card/cardView.d.ts +8 -8
- package/dist/types/card/getCardPreview/cache.d.ts +3 -3
- package/dist/types/card/getCardPreview/filePreviewStatus.d.ts +2 -2
- package/dist/types/card/getCardPreview/helpers.d.ts +3 -3
- package/dist/types/card/getCardPreview/index.d.ts +5 -5
- package/dist/types/card/getCardStatus.d.ts +2 -2
- package/dist/types/card/inlinePlayer.d.ts +4 -4
- package/dist/types/card/inlinePlayerWrapper.d.ts +1 -1
- package/dist/types/card/inlinePlayerWrapperStyles.d.ts +1 -1
- package/dist/types/card/media-card-analytics-error-boundary.d.ts +4 -4
- package/dist/types/card/types.d.ts +4 -3
- package/dist/types/card/ui/actionsBar/actionsBar.d.ts +1 -1
- package/dist/types/card/ui/actionsBar/actionsBarWrapper.d.ts +1 -1
- package/dist/types/card/ui/actionsBar/cardActions/cardActionButton.d.ts +1 -1
- package/dist/types/card/ui/actionsBar/cardActions/cardActionIconButton.d.ts +2 -2
- package/dist/types/card/ui/actionsBar/cardActions/cardActionsDropdownMenu.d.ts +2 -2
- package/dist/types/card/ui/actionsBar/cardActions/cardActionsView.d.ts +2 -2
- package/dist/types/card/ui/actionsBar/cardActions/styles.d.ts +4 -3
- package/dist/types/card/ui/actionsBar/types.d.ts +2 -2
- package/dist/types/card/ui/iconMessage/iconMessageWrapper.d.ts +1 -1
- package/dist/types/card/ui/iconMessage/index.d.ts +1 -1
- package/dist/types/card/ui/iconMessage/types.d.ts +2 -2
- package/dist/types/card/ui/iconWrapper/iconWrapper.d.ts +1 -1
- package/dist/types/card/ui/iconWrapper/styles.d.ts +2 -2
- package/dist/types/card/ui/iconWrapper/types.d.ts +1 -1
- package/dist/types/card/ui/imageRenderer/imageRenderer.d.ts +2 -2
- package/dist/types/card/ui/imageRenderer/resizeModeToMediaImageProps.d.ts +1 -1
- package/dist/types/card/ui/openMediaViewerButton/openMediaViewerButton.d.ts +1 -1
- package/dist/types/card/ui/progressBar/styledBar.d.ts +1 -1
- package/dist/types/card/ui/progressBar/styles.d.ts +1 -1
- package/dist/types/card/ui/progressBar/types.d.ts +1 -1
- package/dist/types/card/ui/styles.d.ts +2 -2
- package/dist/types/card/ui/tickBox/tickBox.d.ts +1 -1
- package/dist/types/card/ui/tickBox/tickBoxWrapper.d.ts +1 -1
- package/dist/types/card/ui/titleBox/failedTitleBox.d.ts +1 -1
- package/dist/types/card/ui/titleBox/styles.d.ts +3 -3
- package/dist/types/card/ui/titleBox/titleBox.d.ts +1 -1
- package/dist/types/card/ui/titleBox/titleBoxComponents.d.ts +1 -1
- package/dist/types/card/ui/titleBox/types.d.ts +3 -3
- package/dist/types/card/ui/unhandledErrorCard/index.d.ts +1 -1
- package/dist/types/card/ui/unhandledErrorCard/types.d.ts +1 -1
- package/dist/types/card/ui/wrapper/styles.d.ts +1 -1
- package/dist/types/card/ui/wrapper/types.d.ts +6 -5
- package/dist/types/card/ui/wrapper/wrapper.d.ts +1 -1
- package/dist/types/card/useBreakpoint.d.ts +2 -2
- package/dist/types/card/v2/cardV2.d.ts +3 -3
- package/dist/types/card/v2/cardV2Loader.d.ts +1 -1
- package/dist/types/card/v2/cardViewV2.d.ts +11 -10
- package/dist/types/card/v2/cardWithMediaClientV2.d.ts +1 -1
- package/dist/types/card/v2/cardviews/cardViewWrapper.d.ts +8 -7
- package/dist/types/card/v2/cardviews/errorCardView.d.ts +9 -5
- package/dist/types/card/v2/cardviews/iconCardView.d.ts +9 -4
- package/dist/types/card/v2/cardviews/imageCardView.d.ts +18 -5
- package/dist/types/card/v2/cardviews/index.d.ts +10 -9
- package/dist/types/card/v2/cardviews/loadingCardView.d.ts +8 -4
- package/dist/types/card/v2/cardviews/processingCardView.d.ts +6 -3
- package/dist/types/card/v2/cardviews/videoCardView.d.ts +18 -5
- package/dist/types/card/v2/externalImageCard.d.ts +3 -3
- package/dist/types/card/v2/fileCard.d.ts +5 -5
- package/dist/types/card/v2/inlinePlayerV2.d.ts +4 -4
- package/dist/types/errors.d.ts +2 -2
- package/dist/types/inline/loader.d.ts +3 -3
- package/dist/types/inline/mediaInlineAnalyticsErrorBoundary.d.ts +3 -3
- package/dist/types/inline/mediaInlineCard.d.ts +4 -4
- package/dist/types/inline/mediaInlineCardAnalytics.d.ts +2 -2
- package/dist/types/types.d.ts +6 -6
- package/dist/types/utils/analytics/analytics.d.ts +5 -5
- package/dist/types/utils/cardDimensions.d.ts +1 -1
- package/dist/types/utils/dimensionComparer.d.ts +1 -1
- package/dist/types/utils/getDataURIDimension.d.ts +3 -3
- package/dist/types/utils/getMediaCardCursor.d.ts +1 -1
- package/dist/types/utils/globalScope/getSSRData.d.ts +1 -1
- package/dist/types/utils/globalScope/globalScope.d.ts +5 -5
- package/dist/types/utils/globalScope/types.d.ts +2 -2
- package/dist/types/utils/lightCards/cardError.d.ts +1 -1
- package/dist/types/utils/lightCards/cardLoading.d.ts +1 -1
- package/dist/types/utils/lightCards/getDimensionsWithDefault.d.ts +1 -1
- package/dist/types/utils/lightCards/lightCardWrappers.d.ts +1 -1
- package/dist/types/utils/lightCards/styles.d.ts +1 -1
- package/dist/types/utils/lightCards/types.d.ts +2 -2
- package/dist/types/utils/metadata.d.ts +1 -1
- package/dist/types/utils/objectURLCache.d.ts +1 -1
- package/dist/types/utils/preventClickThrough.d.ts +1 -1
- package/dist/types/utils/ufoExperiences.d.ts +4 -4
- package/dist/types/utils/useCurrentValueRef.d.ts +1 -1
- package/dist/types/utils/videoIsPlayable.d.ts +1 -1
- package/dist/types/utils/viewportDetector.d.ts +1 -1
- package/dist/types-ts4.5/card/actions.d.ts +2 -2
- package/dist/types-ts4.5/card/card.d.ts +5 -5
- package/dist/types-ts4.5/card/cardAnalytics.d.ts +4 -4
- package/dist/types-ts4.5/card/cardState.d.ts +2 -2
- package/dist/types-ts4.5/card/cardSwitcher.d.ts +1 -1
- package/dist/types-ts4.5/card/cardView.d.ts +8 -8
- package/dist/types-ts4.5/card/getCardPreview/cache.d.ts +3 -3
- package/dist/types-ts4.5/card/getCardPreview/filePreviewStatus.d.ts +2 -2
- package/dist/types-ts4.5/card/getCardPreview/helpers.d.ts +3 -3
- package/dist/types-ts4.5/card/getCardPreview/index.d.ts +5 -5
- package/dist/types-ts4.5/card/getCardStatus.d.ts +2 -2
- package/dist/types-ts4.5/card/inlinePlayer.d.ts +4 -4
- package/dist/types-ts4.5/card/inlinePlayerWrapper.d.ts +1 -1
- package/dist/types-ts4.5/card/inlinePlayerWrapperStyles.d.ts +1 -1
- package/dist/types-ts4.5/card/media-card-analytics-error-boundary.d.ts +4 -4
- package/dist/types-ts4.5/card/types.d.ts +4 -3
- package/dist/types-ts4.5/card/ui/actionsBar/actionsBar.d.ts +1 -1
- package/dist/types-ts4.5/card/ui/actionsBar/actionsBarWrapper.d.ts +1 -1
- package/dist/types-ts4.5/card/ui/actionsBar/cardActions/cardActionButton.d.ts +1 -1
- package/dist/types-ts4.5/card/ui/actionsBar/cardActions/cardActionIconButton.d.ts +2 -2
- package/dist/types-ts4.5/card/ui/actionsBar/cardActions/cardActionsDropdownMenu.d.ts +2 -2
- package/dist/types-ts4.5/card/ui/actionsBar/cardActions/cardActionsView.d.ts +2 -2
- package/dist/types-ts4.5/card/ui/actionsBar/cardActions/styles.d.ts +4 -3
- package/dist/types-ts4.5/card/ui/actionsBar/types.d.ts +2 -2
- package/dist/types-ts4.5/card/ui/iconMessage/iconMessageWrapper.d.ts +1 -1
- package/dist/types-ts4.5/card/ui/iconMessage/index.d.ts +1 -1
- package/dist/types-ts4.5/card/ui/iconMessage/types.d.ts +2 -2
- package/dist/types-ts4.5/card/ui/iconWrapper/iconWrapper.d.ts +1 -1
- package/dist/types-ts4.5/card/ui/iconWrapper/styles.d.ts +2 -2
- package/dist/types-ts4.5/card/ui/iconWrapper/types.d.ts +1 -1
- package/dist/types-ts4.5/card/ui/imageRenderer/imageRenderer.d.ts +2 -2
- package/dist/types-ts4.5/card/ui/imageRenderer/resizeModeToMediaImageProps.d.ts +1 -1
- package/dist/types-ts4.5/card/ui/openMediaViewerButton/openMediaViewerButton.d.ts +1 -1
- package/dist/types-ts4.5/card/ui/progressBar/styledBar.d.ts +1 -1
- package/dist/types-ts4.5/card/ui/progressBar/styles.d.ts +1 -1
- package/dist/types-ts4.5/card/ui/progressBar/types.d.ts +1 -1
- package/dist/types-ts4.5/card/ui/styles.d.ts +2 -2
- package/dist/types-ts4.5/card/ui/tickBox/tickBox.d.ts +1 -1
- package/dist/types-ts4.5/card/ui/tickBox/tickBoxWrapper.d.ts +1 -1
- package/dist/types-ts4.5/card/ui/titleBox/failedTitleBox.d.ts +1 -1
- package/dist/types-ts4.5/card/ui/titleBox/styles.d.ts +3 -3
- package/dist/types-ts4.5/card/ui/titleBox/titleBox.d.ts +1 -1
- package/dist/types-ts4.5/card/ui/titleBox/titleBoxComponents.d.ts +1 -1
- package/dist/types-ts4.5/card/ui/titleBox/types.d.ts +3 -3
- package/dist/types-ts4.5/card/ui/unhandledErrorCard/index.d.ts +1 -1
- package/dist/types-ts4.5/card/ui/unhandledErrorCard/types.d.ts +1 -1
- package/dist/types-ts4.5/card/ui/wrapper/styles.d.ts +1 -1
- package/dist/types-ts4.5/card/ui/wrapper/types.d.ts +6 -5
- package/dist/types-ts4.5/card/ui/wrapper/wrapper.d.ts +1 -1
- package/dist/types-ts4.5/card/useBreakpoint.d.ts +2 -2
- package/dist/types-ts4.5/card/v2/cardV2.d.ts +3 -3
- package/dist/types-ts4.5/card/v2/cardV2Loader.d.ts +1 -1
- package/dist/types-ts4.5/card/v2/cardViewV2.d.ts +11 -10
- package/dist/types-ts4.5/card/v2/cardWithMediaClientV2.d.ts +1 -1
- package/dist/types-ts4.5/card/v2/cardviews/cardViewWrapper.d.ts +8 -7
- package/dist/types-ts4.5/card/v2/cardviews/errorCardView.d.ts +9 -5
- package/dist/types-ts4.5/card/v2/cardviews/iconCardView.d.ts +9 -4
- package/dist/types-ts4.5/card/v2/cardviews/imageCardView.d.ts +18 -5
- package/dist/types-ts4.5/card/v2/cardviews/index.d.ts +10 -9
- package/dist/types-ts4.5/card/v2/cardviews/loadingCardView.d.ts +8 -4
- package/dist/types-ts4.5/card/v2/cardviews/processingCardView.d.ts +6 -3
- package/dist/types-ts4.5/card/v2/cardviews/videoCardView.d.ts +18 -5
- package/dist/types-ts4.5/card/v2/externalImageCard.d.ts +3 -3
- package/dist/types-ts4.5/card/v2/fileCard.d.ts +5 -5
- package/dist/types-ts4.5/card/v2/inlinePlayerV2.d.ts +4 -4
- package/dist/types-ts4.5/errors.d.ts +2 -2
- package/dist/types-ts4.5/inline/loader.d.ts +3 -3
- package/dist/types-ts4.5/inline/mediaInlineAnalyticsErrorBoundary.d.ts +3 -3
- package/dist/types-ts4.5/inline/mediaInlineCard.d.ts +4 -4
- package/dist/types-ts4.5/inline/mediaInlineCardAnalytics.d.ts +2 -2
- package/dist/types-ts4.5/types.d.ts +6 -6
- package/dist/types-ts4.5/utils/analytics/analytics.d.ts +5 -5
- package/dist/types-ts4.5/utils/cardDimensions.d.ts +1 -1
- package/dist/types-ts4.5/utils/dimensionComparer.d.ts +1 -1
- package/dist/types-ts4.5/utils/getDataURIDimension.d.ts +3 -3
- package/dist/types-ts4.5/utils/getMediaCardCursor.d.ts +1 -1
- package/dist/types-ts4.5/utils/globalScope/getSSRData.d.ts +1 -1
- package/dist/types-ts4.5/utils/globalScope/globalScope.d.ts +5 -5
- package/dist/types-ts4.5/utils/globalScope/types.d.ts +2 -2
- package/dist/types-ts4.5/utils/lightCards/cardError.d.ts +1 -1
- package/dist/types-ts4.5/utils/lightCards/cardLoading.d.ts +1 -1
- package/dist/types-ts4.5/utils/lightCards/getDimensionsWithDefault.d.ts +1 -1
- package/dist/types-ts4.5/utils/lightCards/lightCardWrappers.d.ts +1 -1
- package/dist/types-ts4.5/utils/lightCards/styles.d.ts +1 -1
- package/dist/types-ts4.5/utils/lightCards/types.d.ts +2 -2
- package/dist/types-ts4.5/utils/metadata.d.ts +1 -1
- package/dist/types-ts4.5/utils/objectURLCache.d.ts +1 -1
- package/dist/types-ts4.5/utils/preventClickThrough.d.ts +1 -1
- package/dist/types-ts4.5/utils/ufoExperiences.d.ts +4 -4
- package/dist/types-ts4.5/utils/useCurrentValueRef.d.ts +1 -1
- package/dist/types-ts4.5/utils/videoIsPlayable.d.ts +1 -1
- package/dist/types-ts4.5/utils/viewportDetector.d.ts +1 -1
- package/example-helpers/cards.tsx +3 -1
- package/example-helpers/developmentUseMessage.tsx +1 -0
- package/example-helpers/index.tsx +4 -4
- package/example-helpers/selectableCard.tsx +2 -2
- package/package.json +18 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,34 @@
|
|
|
1
1
|
# @atlaskit/media-card
|
|
2
2
|
|
|
3
|
+
## 77.11.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#106551](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/106551)
|
|
8
|
+
[`5b4127cba6c4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5b4127cba6c4) -
|
|
9
|
+
Fixed CardV2 regression of not using DateOverride for Jira
|
|
10
|
+
|
|
11
|
+
## 77.11.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 77.11.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
6
20
|
|
|
7
|
-
- [#90872](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90872)
|
|
21
|
+
- [#90872](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90872)
|
|
22
|
+
[`ac8e7b44549a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ac8e7b44549a) -
|
|
23
|
+
The internal composition of this package has changed. There is no expected change in behavior.
|
|
8
24
|
|
|
9
25
|
## 77.11.0
|
|
10
26
|
|
|
11
27
|
### Minor Changes
|
|
12
28
|
|
|
13
|
-
- [#88895](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88895)
|
|
29
|
+
- [#88895](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88895)
|
|
30
|
+
[`a48b908e2bf6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a48b908e2bf6) -
|
|
31
|
+
Add integration of React UFO to not hold react-ufo measurement when media is not in viewport
|
|
14
32
|
|
|
15
33
|
### Patch Changes
|
|
16
34
|
|
|
@@ -20,20 +38,26 @@
|
|
|
20
38
|
|
|
21
39
|
### Patch Changes
|
|
22
40
|
|
|
23
|
-
- [#89247](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89247)
|
|
41
|
+
- [#89247](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89247)
|
|
42
|
+
[`a65b4a0870d8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a65b4a0870d8) -
|
|
43
|
+
The internal composition of this package has changed. There is no expected change in behavior.
|
|
24
44
|
|
|
25
45
|
## 77.10.11
|
|
26
46
|
|
|
27
47
|
### Patch Changes
|
|
28
48
|
|
|
29
|
-
- [#88354](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88354)
|
|
49
|
+
- [#88354](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88354)
|
|
50
|
+
[`4c87d9b4f0c2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4c87d9b4f0c2) -
|
|
51
|
+
The internal composition of this component has changed. There is no expected change in behavior.
|
|
30
52
|
- Updated dependencies
|
|
31
53
|
|
|
32
54
|
## 77.10.10
|
|
33
55
|
|
|
34
56
|
### Patch Changes
|
|
35
57
|
|
|
36
|
-
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
58
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
59
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
60
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
37
61
|
|
|
38
62
|
## 77.10.9
|
|
39
63
|
|
|
@@ -45,46 +69,60 @@
|
|
|
45
69
|
|
|
46
70
|
### Patch Changes
|
|
47
71
|
|
|
48
|
-
- [#80866](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80866)
|
|
72
|
+
- [#80866](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80866)
|
|
73
|
+
[`5f63192be3ab`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5f63192be3ab) -
|
|
74
|
+
Sanitise file id before logging to prevent PII/UGC leaks
|
|
49
75
|
- Updated dependencies
|
|
50
76
|
|
|
51
77
|
## 77.10.7
|
|
52
78
|
|
|
53
79
|
### Patch Changes
|
|
54
80
|
|
|
55
|
-
- [#80085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80085)
|
|
81
|
+
- [#80085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80085)
|
|
82
|
+
[`7febfed958dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7febfed958dd) -
|
|
83
|
+
Update usage of `React.FC` to explicity include `children`
|
|
56
84
|
|
|
57
85
|
## 77.10.6
|
|
58
86
|
|
|
59
87
|
### Patch Changes
|
|
60
88
|
|
|
61
|
-
- [#79344](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79344)
|
|
89
|
+
- [#79344](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79344)
|
|
90
|
+
[`b6bc418abde3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b6bc418abde3) -
|
|
91
|
+
CXP-3050 Enforced design tokens and primitives on media-card
|
|
62
92
|
|
|
63
93
|
## 77.10.5
|
|
64
94
|
|
|
65
95
|
### Patch Changes
|
|
66
96
|
|
|
67
|
-
- [#79378](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79378)
|
|
97
|
+
- [#79378](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79378)
|
|
98
|
+
[`1292c9f03c9f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1292c9f03c9f) -
|
|
99
|
+
Apply spacing token to media-ui
|
|
68
100
|
|
|
69
101
|
## 77.10.4
|
|
70
102
|
|
|
71
103
|
### Patch Changes
|
|
72
104
|
|
|
73
|
-
- [#77619](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77619)
|
|
105
|
+
- [#77619](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77619)
|
|
106
|
+
[`019721a3386a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/019721a3386a) -
|
|
107
|
+
Fixed issue with keyboard focused card actions not being visible
|
|
74
108
|
- Updated dependencies
|
|
75
109
|
|
|
76
110
|
## 77.10.3
|
|
77
111
|
|
|
78
112
|
### Patch Changes
|
|
79
113
|
|
|
80
|
-
- [#69454](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69454)
|
|
114
|
+
- [#69454](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69454)
|
|
115
|
+
[`41f49439d5da`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/41f49439d5da) -
|
|
116
|
+
[ux] ECA11Y-198: Add Shift + F10 shortcut to focus play/pause button when video is selected
|
|
81
117
|
- Updated dependencies
|
|
82
118
|
|
|
83
119
|
## 77.10.2
|
|
84
120
|
|
|
85
121
|
### Patch Changes
|
|
86
122
|
|
|
87
|
-
- [#74855](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74855)
|
|
123
|
+
- [#74855](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74855)
|
|
124
|
+
[`60e3eb23093b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/60e3eb23093b) -
|
|
125
|
+
Fixed accessiblity issue where passing label was not adding an accessible aria-label tag
|
|
88
126
|
|
|
89
127
|
## 77.10.1
|
|
90
128
|
|
|
@@ -96,19 +134,25 @@
|
|
|
96
134
|
|
|
97
135
|
### Minor Changes
|
|
98
136
|
|
|
99
|
-
- [#72258](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72258)
|
|
137
|
+
- [#72258](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72258)
|
|
138
|
+
[`31cecb8f314b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/31cecb8f314b) -
|
|
139
|
+
ECA11Y-78: removed feature flag
|
|
100
140
|
|
|
101
141
|
## 77.9.0
|
|
102
142
|
|
|
103
143
|
### Minor Changes
|
|
104
144
|
|
|
105
|
-
- [#71201](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/71201)
|
|
145
|
+
- [#71201](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/71201)
|
|
146
|
+
[`1b48cdd3c074`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1b48cdd3c074) -
|
|
147
|
+
ED-21767 export inline image analytic function.
|
|
106
148
|
|
|
107
149
|
## 77.8.0
|
|
108
150
|
|
|
109
151
|
### Minor Changes
|
|
110
152
|
|
|
111
|
-
- [#69045](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69045)
|
|
153
|
+
- [#69045](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69045)
|
|
154
|
+
[`c181471c1afb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c181471c1afb) -
|
|
155
|
+
Made media card keyboard accessible when media viewer is enabled
|
|
112
156
|
|
|
113
157
|
### Patch Changes
|
|
114
158
|
|
|
@@ -118,106 +162,142 @@
|
|
|
118
162
|
|
|
119
163
|
### Patch Changes
|
|
120
164
|
|
|
121
|
-
- [#70446](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70446)
|
|
165
|
+
- [#70446](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70446)
|
|
166
|
+
[`f5cf78271e82`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f5cf78271e82) -
|
|
167
|
+
Card v2 updates use of return value from Hook
|
|
122
168
|
- Updated dependencies
|
|
123
169
|
|
|
124
170
|
## 77.7.6
|
|
125
171
|
|
|
126
172
|
### Patch Changes
|
|
127
173
|
|
|
128
|
-
- [#70361](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70361)
|
|
174
|
+
- [#70361](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70361)
|
|
175
|
+
[`00f64ae9f383`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/00f64ae9f383) -
|
|
176
|
+
Added failed-processing as error primary reason in Card v2
|
|
129
177
|
|
|
130
178
|
## 77.7.5
|
|
131
179
|
|
|
132
180
|
### Patch Changes
|
|
133
181
|
|
|
134
|
-
- [#70034](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70034)
|
|
182
|
+
- [#70034](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70034)
|
|
183
|
+
[`0cf829b2ca1f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0cf829b2ca1f) -
|
|
184
|
+
Updated prop names from Preview Hook
|
|
135
185
|
- Updated dependencies
|
|
136
186
|
|
|
137
187
|
## 77.7.4
|
|
138
188
|
|
|
139
189
|
### Patch Changes
|
|
140
190
|
|
|
141
|
-
- [#69809](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69809)
|
|
191
|
+
- [#69809](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69809)
|
|
192
|
+
[`8c7fda062747`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8c7fda062747) -
|
|
193
|
+
Unskip MediaCardV2 tests for processing status
|
|
142
194
|
|
|
143
195
|
## 77.7.3
|
|
144
196
|
|
|
145
197
|
### Patch Changes
|
|
146
198
|
|
|
147
|
-
- [#69372](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69372)
|
|
199
|
+
- [#69372](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69372)
|
|
200
|
+
[`c5868970426f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c5868970426f) -
|
|
201
|
+
Simplified status set in Card v2
|
|
148
202
|
- Updated dependencies
|
|
149
203
|
|
|
150
204
|
## 77.7.2
|
|
151
205
|
|
|
152
206
|
### Patch Changes
|
|
153
207
|
|
|
154
|
-
- [#65817](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65817)
|
|
208
|
+
- [#65817](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65817)
|
|
209
|
+
[`3be0ec786219`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3be0ec786219) -
|
|
210
|
+
Added data test preview source
|
|
155
211
|
- Updated dependencies
|
|
156
212
|
|
|
157
213
|
## 77.7.1
|
|
158
214
|
|
|
159
215
|
### Patch Changes
|
|
160
216
|
|
|
161
|
-
- [#67886](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67886)
|
|
217
|
+
- [#67886](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67886)
|
|
218
|
+
[`18c0c2f52a54`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/18c0c2f52a54) -
|
|
219
|
+
CXP-2880 remove isBannedLocalPreview state from fileCard
|
|
162
220
|
|
|
163
221
|
## 77.7.0
|
|
164
222
|
|
|
165
223
|
### Minor Changes
|
|
166
224
|
|
|
167
|
-
- [#66422](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66422)
|
|
225
|
+
- [#66422](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66422)
|
|
226
|
+
[`e26fc35ce110`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e26fc35ce110) -
|
|
227
|
+
[CXP-2840] Added `DateOverrideContext` to fix inconsistent creation time in film strip
|
|
228
|
+
(JRACLOUD-77568)
|
|
168
229
|
|
|
169
230
|
## 77.6.7
|
|
170
231
|
|
|
171
232
|
### Patch Changes
|
|
172
233
|
|
|
173
|
-
- [#65749](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65749)
|
|
234
|
+
- [#65749](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65749)
|
|
235
|
+
[`1b2e73df14b4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1b2e73df14b4) -
|
|
236
|
+
Updated Preview Hook usage
|
|
174
237
|
- Updated dependencies
|
|
175
238
|
|
|
176
239
|
## 77.6.6
|
|
177
240
|
|
|
178
241
|
### Patch Changes
|
|
179
242
|
|
|
180
|
-
- [#62664](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/62664)
|
|
243
|
+
- [#62664](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/62664)
|
|
244
|
+
[`d9ad2c26fedf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d9ad2c26fedf) -
|
|
245
|
+
Media Card uses preview hook from public package
|
|
181
246
|
|
|
182
247
|
## 77.6.5
|
|
183
248
|
|
|
184
249
|
### Patch Changes
|
|
185
250
|
|
|
186
|
-
- [#61878](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61878)
|
|
251
|
+
- [#61878](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61878)
|
|
252
|
+
[`7392ec59e8d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7392ec59e8d7) -
|
|
253
|
+
Reorganised preview resolution logic in preview hook
|
|
187
254
|
|
|
188
255
|
## 77.6.4
|
|
189
256
|
|
|
190
257
|
### Patch Changes
|
|
191
258
|
|
|
192
|
-
- [#61611](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61611)
|
|
259
|
+
- [#61611](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61611)
|
|
260
|
+
[`fd753abb6b83`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fd753abb6b83) -
|
|
261
|
+
[ED-21557] Add optional chaining in the unsubscribe to avoid tests cases failing in React 18
|
|
193
262
|
|
|
194
263
|
## 77.6.3
|
|
195
264
|
|
|
196
265
|
### Patch Changes
|
|
197
266
|
|
|
198
|
-
- [#61545](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61545)
|
|
267
|
+
- [#61545](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61545)
|
|
268
|
+
[`7eff3f03b521`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7eff3f03b521) -
|
|
269
|
+
Reorganised logic of Previe Hook
|
|
199
270
|
|
|
200
271
|
## 77.6.2
|
|
201
272
|
|
|
202
273
|
### Patch Changes
|
|
203
274
|
|
|
204
|
-
- [#60690](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60690)
|
|
275
|
+
- [#60690](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60690)
|
|
276
|
+
[`4a6ece928910`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4a6ece928910) -
|
|
277
|
+
[ux] Media Inline Card displays the file name when failed to process and enables Media Viewer to
|
|
278
|
+
download it
|
|
205
279
|
|
|
206
280
|
## 77.6.1
|
|
207
281
|
|
|
208
282
|
### Patch Changes
|
|
209
283
|
|
|
210
|
-
- [#60393](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60393)
|
|
284
|
+
- [#60393](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60393)
|
|
285
|
+
[`7f40d5c65a95`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7f40d5c65a95) -
|
|
286
|
+
Isolated analytics resources for preview hook
|
|
211
287
|
|
|
212
288
|
## 77.6.0
|
|
213
289
|
|
|
214
290
|
### Minor Changes
|
|
215
291
|
|
|
216
|
-
- [#60120](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60120)
|
|
292
|
+
- [#60120](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60120)
|
|
293
|
+
[`90b15e5dd475`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/90b15e5dd475) -
|
|
294
|
+
Extract CardView logic into individual "view" components
|
|
217
295
|
|
|
218
296
|
### Patch Changes
|
|
219
297
|
|
|
220
|
-
- [#60464](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60464)
|
|
298
|
+
- [#60464](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60464)
|
|
299
|
+
[`a30f9a5f3e0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a30f9a5f3e0d) -
|
|
300
|
+
Removing unused dependencies
|
|
221
301
|
|
|
222
302
|
## 77.5.2
|
|
223
303
|
|
|
@@ -229,53 +309,76 @@
|
|
|
229
309
|
|
|
230
310
|
### Patch Changes
|
|
231
311
|
|
|
232
|
-
- [#59746](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59746)
|
|
312
|
+
- [#59746](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59746)
|
|
313
|
+
[`8412c1b3563d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8412c1b3563d) -
|
|
314
|
+
isolated dependencies of usePreviewHook (not includes analytics)
|
|
233
315
|
|
|
234
316
|
## 77.5.0
|
|
235
317
|
|
|
236
318
|
### Minor Changes
|
|
237
319
|
|
|
238
|
-
- [#59081](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59081)
|
|
320
|
+
- [#59081](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59081)
|
|
321
|
+
[`ddeb216a6c03`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ddeb216a6c03) -
|
|
322
|
+
remove extra react loadable breakdown as it is unnecessary
|
|
239
323
|
|
|
240
324
|
## 77.4.10
|
|
241
325
|
|
|
242
326
|
### Patch Changes
|
|
243
327
|
|
|
244
|
-
- [#58827](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58827)
|
|
328
|
+
- [#58827](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58827)
|
|
329
|
+
[`d0041df63a34`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d0041df63a34) -
|
|
330
|
+
Small code refactor
|
|
245
331
|
|
|
246
332
|
## 77.4.9
|
|
247
333
|
|
|
248
334
|
### Patch Changes
|
|
249
335
|
|
|
250
|
-
- [#57473](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57473)
|
|
336
|
+
- [#57473](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57473)
|
|
337
|
+
[`100f90575744`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/100f90575744) -
|
|
338
|
+
Remove legacy theming logic from @atlaskit/media-avatar-picker, @atlaskit/media-card,
|
|
339
|
+
@atlaskit/media-ui and @atlaskit/media-viewer.
|
|
251
340
|
|
|
252
341
|
## 77.4.8
|
|
253
342
|
|
|
254
343
|
### Patch Changes
|
|
255
344
|
|
|
256
|
-
- [#59147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59147)
|
|
257
|
-
|
|
258
|
-
-
|
|
259
|
-
- [#
|
|
345
|
+
- [#59147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59147)
|
|
346
|
+
[`f12e489f23b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f12e489f23b0) -
|
|
347
|
+
Re-build and deploy packages to NPM to resolve React/Compiled not found error (HOT-106483).
|
|
348
|
+
- [#58813](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58813)
|
|
349
|
+
[`28b2b3f41843`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/28b2b3f41843) -
|
|
350
|
+
Internal components use useMediaClient hook
|
|
351
|
+
- [#56822](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/56822)
|
|
352
|
+
[`77f4fbf44e93`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/77f4fbf44e93) -
|
|
353
|
+
ECA11Y-78: Added announce for the selected file
|
|
354
|
+
- [#58473](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58473)
|
|
355
|
+
[`7c4103bcdc2c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7c4103bcdc2c) -
|
|
356
|
+
refactored use of card dimensions and requested dimensions in card V2
|
|
260
357
|
|
|
261
358
|
## 77.4.7
|
|
262
359
|
|
|
263
360
|
### Patch Changes
|
|
264
361
|
|
|
265
|
-
- [#57119](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57119)
|
|
362
|
+
- [#57119](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57119)
|
|
363
|
+
[`c64d6ef23ba4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c64d6ef23ba4) -
|
|
364
|
+
Replaces the return type of internal preview hook to include the attributes for the ssr script
|
|
266
365
|
- Updated dependencies
|
|
267
366
|
|
|
268
367
|
## 77.4.6
|
|
269
368
|
|
|
270
369
|
### Patch Changes
|
|
271
370
|
|
|
272
|
-
- [#56636](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56636)
|
|
371
|
+
- [#56636](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56636)
|
|
372
|
+
[`eb1b7736ff9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb1b7736ff9d) - Moved
|
|
373
|
+
preview fetch logic from internal component into an internal hook
|
|
273
374
|
|
|
274
375
|
## 77.4.5
|
|
275
376
|
|
|
276
377
|
### Patch Changes
|
|
277
378
|
|
|
278
|
-
- [#43072](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43072)
|
|
379
|
+
- [#43072](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43072)
|
|
380
|
+
[`4c4278b7415`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c4278b7415) - [ux]
|
|
381
|
+
CXP-2744 Bug fix preventing an infinite loop from occurring when an error occurs in inline player
|
|
279
382
|
- Updated dependencies
|
|
280
383
|
|
|
281
384
|
## 77.4.4
|
|
@@ -288,13 +391,18 @@
|
|
|
288
391
|
|
|
289
392
|
### Patch Changes
|
|
290
393
|
|
|
291
|
-
- [#43248](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43248)
|
|
394
|
+
- [#43248](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43248)
|
|
395
|
+
[`38b1f08a5da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/38b1f08a5da) - [ux]
|
|
396
|
+
CXP-2748 Bug fix in CardV2 so that the card correctly updates the file preview when a new
|
|
397
|
+
identifier is passed to the component
|
|
292
398
|
|
|
293
399
|
## 77.4.2
|
|
294
400
|
|
|
295
401
|
### Patch Changes
|
|
296
402
|
|
|
297
|
-
- [#43093](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43093)
|
|
403
|
+
- [#43093](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43093)
|
|
404
|
+
[`ccba4cddc23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ccba4cddc23) - [ux]
|
|
405
|
+
CXP-2736 Bug fix to ensure that a poster attribute is provided to videos for CardV2.
|
|
298
406
|
|
|
299
407
|
## 77.4.1
|
|
300
408
|
|
|
@@ -306,18 +414,25 @@
|
|
|
306
414
|
|
|
307
415
|
### Minor Changes
|
|
308
416
|
|
|
309
|
-
- [#43014](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43014)
|
|
417
|
+
- [#43014](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43014)
|
|
418
|
+
[`f021d31543e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f021d31543e) - create
|
|
419
|
+
useFileState hook versions of header and itemviewer, create list-v2, refactor MediaFileStateError
|
|
420
|
+
to media-client-react
|
|
310
421
|
|
|
311
422
|
### Patch Changes
|
|
312
423
|
|
|
313
|
-
- [#42702](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42702)
|
|
424
|
+
- [#42702](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42702)
|
|
425
|
+
[`79e5ed8fac7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79e5ed8fac7) - ED-19543
|
|
426
|
+
remove unused FF check
|
|
314
427
|
- Updated dependencies
|
|
315
428
|
|
|
316
429
|
## 77.3.0
|
|
317
430
|
|
|
318
431
|
### Minor Changes
|
|
319
432
|
|
|
320
|
-
- [#41419](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41419)
|
|
433
|
+
- [#41419](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41419)
|
|
434
|
+
[`251e86f3c28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/251e86f3c28) - MEX-2633
|
|
435
|
+
Convert CardBase to a functional component
|
|
321
436
|
|
|
322
437
|
## 77.2.3
|
|
323
438
|
|
|
@@ -329,65 +444,89 @@
|
|
|
329
444
|
|
|
330
445
|
### Patch Changes
|
|
331
446
|
|
|
332
|
-
- [#41659](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41659)
|
|
447
|
+
- [#41659](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41659)
|
|
448
|
+
[`a0c97a19dba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a0c97a19dba) - Remove
|
|
449
|
+
unused utils and depreciated exports in mediaClient.
|
|
333
450
|
- Updated dependencies
|
|
334
451
|
|
|
335
452
|
## 77.2.1
|
|
336
453
|
|
|
337
454
|
### Patch Changes
|
|
338
455
|
|
|
339
|
-
- [#41932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41932)
|
|
456
|
+
- [#41932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41932)
|
|
457
|
+
[`756dd90f1a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/756dd90f1a3) - 1.
|
|
458
|
+
Deprecate withMediaClient HOC in media-client and migrated it to media-client-react 2. clean up
|
|
459
|
+
deprecated imports from media-client
|
|
340
460
|
- Updated dependencies
|
|
341
461
|
|
|
342
462
|
## 77.2.0
|
|
343
463
|
|
|
344
464
|
### Minor Changes
|
|
345
465
|
|
|
346
|
-
- [#41358](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41358)
|
|
466
|
+
- [#41358](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41358)
|
|
467
|
+
[`80f2161f1bb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/80f2161f1bb) - MEX-2581
|
|
468
|
+
Convert inline player base to functional component
|
|
347
469
|
|
|
348
470
|
## 77.1.2
|
|
349
471
|
|
|
350
472
|
### Patch Changes
|
|
351
473
|
|
|
352
|
-
- [#41371](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41371)
|
|
353
|
-
|
|
474
|
+
- [#41371](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41371)
|
|
475
|
+
[`a5766038a35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5766038a35) - Fix TS
|
|
476
|
+
errors in AFM
|
|
477
|
+
- [#41070](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41070)
|
|
478
|
+
[`d86446f88c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d86446f88c8) - The UFO
|
|
479
|
+
experience is aborted if it hasn't completed when Card is unmounted
|
|
354
480
|
- Updated dependencies
|
|
355
481
|
|
|
356
482
|
## 77.1.1
|
|
357
483
|
|
|
358
484
|
### Patch Changes
|
|
359
485
|
|
|
360
|
-
- [#41101](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41101)
|
|
486
|
+
- [#41101](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41101)
|
|
487
|
+
[`eeafdcc5924`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eeafdcc5924) - fix
|
|
488
|
+
platform FF not working for mediaCardV2 in SSR
|
|
361
489
|
|
|
362
490
|
## 77.1.0
|
|
363
491
|
|
|
364
492
|
### Minor Changes
|
|
365
493
|
|
|
366
|
-
- [#41033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41033)
|
|
494
|
+
- [#41033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41033)
|
|
495
|
+
[`812baef40e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/812baef40e8) - MEX-2574
|
|
496
|
+
convert CardView to functional component
|
|
367
497
|
|
|
368
498
|
## 77.0.3
|
|
369
499
|
|
|
370
500
|
### Patch Changes
|
|
371
501
|
|
|
372
|
-
- [#40560](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40560)
|
|
502
|
+
- [#40560](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40560)
|
|
503
|
+
[`25252788c18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/25252788c18) - Give the
|
|
504
|
+
progress bar in media card a "progressbar" role.
|
|
373
505
|
|
|
374
506
|
## 77.0.2
|
|
375
507
|
|
|
376
508
|
### Patch Changes
|
|
377
509
|
|
|
378
|
-
- [#40353](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40353)
|
|
510
|
+
- [#40353](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40353)
|
|
511
|
+
[`78b51d6134c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78b51d6134c) - Fixed
|
|
512
|
+
issue with media card lazy loading not working during SSR hydration
|
|
379
513
|
|
|
380
514
|
## 77.0.1
|
|
381
515
|
|
|
382
516
|
### Patch Changes
|
|
383
517
|
|
|
384
|
-
- [#39320](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39320)
|
|
518
|
+
- [#39320](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39320)
|
|
519
|
+
[`ec4867e1376`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec4867e1376) - Removed
|
|
520
|
+
captions flag and replaced with a new media prop `allowCaptions`. `allowCaptions` is set to
|
|
521
|
+
`false` by default and products will need to opt in to be able to use captions from now on.
|
|
385
522
|
|
|
386
523
|
## 77.0.0
|
|
387
524
|
|
|
388
525
|
### Major Changes
|
|
389
526
|
|
|
390
|
-
- [#39427](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39427)
|
|
527
|
+
- [#39427](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39427)
|
|
528
|
+
[`e6122bf1c9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6122bf1c9a) - MEX-2481
|
|
529
|
+
revert and re-introduce a new fix for media border gap issue
|
|
391
530
|
|
|
392
531
|
### Patch Changes
|
|
393
532
|
|
|
@@ -397,16 +536,20 @@
|
|
|
397
536
|
|
|
398
537
|
### Patch Changes
|
|
399
538
|
|
|
400
|
-
- [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
|
|
539
|
+
- [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
|
|
540
|
+
[`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal
|
|
541
|
+
changes to use space tokens. There is no expected visual or behaviour change.
|
|
401
542
|
|
|
402
543
|
## 76.2.0
|
|
403
544
|
|
|
404
545
|
### Minor Changes
|
|
405
546
|
|
|
406
|
-
- [#38532](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38532)
|
|
407
|
-
|
|
408
|
-
Introducing '
|
|
409
|
-
|
|
547
|
+
- [#38532](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38532)
|
|
548
|
+
[`7b6a2c6671b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b6a2c6671b) -
|
|
549
|
+
Introducing 'media-state' for handling media internal file state. Introducing 'media-client-react'
|
|
550
|
+
to provide hooks for seamless media-client integration with React. Introducing 'MediaCardV2' with
|
|
551
|
+
a feature flag to replace rxjs based fileState subscription with 'useFileState' hook. Removed
|
|
552
|
+
unused feature flags APIs from 'media-client' and its helper functions from 'media-common'.
|
|
410
553
|
|
|
411
554
|
### Patch Changes
|
|
412
555
|
|
|
@@ -422,14 +565,18 @@
|
|
|
422
565
|
|
|
423
566
|
### Patch Changes
|
|
424
567
|
|
|
425
|
-
- [#37897](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37897)
|
|
568
|
+
- [#37897](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37897)
|
|
569
|
+
[`ed81e630547`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ed81e630547) - MEX-2089
|
|
570
|
+
Remove timestamp feature flag on AFP
|
|
426
571
|
- Updated dependencies
|
|
427
572
|
|
|
428
573
|
## 76.1.0
|
|
429
574
|
|
|
430
575
|
### Minor Changes
|
|
431
576
|
|
|
432
|
-
- [#36498](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36498)
|
|
577
|
+
- [#36498](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36498)
|
|
578
|
+
[`f486dbd535c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f486dbd535c) - MEX-2481
|
|
579
|
+
Fix minor gap between image and border
|
|
433
580
|
|
|
434
581
|
### Patch Changes
|
|
435
582
|
|
|
@@ -439,85 +586,115 @@
|
|
|
439
586
|
|
|
440
587
|
### Patch Changes
|
|
441
588
|
|
|
442
|
-
- [#35798](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35798)
|
|
589
|
+
- [#35798](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35798)
|
|
590
|
+
[`4807883cf8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4807883cf8e) -
|
|
591
|
+
[MEX-2468] Disable Tooltip in Media Card in Hybrid Renderer
|
|
443
592
|
|
|
444
593
|
## 76.0.5
|
|
445
594
|
|
|
446
595
|
### Patch Changes
|
|
447
596
|
|
|
448
|
-
- [#33728](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33728)
|
|
597
|
+
- [#33728](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33728)
|
|
598
|
+
[`48e4a655534`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48e4a655534) - Internal
|
|
599
|
+
change to enforce token usage for spacing properties. There is no expected visual or behaviour
|
|
600
|
+
change.
|
|
449
601
|
|
|
450
602
|
## 76.0.4
|
|
451
603
|
|
|
452
604
|
### Patch Changes
|
|
453
605
|
|
|
454
|
-
- [#34914](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34914)
|
|
606
|
+
- [#34914](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34914)
|
|
607
|
+
[`8b83c75ef6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b83c75ef6d) - MEX-2382
|
|
608
|
+
Fixed a bug in media card so that the card preview updates when the provided file identifier is
|
|
609
|
+
different
|
|
455
610
|
|
|
456
611
|
## 76.0.3
|
|
457
612
|
|
|
458
613
|
### Patch Changes
|
|
459
614
|
|
|
460
|
-
- [#34912](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34912)
|
|
615
|
+
- [#34912](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34912)
|
|
616
|
+
[`5dcaf51b269`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5dcaf51b269) - removed
|
|
617
|
+
unused memory cache logs
|
|
461
618
|
- Updated dependencies
|
|
462
619
|
|
|
463
620
|
## 76.0.2
|
|
464
621
|
|
|
465
622
|
### Patch Changes
|
|
466
623
|
|
|
467
|
-
- [#34887](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34887)
|
|
624
|
+
- [#34887](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34887)
|
|
625
|
+
[`bb442ced942`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb442ced942) - Remove
|
|
626
|
+
newCardExperience feature flag
|
|
468
627
|
- Updated dependencies
|
|
469
628
|
|
|
470
629
|
## 76.0.1
|
|
471
630
|
|
|
472
631
|
### Patch Changes
|
|
473
632
|
|
|
474
|
-
- [#34644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34644)
|
|
633
|
+
- [#34644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34644)
|
|
634
|
+
[`501218d4044`](https://bitbucket.org/atlassian/atlassian-frontend/commits/501218d4044) - MEX-2393
|
|
635
|
+
fix error setting in subscribe method in media-inline
|
|
475
636
|
|
|
476
637
|
## 76.0.0
|
|
477
638
|
|
|
478
639
|
### Major Changes
|
|
479
640
|
|
|
480
|
-
- [#34192](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34192)
|
|
481
|
-
|
|
641
|
+
- [#34192](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34192)
|
|
642
|
+
[`9fe30b8ca24`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fe30b8ca24) - Removed
|
|
643
|
+
classic experience
|
|
644
|
+
- [`3247424b653`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3247424b653) - Removed
|
|
645
|
+
the classname 'fileCardImageViewSelectedSelector' since it is no longer being used
|
|
482
646
|
|
|
483
647
|
### Minor Changes
|
|
484
648
|
|
|
485
|
-
- [`3239a550cb6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3239a550cb6) - Add
|
|
649
|
+
- [`3239a550cb6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3239a550cb6) - Add
|
|
650
|
+
analytics succeeded and failed render event for mediaInlineCard.
|
|
486
651
|
|
|
487
652
|
### Patch Changes
|
|
488
653
|
|
|
489
|
-
- [`e725edbb0d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e725edbb0d9) - Card
|
|
654
|
+
- [`e725edbb0d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e725edbb0d9) - Card
|
|
655
|
+
goes to ‘processing’ status instead of ‘completed’ when a file is in processing and it is
|
|
656
|
+
identified as non previewable (removed feature flag to make it a permanent change)
|
|
490
657
|
- Updated dependencies
|
|
491
658
|
|
|
492
659
|
## 75.0.1
|
|
493
660
|
|
|
494
661
|
### Patch Changes
|
|
495
662
|
|
|
496
|
-
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
663
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
664
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
665
|
+
legacy types are published for TS 4.5-4.8
|
|
497
666
|
|
|
498
667
|
## 75.0.0
|
|
499
668
|
|
|
500
669
|
### Major Changes
|
|
501
670
|
|
|
502
|
-
- [#33771](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33771)
|
|
671
|
+
- [#33771](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33771)
|
|
672
|
+
[`8c6a6cf4bc4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c6a6cf4bc4) - Media
|
|
673
|
+
Card now only accepts a list of items for Media Viewer, no longer collection name
|
|
503
674
|
|
|
504
675
|
### Patch Changes
|
|
505
676
|
|
|
506
|
-
- [`6fd9d7aeaec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6fd9d7aeaec) - Fixed
|
|
507
|
-
|
|
677
|
+
- [`6fd9d7aeaec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6fd9d7aeaec) - Fixed
|
|
678
|
+
Inline Card file state handling
|
|
679
|
+
- [`eb4991f04b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb4991f04b4) - Removed
|
|
680
|
+
unused util
|
|
508
681
|
- Updated dependencies
|
|
509
682
|
|
|
510
683
|
## 74.8.1
|
|
511
684
|
|
|
512
685
|
### Patch Changes
|
|
513
686
|
|
|
514
|
-
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
687
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
688
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
|
|
689
|
+
Typescript from `4.5.5` to `4.9.5`
|
|
515
690
|
|
|
516
691
|
## 74.8.0
|
|
517
692
|
|
|
518
693
|
### Minor Changes
|
|
519
694
|
|
|
520
|
-
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
695
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
696
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
697
|
+
minor dependency bump
|
|
521
698
|
|
|
522
699
|
### Patch Changes
|
|
523
700
|
|
|
@@ -527,38 +704,53 @@
|
|
|
527
704
|
|
|
528
705
|
### Patch Changes
|
|
529
706
|
|
|
530
|
-
- [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004)
|
|
707
|
+
- [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004)
|
|
708
|
+
[`5c6e8f7b846`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c6e8f7b846) - -
|
|
709
|
+
refactored card file states example
|
|
531
710
|
- added inline card file states example
|
|
532
|
-
- [`e8bb5592bf8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e8bb5592bf8) - MEX-2140
|
|
711
|
+
- [`e8bb5592bf8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e8bb5592bf8) - MEX-2140
|
|
712
|
+
Refactor error boundary of media inline card
|
|
533
713
|
- Updated dependencies
|
|
534
714
|
|
|
535
715
|
## 74.7.3
|
|
536
716
|
|
|
537
717
|
### Patch Changes
|
|
538
718
|
|
|
539
|
-
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
|
|
540
|
-
|
|
719
|
+
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
|
|
720
|
+
[`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
|
|
721
|
+
remove before merging to master; dupe adf-schema via adf-utils
|
|
722
|
+
- [`0f99ed9df35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0f99ed9df35) - Updated
|
|
723
|
+
example
|
|
541
724
|
- Updated dependencies
|
|
542
725
|
|
|
543
726
|
## 74.7.2
|
|
544
727
|
|
|
545
728
|
### Patch Changes
|
|
546
729
|
|
|
547
|
-
- [#31891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31891)
|
|
730
|
+
- [#31891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31891)
|
|
731
|
+
[`31717a1fe63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31717a1fe63) - Fix the
|
|
732
|
+
bug when clicking on media inline files in Hybrid Renderer, viewer is not opening.
|
|
548
733
|
|
|
549
734
|
## 74.7.1
|
|
550
735
|
|
|
551
736
|
### Patch Changes
|
|
552
737
|
|
|
553
|
-
- [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299)
|
|
738
|
+
- [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299)
|
|
739
|
+
[`b37723f2cfa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b37723f2cfa) - The
|
|
740
|
+
component now logs the full provided feature flags object
|
|
554
741
|
- Updated dependencies
|
|
555
742
|
|
|
556
743
|
## 74.7.0
|
|
557
744
|
|
|
558
745
|
### Minor Changes
|
|
559
746
|
|
|
560
|
-
- [#30248](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30248)
|
|
561
|
-
|
|
747
|
+
- [#30248](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30248)
|
|
748
|
+
[`8a0a92b2885`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a0a92b2885) - MEX-2210
|
|
749
|
+
improve inconsistent behaviour on timestampOnVideo playback
|
|
750
|
+
- [`c3eba8c788d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3eba8c788d) -
|
|
751
|
+
Deprecation notice: Media Card and Inline Card no longer accept a collection name as a data source
|
|
752
|
+
for Media Viewer. Integrators should pass the full list of files to browse through the new
|
|
753
|
+
"mediaViewerItems" property.
|
|
562
754
|
|
|
563
755
|
### Patch Changes
|
|
564
756
|
|
|
@@ -568,17 +760,22 @@
|
|
|
568
760
|
|
|
569
761
|
### Patch Changes
|
|
570
762
|
|
|
571
|
-
- [#30963](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30963)
|
|
763
|
+
- [#30963](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30963)
|
|
764
|
+
[`489f7b32ff6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/489f7b32ff6) - Fixed
|
|
765
|
+
broken SSR error handling logic when the preview url fails to load
|
|
572
766
|
|
|
573
767
|
## 74.6.0
|
|
574
768
|
|
|
575
769
|
### Minor Changes
|
|
576
770
|
|
|
577
|
-
- [#29470](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29470)
|
|
771
|
+
- [#29470](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29470)
|
|
772
|
+
[`dbd7cd19fe6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbd7cd19fe6) - Media
|
|
773
|
+
Card now fetch the preview immediately after mounting, without waiting for file state to be ready
|
|
578
774
|
|
|
579
775
|
### Patch Changes
|
|
580
776
|
|
|
581
|
-
- [`337bec022b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/337bec022b4) - Fixes
|
|
777
|
+
- [`337bec022b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/337bec022b4) - Fixes
|
|
778
|
+
logic for upfront preview
|
|
582
779
|
- Updated dependencies
|
|
583
780
|
|
|
584
781
|
## 74.5.2
|
|
@@ -591,41 +788,60 @@
|
|
|
591
788
|
|
|
592
789
|
### Patch Changes
|
|
593
790
|
|
|
594
|
-
- [#29227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29227)
|
|
791
|
+
- [#29227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29227)
|
|
792
|
+
[`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) -
|
|
793
|
+
ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add `allowedSideEffects`
|
|
794
|
+
when loading the page.
|
|
595
795
|
|
|
596
796
|
## 74.5.0
|
|
597
797
|
|
|
598
798
|
### Minor Changes
|
|
599
799
|
|
|
600
|
-
- [#28932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28932)
|
|
800
|
+
- [#28932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28932)
|
|
801
|
+
[`2b3859896cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b3859896cc) - Added
|
|
802
|
+
new Feature Flag to control internal Media Client behaviour
|
|
601
803
|
|
|
602
804
|
### Patch Changes
|
|
603
805
|
|
|
604
|
-
- [`9b6f1d2a9c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b6f1d2a9c3) - Fix
|
|
605
|
-
|
|
806
|
+
- [`9b6f1d2a9c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b6f1d2a9c3) - Fix
|
|
807
|
+
compatility issue of Intersection Observer API in old browser versions
|
|
808
|
+
- [`925df13094d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/925df13094d) - Card
|
|
809
|
+
goes to ‘processing’ status instead of ‘completed’ when a file is in processing and it is
|
|
810
|
+
identified as non previewable
|
|
606
811
|
- Updated dependencies
|
|
607
812
|
|
|
608
813
|
## 74.4.1
|
|
609
814
|
|
|
610
815
|
### Patch Changes
|
|
611
816
|
|
|
612
|
-
- [#28374](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28374)
|
|
817
|
+
- [#28374](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28374)
|
|
818
|
+
[`6adc56f320d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6adc56f320d) -
|
|
819
|
+
[MEX-2003] Fix dark mode regression in new card experience
|
|
613
820
|
- Updated dependencies
|
|
614
821
|
|
|
615
822
|
## 74.4.0
|
|
616
823
|
|
|
617
824
|
### Minor Changes
|
|
618
825
|
|
|
619
|
-
- [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
- [`
|
|
628
|
-
|
|
826
|
+
- [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
|
|
827
|
+
[`81573c1dfa7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/81573c1dfa7) - Media
|
|
828
|
+
Card logs metadata trace Id
|
|
829
|
+
- [`0bccac57db6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0bccac57db6) - remove
|
|
830
|
+
mediaUploadApiV2 Feature flag
|
|
831
|
+
|
|
832
|
+
### Patch Changes
|
|
833
|
+
|
|
834
|
+
- [`5f36954436c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f36954436c) - Ensure
|
|
835
|
+
all secondary errors from backend responses are logged in media card
|
|
836
|
+
- [`2b5f5a740d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b5f5a740d3) - [ux]
|
|
837
|
+
catch unexpected error in media card error boundary with a fallback error component and fire
|
|
838
|
+
analytics event
|
|
839
|
+
- [`8b373447406`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b373447406) - Updated
|
|
840
|
+
names for Media card examples and updated their references.
|
|
841
|
+
- [`f36a3d972cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f36a3d972cf) - Updated
|
|
842
|
+
Media-Card documentation with new tab structure and simpler usage example
|
|
843
|
+
- [`3d40d5e9b37`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d40d5e9b37) - Adopt
|
|
844
|
+
updated version of getRandomHex function for generating traceId
|
|
629
845
|
- Updated dependencies
|
|
630
846
|
|
|
631
847
|
## 74.3.2
|
|
@@ -644,67 +860,90 @@
|
|
|
644
860
|
|
|
645
861
|
### Minor Changes
|
|
646
862
|
|
|
647
|
-
- [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712)
|
|
863
|
+
- [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712)
|
|
864
|
+
[`6de3a9494a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6de3a9494a8) - [ux]
|
|
865
|
+
Instrumented `@atlaskit/media-card` with the new theming package, `@atlaskit/tokens`.
|
|
648
866
|
|
|
649
|
-
New tokens will be visible only in applications configured to use the new Tokens API (currently in
|
|
650
|
-
These changes are intended to be interoperable with the legacy theme implementation.
|
|
867
|
+
New tokens will be visible only in applications configured to use the new Tokens API (currently in
|
|
868
|
+
alpha). These changes are intended to be interoperable with the legacy theme implementation.
|
|
869
|
+
Legacy dark mode users should expect no visual or breaking changes.
|
|
651
870
|
|
|
652
871
|
### Patch Changes
|
|
653
872
|
|
|
654
|
-
- [`5eb06146a4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5eb06146a4e) - Added
|
|
873
|
+
- [`5eb06146a4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5eb06146a4e) - Added
|
|
874
|
+
support traceContext to be supplied to all request endpoint points.
|
|
655
875
|
- Updated dependencies
|
|
656
876
|
|
|
657
877
|
## 74.2.0
|
|
658
878
|
|
|
659
879
|
### Minor Changes
|
|
660
880
|
|
|
661
|
-
- [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860)
|
|
881
|
+
- [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860)
|
|
882
|
+
[`2c402e87213`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c402e87213) -
|
|
883
|
+
[Experimental] Add traceId in media card get image request.
|
|
662
884
|
|
|
663
885
|
### Patch Changes
|
|
664
886
|
|
|
665
|
-
- [`bf8302c838a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf8302c838a) -
|
|
887
|
+
- [`bf8302c838a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf8302c838a) -
|
|
888
|
+
Implemented internal functionality to create local video preview.
|
|
666
889
|
- Updated dependencies
|
|
667
890
|
|
|
668
891
|
## 74.1.9
|
|
669
892
|
|
|
670
893
|
### Patch Changes
|
|
671
894
|
|
|
672
|
-
- [#26241](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26241)
|
|
895
|
+
- [#26241](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26241)
|
|
896
|
+
[`d2cde0ebdfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2cde0ebdfd) - fix
|
|
897
|
+
editor cypress tests and delete media cypress tests
|
|
673
898
|
|
|
674
899
|
## 74.1.8
|
|
675
900
|
|
|
676
901
|
### Patch Changes
|
|
677
902
|
|
|
678
|
-
- [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
- [`
|
|
682
|
-
|
|
903
|
+
- [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
|
|
904
|
+
[`153829bfcb3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/153829bfcb3) - Upgrade
|
|
905
|
+
caching algorithm library lru-fast to lru_map.
|
|
906
|
+
- [`09464edc105`](https://bitbucket.org/atlassian/atlassian-frontend/commits/09464edc105) - ⚠️ Big
|
|
907
|
+
Folder Structure Refactor
|
|
908
|
+
- [`60fb320493e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60fb320493e) - Fixed
|
|
909
|
+
circular imports
|
|
910
|
+
- [`9f23fe7478e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f23fe7478e) - Fixed
|
|
911
|
+
Card Actions Dropdown Menu positioning
|
|
912
|
+
- [`2f2daf58c20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2f2daf58c20) - Add
|
|
913
|
+
`testId` to components to help with testing. No change in behaviour.
|
|
683
914
|
- Updated dependencies
|
|
684
915
|
|
|
685
916
|
## 74.1.7
|
|
686
917
|
|
|
687
918
|
### Patch Changes
|
|
688
919
|
|
|
689
|
-
- [#25642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25642)
|
|
920
|
+
- [#25642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25642)
|
|
921
|
+
[`ca22e26cd7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca22e26cd7c) - Fix
|
|
922
|
+
image refetch logic when image dimensions change.
|
|
690
923
|
|
|
691
924
|
## 74.1.5
|
|
692
925
|
|
|
693
926
|
### Patch Changes
|
|
694
927
|
|
|
695
|
-
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
928
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
929
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
|
|
930
|
+
Typescript from `4.3.5` to `4.5.5`
|
|
696
931
|
|
|
697
932
|
## 74.1.4
|
|
698
933
|
|
|
699
934
|
### Patch Changes
|
|
700
935
|
|
|
701
|
-
- [#25450](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25450)
|
|
936
|
+
- [#25450](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25450)
|
|
937
|
+
[`80a1ca7b589`](https://bitbucket.org/atlassian/atlassian-frontend/commits/80a1ca7b589) - Fix
|
|
938
|
+
compatility issue of Intersection Observer API in old browser versions
|
|
702
939
|
|
|
703
940
|
## 74.1.3
|
|
704
941
|
|
|
705
942
|
### Patch Changes
|
|
706
943
|
|
|
707
|
-
- [#24818](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24818)
|
|
944
|
+
- [#24818](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24818)
|
|
945
|
+
[`46059beebbf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46059beebbf) - -
|
|
946
|
+
include **tests_external** in build
|
|
708
947
|
- replace usage of @local-cypress package with @cypress
|
|
709
948
|
- bump @cypress from ^6.4.0 to ^7.7.0
|
|
710
949
|
- import cypress types into @atlaskit/in-product-testing tsconfig
|
|
@@ -713,131 +952,181 @@
|
|
|
713
952
|
|
|
714
953
|
### Patch Changes
|
|
715
954
|
|
|
716
|
-
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
|
|
955
|
+
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
|
|
956
|
+
[`f9fee1fbf49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9fee1fbf49) - Use
|
|
957
|
+
react lazy to avoid pulling InlinePlayer component code if it is not being used on a page
|
|
717
958
|
- Updated dependencies
|
|
718
959
|
|
|
719
960
|
## 74.1.1
|
|
720
961
|
|
|
721
962
|
### Patch Changes
|
|
722
963
|
|
|
723
|
-
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
964
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
965
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
|
|
966
|
+
Typescript from `4.2.4` to `4.3.5`.
|
|
724
967
|
|
|
725
968
|
## 74.1.0
|
|
726
969
|
|
|
727
970
|
### Minor Changes
|
|
728
971
|
|
|
729
|
-
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
|
|
972
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
|
|
973
|
+
[`a332288b5ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a332288b5ea) - Added
|
|
974
|
+
analytics for media-card memoryCacheLogging and added relevant featureFlag keys for media-common
|
|
975
|
+
package.
|
|
730
976
|
|
|
731
977
|
### Patch Changes
|
|
732
978
|
|
|
733
|
-
- [`baece961cdd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/baece961cdd) - Add
|
|
734
|
-
-
|
|
735
|
-
- [`
|
|
979
|
+
- [`baece961cdd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/baece961cdd) - Add
|
|
980
|
+
media-card example for use by media-pollinator-test
|
|
981
|
+
- [`2285a60dc65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2285a60dc65) - Logs
|
|
982
|
+
events when status is error, even if there is no error data
|
|
983
|
+
- [`196bfa84bfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/196bfa84bfd) - Removed
|
|
984
|
+
custom anchors from ViewportObserver in favour of IntersectionObserver's rootMargin
|
|
736
985
|
- Updated dependencies
|
|
737
986
|
|
|
738
987
|
## 74.0.0
|
|
739
988
|
|
|
740
989
|
### Major Changes
|
|
741
990
|
|
|
742
|
-
- [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642)
|
|
991
|
+
- [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642)
|
|
992
|
+
[`13d807ed06f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/13d807ed06f) -
|
|
993
|
+
[MEX-1027] Migrate to @emotion/react in Media-card
|
|
743
994
|
|
|
744
995
|
### Minor Changes
|
|
745
996
|
|
|
746
|
-
- [`974e87d133a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/974e87d133a) -
|
|
997
|
+
- [`974e87d133a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/974e87d133a) -
|
|
998
|
+
[MEX-1574] Updated fetching for caching images
|
|
747
999
|
|
|
748
1000
|
### Patch Changes
|
|
749
1001
|
|
|
750
|
-
- [`e3d4c39b20c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3d4c39b20c) - Remove
|
|
751
|
-
Use injected package name and version from environment variable instead.
|
|
1002
|
+
- [`e3d4c39b20c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3d4c39b20c) - Remove
|
|
1003
|
+
version.json file. Use injected package name and version from environment variable instead.
|
|
752
1004
|
- Updated dependencies
|
|
753
1005
|
|
|
754
1006
|
## 73.8.0
|
|
755
1007
|
|
|
756
1008
|
### Minor Changes
|
|
757
1009
|
|
|
758
|
-
- [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029)
|
|
759
|
-
|
|
1010
|
+
- [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029)
|
|
1011
|
+
[`01203d58916`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01203d58916) - Removed
|
|
1012
|
+
Unnecessary semicolon found in media-card
|
|
1013
|
+
- [`1a76e2839e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a76e2839e6) - Default
|
|
1014
|
+
value for mediaUploadApiV2 Media feature flag set to true.
|
|
760
1015
|
|
|
761
1016
|
### Patch Changes
|
|
762
1017
|
|
|
763
|
-
- [`cccc7370667`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cccc7370667) -
|
|
1018
|
+
- [`cccc7370667`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cccc7370667) -
|
|
1019
|
+
[MEX-1633] Removed unused Loading Rate Limited Component
|
|
764
1020
|
- Updated dependencies
|
|
765
1021
|
|
|
766
1022
|
## 73.7.0
|
|
767
1023
|
|
|
768
1024
|
### Minor Changes
|
|
769
1025
|
|
|
770
|
-
- [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
- [`
|
|
1026
|
+
- [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
|
|
1027
|
+
[`bfde909c9b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfde909c9b4) - Add new
|
|
1028
|
+
feature flag mediaUploadApiV2
|
|
1029
|
+
- [`ed6cdd2d397`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ed6cdd2d397) - added
|
|
1030
|
+
onfullscreenchange property to media to avoid triggering table resizing when media is in full
|
|
1031
|
+
screen mode
|
|
1032
|
+
|
|
1033
|
+
### Patch Changes
|
|
1034
|
+
|
|
1035
|
+
- [`35e43fcc798`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35e43fcc798) - Minor
|
|
1036
|
+
bug fix for feature flag names in experience parameters
|
|
1037
|
+
- [`83036ef87f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83036ef87f1) - fix
|
|
1038
|
+
mouse cursor style when hovered over linked image
|
|
1039
|
+
- [`c3d85388bc6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3d85388bc6) - fix
|
|
1040
|
+
media card titlebox cursor
|
|
1041
|
+
- [`c2ede50a80a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2ede50a80a) - Add
|
|
1042
|
+
media region and environment returned from media API response into failed analytic events.
|
|
1043
|
+
- [`e21e5c271b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e21e5c271b7) - Enabled
|
|
1044
|
+
UFO logger for all examples of Media-Card
|
|
780
1045
|
- Updated dependencies
|
|
781
1046
|
|
|
782
1047
|
## 73.6.0
|
|
783
1048
|
|
|
784
1049
|
### Minor Changes
|
|
785
1050
|
|
|
786
|
-
- [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721)
|
|
787
|
-
|
|
788
|
-
|
|
1051
|
+
- [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721)
|
|
1052
|
+
[`b4fd2a59367`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4fd2a59367) - Attach
|
|
1053
|
+
media environment and region to the media-card UFO events
|
|
1054
|
+
- [`7e767393469`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e767393469) - Add ufo
|
|
1055
|
+
feature flag logging to `media-card`
|
|
1056
|
+
- [`ade1a5c3e23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ade1a5c3e23) - Flagged
|
|
1057
|
+
events with file states processing and uploading for UFO payload
|
|
789
1058
|
|
|
790
1059
|
### Patch Changes
|
|
791
1060
|
|
|
792
|
-
- [`bf0e7c8e46b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf0e7c8e46b) -
|
|
793
|
-
-
|
|
794
|
-
- [`
|
|
1061
|
+
- [`bf0e7c8e46b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf0e7c8e46b) -
|
|
1062
|
+
[MEX-1413] Hot fix for remove useMediaPickerAuthProvider flag
|
|
1063
|
+
- [`79c431ca1a6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c431ca1a6) - Removed
|
|
1064
|
+
"Creating Preview" message for files already processed
|
|
1065
|
+
- [`f87afac53b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f87afac53b3) - Add ufo
|
|
1066
|
+
logging for media-card
|
|
795
1067
|
- Updated dependencies
|
|
796
1068
|
|
|
797
1069
|
## 73.5.1
|
|
798
1070
|
|
|
799
1071
|
### Patch Changes
|
|
800
1072
|
|
|
801
|
-
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
1073
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
1074
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
|
|
1075
|
+
to TypeScript 4.2.4
|
|
802
1076
|
- Updated dependencies
|
|
803
1077
|
|
|
804
1078
|
## 73.5.0
|
|
805
1079
|
|
|
806
1080
|
### Minor Changes
|
|
807
1081
|
|
|
808
|
-
- [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033)
|
|
1082
|
+
- [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033)
|
|
1083
|
+
[`02fb8e78fb9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02fb8e78fb9) -
|
|
1084
|
+
Implement media card render UFO experience
|
|
809
1085
|
|
|
810
1086
|
### Patch Changes
|
|
811
1087
|
|
|
812
|
-
- [`3ef794dc11f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ef794dc11f) - Removed
|
|
813
|
-
|
|
814
|
-
- [`
|
|
1088
|
+
- [`3ef794dc11f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ef794dc11f) - Removed
|
|
1089
|
+
emoji and media packages dependencies from renderer initial load.
|
|
1090
|
+
- [`7948702bf56`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7948702bf56) - Fixing a
|
|
1091
|
+
bug where sometimes the media card pre-load indicator is given 100% height and renders over other
|
|
1092
|
+
components. It now has a max height of 0 and is not a click target
|
|
1093
|
+
- [`065ae19cb44`](https://bitbucket.org/atlassian/atlassian-frontend/commits/065ae19cb44) - Enforced
|
|
1094
|
+
"up to date" logged feature flags via type checks
|
|
815
1095
|
- Updated dependencies
|
|
816
1096
|
|
|
817
1097
|
## 73.4.2
|
|
818
1098
|
|
|
819
1099
|
### Patch Changes
|
|
820
1100
|
|
|
821
|
-
- [#20471](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20471)
|
|
1101
|
+
- [#20471](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20471)
|
|
1102
|
+
[`c102bb59f41`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c102bb59f41) - Viewport
|
|
1103
|
+
detector needs to have absolute positioning so that it does not cause scroll bars in firefox when
|
|
1104
|
+
rendered in a table with a link.
|
|
822
1105
|
|
|
823
1106
|
## 73.4.1
|
|
824
1107
|
|
|
825
1108
|
### Patch Changes
|
|
826
1109
|
|
|
827
|
-
- [#20369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20369)
|
|
1110
|
+
- [#20369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20369)
|
|
1111
|
+
[`de7e2ff674e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de7e2ff674e) - Applies
|
|
1112
|
+
a fix to ensure that the media card viewport detector is never a click target
|
|
828
1113
|
|
|
829
1114
|
## 73.4.0
|
|
830
1115
|
|
|
831
1116
|
### Minor Changes
|
|
832
1117
|
|
|
833
|
-
- [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
1118
|
+
- [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
|
|
1119
|
+
[`e7581c27aff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7581c27aff) - Removed
|
|
1120
|
+
unused dev dependencies
|
|
1121
|
+
- [`f862d5ae7aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f862d5ae7aa) - remove
|
|
1122
|
+
RxJs peer dependency
|
|
1123
|
+
- [`118f3af101f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/118f3af101f) - Media
|
|
1124
|
+
Client APIs has been updated to use MediaSubscribable which provides subscription functionality
|
|
1125
|
+
(similar to RxJs observables). It exposes subscribe method that is called with MediaObserver as an
|
|
1126
|
+
argument and returns MediaSubscription. MediaSubscription exposes unsubscribe method.
|
|
838
1127
|
|
|
839
|
-
getFileState:
|
|
840
|
-
|
|
1128
|
+
getFileState: The returned type of this function has changed from RxJs ReplaySubject to
|
|
1129
|
+
MediaSubscribable.
|
|
841
1130
|
|
|
842
1131
|
```
|
|
843
1132
|
import { MediaClient, MediaObserver, MediaSubscribable, MediaSubscription } from '@atlaskit/media-client';
|
|
@@ -860,8 +1149,8 @@
|
|
|
860
1149
|
subscription.unsubscribe();
|
|
861
1150
|
```
|
|
862
1151
|
|
|
863
|
-
upload:
|
|
864
|
-
|
|
1152
|
+
upload: The returned type of this function has changed from RxJs ReplaySubject to
|
|
1153
|
+
MediaSubscribable.
|
|
865
1154
|
|
|
866
1155
|
```
|
|
867
1156
|
import { MediaClient, MediaObserver, MediaSubscribable, MediaSubscription } from '@atlaskit/media-client';
|
|
@@ -884,8 +1173,8 @@
|
|
|
884
1173
|
subscription.unsubscribe();
|
|
885
1174
|
```
|
|
886
1175
|
|
|
887
|
-
getItems:
|
|
888
|
-
|
|
1176
|
+
getItems: The returned type of this function has changed from RxJs ReplaySubject to
|
|
1177
|
+
MediaSubscribable.
|
|
889
1178
|
|
|
890
1179
|
```
|
|
891
1180
|
import { MediaClient, MediaObserver, MediaSubscribable, MediaSubscription } from '@atlaskit/media-client';
|
|
@@ -916,20 +1205,26 @@
|
|
|
916
1205
|
|
|
917
1206
|
### Patch Changes
|
|
918
1207
|
|
|
919
|
-
- [#19796](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19796)
|
|
1208
|
+
- [#19796](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19796)
|
|
1209
|
+
[`4f97dd898fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f97dd898fc) -
|
|
1210
|
+
EDM-2995: fix media inline icon, use mimeType to render a better icon type
|
|
920
1211
|
- Updated dependencies
|
|
921
1212
|
|
|
922
1213
|
## 73.3.1
|
|
923
1214
|
|
|
924
1215
|
### Patch Changes
|
|
925
1216
|
|
|
926
|
-
- [#19569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19569)
|
|
1217
|
+
- [#19569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19569)
|
|
1218
|
+
[`9671dfa12b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9671dfa12b1) - Revert
|
|
1219
|
+
[MEX-1276] fix vertical scroll for firefox when media link is wrapped
|
|
927
1220
|
|
|
928
1221
|
## 73.3.0
|
|
929
1222
|
|
|
930
1223
|
### Minor Changes
|
|
931
1224
|
|
|
932
|
-
- [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019)
|
|
1225
|
+
- [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019)
|
|
1226
|
+
[`7d8e24c4dcd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d8e24c4dcd) - Log
|
|
1227
|
+
reliability of Media Card SSR
|
|
933
1228
|
|
|
934
1229
|
### Patch Changes
|
|
935
1230
|
|
|
@@ -939,56 +1234,85 @@
|
|
|
939
1234
|
|
|
940
1235
|
### Minor Changes
|
|
941
1236
|
|
|
942
|
-
- [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526)
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
- [`
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
- [`
|
|
954
|
-
|
|
1237
|
+
- [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526)
|
|
1238
|
+
[`3ad0bbf0f93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ad0bbf0f93) - Log
|
|
1239
|
+
media ssr getImageURLSync error in global variable ssr data.
|
|
1240
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
|
|
1241
|
+
[`1dcf16cb69e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1dcf16cb69e) - Reuse
|
|
1242
|
+
image url from server when hydrates and refetch if dimensions in client are bigger
|
|
1243
|
+
- [`a5cabf7f670`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5cabf7f670) - Made
|
|
1244
|
+
InlinePlayer compatible with SSR
|
|
1245
|
+
|
|
1246
|
+
### Patch Changes
|
|
1247
|
+
|
|
1248
|
+
- [`46cd0dfed6f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46cd0dfed6f) - Removed
|
|
1249
|
+
duplicated commenced event
|
|
1250
|
+
- [`5571b079998`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5571b079998) - Added
|
|
1251
|
+
example using FileState Factory helper
|
|
1252
|
+
- [`116ae9cd4fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/116ae9cd4fe) - Update
|
|
1253
|
+
SSR example with media single in stretchy-fit mode.
|
|
1254
|
+
- [`42485996554`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42485996554) - vr tests
|
|
1255
|
+
for ssr cases
|
|
1256
|
+
- [`a31422c7a74`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a31422c7a74) - MEX-1194
|
|
1257
|
+
introduce cursor states to media card
|
|
1258
|
+
- [`af3fcc847ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af3fcc847ce) - Improved
|
|
1259
|
+
filestate simulations example
|
|
1260
|
+
- [`8fd03048678`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8fd03048678) - Added
|
|
1261
|
+
example and test for media ssr usage in renderer
|
|
955
1262
|
- Updated dependencies
|
|
956
1263
|
|
|
957
1264
|
## 73.1.1
|
|
958
1265
|
|
|
959
1266
|
### Patch Changes
|
|
960
1267
|
|
|
961
|
-
- [#18528](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18528)
|
|
1268
|
+
- [#18528](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18528)
|
|
1269
|
+
[`9ca8f7e9d74`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ca8f7e9d74) - Revert
|
|
1270
|
+
extra image visibility style for media card
|
|
962
1271
|
|
|
963
1272
|
## 73.1.0
|
|
964
1273
|
|
|
965
1274
|
### Minor Changes
|
|
966
1275
|
|
|
967
|
-
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - [ux]
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) -
|
|
973
|
-
|
|
974
|
-
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) -
|
|
975
|
-
|
|
976
|
-
- [`
|
|
977
|
-
|
|
978
|
-
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) -
|
|
1276
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - [ux]
|
|
1277
|
+
Displaying the control bar including the timestamp by default for videos that have been processed.
|
|
1278
|
+
|
|
1279
|
+
### Patch Changes
|
|
1280
|
+
|
|
1281
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - fix
|
|
1282
|
+
percent width on media-card
|
|
1283
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Refactor
|
|
1284
|
+
solution for fixing media card images overlaps with creating preview message
|
|
1285
|
+
- [`e221ee215e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e221ee215e7) - fix
|
|
1286
|
+
vertical scroll for firefox when media link is wrapped
|
|
1287
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Improved
|
|
1288
|
+
card lazy offset
|
|
1289
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Add
|
|
1290
|
+
media node updater to media inline node
|
|
1291
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - show
|
|
1292
|
+
progress bar for inline player when videos is uploading
|
|
1293
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Adding a
|
|
1294
|
+
feature flag for TimestampOnVideo
|
|
1295
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Fix
|
|
1296
|
+
cardview issue with creating preview text overlaps with image in safari"
|
|
979
1297
|
- Updated dependencies
|
|
980
1298
|
|
|
981
1299
|
## 73.0.0
|
|
982
1300
|
|
|
983
1301
|
### Major Changes
|
|
984
1302
|
|
|
985
|
-
- [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810)
|
|
1303
|
+
- [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810)
|
|
1304
|
+
[`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) -
|
|
1305
|
+
ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including
|
|
1306
|
+
breaking API changes, types and tests in atlassian-frontend packages
|
|
986
1307
|
|
|
987
|
-
What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages
|
|
988
|
-
|
|
989
|
-
|
|
1308
|
+
What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages
|
|
1309
|
+
now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch with
|
|
1310
|
+
actual installed react-intl APIs. Why change was made: As part of a coordinated upgrade effort
|
|
1311
|
+
across AF packages, as react-intl v2 is quite dated. How consumer should update their code: Ensure
|
|
1312
|
+
react-intl ^5.18.1 is installed in consuming applications.
|
|
990
1313
|
|
|
991
|
-
Upgrade guide: To consume atlassian-frontend packages that use react-intl5 setup a second provider
|
|
1314
|
+
Upgrade guide: To consume atlassian-frontend packages that use react-intl5 setup a second provider
|
|
1315
|
+
for the new version, using an npm alias
|
|
992
1316
|
|
|
993
1317
|
```js
|
|
994
1318
|
"react-intl": "^2.6.0",
|
|
@@ -1000,23 +1324,23 @@
|
|
|
1000
1324
|
import { IntlProvider as IntlNextProvider } from 'react-intl-next';
|
|
1001
1325
|
|
|
1002
1326
|
return (
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1327
|
+
<IntlProvider
|
|
1328
|
+
key={locale}
|
|
1329
|
+
data-test-language={locale}
|
|
1330
|
+
locale={locale}
|
|
1331
|
+
defaultLocale={DEFAULT_LOCALE}
|
|
1332
|
+
messages={messages}
|
|
1333
|
+
>
|
|
1334
|
+
<IntlNextProvider
|
|
1335
|
+
key={locale}
|
|
1336
|
+
data-test-language={locale}
|
|
1337
|
+
locale={locale}
|
|
1338
|
+
defaultLocale={DEFAULT_LOCALE}
|
|
1339
|
+
messages={messages}
|
|
1340
|
+
>
|
|
1341
|
+
{children}
|
|
1342
|
+
</IntlNextProvider>
|
|
1343
|
+
</IntlProvider>
|
|
1020
1344
|
);
|
|
1021
1345
|
```
|
|
1022
1346
|
|
|
@@ -1028,154 +1352,219 @@
|
|
|
1028
1352
|
|
|
1029
1353
|
### Minor Changes
|
|
1030
1354
|
|
|
1031
|
-
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
- [`
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
- [`
|
|
1043
|
-
|
|
1044
|
-
- [`
|
|
1045
|
-
|
|
1046
|
-
|
|
1355
|
+
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
|
|
1356
|
+
[`1724e1b8277`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1724e1b8277) - Added
|
|
1357
|
+
SSR capabilities to Media Card
|
|
1358
|
+
- [`ca519a86b1d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca519a86b1d) - Add new
|
|
1359
|
+
prop forceSyncDisplay in MediaImage to provide an option of always showing images. Enable
|
|
1360
|
+
MediaCard to turn on forceSyncDisplay when server side rendering is enabled.
|
|
1361
|
+
- [`ac4846d0f3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac4846d0f3f) - Added
|
|
1362
|
+
native lazy load support
|
|
1363
|
+
|
|
1364
|
+
### Patch Changes
|
|
1365
|
+
|
|
1366
|
+
- [`fc70978492a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc70978492a) - Using
|
|
1367
|
+
type for SSR prop to reduce dependency on media-common
|
|
1368
|
+
- [`dc1f9d42903`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc1f9d42903) - Fixed
|
|
1369
|
+
error message logic
|
|
1370
|
+
- [`27c61b8cdd8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27c61b8cdd8) - revert
|
|
1371
|
+
CardSSRView component
|
|
1372
|
+
- [`12bfc09a21e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12bfc09a21e) - Fixing
|
|
1373
|
+
internal prop calls for testId and removing references to the old DropdownMenuStateless export
|
|
1374
|
+
when using the new default export.
|
|
1375
|
+
- [`2b24fcc59f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b24fcc59f2) - Removed
|
|
1376
|
+
Code Viewer and Zip Previews Feature Flags
|
|
1377
|
+
- [`bccde8a4127`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bccde8a4127) - Update
|
|
1378
|
+
dependency of dropdown menu to the lite mode version. Update all usages to cater to the new API.
|
|
1379
|
+
The padding within dropdown menu items is 8px more, which makes the menu look bigger.
|
|
1380
|
+
- [`3a56ce8792b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a56ce8792b) - [ux]
|
|
1381
|
+
Show selected for mediaInline in other states
|
|
1382
|
+
- [`f461edcfd05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f461edcfd05) - Update
|
|
1383
|
+
CardLoader to use react-loadable Add SSR feature prop to be passed in renderer and media card
|
|
1047
1384
|
- Updated dependencies
|
|
1048
1385
|
|
|
1049
1386
|
## 72.0.0
|
|
1050
1387
|
|
|
1051
1388
|
### Major Changes
|
|
1052
1389
|
|
|
1053
|
-
- [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777)
|
|
1390
|
+
- [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777)
|
|
1391
|
+
[`b3606652fa1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3606652fa1) - [ux]
|
|
1392
|
+
Editor integration for Media Inline component
|
|
1054
1393
|
|
|
1055
1394
|
### Minor Changes
|
|
1056
1395
|
|
|
1057
|
-
- [`269ee940b87`](https://bitbucket.org/atlassian/atlassian-frontend/commits/269ee940b87) - redesign
|
|
1396
|
+
- [`269ee940b87`](https://bitbucket.org/atlassian/atlassian-frontend/commits/269ee940b87) - redesign
|
|
1397
|
+
error UI on new media card experience
|
|
1058
1398
|
|
|
1059
1399
|
### Patch Changes
|
|
1060
1400
|
|
|
1061
|
-
- [`a81fdad4b7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a81fdad4b7b) -
|
|
1062
|
-
|
|
1063
|
-
- [`
|
|
1064
|
-
|
|
1401
|
+
- [`a81fdad4b7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a81fdad4b7b) -
|
|
1402
|
+
Refactored the internal status logic based on file processing status and preview render outcome
|
|
1403
|
+
- [`b51fc0a9062`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b51fc0a9062) -
|
|
1404
|
+
Refactored internal helpers to match common type definitions from Media Client
|
|
1405
|
+
- [`ebad8bc86e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ebad8bc86e5) - Moved
|
|
1406
|
+
analytics from image renderer to root component
|
|
1407
|
+
- [`fe9ced0cd70`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe9ced0cd70) - Removed
|
|
1408
|
+
feature flags for polling settings
|
|
1065
1409
|
- Updated dependencies
|
|
1066
1410
|
|
|
1067
1411
|
## 71.0.0
|
|
1068
1412
|
|
|
1069
1413
|
### Major Changes
|
|
1070
1414
|
|
|
1071
|
-
- [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319)
|
|
1415
|
+
- [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319)
|
|
1416
|
+
[`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - [ux]
|
|
1417
|
+
Updated and refreshed media inline component
|
|
1072
1418
|
|
|
1073
1419
|
### Minor Changes
|
|
1074
1420
|
|
|
1075
|
-
- [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - [ux]
|
|
1076
|
-
|
|
1421
|
+
- [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - [ux]
|
|
1422
|
+
Skip forward and backward buttons are added to inline media player
|
|
1423
|
+
- [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Added
|
|
1424
|
+
analytics event to track total impressions of successfully rendered mediacards
|
|
1077
1425
|
|
|
1078
1426
|
### Patch Changes
|
|
1079
1427
|
|
|
1080
|
-
- [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Adding
|
|
1081
|
-
|
|
1082
|
-
- [`
|
|
1428
|
+
- [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Adding
|
|
1429
|
+
lazy loading as the default for the SSR media card
|
|
1430
|
+
- [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - fix
|
|
1431
|
+
modification for media card flow example
|
|
1432
|
+
- [`f3547c79d81`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3547c79d81) - Updated
|
|
1433
|
+
in-code comment
|
|
1083
1434
|
- Updated dependencies
|
|
1084
1435
|
|
|
1085
1436
|
## 70.11.0
|
|
1086
1437
|
|
|
1087
1438
|
### Minor Changes
|
|
1088
1439
|
|
|
1089
|
-
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
-
|
|
1097
|
-
- [`
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
- [`
|
|
1103
|
-
|
|
1440
|
+
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
|
|
1441
|
+
[`5559b9ca1b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5559b9ca1b4) - Media
|
|
1442
|
+
CardView component renders consistent views in error and failed-processing status regardless of
|
|
1443
|
+
thumbnail image.
|
|
1444
|
+
- [`9ecd471f124`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ecd471f124) - Adding a
|
|
1445
|
+
dedicated server side media card
|
|
1446
|
+
- [`ab905c0e924`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab905c0e924) - [ux]
|
|
1447
|
+
EDM-1641: add floating toolbar to media card and view switcher for inline view
|
|
1448
|
+
- [`46d9d2872b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46d9d2872b4) - Video
|
|
1449
|
+
Analytics - Add UI events for CustomMediaPlayer
|
|
1450
|
+
|
|
1451
|
+
### Patch Changes
|
|
1452
|
+
|
|
1453
|
+
- [`d0357a98b97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0357a98b97) - Small
|
|
1454
|
+
code refactor
|
|
1455
|
+
- [`4777a174e6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4777a174e6d) - Added
|
|
1456
|
+
analytics support for customMediaPlayer + screen event + entrypoint for locales
|
|
1457
|
+
- [`b77bfe8e99c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b77bfe8e99c) - Add
|
|
1458
|
+
performance attributes to Commenced, Succeeded, Failed events for media card
|
|
1459
|
+
- [`2debd2fdf3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2debd2fdf3d) - Remove
|
|
1460
|
+
the default type icon rendered in media card background
|
|
1461
|
+
- [`26ef709f133`](https://bitbucket.org/atlassian/atlassian-frontend/commits/26ef709f133) -
|
|
1462
|
+
Refactored Copy & Commenced Analytics events
|
|
1463
|
+
- [`b90c0237824`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b90c0237824) - Update
|
|
1464
|
+
package.jsons to remove unused dependencies.
|
|
1465
|
+
- [`493b1b43d50`](https://bitbucket.org/atlassian/atlassian-frontend/commits/493b1b43d50) - Modify
|
|
1466
|
+
file card flow example
|
|
1467
|
+
- [`e7d1eb5cd0a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7d1eb5cd0a) - handle
|
|
1468
|
+
loading-preview status for card view
|
|
1104
1469
|
- Updated dependencies
|
|
1105
1470
|
|
|
1106
1471
|
## 70.10.0
|
|
1107
1472
|
|
|
1108
1473
|
### Minor Changes
|
|
1109
1474
|
|
|
1110
|
-
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
|
|
1111
|
-
|
|
1475
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
|
|
1476
|
+
[`710e03c4b58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/710e03c4b58) - Revert
|
|
1477
|
+
Image Render Analytics Refactoring
|
|
1478
|
+
- [`8e6a1034cfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e6a1034cfd) -
|
|
1479
|
+
EDM-1730: added in-product Cypress tests for Smart Links
|
|
1112
1480
|
|
|
1113
1481
|
### Patch Changes
|
|
1114
1482
|
|
|
1115
|
-
- [`6869256538b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6869256538b) - Handling
|
|
1483
|
+
- [`6869256538b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6869256538b) - Handling
|
|
1484
|
+
card preview fetch from a separated internal module
|
|
1116
1485
|
- Updated dependencies
|
|
1117
1486
|
|
|
1118
1487
|
## 70.9.0
|
|
1119
1488
|
|
|
1120
1489
|
### Minor Changes
|
|
1121
1490
|
|
|
1122
|
-
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
|
|
1491
|
+
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
|
|
1492
|
+
[`fb1ca71dd2c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb1ca71dd2c) - Render a
|
|
1493
|
+
spinner in the background of CardView component when card status is loading
|
|
1123
1494
|
|
|
1124
1495
|
### Patch Changes
|
|
1125
1496
|
|
|
1126
|
-
- [`254c7ae04bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/254c7ae04bc) - Refactor
|
|
1127
|
-
|
|
1497
|
+
- [`254c7ae04bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/254c7ae04bc) - Refactor
|
|
1498
|
+
CardView in Media Card to group UI elements by status
|
|
1499
|
+
- [`8f76b747198`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f76b747198) - fix:
|
|
1500
|
+
default return for internal render config function
|
|
1128
1501
|
- Updated dependencies
|
|
1129
1502
|
|
|
1130
1503
|
## 70.8.1
|
|
1131
1504
|
|
|
1132
1505
|
### Patch Changes
|
|
1133
1506
|
|
|
1134
|
-
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
|
|
1135
|
-
|
|
1507
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
|
|
1508
|
+
[`99d444aac1b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99d444aac1b) - Replaced
|
|
1509
|
+
metadata object for fileState in Card internal state.
|
|
1510
|
+
- [`99411613963`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99411613963) - Render
|
|
1511
|
+
spinner while waiting for card component to mount
|
|
1136
1512
|
- Updated dependencies
|
|
1137
1513
|
|
|
1138
1514
|
## 70.8.0
|
|
1139
1515
|
|
|
1140
1516
|
### Minor Changes
|
|
1141
1517
|
|
|
1142
|
-
- [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
|
|
1143
|
-
export
|
|
1518
|
+
- [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
|
|
1519
|
+
[`42c7f13ac31`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42c7f13ac31) - export
|
|
1520
|
+
inlinePlayerClassName export newFileExperienceClassName
|
|
1144
1521
|
|
|
1145
1522
|
### Patch Changes
|
|
1146
1523
|
|
|
1147
|
-
- [`8cba1694b5e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cba1694b5e) - Remove
|
|
1524
|
+
- [`8cba1694b5e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cba1694b5e) - Remove
|
|
1525
|
+
pollingMaxFailuresExceeded error from implementation and feature flags
|
|
1148
1526
|
- Updated dependencies
|
|
1149
1527
|
|
|
1150
1528
|
## 70.7.3
|
|
1151
1529
|
|
|
1152
1530
|
### Patch Changes
|
|
1153
1531
|
|
|
1154
|
-
- [#11778](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11778)
|
|
1155
|
-
|
|
1532
|
+
- [#11778](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11778)
|
|
1533
|
+
[`9e09b407b43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e09b407b43) - Exclude
|
|
1534
|
+
`__tests_external__` from the `build/tsconfig.json`. Add `local-cypress` and remove types export.
|
|
1156
1535
|
|
|
1157
1536
|
## 70.7.2
|
|
1158
1537
|
|
|
1159
1538
|
### Patch Changes
|
|
1160
1539
|
|
|
1161
|
-
- [#11723](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11723)
|
|
1540
|
+
- [#11723](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11723)
|
|
1541
|
+
[`070261ec304`](https://bitbucket.org/atlassian/atlassian-frontend/commits/070261ec304) - Fix
|
|
1542
|
+
Cypress types for packages
|
|
1162
1543
|
|
|
1163
1544
|
## 70.7.1
|
|
1164
1545
|
|
|
1165
1546
|
### Patch Changes
|
|
1166
1547
|
|
|
1167
|
-
- [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
|
|
1168
|
-
|
|
1169
|
-
|
|
1548
|
+
- [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
|
|
1549
|
+
[`3cd9ee2d15b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3cd9ee2d15b) - Added
|
|
1550
|
+
RxJS compatiblity notice in Media docs
|
|
1551
|
+
- [`6be6879ef6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6be6879ef6d) - Added
|
|
1552
|
+
Media Feature Flags control in examples
|
|
1553
|
+
- [`47ebd02a8d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47ebd02a8d1) - Removed
|
|
1554
|
+
lazy load logic from root component
|
|
1170
1555
|
- Updated dependencies
|
|
1171
1556
|
|
|
1172
1557
|
## 70.7.0
|
|
1173
1558
|
|
|
1174
1559
|
### Minor Changes
|
|
1175
1560
|
|
|
1176
|
-
- [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569)
|
|
1177
|
-
|
|
1178
|
-
|
|
1561
|
+
- [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569)
|
|
1562
|
+
[`edafe75c2c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/edafe75c2c0) - Expose
|
|
1563
|
+
new InlineMediaCard component
|
|
1564
|
+
- [`6acd8953267`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6acd8953267) - [ux]
|
|
1565
|
+
Removed Retry Button from Classic Experience
|
|
1566
|
+
- [`219ec9b60d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/219ec9b60d9) - Disable
|
|
1567
|
+
tooltip for images and videos without overlay
|
|
1179
1568
|
|
|
1180
1569
|
### Patch Changes
|
|
1181
1570
|
|
|
@@ -1185,7 +1574,9 @@
|
|
|
1185
1574
|
|
|
1186
1575
|
### Minor Changes
|
|
1187
1576
|
|
|
1188
|
-
- [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
|
|
1577
|
+
- [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
|
|
1578
|
+
[`d575abf3498`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d575abf3498) -
|
|
1579
|
+
EDM-1640: Introduce Cypress in-product tests in Atlassian Frontend
|
|
1189
1580
|
|
|
1190
1581
|
Example test:
|
|
1191
1582
|
|
|
@@ -1200,129 +1591,189 @@
|
|
|
1200
1591
|
|
|
1201
1592
|
### Patch Changes
|
|
1202
1593
|
|
|
1203
|
-
- [`277ed9667b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/277ed9667b2) - Fixed
|
|
1594
|
+
- [`277ed9667b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/277ed9667b2) - Fixed
|
|
1595
|
+
media bundle names following atlassian-frontend linting rules
|
|
1204
1596
|
- Updated dependencies
|
|
1205
1597
|
|
|
1206
1598
|
## 70.5.1
|
|
1207
1599
|
|
|
1208
1600
|
### Patch Changes
|
|
1209
1601
|
|
|
1210
|
-
- [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510)
|
|
1211
|
-
|
|
1212
|
-
|
|
1602
|
+
- [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510)
|
|
1603
|
+
[`859f4e95fb7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/859f4e95fb7) - Fires
|
|
1604
|
+
analytics events from an internal module
|
|
1605
|
+
- [`a8c69bc44f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a8c69bc44f9) - Log
|
|
1606
|
+
analytics events for errors thrown from preview fetch
|
|
1607
|
+
- [`abc38bc9990`](https://bitbucket.org/atlassian/atlassian-frontend/commits/abc38bc9990) - Added
|
|
1608
|
+
request metadata to failed frontend SLIs
|
|
1213
1609
|
- Updated dependencies
|
|
1214
1610
|
|
|
1215
1611
|
## 70.5.0
|
|
1216
1612
|
|
|
1217
1613
|
### Minor Changes
|
|
1218
1614
|
|
|
1219
|
-
- [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083)
|
|
1615
|
+
- [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083)
|
|
1616
|
+
[`56104b9cc12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56104b9cc12) - add
|
|
1617
|
+
data-testid="media-card-play-button" for video files on preview mode
|
|
1220
1618
|
|
|
1221
1619
|
### Patch Changes
|
|
1222
1620
|
|
|
1223
|
-
- [`d933aa659a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d933aa659a2) - Removed
|
|
1621
|
+
- [`d933aa659a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d933aa659a2) - Removed
|
|
1622
|
+
feature that integrates processing times in the uploading progress bar for a reduced amount of
|
|
1623
|
+
file types
|
|
1224
1624
|
- Updated dependencies
|
|
1225
1625
|
|
|
1226
1626
|
## 70.4.0
|
|
1227
1627
|
|
|
1228
1628
|
### Minor Changes
|
|
1229
1629
|
|
|
1230
|
-
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
- [`
|
|
1241
|
-
|
|
1242
|
-
- [`
|
|
1630
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
|
|
1631
|
+
[`f0a900eb563`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f0a900eb563) - [ux]
|
|
1632
|
+
Added option for products to enable download button MediaCard when a user hovers over a card.
|
|
1633
|
+
- [`ceb8a18d7dd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ceb8a18d7dd) -
|
|
1634
|
+
Filtering Feature Flags when attaching them to Analytics Context through the HOC
|
|
1635
|
+
- [`e66ffd11ac6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e66ffd11ac6) -
|
|
1636
|
+
Refactored Analytics Events. Slight differences in payloads and contexts
|
|
1637
|
+
|
|
1638
|
+
### Patch Changes
|
|
1639
|
+
|
|
1640
|
+
- [`a0dcbc9b0a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a0dcbc9b0a3) - Media
|
|
1641
|
+
Card now logs "unsupported" amalytics events accordingly, instead of "succeeded" events
|
|
1642
|
+
- [`f7f301ec851`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7f301ec851) - Media
|
|
1643
|
+
Card logs errors regardless of the existence of a preview to display
|
|
1644
|
+
- [`19302000a1a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19302000a1a) - Reverted
|
|
1645
|
+
"unsupported" analytics events
|
|
1646
|
+
- [`0d0e72f74bb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d0e72f74bb) - Included
|
|
1647
|
+
feature flag "captions" in analytics events
|
|
1648
|
+
- [`e62066560fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e62066560fb) - Removed
|
|
1649
|
+
fileSource attributes from operational SLIs
|
|
1650
|
+
- [`cf080faf650`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf080faf650) -
|
|
1651
|
+
Refactored fail reasons and error constants in render analytics events
|
|
1652
|
+
- [`37d4add135f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37d4add135f) - Use of
|
|
1653
|
+
Media Client Errors test helpers
|
|
1243
1654
|
- Updated dependencies
|
|
1244
1655
|
|
|
1245
1656
|
## 70.3.3
|
|
1246
1657
|
|
|
1247
1658
|
### Patch Changes
|
|
1248
1659
|
|
|
1249
|
-
- [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178)
|
|
1660
|
+
- [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178)
|
|
1661
|
+
[`5380459f37b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5380459f37b) - [ux]
|
|
1662
|
+
Play icon on media video player has been adjusted in size to better match ADG
|
|
1250
1663
|
- Updated dependencies
|
|
1251
1664
|
|
|
1252
1665
|
## 70.3.2
|
|
1253
1666
|
|
|
1254
1667
|
### Patch Changes
|
|
1255
1668
|
|
|
1256
|
-
- [#7425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7425)
|
|
1257
|
-
|
|
1258
|
-
|
|
1669
|
+
- [#7425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7425)
|
|
1670
|
+
[`1f4d55e86a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f4d55e86a) - Minor
|
|
1671
|
+
syntax fix
|
|
1672
|
+
- [`7e990a036d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e990a036d) - Removed
|
|
1673
|
+
Feature Flag Control from Card View Matrix example
|
|
1674
|
+
- [`63bff65641`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63bff65641) - [ux]
|
|
1675
|
+
Making the VidPlayButton bigger
|
|
1259
1676
|
- Updated dependencies
|
|
1260
1677
|
|
|
1261
1678
|
## 70.3.1
|
|
1262
1679
|
|
|
1263
1680
|
### Patch Changes
|
|
1264
1681
|
|
|
1265
|
-
- [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170)
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
- [`
|
|
1269
|
-
|
|
1270
|
-
- [`
|
|
1271
|
-
|
|
1272
|
-
- [`
|
|
1273
|
-
|
|
1274
|
-
- [`
|
|
1682
|
+
- [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170)
|
|
1683
|
+
[`758aa08653`](https://bitbucket.org/atlassian/atlassian-frontend/commits/758aa08653) - Polling
|
|
1684
|
+
Fuction throws the inner error instead of wrapping it
|
|
1685
|
+
- [`0553f6db92`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0553f6db92) - Styled
|
|
1686
|
+
components code refactor
|
|
1687
|
+
- [`b37190888c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b37190888c) - ensure
|
|
1688
|
+
polling errors trigger more graceful UX
|
|
1689
|
+
- [`bacab2338b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bacab2338b) - Updated
|
|
1690
|
+
error message displayed when a Polling Error has been thrown
|
|
1691
|
+
- [`a26afbd493`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a26afbd493) - Added
|
|
1692
|
+
getMediaClientFailReason() helper
|
|
1693
|
+
- [`7c44d1e585`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c44d1e585) - Fixed
|
|
1694
|
+
cards with non web-friendly MP4/MOV videos not mounting
|
|
1695
|
+
- [`8dfcc55dce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8dfcc55dce) - Refactored
|
|
1696
|
+
error enums to be types for code clarity
|
|
1697
|
+
- [`ab48ad8249`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab48ad8249) - Better
|
|
1698
|
+
segmentation on file uri fail reason analytics event
|
|
1699
|
+
- [`19b3e0f0a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19b3e0f0a0) - ensure
|
|
1700
|
+
card renders empty files correctly
|
|
1701
|
+
- [`9a8ea15989`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a8ea15989) -
|
|
1702
|
+
Standarized Icon Message for Rate Limited Error
|
|
1275
1703
|
- Updated dependencies
|
|
1276
1704
|
|
|
1277
1705
|
## 70.3.0
|
|
1278
1706
|
|
|
1279
1707
|
### Minor Changes
|
|
1280
1708
|
|
|
1281
|
-
- [#6930](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6930)
|
|
1709
|
+
- [#6930](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6930)
|
|
1710
|
+
[`56693486a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56693486a3) - [ux] Rate
|
|
1711
|
+
Limited UI for the MediaViewer. Also moved a MediaCard function into MediaClient so that that
|
|
1712
|
+
functionality can be used across multiple packages
|
|
1282
1713
|
|
|
1283
1714
|
### Patch Changes
|
|
1284
1715
|
|
|
1285
|
-
- [`2b7746c631`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b7746c631) - Disable
|
|
1286
|
-
|
|
1716
|
+
- [`2b7746c631`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b7746c631) - Disable
|
|
1717
|
+
progress bar while processing in classic card
|
|
1718
|
+
- [`4c699cc1cb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c699cc1cb) - Adding VR
|
|
1719
|
+
tests for Rate Limited UI states
|
|
1287
1720
|
- Updated dependencies
|
|
1288
1721
|
|
|
1289
1722
|
## 70.2.0
|
|
1290
1723
|
|
|
1291
1724
|
### Minor Changes
|
|
1292
1725
|
|
|
1293
|
-
- [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571)
|
|
1294
|
-
|
|
1726
|
+
- [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571)
|
|
1727
|
+
[`11d6640e9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11d6640e9c) - [ux] New
|
|
1728
|
+
UI states for when a card is rate limited
|
|
1729
|
+
- [`48995f73b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48995f73b2) - Create
|
|
1730
|
+
entry points to export internal API isolated from UI changes.
|
|
1295
1731
|
|
|
1296
1732
|
### Patch Changes
|
|
1297
1733
|
|
|
1298
|
-
- [`7736346d88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7736346d88) - Added
|
|
1299
|
-
|
|
1734
|
+
- [`7736346d88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7736346d88) - Added
|
|
1735
|
+
strongly typed errors to Media Client
|
|
1736
|
+
- [`aac5527ec8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aac5527ec8) -
|
|
1737
|
+
standardise data test attributes for media-card classic/new UX
|
|
1300
1738
|
- Updated dependencies
|
|
1301
1739
|
|
|
1302
1740
|
## 70.1.1
|
|
1303
1741
|
|
|
1304
1742
|
### Patch Changes
|
|
1305
1743
|
|
|
1306
|
-
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
1744
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
1745
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
|
|
1746
|
+
packages using babel rather than tsc
|
|
1307
1747
|
|
|
1308
1748
|
## 70.1.0
|
|
1309
1749
|
|
|
1310
1750
|
### Minor Changes
|
|
1311
1751
|
|
|
1312
|
-
- [#6228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6228)
|
|
1752
|
+
- [#6228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6228)
|
|
1753
|
+
[`aac7ffcb97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aac7ffcb97) - [ux] While
|
|
1754
|
+
a file has a 'processing' filestate, we now alert the user that we are creating the preview. This
|
|
1755
|
+
signifies to the user that they can download & view a file while the preview is being generated
|
|
1756
|
+
(i.e they don't have to wait). Also added a 'Failed Processing' UI state, for when a preview
|
|
1757
|
+
cannot be generated and is thus unavailable
|
|
1313
1758
|
|
|
1314
1759
|
### Patch Changes
|
|
1315
1760
|
|
|
1316
|
-
- [`b124464476`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b124464476) - Fixing
|
|
1317
|
-
|
|
1761
|
+
- [`b124464476`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b124464476) - Fixing
|
|
1762
|
+
bug. Text should be "Preview unavailable" not "Preview Unavailable"
|
|
1763
|
+
- [`a1c2bf2e45`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1c2bf2e45) - pass
|
|
1764
|
+
originalDimensions to inline video player
|
|
1318
1765
|
- Updated dependencies
|
|
1319
1766
|
|
|
1320
1767
|
## 70.0.0
|
|
1321
1768
|
|
|
1322
1769
|
### Major Changes
|
|
1323
1770
|
|
|
1324
|
-
- [#5860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5860)
|
|
1325
|
-
|
|
1771
|
+
- [#5860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5860)
|
|
1772
|
+
[`dc8f998c1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc8f998c1c) - Added
|
|
1773
|
+
visual regression tests for media-cards. Also created a new examples page specifically for these
|
|
1774
|
+
VR tests
|
|
1775
|
+
- [`f4a2c533f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4a2c533f4) - Fix wrong
|
|
1776
|
+
dependency
|
|
1326
1777
|
|
|
1327
1778
|
### Patch Changes
|
|
1328
1779
|
|
|
@@ -1332,21 +1783,28 @@
|
|
|
1332
1783
|
|
|
1333
1784
|
### Minor Changes
|
|
1334
1785
|
|
|
1335
|
-
- [#5516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5516)
|
|
1786
|
+
- [#5516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5516)
|
|
1787
|
+
[`669b5e4240`](https://bitbucket.org/atlassian/atlassian-frontend/commits/669b5e4240) - Add
|
|
1788
|
+
support for specifying background colour and icon for the title box
|
|
1336
1789
|
|
|
1337
1790
|
### Patch Changes
|
|
1338
1791
|
|
|
1339
|
-
- [`3f0dd38c9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f0dd38c9d) - BMPT-626
|
|
1340
|
-
|
|
1792
|
+
- [`3f0dd38c9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f0dd38c9d) - BMPT-626
|
|
1793
|
+
Fixed fetching remote preview for non-supported documents in classic Media Card experience
|
|
1794
|
+
- [`bf98a47a0f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf98a47a0f) - Enhance
|
|
1795
|
+
polling strategy to limit to finite attempts with timing backoff
|
|
1341
1796
|
- Updated dependencies
|
|
1342
1797
|
|
|
1343
1798
|
## 69.4.2
|
|
1344
1799
|
|
|
1345
1800
|
### Patch Changes
|
|
1346
1801
|
|
|
1347
|
-
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
1348
|
-
|
|
1349
|
-
|
|
1802
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
1803
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
1804
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
1805
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
|
|
1806
|
+
versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
1807
|
+
`devDependencies` to denote version that the package was built with.
|
|
1350
1808
|
|
|
1351
1809
|
## 69.4.1
|
|
1352
1810
|
|
|
@@ -1358,13 +1816,17 @@
|
|
|
1358
1816
|
|
|
1359
1817
|
### Minor Changes
|
|
1360
1818
|
|
|
1361
|
-
- [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749)
|
|
1819
|
+
- [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749)
|
|
1820
|
+
[`ae50a98f18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae50a98f18) - ED-9125
|
|
1821
|
+
ED-8837 Update styles for selected media cards
|
|
1362
1822
|
|
|
1363
1823
|
- Use editor selection styles from @atlaskit/editor-shared-styles
|
|
1364
1824
|
- Update UI for selected items in media group to no longer set blue background and tick in corner
|
|
1365
|
-
- No longer set set text selection over filename, filesize etc. for media group cards when
|
|
1825
|
+
- No longer set set text selection over filename, filesize etc. for media group cards when
|
|
1826
|
+
selected with Cmd + A or via a range selection
|
|
1366
1827
|
|
|
1367
|
-
- [`7d831363d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d831363d9) - Migrated
|
|
1828
|
+
- [`7d831363d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d831363d9) - Migrated
|
|
1829
|
+
to declarative entry points
|
|
1368
1830
|
|
|
1369
1831
|
### Patch Changes
|
|
1370
1832
|
|
|
@@ -1374,13 +1836,17 @@
|
|
|
1374
1836
|
|
|
1375
1837
|
### Patch Changes
|
|
1376
1838
|
|
|
1377
|
-
- [#5076](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5076)
|
|
1839
|
+
- [#5076](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5076)
|
|
1840
|
+
[`56eff9f60d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56eff9f60d) - Fixed card
|
|
1841
|
+
previews failing in new Jira attachments experience (affects @atlaskit/media-card@69.2.2 onwards)
|
|
1378
1842
|
|
|
1379
1843
|
## 69.3.2
|
|
1380
1844
|
|
|
1381
1845
|
### Patch Changes
|
|
1382
1846
|
|
|
1383
|
-
- [#4647](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4647)
|
|
1847
|
+
- [#4647](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4647)
|
|
1848
|
+
[`631412a7f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/631412a7f6) - Revert
|
|
1849
|
+
usage of flex for media card UI
|
|
1384
1850
|
|
|
1385
1851
|
## 69.3.1
|
|
1386
1852
|
|
|
@@ -1392,95 +1858,159 @@
|
|
|
1392
1858
|
|
|
1393
1859
|
### Minor Changes
|
|
1394
1860
|
|
|
1395
|
-
- [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424)
|
|
1396
|
-
|
|
1861
|
+
- [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424)
|
|
1862
|
+
[`a106c17833`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a106c17833) - Adds
|
|
1863
|
+
support for Intl in Media Card Date
|
|
1864
|
+
- [`8fc5fe20df`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8fc5fe20df) - Inline
|
|
1865
|
+
video player as part of the card and video player in media-viewer will now store last viewed
|
|
1866
|
+
position between sessions for given media id
|
|
1397
1867
|
|
|
1398
1868
|
### Patch Changes
|
|
1399
1869
|
|
|
1400
|
-
- [`0caa7daade`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0caa7daade) - Ensurer
|
|
1401
|
-
|
|
1402
|
-
- [`
|
|
1403
|
-
|
|
1870
|
+
- [`0caa7daade`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0caa7daade) - Ensurer
|
|
1871
|
+
MediaCard passes featureFlags to MediaViewer
|
|
1872
|
+
- [`a7a0a8ea67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a7a0a8ea67) - Adds tests
|
|
1873
|
+
for TitleBox component
|
|
1874
|
+
- [`21b9d3d336`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21b9d3d336) - Fixed
|
|
1875
|
+
RAR/non-ZIP files not recognised as archives
|
|
1876
|
+
- [`e5d5875710`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5d5875710) - Fixes
|
|
1877
|
+
attach of default IntlProvider
|
|
1404
1878
|
- Updated dependencies
|
|
1405
1879
|
|
|
1406
1880
|
## 69.2.1
|
|
1407
1881
|
|
|
1408
1882
|
### Patch Changes
|
|
1409
1883
|
|
|
1410
|
-
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
1884
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
1885
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
1886
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
1411
1887
|
|
|
1412
|
-
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
|
|
1413
|
-
to prevent duplicates of tslib being bundled.
|
|
1888
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
|
|
1889
|
+
upgrade to prevent duplicates of tslib being bundled.
|
|
1414
1890
|
|
|
1415
1891
|
## 69.2.0
|
|
1416
1892
|
|
|
1417
1893
|
### Minor Changes
|
|
1418
1894
|
|
|
1419
|
-
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
- [`
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
- [`
|
|
1428
|
-
|
|
1429
|
-
- [`
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
- [`
|
|
1435
|
-
|
|
1436
|
-
- [`
|
|
1437
|
-
|
|
1438
|
-
- [`
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
- [`
|
|
1442
|
-
|
|
1443
|
-
- [`
|
|
1895
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
|
|
1896
|
+
[`65652ba165`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65652ba165) - Added 15
|
|
1897
|
+
new icons based on the mimetype (.sketch, .gif, ect). Previously, we only had 6 icons based on the
|
|
1898
|
+
mediaType (doc/audio/unknown/image/video). Also created a dedicated examples page for icons
|
|
1899
|
+
- [`48f416a9d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48f416a9d9) - Exporting
|
|
1900
|
+
new css class name for cardImageView: fileCardImageViewSelector
|
|
1901
|
+
- [`6faafb144c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6faafb144c) - Introduce
|
|
1902
|
+
MediaFeatureFlags. Refactor components to use.
|
|
1903
|
+
- [`861d585ba8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/861d585ba8) - Changed
|
|
1904
|
+
mediaSingle to now render it's child adf nodes using nodeviews rather than directly with react
|
|
1905
|
+
- [`2202870181`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2202870181) - Added
|
|
1906
|
+
support for zip previews in media viewer
|
|
1907
|
+
|
|
1908
|
+
### Patch Changes
|
|
1909
|
+
|
|
1910
|
+
- [`54ba7a137a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54ba7a137a) - Use
|
|
1911
|
+
IntersectionObserver when isLazy is true in media-card
|
|
1912
|
+
- [`3a188fc905`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a188fc905) - Fixed
|
|
1913
|
+
error when using empty mimeType in media examples
|
|
1914
|
+
- [`c026e59e68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c026e59e68) - Move
|
|
1915
|
+
truncateText helper from media-card to media-ui and expose entry point. Export optional NameCell
|
|
1916
|
+
component from MediaTable.
|
|
1917
|
+
- [`bfaa99bb5d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfaa99bb5d) - Fixed
|
|
1918
|
+
responsiveness for Failed To Load message (i18n)
|
|
1919
|
+
- [`878d4126c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/878d4126c2) - Added mime
|
|
1920
|
+
types supported by Media API file preview
|
|
1921
|
+
- [`fa6fb5dfbb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa6fb5dfbb) - Removing
|
|
1922
|
+
unused code to be published
|
|
1923
|
+
- [`d9ca530258`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9ca530258) - Retry
|
|
1924
|
+
button stops propagation of the event
|
|
1925
|
+
- [`caf46c7c45`](https://bitbucket.org/atlassian/atlassian-frontend/commits/caf46c7c45) - Improved
|
|
1926
|
+
remote preview functionality for media-card redesign. Breaking change: renamed type of argument
|
|
1927
|
+
"SourceFile" to "CopySourceFile" in the method "copyFile" of media-client.
|
|
1928
|
+
- [`87434f6a18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87434f6a18) - Removed
|
|
1929
|
+
unneeded styles
|
|
1930
|
+
- [`838f711196`](https://bitbucket.org/atlassian/atlassian-frontend/commits/838f711196) - fix
|
|
1931
|
+
blanket styles to ensure is visible
|
|
1932
|
+
- [`4f70769fe1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f70769fe1) - Minor CSS
|
|
1933
|
+
update to vertically center image in media-card
|
|
1934
|
+
- [`89a1c63251`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89a1c63251) - Add the
|
|
1935
|
+
rowProps property, which enables consumers to apply properties to the underlying row component.
|
|
1936
|
+
Move truncateText helper from media-card to media-ui and expose entry point. Export optional
|
|
1937
|
+
NameCell component from MediaTable.
|
|
1938
|
+
- [`16f000d172`](https://bitbucket.org/atlassian/atlassian-frontend/commits/16f000d172) - Set
|
|
1939
|
+
isCardVisible to true if local cache is available from the beginning
|
|
1940
|
+
- [`367c2fd66d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/367c2fd66d) - Fixed
|
|
1941
|
+
example
|
|
1942
|
+
- [`87459b57ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87459b57ba) - Fixed
|
|
1943
|
+
insertion failure of processing file from recent files into Editor
|
|
1944
|
+
- [`2b1ad94f17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b1ad94f17) - Hides
|
|
1945
|
+
Titlebox when Media Single uploads
|
|
1444
1946
|
- Updated dependencies
|
|
1445
1947
|
|
|
1446
1948
|
## 69.1.0
|
|
1447
1949
|
|
|
1448
1950
|
### Minor Changes
|
|
1449
1951
|
|
|
1450
|
-
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
- [`
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
- [`
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
- [`
|
|
1465
|
-
|
|
1466
|
-
- [`
|
|
1467
|
-
|
|
1468
|
-
- [`
|
|
1469
|
-
|
|
1470
|
-
- [`
|
|
1471
|
-
|
|
1472
|
-
- [`
|
|
1473
|
-
|
|
1474
|
-
- [`
|
|
1475
|
-
|
|
1476
|
-
- [`
|
|
1952
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
|
|
1953
|
+
[`50d947cdae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50d947cdae) - Added
|
|
1954
|
+
Media Card New Experience behind a feature flag
|
|
1955
|
+
- [`8502dcbdaa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8502dcbdaa) - Adding
|
|
1956
|
+
icons for media-card new experiences
|
|
1957
|
+
- [`f98a7a056b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f98a7a056b) - Add action
|
|
1958
|
+
buttons to the new media card experience
|
|
1959
|
+
- [`34be68ad22`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34be68ad22) -
|
|
1960
|
+
Ellipsifying the titlebox name if the length of the name overflows the mediacard width
|
|
1961
|
+
- [`c9f617fdeb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c9f617fdeb) - Adding
|
|
1962
|
+
tooltip showing full file name on new media card experience
|
|
1963
|
+
|
|
1964
|
+
### Patch Changes
|
|
1965
|
+
|
|
1966
|
+
- [`8c4210797a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c4210797a) - MPT-475:
|
|
1967
|
+
Showing upload progress during processing of non-natively supported files
|
|
1968
|
+
- [`7e2c17eb4a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e2c17eb4a) - Fixed
|
|
1969
|
+
missing title in media-card overlay during selected upload
|
|
1970
|
+
- [`4c06f345ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c06f345ec) - Fixing
|
|
1971
|
+
tooltip covering retry button and excessive padding on action bar
|
|
1972
|
+
- [`4543f920b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4543f920b0) - Disabled
|
|
1973
|
+
previews for redesign; fixed not initially showing a doc icon when uploading a document
|
|
1974
|
+
- [`46417e790a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46417e790a) - Display
|
|
1975
|
+
error message when the image fails to render
|
|
1976
|
+
- [`47f865f183`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f865f183) - add
|
|
1977
|
+
@atlaskit/spinner to media-card
|
|
1978
|
+
- [`f5150a43c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5150a43c1) - Add
|
|
1979
|
+
truncation to title box when card has failed to load
|
|
1980
|
+
- [`c62d2c285f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c62d2c285f) - Added
|
|
1981
|
+
Failed To Load Error Message to New Experience
|
|
1982
|
+
- [`1e37fff6cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e37fff6cf) - Removed
|
|
1983
|
+
TemporarySucceededEvent
|
|
1984
|
+
- [`011324f3b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/011324f3b1) - Temporary
|
|
1985
|
+
patch to Analytics Events
|
|
1986
|
+
- [`e297a94160`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e297a94160) - Fixing
|
|
1987
|
+
another padding issue with new media card experience
|
|
1988
|
+
- [`ce6c20e34b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce6c20e34b) - Removed
|
|
1989
|
+
duplicated Actions Bar
|
|
1990
|
+
- [`890992ee55`](https://bitbucket.org/atlassian/atlassian-frontend/commits/890992ee55) - fixed new
|
|
1991
|
+
upload not showing processing progress when inserted into Editor
|
|
1992
|
+
- [`89df1041d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89df1041d5) - Attach
|
|
1993
|
+
Media Card Feature Flags to Analytics Events
|
|
1994
|
+
- [`95c4be11d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95c4be11d5) - Fix
|
|
1995
|
+
Analytics Events for unpreviewable files
|
|
1996
|
+
- [`cba906d181`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cba906d181) -
|
|
1997
|
+
Repositioning the spinner to match the mediatypeicon
|
|
1998
|
+
- [`31a75d4431`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31a75d4431) - Prevents
|
|
1999
|
+
plays on a processing unsupported video
|
|
2000
|
+
- [`f8e73cc7da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8e73cc7da) - Fixing new
|
|
2001
|
+
media-card design issues
|
|
2002
|
+
- [`e8d2230623`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e8d2230623) - Refactors
|
|
2003
|
+
Tooltip implementation
|
|
1477
2004
|
|
|
1478
2005
|
## 69.0.0
|
|
1479
2006
|
|
|
1480
2007
|
### Major Changes
|
|
1481
2008
|
|
|
1482
|
-
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
1483
|
-
|
|
2009
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
2010
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
|
|
2011
|
+
dropping IE11 support, from this version onwards there are no warranties of the package working in
|
|
2012
|
+
IE11. For more information see:
|
|
2013
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
1484
2014
|
|
|
1485
2015
|
### Patch Changes
|
|
1486
2016
|
|
|
@@ -1490,36 +2020,51 @@
|
|
|
1490
2020
|
|
|
1491
2021
|
### Patch Changes
|
|
1492
2022
|
|
|
1493
|
-
- [#2763](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2763)
|
|
1494
|
-
|
|
1495
|
-
-
|
|
2023
|
+
- [#2763](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2763)
|
|
2024
|
+
[`e04c837864`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e04c837864) -
|
|
2025
|
+
File-state-errors should only be fired when the filestate is Error OR failed-processing
|
|
2026
|
+
- [`5989238f54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5989238f54) - Reuse
|
|
2027
|
+
existing preview in InlineVideoPlayer to prevent re renders when video is uploading
|
|
2028
|
+
- [`3879663f8b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3879663f8b) - Replace
|
|
2029
|
+
use of findDOMNode with React.Ref
|
|
1496
2030
|
- Updated dependencies
|
|
1497
2031
|
|
|
1498
2032
|
## 68.0.1
|
|
1499
2033
|
|
|
1500
2034
|
### Patch Changes
|
|
1501
2035
|
|
|
1502
|
-
- [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443)
|
|
2036
|
+
- [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443)
|
|
2037
|
+
[`eaade3e0e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eaade3e0e3) - Added
|
|
2038
|
+
Feature Flag placeholder: Media Card New Experience
|
|
1503
2039
|
- Updated dependencies
|
|
1504
2040
|
|
|
1505
2041
|
## 68.0.0
|
|
1506
2042
|
|
|
1507
2043
|
### Major Changes
|
|
1508
2044
|
|
|
1509
|
-
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137)
|
|
2045
|
+
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137)
|
|
2046
|
+
[`4ffbda40ca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ffbda40ca) - Rename
|
|
2047
|
+
OriginalCardDimensions TS interface to NumericalCardDimensions
|
|
1510
2048
|
|
|
1511
2049
|
### Minor Changes
|
|
1512
2050
|
|
|
1513
|
-
- [`65ee549c4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65ee549c4c) - ED-8836
|
|
1514
|
-
|
|
2051
|
+
- [`65ee549c4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65ee549c4c) - ED-8836
|
|
2052
|
+
Make media single selected styling consistent
|
|
2053
|
+
- [`c3b799c7eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3b799c7eb) - add
|
|
2054
|
+
optional createdAt field
|
|
1515
2055
|
|
|
1516
2056
|
### Patch Changes
|
|
1517
2057
|
|
|
1518
|
-
- [`a2ffde361d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a2ffde361d) - MPT-131:
|
|
1519
|
-
|
|
1520
|
-
- [`
|
|
1521
|
-
|
|
1522
|
-
- [`
|
|
2058
|
+
- [`a2ffde361d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a2ffde361d) - MPT-131:
|
|
2059
|
+
fetch remote preview for files not supported by the browser
|
|
2060
|
+
- [`58de72f246`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58de72f246) - Updates
|
|
2061
|
+
properties documentation
|
|
2062
|
+
- [`2b8e73b021`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b8e73b021) - Cache
|
|
2063
|
+
dataURIs so that there is no flickering in image when table is resized
|
|
2064
|
+
- [`b6003252e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6003252e5) - Remove
|
|
2065
|
+
unneeded FileCard Component
|
|
2066
|
+
- [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove
|
|
2067
|
+
unused dependencies
|
|
1523
2068
|
- Updated dependencies
|
|
1524
2069
|
|
|
1525
2070
|
## 67.2.3
|
|
@@ -1532,7 +2077,10 @@
|
|
|
1532
2077
|
|
|
1533
2078
|
### Patch Changes
|
|
1534
2079
|
|
|
1535
|
-
- [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868)
|
|
2080
|
+
- [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868)
|
|
2081
|
+
[`128b80c4ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/128b80c4ba) - Changing
|
|
2082
|
+
the way error analytics are fired for unpreviewable files, as an undefined mediatype is classified
|
|
2083
|
+
as 'unpreviewable'- Updated dependencies
|
|
1536
2084
|
|
|
1537
2085
|
## 67.2.1
|
|
1538
2086
|
|
|
@@ -1540,18 +2088,29 @@
|
|
|
1540
2088
|
|
|
1541
2089
|
- [patch][4d8d550d69](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d8d550d69):
|
|
1542
2090
|
|
|
1543
|
-
remove false positive 'failed' events in Media Card for unpreviewable files- Updated dependencies
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
- Updated dependencies
|
|
1547
|
-
|
|
1548
|
-
- Updated dependencies
|
|
1549
|
-
|
|
1550
|
-
- Updated dependencies
|
|
1551
|
-
|
|
1552
|
-
- Updated dependencies
|
|
1553
|
-
|
|
1554
|
-
- Updated dependencies
|
|
2091
|
+
remove false positive 'failed' events in Media Card for unpreviewable files- Updated dependencies
|
|
2092
|
+
[3b776be426](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b776be426):
|
|
2093
|
+
|
|
2094
|
+
- Updated dependencies
|
|
2095
|
+
[9e4b195732](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e4b195732):
|
|
2096
|
+
- Updated dependencies
|
|
2097
|
+
[dc3bade5f1](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc3bade5f1):
|
|
2098
|
+
- Updated dependencies
|
|
2099
|
+
[6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
|
|
2100
|
+
- Updated dependencies
|
|
2101
|
+
[449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
|
|
2102
|
+
- Updated dependencies
|
|
2103
|
+
[acc12dba75](https://bitbucket.org/atlassian/atlassian-frontend/commits/acc12dba75):
|
|
2104
|
+
- Updated dependencies
|
|
2105
|
+
[57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
|
|
2106
|
+
- Updated dependencies
|
|
2107
|
+
[68ff159118](https://bitbucket.org/atlassian/atlassian-frontend/commits/68ff159118):
|
|
2108
|
+
- Updated dependencies
|
|
2109
|
+
[1b3a41f3ea](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b3a41f3ea):
|
|
2110
|
+
- Updated dependencies
|
|
2111
|
+
[fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
|
|
2112
|
+
- Updated dependencies
|
|
2113
|
+
[7a2540821c](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a2540821c):
|
|
1555
2114
|
- @atlaskit/media-ui@12.2.0
|
|
1556
2115
|
- @atlaskit/toggle@8.1.7
|
|
1557
2116
|
- @atlaskit/button@13.3.11
|
|
@@ -1566,7 +2125,8 @@
|
|
|
1566
2125
|
|
|
1567
2126
|
- [minor][4aca202534](https://bitbucket.org/atlassian/atlassian-frontend/commits/4aca202534):
|
|
1568
2127
|
|
|
1569
|
-
New data-testid added: [data-testid="custom-media-player"] - Wrapper around custom media player-
|
|
2128
|
+
New data-testid added: [data-testid="custom-media-player"] - Wrapper around custom media player-
|
|
2129
|
+
[minor][c28ff17fbd](https://bitbucket.org/atlassian/atlassian-frontend/commits/c28ff17fbd):
|
|
1570
2130
|
|
|
1571
2131
|
Add new data-testid "data-test-media-name"
|
|
1572
2132
|
|
|
@@ -1574,50 +2134,93 @@
|
|
|
1574
2134
|
|
|
1575
2135
|
- [patch][109004a98e](https://bitbucket.org/atlassian/atlassian-frontend/commits/109004a98e):
|
|
1576
2136
|
|
|
1577
|
-
Deletes internal package @atlaskit/type-helpers and removes all usages. @atlaskit/type-helpers has
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
- Updated dependencies
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
- Updated dependencies
|
|
1593
|
-
|
|
1594
|
-
- Updated dependencies
|
|
1595
|
-
|
|
1596
|
-
- Updated dependencies
|
|
1597
|
-
|
|
1598
|
-
- Updated dependencies
|
|
1599
|
-
|
|
1600
|
-
- Updated dependencies
|
|
1601
|
-
|
|
1602
|
-
- Updated dependencies
|
|
1603
|
-
|
|
1604
|
-
- Updated dependencies
|
|
1605
|
-
|
|
1606
|
-
- Updated dependencies
|
|
1607
|
-
|
|
1608
|
-
- Updated dependencies
|
|
1609
|
-
|
|
1610
|
-
- Updated dependencies
|
|
1611
|
-
|
|
1612
|
-
- Updated dependencies
|
|
1613
|
-
|
|
1614
|
-
- Updated dependencies
|
|
1615
|
-
|
|
1616
|
-
- Updated dependencies
|
|
1617
|
-
|
|
1618
|
-
- Updated dependencies
|
|
1619
|
-
|
|
1620
|
-
- Updated dependencies
|
|
2137
|
+
Deletes internal package @atlaskit/type-helpers and removes all usages. @atlaskit/type-helpers has
|
|
2138
|
+
been superseded by native typescript helper utilities.-
|
|
2139
|
+
[patch][e5c869ee31](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5c869ee31):
|
|
2140
|
+
|
|
2141
|
+
Fix posision of tick in safari-
|
|
2142
|
+
[patch][69b678b38c](https://bitbucket.org/atlassian/atlassian-frontend/commits/69b678b38c):
|
|
2143
|
+
|
|
2144
|
+
Refactor media analytics listener to properly include context data. Add and use new media
|
|
2145
|
+
namespace analytics context in MediaCard-
|
|
2146
|
+
[patch][d38212e1be](https://bitbucket.org/atlassian/atlassian-frontend/commits/d38212e1be):
|
|
2147
|
+
|
|
2148
|
+
Make sure order of card status render is in sync with FileStates order. We should not render older
|
|
2149
|
+
card status on top of a newer one- Updated dependencies
|
|
2150
|
+
[f459d99f15](https://bitbucket.org/atlassian/atlassian-frontend/commits/f459d99f15):
|
|
2151
|
+
|
|
2152
|
+
- Updated dependencies
|
|
2153
|
+
[17cc5dde5d](https://bitbucket.org/atlassian/atlassian-frontend/commits/17cc5dde5d):
|
|
2154
|
+
- Updated dependencies
|
|
2155
|
+
[6a6a991904](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a6a991904):
|
|
2156
|
+
- Updated dependencies
|
|
2157
|
+
[84f82f7015](https://bitbucket.org/atlassian/atlassian-frontend/commits/84f82f7015):
|
|
2158
|
+
- Updated dependencies
|
|
2159
|
+
[168b5f90e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/168b5f90e5):
|
|
2160
|
+
- Updated dependencies
|
|
2161
|
+
[3aedaac8c7](https://bitbucket.org/atlassian/atlassian-frontend/commits/3aedaac8c7):
|
|
2162
|
+
- Updated dependencies
|
|
2163
|
+
[f061ed6c98](https://bitbucket.org/atlassian/atlassian-frontend/commits/f061ed6c98):
|
|
2164
|
+
- Updated dependencies
|
|
2165
|
+
[49dbcfa64c](https://bitbucket.org/atlassian/atlassian-frontend/commits/49dbcfa64c):
|
|
2166
|
+
- Updated dependencies
|
|
2167
|
+
[e9d555132d](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9d555132d):
|
|
2168
|
+
- Updated dependencies
|
|
2169
|
+
[0c270847cb](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c270847cb):
|
|
2170
|
+
- Updated dependencies
|
|
2171
|
+
[5f8e3caf72](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f8e3caf72):
|
|
2172
|
+
- Updated dependencies
|
|
2173
|
+
[d7b07a9ca4](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7b07a9ca4):
|
|
2174
|
+
- Updated dependencies
|
|
2175
|
+
[318a1a0f2f](https://bitbucket.org/atlassian/atlassian-frontend/commits/318a1a0f2f):
|
|
2176
|
+
- Updated dependencies
|
|
2177
|
+
[fd4b237ffe](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd4b237ffe):
|
|
2178
|
+
- Updated dependencies
|
|
2179
|
+
[9691bb8eb9](https://bitbucket.org/atlassian/atlassian-frontend/commits/9691bb8eb9):
|
|
2180
|
+
- Updated dependencies
|
|
2181
|
+
[11ff95c0f0](https://bitbucket.org/atlassian/atlassian-frontend/commits/11ff95c0f0):
|
|
2182
|
+
- Updated dependencies
|
|
2183
|
+
[ae426d5e97](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae426d5e97):
|
|
2184
|
+
- Updated dependencies
|
|
2185
|
+
[692692ba24](https://bitbucket.org/atlassian/atlassian-frontend/commits/692692ba24):
|
|
2186
|
+
- Updated dependencies
|
|
2187
|
+
[5550919b98](https://bitbucket.org/atlassian/atlassian-frontend/commits/5550919b98):
|
|
2188
|
+
- Updated dependencies
|
|
2189
|
+
[b5f17f0751](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5f17f0751):
|
|
2190
|
+
- Updated dependencies
|
|
2191
|
+
[51ddfebb45](https://bitbucket.org/atlassian/atlassian-frontend/commits/51ddfebb45):
|
|
2192
|
+
- Updated dependencies
|
|
2193
|
+
[109004a98e](https://bitbucket.org/atlassian/atlassian-frontend/commits/109004a98e):
|
|
2194
|
+
- Updated dependencies
|
|
2195
|
+
[b9903e773a](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9903e773a):
|
|
2196
|
+
- Updated dependencies
|
|
2197
|
+
[69b678b38c](https://bitbucket.org/atlassian/atlassian-frontend/commits/69b678b38c):
|
|
2198
|
+
- Updated dependencies
|
|
2199
|
+
[e9044fbfa6](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9044fbfa6):
|
|
2200
|
+
- Updated dependencies
|
|
2201
|
+
[fd782b0705](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd782b0705):
|
|
2202
|
+
- Updated dependencies
|
|
2203
|
+
[050781f257](https://bitbucket.org/atlassian/atlassian-frontend/commits/050781f257):
|
|
2204
|
+
- Updated dependencies
|
|
2205
|
+
[4635f8107b](https://bitbucket.org/atlassian/atlassian-frontend/commits/4635f8107b):
|
|
2206
|
+
- Updated dependencies
|
|
2207
|
+
[d80b8e8fdb](https://bitbucket.org/atlassian/atlassian-frontend/commits/d80b8e8fdb):
|
|
2208
|
+
- Updated dependencies
|
|
2209
|
+
[b2402fc3a2](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2402fc3a2):
|
|
2210
|
+
- Updated dependencies
|
|
2211
|
+
[ba8c2c4129](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba8c2c4129):
|
|
2212
|
+
- Updated dependencies
|
|
2213
|
+
[d3547279dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3547279dd):
|
|
2214
|
+
- Updated dependencies
|
|
2215
|
+
[67bc25bc3f](https://bitbucket.org/atlassian/atlassian-frontend/commits/67bc25bc3f):
|
|
2216
|
+
- Updated dependencies
|
|
2217
|
+
[4aca202534](https://bitbucket.org/atlassian/atlassian-frontend/commits/4aca202534):
|
|
2218
|
+
- Updated dependencies
|
|
2219
|
+
[f3587bae11](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3587bae11):
|
|
2220
|
+
- Updated dependencies
|
|
2221
|
+
[8c8f0099d8](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c8f0099d8):
|
|
2222
|
+
- Updated dependencies
|
|
2223
|
+
[7e363d5aba](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e363d5aba):
|
|
1621
2224
|
- @atlaskit/media-ui@12.1.0
|
|
1622
2225
|
- @atlaskit/media-test-helpers@27.2.0
|
|
1623
2226
|
- @atlaskit/docs@8.5.1
|
|
@@ -1635,18 +2238,28 @@
|
|
|
1635
2238
|
|
|
1636
2239
|
- [patch][9d2da865dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d2da865dd):
|
|
1637
2240
|
|
|
1638
|
-
ED-8868 Bring back media card sideEffects false in package.json-
|
|
2241
|
+
ED-8868 Bring back media card sideEffects false in package.json-
|
|
2242
|
+
[patch][9a93eff8e6](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a93eff8e6):
|
|
1639
2243
|
|
|
1640
|
-
Fix bug where progressed bar is not shown in before first chunk- Updated dependencies
|
|
2244
|
+
Fix bug where progressed bar is not shown in before first chunk- Updated dependencies
|
|
2245
|
+
[eb962d2c36](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb962d2c36):
|
|
1641
2246
|
|
|
1642
|
-
- Updated dependencies
|
|
1643
|
-
|
|
1644
|
-
- Updated dependencies
|
|
1645
|
-
|
|
1646
|
-
- Updated dependencies
|
|
1647
|
-
|
|
1648
|
-
- Updated dependencies
|
|
1649
|
-
|
|
2247
|
+
- Updated dependencies
|
|
2248
|
+
[ac70ced922](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac70ced922):
|
|
2249
|
+
- Updated dependencies
|
|
2250
|
+
[dae900bf82](https://bitbucket.org/atlassian/atlassian-frontend/commits/dae900bf82):
|
|
2251
|
+
- Updated dependencies
|
|
2252
|
+
[f83b67a761](https://bitbucket.org/atlassian/atlassian-frontend/commits/f83b67a761):
|
|
2253
|
+
- Updated dependencies
|
|
2254
|
+
[70b68943d1](https://bitbucket.org/atlassian/atlassian-frontend/commits/70b68943d1):
|
|
2255
|
+
- Updated dependencies
|
|
2256
|
+
[d49ebd7c7a](https://bitbucket.org/atlassian/atlassian-frontend/commits/d49ebd7c7a):
|
|
2257
|
+
- Updated dependencies
|
|
2258
|
+
[6dcad31e41](https://bitbucket.org/atlassian/atlassian-frontend/commits/6dcad31e41):
|
|
2259
|
+
- Updated dependencies
|
|
2260
|
+
[8c9e4f1ec6](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9e4f1ec6):
|
|
2261
|
+
- Updated dependencies
|
|
2262
|
+
[3cbc8a49a2](https://bitbucket.org/atlassian/atlassian-frontend/commits/3cbc8a49a2):
|
|
1650
2263
|
- @atlaskit/media-client@6.0.0
|
|
1651
2264
|
- @atlaskit/media-viewer@44.3.0
|
|
1652
2265
|
- @atlaskit/build-utils@2.6.4
|
|
@@ -1663,10 +2276,12 @@
|
|
|
1663
2276
|
|
|
1664
2277
|
# expose originalDimensions property
|
|
1665
2278
|
|
|
1666
|
-
> This property allows consumers to provide the original dimensions of the file instead of the
|
|
2279
|
+
> This property allows consumers to provide the original dimensions of the file instead of the
|
|
2280
|
+
> dimensions the card will have.
|
|
1667
2281
|
|
|
1668
|
-
As opposite to `cardDimensions` in where you can pass `string | number | undefined`, so
|
|
1669
|
-
|
|
2282
|
+
As opposite to `cardDimensions` in where you can pass `string | number | undefined`, so
|
|
2283
|
+
integrators can provide things like `5%` or `10px` or only provide 1 of the values. In original
|
|
2284
|
+
dimensions, integrators need to provide both `width` + `height` in number type.
|
|
1670
2285
|
|
|
1671
2286
|
```
|
|
1672
2287
|
interface OriginalCardDimensions {
|
|
@@ -1691,30 +2306,51 @@
|
|
|
1691
2306
|
|
|
1692
2307
|
- [patch][be57ca3829](https://bitbucket.org/atlassian/atlassian-frontend/commits/be57ca3829):
|
|
1693
2308
|
|
|
1694
|
-
pass contextId to MediaViewer-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
- Updated dependencies
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
- Updated dependencies
|
|
1704
|
-
|
|
1705
|
-
- Updated dependencies
|
|
1706
|
-
|
|
1707
|
-
- Updated dependencies
|
|
1708
|
-
|
|
1709
|
-
- Updated dependencies
|
|
1710
|
-
|
|
1711
|
-
- Updated dependencies
|
|
1712
|
-
|
|
1713
|
-
- Updated dependencies
|
|
1714
|
-
|
|
1715
|
-
- Updated dependencies
|
|
1716
|
-
|
|
1717
|
-
- Updated dependencies
|
|
2309
|
+
pass contextId to MediaViewer-
|
|
2310
|
+
[patch][d7ed7b1513](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7ed7b1513):
|
|
2311
|
+
|
|
2312
|
+
Remove export \* from media components-
|
|
2313
|
+
[patch][39ee28797d](https://bitbucket.org/atlassian/atlassian-frontend/commits/39ee28797d):
|
|
2314
|
+
|
|
2315
|
+
Add MimeType to media-card analytics- Updated dependencies
|
|
2316
|
+
[b408e050ab](https://bitbucket.org/atlassian/atlassian-frontend/commits/b408e050ab):
|
|
2317
|
+
|
|
2318
|
+
- Updated dependencies
|
|
2319
|
+
[66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
|
|
2320
|
+
- Updated dependencies
|
|
2321
|
+
[dda84ee26d](https://bitbucket.org/atlassian/atlassian-frontend/commits/dda84ee26d):
|
|
2322
|
+
- Updated dependencies
|
|
2323
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
2324
|
+
- Updated dependencies
|
|
2325
|
+
[196500df34](https://bitbucket.org/atlassian/atlassian-frontend/commits/196500df34):
|
|
2326
|
+
- Updated dependencies
|
|
2327
|
+
[64fb94fb1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/64fb94fb1e):
|
|
2328
|
+
- Updated dependencies
|
|
2329
|
+
[77474b6821](https://bitbucket.org/atlassian/atlassian-frontend/commits/77474b6821):
|
|
2330
|
+
- Updated dependencies
|
|
2331
|
+
[d7ed7b1513](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7ed7b1513):
|
|
2332
|
+
- Updated dependencies
|
|
2333
|
+
[41a2496393](https://bitbucket.org/atlassian/atlassian-frontend/commits/41a2496393):
|
|
2334
|
+
- Updated dependencies
|
|
2335
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
2336
|
+
- Updated dependencies
|
|
2337
|
+
[8b9598a760](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b9598a760):
|
|
2338
|
+
- Updated dependencies
|
|
2339
|
+
[bbf5eb8824](https://bitbucket.org/atlassian/atlassian-frontend/commits/bbf5eb8824):
|
|
2340
|
+
- Updated dependencies
|
|
2341
|
+
[eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
|
|
2342
|
+
- Updated dependencies
|
|
2343
|
+
[6b06a7baa9](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b06a7baa9):
|
|
2344
|
+
- Updated dependencies
|
|
2345
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
2346
|
+
- Updated dependencies
|
|
2347
|
+
[109c1a2c0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/109c1a2c0a):
|
|
2348
|
+
- Updated dependencies
|
|
2349
|
+
[c57bb32f6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/c57bb32f6d):
|
|
2350
|
+
- Updated dependencies
|
|
2351
|
+
[8b34c7371d](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b34c7371d):
|
|
2352
|
+
- Updated dependencies
|
|
2353
|
+
[ef105eb49f](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef105eb49f):
|
|
1718
2354
|
- @atlaskit/media-client@5.0.2
|
|
1719
2355
|
- @atlaskit/docs@8.4.0
|
|
1720
2356
|
- @atlaskit/media-ui@12.0.0
|
|
@@ -1737,7 +2373,8 @@
|
|
|
1737
2373
|
|
|
1738
2374
|
### Patch Changes
|
|
1739
2375
|
|
|
1740
|
-
- Updated dependencies
|
|
2376
|
+
- Updated dependencies
|
|
2377
|
+
[e3f01787dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f01787dd):
|
|
1741
2378
|
- @atlaskit/webdriver-runner@0.2.0
|
|
1742
2379
|
- @atlaskit/button@13.3.8
|
|
1743
2380
|
- @atlaskit/checkbox@10.1.9
|
|
@@ -1753,14 +2390,21 @@
|
|
|
1753
2390
|
|
|
1754
2391
|
- [patch][eeaa647c31](https://bitbucket.org/atlassian/atlassian-frontend/commits/eeaa647c31):
|
|
1755
2392
|
|
|
1756
|
-
Enable play button on video whilst no thumbnail is available yet- Updated dependencies
|
|
2393
|
+
Enable play button on video whilst no thumbnail is available yet- Updated dependencies
|
|
2394
|
+
[8c7f68d911](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c7f68d911):
|
|
1757
2395
|
|
|
1758
|
-
- Updated dependencies
|
|
1759
|
-
|
|
1760
|
-
- Updated dependencies
|
|
1761
|
-
|
|
1762
|
-
- Updated dependencies
|
|
1763
|
-
|
|
2396
|
+
- Updated dependencies
|
|
2397
|
+
[f709e92247](https://bitbucket.org/atlassian/atlassian-frontend/commits/f709e92247):
|
|
2398
|
+
- Updated dependencies
|
|
2399
|
+
[0e562f2a4a](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e562f2a4a):
|
|
2400
|
+
- Updated dependencies
|
|
2401
|
+
[9e87af4685](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e87af4685):
|
|
2402
|
+
- Updated dependencies
|
|
2403
|
+
[0603860c07](https://bitbucket.org/atlassian/atlassian-frontend/commits/0603860c07):
|
|
2404
|
+
- Updated dependencies
|
|
2405
|
+
[91a1eb05db](https://bitbucket.org/atlassian/atlassian-frontend/commits/91a1eb05db):
|
|
2406
|
+
- Updated dependencies
|
|
2407
|
+
[c1992227dc](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1992227dc):
|
|
1764
2408
|
- @atlaskit/media-ui@11.9.0
|
|
1765
2409
|
- @atlaskit/dropdown-menu@9.0.0
|
|
1766
2410
|
- @atlaskit/icon@20.0.2
|
|
@@ -1775,7 +2419,8 @@
|
|
|
1775
2419
|
|
|
1776
2420
|
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1777
2421
|
|
|
1778
|
-
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
2422
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
2423
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1779
2424
|
|
|
1780
2425
|
- @atlaskit/docs@8.3.2
|
|
1781
2426
|
- @atlaskit/analytics-next@6.3.5
|
|
@@ -1803,9 +2448,12 @@
|
|
|
1803
2448
|
|
|
1804
2449
|
### Patch Changes
|
|
1805
2450
|
|
|
1806
|
-
- Updated dependencies
|
|
1807
|
-
|
|
1808
|
-
- Updated dependencies
|
|
2451
|
+
- Updated dependencies
|
|
2452
|
+
[fe4eaf06fc](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe4eaf06fc):
|
|
2453
|
+
- Updated dependencies
|
|
2454
|
+
[c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
|
|
2455
|
+
- Updated dependencies
|
|
2456
|
+
[555818c33a](https://bitbucket.org/atlassian/atlassian-frontend/commits/555818c33a):
|
|
1809
2457
|
- @atlaskit/media-test-helpers@26.1.0
|
|
1810
2458
|
- @atlaskit/field-radio-group@7.0.0
|
|
1811
2459
|
- @atlaskit/field-range@8.0.0
|
|
@@ -1825,15 +2473,22 @@
|
|
|
1825
2473
|
|
|
1826
2474
|
- [patch][5504a7da8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/5504a7da8c):
|
|
1827
2475
|
|
|
1828
|
-
Improved types for type property of FileIcon-
|
|
2476
|
+
Improved types for type property of FileIcon-
|
|
2477
|
+
[patch][6ee177aeb4](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee177aeb4):
|
|
1829
2478
|
|
|
1830
|
-
Stream caches in media-client now use ReplaySubjects instead of Observables.
|
|
1831
|
-
|
|
1832
|
-
|
|
2479
|
+
Stream caches in media-client now use ReplaySubjects instead of Observables. For the most part,
|
|
2480
|
+
this is just the interface that's being updated, as under the hood ReplaySubject was already
|
|
2481
|
+
getting used. ReplaySubjects better suit our use case because they track 1 version of history of
|
|
2482
|
+
the file state. As a consumer, there shouldn't be any necessary code changes. ReplaySubjects
|
|
2483
|
+
extend Observable, so the current usage should continue to work.- Updated dependencies
|
|
2484
|
+
[966622bd45](https://bitbucket.org/atlassian/atlassian-frontend/commits/966622bd45):
|
|
1833
2485
|
|
|
1834
|
-
- Updated dependencies
|
|
1835
|
-
|
|
1836
|
-
- Updated dependencies
|
|
2486
|
+
- Updated dependencies
|
|
2487
|
+
[723c67cab5](https://bitbucket.org/atlassian/atlassian-frontend/commits/723c67cab5):
|
|
2488
|
+
- Updated dependencies
|
|
2489
|
+
[d2b8166208](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2b8166208):
|
|
2490
|
+
- Updated dependencies
|
|
2491
|
+
[6ee177aeb4](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee177aeb4):
|
|
1837
2492
|
- @atlaskit/media-test-helpers@26.0.0
|
|
1838
2493
|
- @atlaskit/media-viewer@44.1.2
|
|
1839
2494
|
- @atlaskit/docs@8.3.0
|
|
@@ -1847,7 +2502,8 @@
|
|
|
1847
2502
|
|
|
1848
2503
|
- [major][03c917044e](https://bitbucket.org/atlassian/atlassian-frontend/commits/03c917044e):
|
|
1849
2504
|
|
|
1850
|
-
Remove `onChangeSelected` and `onLoadingChange` from `media-card` and `media-filmstrip` as they
|
|
2505
|
+
Remove `onChangeSelected` and `onLoadingChange` from `media-card` and `media-filmstrip` as they
|
|
2506
|
+
are unused. The behavior is now achieved with `mediaClient.file.getFileState`:
|
|
1851
2507
|
|
|
1852
2508
|
```
|
|
1853
2509
|
import {getMediaClient} from '@atlaskit/media-client'
|
|
@@ -1869,16 +2525,25 @@
|
|
|
1869
2525
|
|
|
1870
2526
|
- [patch][486a5aec29](https://bitbucket.org/atlassian/atlassian-frontend/commits/486a5aec29):
|
|
1871
2527
|
|
|
1872
|
-
ED-7892: added alt text when the image fail to load-
|
|
2528
|
+
ED-7892: added alt text when the image fail to load-
|
|
2529
|
+
[patch][d3f4c97f6a](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3f4c97f6a):
|
|
1873
2530
|
|
|
1874
|
-
Add media-card-file-name testId for cards file name and Add testId attribute to Ellipsify
|
|
2531
|
+
Add media-card-file-name testId for cards file name and Add testId attribute to Ellipsify
|
|
2532
|
+
component.- Updated dependencies
|
|
2533
|
+
[28f8f0e089](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f8f0e089):
|
|
1875
2534
|
|
|
1876
|
-
- Updated dependencies
|
|
1877
|
-
|
|
1878
|
-
- Updated dependencies
|
|
1879
|
-
|
|
1880
|
-
- Updated dependencies
|
|
1881
|
-
|
|
2535
|
+
- Updated dependencies
|
|
2536
|
+
[6dccb16bfc](https://bitbucket.org/atlassian/atlassian-frontend/commits/6dccb16bfc):
|
|
2537
|
+
- Updated dependencies
|
|
2538
|
+
[82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
|
|
2539
|
+
- Updated dependencies
|
|
2540
|
+
[d3f4c97f6a](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3f4c97f6a):
|
|
2541
|
+
- Updated dependencies
|
|
2542
|
+
[149560f012](https://bitbucket.org/atlassian/atlassian-frontend/commits/149560f012):
|
|
2543
|
+
- Updated dependencies
|
|
2544
|
+
[4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
|
|
2545
|
+
- Updated dependencies
|
|
2546
|
+
[6a8bc6f866](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a8bc6f866):
|
|
1882
2547
|
- @atlaskit/icon@19.1.0
|
|
1883
2548
|
- @atlaskit/toggle@8.1.3
|
|
1884
2549
|
- @atlaskit/theme@9.5.0
|
|
@@ -1898,20 +2563,33 @@
|
|
|
1898
2563
|
|
|
1899
2564
|
- [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1900
2565
|
|
|
1901
|
-
Fix File Status in Media Card Analytics Events- Updated dependencies
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
- Updated dependencies
|
|
1905
|
-
|
|
1906
|
-
- Updated dependencies
|
|
1907
|
-
|
|
1908
|
-
- Updated dependencies
|
|
1909
|
-
|
|
1910
|
-
- Updated dependencies
|
|
1911
|
-
|
|
1912
|
-
- Updated dependencies
|
|
1913
|
-
|
|
1914
|
-
- Updated dependencies
|
|
2566
|
+
Fix File Status in Media Card Analytics Events- Updated dependencies
|
|
2567
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2568
|
+
|
|
2569
|
+
- Updated dependencies
|
|
2570
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2571
|
+
- Updated dependencies
|
|
2572
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2573
|
+
- Updated dependencies
|
|
2574
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2575
|
+
- Updated dependencies
|
|
2576
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2577
|
+
- Updated dependencies
|
|
2578
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2579
|
+
- Updated dependencies
|
|
2580
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2581
|
+
- Updated dependencies
|
|
2582
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2583
|
+
- Updated dependencies
|
|
2584
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2585
|
+
- Updated dependencies
|
|
2586
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2587
|
+
- Updated dependencies
|
|
2588
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2589
|
+
- Updated dependencies
|
|
2590
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2591
|
+
- Updated dependencies
|
|
2592
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1915
2593
|
- @atlaskit/media-viewer@44.1.0
|
|
1916
2594
|
- @atlaskit/analytics-next@6.3.3
|
|
1917
2595
|
- @atlaskit/media-client@4.2.0
|
|
@@ -1926,7 +2604,8 @@
|
|
|
1926
2604
|
|
|
1927
2605
|
- [patch][139ab68e90](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/139ab68e90):
|
|
1928
2606
|
|
|
1929
|
-
ED-4359 fix focus being reset on remove mediagroup- Updated dependencies
|
|
2607
|
+
ED-4359 fix focus being reset on remove mediagroup- Updated dependencies
|
|
2608
|
+
[768bac6d81](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/768bac6d81):
|
|
1930
2609
|
|
|
1931
2610
|
- @atlaskit/analytics-next@6.3.2
|
|
1932
2611
|
|
|
@@ -1936,7 +2615,8 @@
|
|
|
1936
2615
|
|
|
1937
2616
|
- [minor][c23ff56fb0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c23ff56fb0):
|
|
1938
2617
|
|
|
1939
|
-
Introduced new optional prop `testId` that will be applied to `data-testid` prop on top DOM
|
|
2618
|
+
Introduced new optional prop `testId` that will be applied to `data-testid` prop on top DOM
|
|
2619
|
+
element of Card
|
|
1940
2620
|
|
|
1941
2621
|
### Patch Changes
|
|
1942
2622
|
|
|
@@ -1950,12 +2630,14 @@
|
|
|
1950
2630
|
|
|
1951
2631
|
- [patch][d222c2b987](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d222c2b987):
|
|
1952
2632
|
|
|
1953
|
-
Theme has been converted to Typescript. Typescript consumers will now get static type safety. Flow
|
|
2633
|
+
Theme has been converted to Typescript. Typescript consumers will now get static type safety. Flow
|
|
2634
|
+
types are no longer provided.
|
|
1954
2635
|
|
|
1955
2636
|
### Breaking
|
|
1956
2637
|
|
|
1957
|
-
** getTokens props changes **
|
|
1958
|
-
|
|
2638
|
+
** getTokens props changes ** When defining the value function passed into a ThemeProvider, the
|
|
2639
|
+
getTokens parameter cannot be called without props; if no props are provided an empty object `{}`
|
|
2640
|
+
must be passed in:
|
|
1959
2641
|
|
|
1960
2642
|
```javascript
|
|
1961
2643
|
<CustomTheme.Provider
|
|
@@ -1971,9 +2653,8 @@
|
|
|
1971
2653
|
>
|
|
1972
2654
|
```
|
|
1973
2655
|
|
|
1974
|
-
** Color palette changes **
|
|
1975
|
-
|
|
1976
|
-
Users will need to update imports from this:
|
|
2656
|
+
** Color palette changes ** Color palettes have been moved into their own file. Users will need to
|
|
2657
|
+
update imports from this:
|
|
1977
2658
|
|
|
1978
2659
|
```javascript
|
|
1979
2660
|
import { colors } from '@atlaskit/theme';
|
|
@@ -2013,7 +2694,8 @@
|
|
|
2013
2694
|
|
|
2014
2695
|
fixing analytics failed when user cancels file upload
|
|
2015
2696
|
|
|
2016
|
-
- Updated dependencies
|
|
2697
|
+
- Updated dependencies
|
|
2698
|
+
[24b8ea2667](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24b8ea2667):
|
|
2017
2699
|
- @atlaskit/media-client@4.0.0
|
|
2018
2700
|
- @atlaskit/media-test-helpers@25.2.2
|
|
2019
2701
|
- @atlaskit/media-viewer@44.0.1
|
|
@@ -2079,9 +2761,7 @@
|
|
|
2079
2761
|
import {Dropzone, Clipboard, Browser, MediaPicker} from '@atlaskit/media-picker';
|
|
2080
2762
|
```
|
|
2081
2763
|
|
|
2082
|
-
const mediaClientConfig: MediaClientConfig = {
|
|
2083
|
-
authProvider: () => Promise.resolve({})
|
|
2084
|
-
}
|
|
2764
|
+
const mediaClientConfig: MediaClientConfig = { authProvider: () => Promise.resolve({}) }
|
|
2085
2765
|
|
|
2086
2766
|
const mediaPicker = MediaPicker(mediaClientConfig);
|
|
2087
2767
|
|
|
@@ -2103,7 +2783,8 @@ const mediaPicker = MediaPicker(mediaClientConfig);
|
|
|
2103
2783
|
|
|
2104
2784
|
**BREAKING CHANGES**
|
|
2105
2785
|
|
|
2106
|
-
- **Media:** Removed deprecated "context" property from media components in favor of
|
|
2786
|
+
- **Media:** Removed deprecated "context" property from media components in favor of
|
|
2787
|
+
"mediaClientConfig". This affects all public media UI components.
|
|
2107
2788
|
- https://product-fabric.atlassian.net/browse/MS-2038
|
|
2108
2789
|
- **Tasks & Decisions:** Removed containerAri for task-decisions components.
|
|
2109
2790
|
- https://product-fabric.atlassian.net/browse/ED-7631
|
|
@@ -2170,11 +2851,14 @@ Bumped dependencies.
|
|
|
2170
2851
|
|
|
2171
2852
|
- [minor][eeb47666dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/eeb47666dd):
|
|
2172
2853
|
|
|
2173
|
-
Emit `media-viewed` event through `globalMediaEventEmitter` when media is viewed, played or
|
|
2854
|
+
Emit `media-viewed` event through `globalMediaEventEmitter` when media is viewed, played or
|
|
2855
|
+
downloaded via media card or media viewer.-
|
|
2856
|
+
[minor][550d260bfc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/550d260bfc):
|
|
2174
2857
|
|
|
2175
2858
|
Introducing support for alt-text in media.
|
|
2176
2859
|
|
|
2177
|
-
- Updated dependencies
|
|
2860
|
+
- Updated dependencies
|
|
2861
|
+
[e7b5c917de](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7b5c917de):
|
|
2178
2862
|
- @atlaskit/media-store@12.0.14
|
|
2179
2863
|
- @atlaskit/media-test-helpers@25.2.0
|
|
2180
2864
|
- @atlaskit/media-viewer@44.0.0
|
|
@@ -2218,13 +2902,15 @@ HOT-88731 don't send external image URL as a part of analytics
|
|
|
2218
2902
|
|
|
2219
2903
|
- [minor][e44b5324de](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e44b5324de):
|
|
2220
2904
|
|
|
2221
|
-
Card now sends "copied file" on card copy event in editor and renderer-
|
|
2905
|
+
Card now sends "copied file" on card copy event in editor and renderer-
|
|
2906
|
+
[minor][ab53f33dc5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab53f33dc5):
|
|
2222
2907
|
|
|
2223
2908
|
Adding operational events for media card component
|
|
2224
2909
|
|
|
2225
2910
|
## 65.2.1
|
|
2226
2911
|
|
|
2227
|
-
- Updated dependencies
|
|
2912
|
+
- Updated dependencies
|
|
2913
|
+
[97bab7fd28](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97bab7fd28):
|
|
2228
2914
|
- @atlaskit/button@13.3.1
|
|
2229
2915
|
- @atlaskit/media-ui@11.6.7
|
|
2230
2916
|
- @atlaskit/checkbox@10.0.0
|
|
@@ -2274,9 +2960,10 @@ Adding Error boundary in Media Card
|
|
|
2274
2960
|
|
|
2275
2961
|
- [major][af72468517](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/af72468517):
|
|
2276
2962
|
|
|
2277
|
-
Media card now emit analytics events which payload and context stuctures reflect GASv3 payload
|
|
2278
|
-
Media Analytics Listener merges Payload and Context data before sending it to the
|
|
2279
|
-
|
|
2963
|
+
Media card now emit analytics events which payload and context stuctures reflect GASv3 payload
|
|
2964
|
+
specification. Media Analytics Listener merges Payload and Context data before sending it to the
|
|
2965
|
+
backend. The merge is based on attributes.packageName equality Media Analytics Listener adds
|
|
2966
|
+
packageHierarchy attribute to merged payload, the same way Atlaskit Listener does.
|
|
2280
2967
|
|
|
2281
2968
|
## 64.2.1
|
|
2282
2969
|
|
|
@@ -2311,7 +2998,8 @@ Analytics Event will be fired when InlinePlayer is being clicked
|
|
|
2311
2998
|
|
|
2312
2999
|
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
2313
3000
|
|
|
2314
|
-
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative
|
|
3001
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative
|
|
3002
|
+
imports as relative imports
|
|
2315
3003
|
|
|
2316
3004
|
## 64.0.1
|
|
2317
3005
|
|
|
@@ -2327,8 +3015,8 @@ Upgraded Typescript to 3.3.x
|
|
|
2327
3015
|
|
|
2328
3016
|
- [major][3624730f44](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3624730f44):
|
|
2329
3017
|
|
|
2330
|
-
Property `type` was removed from `CardViewAnalyticsContext` interface
|
|
2331
|
-
|
|
3018
|
+
Property `type` was removed from `CardViewAnalyticsContext` interface File size won't be displayed
|
|
3019
|
+
if it was set to zero or not obtained
|
|
2332
3020
|
|
|
2333
3021
|
## 63.3.12
|
|
2334
3022
|
|
|
@@ -2336,7 +3024,8 @@ File size won't be displayed if it was set to zero or not obtained
|
|
|
2336
3024
|
|
|
2337
3025
|
- [patch][926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
|
|
2338
3026
|
|
|
2339
|
-
Analytics-next has been converted to Typescript. Typescript consumers will now get static type
|
|
3027
|
+
Analytics-next has been converted to Typescript. Typescript consumers will now get static type
|
|
3028
|
+
safety. Flow types are no longer provided. No behavioural changes.
|
|
2340
3029
|
|
|
2341
3030
|
**Breaking changes**
|
|
2342
3031
|
|
|
@@ -2345,11 +3034,15 @@ Analytics-next has been converted to Typescript. Typescript consumers will now g
|
|
|
2345
3034
|
|
|
2346
3035
|
**Breaking changes to TypeScript annotations**
|
|
2347
3036
|
|
|
2348
|
-
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
|
|
2349
|
-
|
|
3037
|
+
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
|
|
3038
|
+
props as a generic type.
|
|
3039
|
+
- `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
|
|
3040
|
+
props as a generic type.
|
|
2350
3041
|
- Type `WithAnalyticsEventProps` has been renamed to `WithAnalyticsEventsProps` to match source code
|
|
2351
|
-
- Type `CreateUIAnalyticsEventSignature` has been renamed to `CreateUIAnalyticsEvent` to match
|
|
2352
|
-
|
|
3042
|
+
- Type `CreateUIAnalyticsEventSignature` has been renamed to `CreateUIAnalyticsEvent` to match
|
|
3043
|
+
source code
|
|
3044
|
+
- Type `UIAnalyticsEventHandlerSignature` has been renamed to `UIAnalyticsEventHandler` to match
|
|
3045
|
+
source code
|
|
2353
3046
|
- Type `AnalyticsEventsPayload` has been renamed to `AnalyticsEventPayload`
|
|
2354
3047
|
- Type `ObjectType` has been removed, please use `Record<string, any>` or `[key: string]: any`
|
|
2355
3048
|
- Type `UIAnalyticsEventInterface` has been removed, please use `UIAnalyticsEvent`
|
|
@@ -2359,7 +3052,8 @@ Analytics-next has been converted to Typescript. Typescript consumers will now g
|
|
|
2359
3052
|
|
|
2360
3053
|
## 63.3.11
|
|
2361
3054
|
|
|
2362
|
-
- Updated dependencies
|
|
3055
|
+
- Updated dependencies
|
|
3056
|
+
[69586b5353](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/69586b5353):
|
|
2363
3057
|
- @atlaskit/media-client@2.0.1
|
|
2364
3058
|
- @atlaskit/media-store@12.0.8
|
|
2365
3059
|
- @atlaskit/media-viewer@43.2.10
|
|
@@ -2372,11 +3066,13 @@ Analytics-next has been converted to Typescript. Typescript consumers will now g
|
|
|
2372
3066
|
|
|
2373
3067
|
- [patch][6ad542fe85](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6ad542fe85):
|
|
2374
3068
|
|
|
2375
|
-
Adding try/catch in async imports for @atlaskit/media-avatar-picker, @atlaskit/media-card,
|
|
3069
|
+
Adding try/catch in async imports for @atlaskit/media-avatar-picker, @atlaskit/media-card,
|
|
3070
|
+
@atlaskit/media-editor, @atlaskit/media-viewer
|
|
2376
3071
|
|
|
2377
3072
|
## 63.3.9
|
|
2378
3073
|
|
|
2379
|
-
- Updated dependencies
|
|
3074
|
+
- Updated dependencies
|
|
3075
|
+
[ee804f3eeb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ee804f3eeb):
|
|
2380
3076
|
- @atlaskit/media-store@12.0.6
|
|
2381
3077
|
- @atlaskit/media-test-helpers@24.3.5
|
|
2382
3078
|
- @atlaskit/media-viewer@43.2.8
|
|
@@ -2392,7 +3088,8 @@ Hide inline video player controls during inactivty
|
|
|
2392
3088
|
|
|
2393
3089
|
## 63.3.7
|
|
2394
3090
|
|
|
2395
|
-
- Updated dependencies
|
|
3091
|
+
- Updated dependencies
|
|
3092
|
+
[7e9d653278](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e9d653278):
|
|
2396
3093
|
- @atlaskit/toggle@8.0.0
|
|
2397
3094
|
|
|
2398
3095
|
## 63.3.6
|
|
@@ -2423,8 +3120,10 @@ In this PR, we are:
|
|
|
2423
3120
|
- Adding back cjs
|
|
2424
3121
|
- Replacing es5 by cjs and es2015 by esm
|
|
2425
3122
|
- Creating folders at the root for entry-points
|
|
2426
|
-
- Removing the generation of the entry-points at the root
|
|
2427
|
-
|
|
3123
|
+
- Removing the generation of the entry-points at the root Please see this
|
|
3124
|
+
[ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
|
|
3125
|
+
[page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
|
|
3126
|
+
for further details
|
|
2428
3127
|
|
|
2429
3128
|
## 63.3.3
|
|
2430
3129
|
|
|
@@ -2432,7 +3131,9 @@ In this PR, we are:
|
|
|
2432
3131
|
|
|
2433
3132
|
- [patch][d0db01b410](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0db01b410):
|
|
2434
3133
|
|
|
2435
|
-
TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide props
|
|
3134
|
+
TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide props
|
|
3135
|
+
as a generic type. This is so that TypeScript can correctly calculate the props and defaultProps of
|
|
3136
|
+
the returned component.
|
|
2436
3137
|
|
|
2437
3138
|
Before:
|
|
2438
3139
|
|
|
@@ -2448,14 +3149,16 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2448
3149
|
|
|
2449
3150
|
## 63.3.2
|
|
2450
3151
|
|
|
2451
|
-
- Updated dependencies
|
|
3152
|
+
- Updated dependencies
|
|
3153
|
+
[87a2638655](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87a2638655):
|
|
2452
3154
|
- @atlaskit/button@13.0.10
|
|
2453
3155
|
- @atlaskit/media-ui@11.4.2
|
|
2454
3156
|
- @atlaskit/checkbox@9.0.0
|
|
2455
3157
|
|
|
2456
3158
|
## 63.3.1
|
|
2457
3159
|
|
|
2458
|
-
- Updated dependencies
|
|
3160
|
+
- Updated dependencies
|
|
3161
|
+
[06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
|
|
2459
3162
|
- @atlaskit/docs@8.1.3
|
|
2460
3163
|
- @atlaskit/button@13.0.9
|
|
2461
3164
|
- @atlaskit/checkbox@8.0.5
|
|
@@ -2485,7 +3188,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2485
3188
|
|
|
2486
3189
|
## 63.1.5
|
|
2487
3190
|
|
|
2488
|
-
- Updated dependencies
|
|
3191
|
+
- Updated dependencies
|
|
3192
|
+
[cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
|
|
2489
3193
|
- @atlaskit/docs@8.1.2
|
|
2490
3194
|
- @atlaskit/button@13.0.8
|
|
2491
3195
|
- @atlaskit/checkbox@8.0.2
|
|
@@ -2516,7 +3220,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2516
3220
|
|
|
2517
3221
|
## 63.1.2
|
|
2518
3222
|
|
|
2519
|
-
- Updated dependencies
|
|
3223
|
+
- Updated dependencies
|
|
3224
|
+
[70862830d6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/70862830d6):
|
|
2520
3225
|
- @atlaskit/button@13.0.6
|
|
2521
3226
|
- @atlaskit/media-ui@11.2.7
|
|
2522
3227
|
- @atlaskit/checkbox@8.0.0
|
|
@@ -2527,16 +3232,20 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2527
3232
|
|
|
2528
3233
|
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
2529
3234
|
|
|
2530
|
-
- This is just a safety release in case anything strange happened in in the previous one. See Pull
|
|
3235
|
+
- This is just a safety release in case anything strange happened in in the previous one. See Pull
|
|
3236
|
+
Request #5942 for details
|
|
2531
3237
|
|
|
2532
3238
|
## 63.1.0
|
|
2533
3239
|
|
|
2534
3240
|
- [minor][a02cbd46c0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a02cbd46c0):
|
|
2535
3241
|
|
|
2536
|
-
- Now you can provide `MediaClientConfig` as `mediaClientConfig` prop to a Card as an alternative
|
|
3242
|
+
- Now you can provide `MediaClientConfig` as `mediaClientConfig` prop to a Card as an alternative
|
|
3243
|
+
to Context. This is preferential, since Context prop will be dropped very soon.
|
|
2537
3244
|
|
|
2538
|
-
- Updated dependencies
|
|
2539
|
-
|
|
3245
|
+
- Updated dependencies
|
|
3246
|
+
[215688984e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/215688984e):
|
|
3247
|
+
- Updated dependencies
|
|
3248
|
+
[9ecfef12ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ecfef12ac):
|
|
2540
3249
|
- @atlaskit/button@13.0.4
|
|
2541
3250
|
- @atlaskit/media-ui@11.2.5
|
|
2542
3251
|
- @atlaskit/media-viewer@43.0.2
|
|
@@ -2559,7 +3268,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2559
3268
|
|
|
2560
3269
|
## 63.0.2
|
|
2561
3270
|
|
|
2562
|
-
- Updated dependencies
|
|
3271
|
+
- Updated dependencies
|
|
3272
|
+
[ed3f034232](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed3f034232):
|
|
2563
3273
|
- @atlaskit/media-core@30.0.1
|
|
2564
3274
|
- @atlaskit/media-store@12.0.1
|
|
2565
3275
|
- @atlaskit/media-ui@11.1.1
|
|
@@ -2576,9 +3286,11 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2576
3286
|
|
|
2577
3287
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
2578
3288
|
|
|
2579
|
-
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
3289
|
+
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
3290
|
+
this package, please ensure you use at least this version of react and react-dom.
|
|
2580
3291
|
|
|
2581
|
-
- Updated dependencies
|
|
3292
|
+
- Updated dependencies
|
|
3293
|
+
[7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
2582
3294
|
- @atlaskit/media-viewer@43.0.0
|
|
2583
3295
|
- @atlaskit/docs@8.0.0
|
|
2584
3296
|
- @atlaskit/analytics-next@5.0.0
|
|
@@ -2599,7 +3311,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2599
3311
|
|
|
2600
3312
|
## 62.0.0
|
|
2601
3313
|
|
|
2602
|
-
- Updated dependencies
|
|
3314
|
+
- Updated dependencies
|
|
3315
|
+
[a1192ef860](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a1192ef860):
|
|
2603
3316
|
- @atlaskit/media-viewer@42.0.0
|
|
2604
3317
|
- @atlaskit/media-store@11.1.1
|
|
2605
3318
|
- @atlaskit/media-test-helpers@21.4.0
|
|
@@ -2607,7 +3320,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2607
3320
|
|
|
2608
3321
|
## 61.0.0
|
|
2609
3322
|
|
|
2610
|
-
- Updated dependencies
|
|
3323
|
+
- Updated dependencies
|
|
3324
|
+
[e7292ab444](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7292ab444):
|
|
2611
3325
|
- @atlaskit/media-viewer@41.0.0
|
|
2612
3326
|
- @atlaskit/media-store@11.1.0
|
|
2613
3327
|
- @atlaskit/media-test-helpers@21.3.0
|
|
@@ -2633,7 +3347,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2633
3347
|
|
|
2634
3348
|
## 60.0.3
|
|
2635
3349
|
|
|
2636
|
-
- Updated dependencies
|
|
3350
|
+
- Updated dependencies
|
|
3351
|
+
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
2637
3352
|
- @atlaskit/docs@7.0.3
|
|
2638
3353
|
- @atlaskit/button@12.0.3
|
|
2639
3354
|
- @atlaskit/checkbox@6.0.4
|
|
@@ -2652,11 +3367,13 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2652
3367
|
|
|
2653
3368
|
- [patch][3f28e6443c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f28e6443c):
|
|
2654
3369
|
|
|
2655
|
-
- @atlaskit/analytics-next-types is deprecated. Now you can use types for @atlaskit/analytics-next
|
|
3370
|
+
- @atlaskit/analytics-next-types is deprecated. Now you can use types for @atlaskit/analytics-next
|
|
3371
|
+
supplied from itself.
|
|
2656
3372
|
|
|
2657
3373
|
## 60.0.1
|
|
2658
3374
|
|
|
2659
|
-
- Updated dependencies
|
|
3375
|
+
- Updated dependencies
|
|
3376
|
+
[1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
|
|
2660
3377
|
- @atlaskit/docs@7.0.2
|
|
2661
3378
|
- @atlaskit/analytics-next@4.0.3
|
|
2662
3379
|
- @atlaskit/checkbox@6.0.3
|
|
@@ -2678,7 +3395,9 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2678
3395
|
|
|
2679
3396
|
- [major][0ff405bd0f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0ff405bd0f):
|
|
2680
3397
|
|
|
2681
|
-
- Removed CardView and CardViewLoader from public APIs and replaced it with light-weight and
|
|
3398
|
+
- Removed CardView and CardViewLoader from public APIs and replaced it with light-weight and
|
|
3399
|
+
stateless CardLoading and CardError components. Handling of external images is now done by Card
|
|
3400
|
+
component itself using ExternalImageIdentifier interface.
|
|
2682
3401
|
|
|
2683
3402
|
If you’ve been using CardView for loading:
|
|
2684
3403
|
|
|
@@ -2710,7 +3429,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2710
3429
|
<CardView status="complete" dataURI={dataURI} metadata={metadata} />
|
|
2711
3430
|
```
|
|
2712
3431
|
|
|
2713
|
-
You will have to find a way to switch to using Card component using ExternalImageIdentifier
|
|
3432
|
+
You will have to find a way to switch to using Card component using ExternalImageIdentifier
|
|
3433
|
+
interface:
|
|
2714
3434
|
|
|
2715
3435
|
```js
|
|
2716
3436
|
<Card identifier={identifier} context={context} />
|
|
@@ -2730,7 +3450,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2730
3450
|
|
|
2731
3451
|
## 59.0.0
|
|
2732
3452
|
|
|
2733
|
-
- Updated dependencies
|
|
3453
|
+
- Updated dependencies
|
|
3454
|
+
[c2c36de22b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c2c36de22b):
|
|
2734
3455
|
- @atlaskit/media-viewer@40.0.0
|
|
2735
3456
|
- @atlaskit/media-store@11.0.3
|
|
2736
3457
|
- @atlaskit/media-test-helpers@21.1.0
|
|
@@ -2772,7 +3493,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2772
3493
|
|
|
2773
3494
|
- Dropped ES5 distributables from the typescript packages
|
|
2774
3495
|
|
|
2775
|
-
- Updated dependencies
|
|
3496
|
+
- Updated dependencies
|
|
3497
|
+
[9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
2776
3498
|
- @atlaskit/docs@7.0.1
|
|
2777
3499
|
- @atlaskit/analytics-next@4.0.1
|
|
2778
3500
|
- @atlaskit/checkbox@6.0.1
|
|
@@ -2794,7 +3516,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2794
3516
|
|
|
2795
3517
|
## 56.0.0
|
|
2796
3518
|
|
|
2797
|
-
- Updated dependencies
|
|
3519
|
+
- Updated dependencies
|
|
3520
|
+
[7ab3e93996](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7ab3e93996):
|
|
2798
3521
|
- @atlaskit/media-test-helpers@20.1.8
|
|
2799
3522
|
- @atlaskit/media-viewer@38.0.0
|
|
2800
3523
|
- @atlaskit/media-core@28.0.0
|
|
@@ -2804,7 +3527,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2804
3527
|
|
|
2805
3528
|
- [patch][ff3f40bc38](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ff3f40bc38):
|
|
2806
3529
|
|
|
2807
|
-
- Fix remove from cache function, which fixes issue when user is deleting recent image in media
|
|
3530
|
+
- Fix remove from cache function, which fixes issue when user is deleting recent image in media
|
|
3531
|
+
picker
|
|
2808
3532
|
|
|
2809
3533
|
## 55.0.3
|
|
2810
3534
|
|
|
@@ -2814,7 +3538,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2814
3538
|
|
|
2815
3539
|
## 55.0.2
|
|
2816
3540
|
|
|
2817
|
-
- Updated dependencies
|
|
3541
|
+
- Updated dependencies
|
|
3542
|
+
[76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
2818
3543
|
- @atlaskit/button@10.1.3
|
|
2819
3544
|
- @atlaskit/icon@16.0.4
|
|
2820
3545
|
- @atlaskit/media-core@27.2.3
|
|
@@ -2843,9 +3568,11 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2843
3568
|
|
|
2844
3569
|
- [patch][6bd4c428e2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6bd4c428e2):
|
|
2845
3570
|
|
|
2846
|
-
- load image preview as soon representation is present instead of waiting for file status to be
|
|
3571
|
+
- load image preview as soon representation is present instead of waiting for file status to be
|
|
3572
|
+
processed
|
|
2847
3573
|
|
|
2848
|
-
- Updated dependencies
|
|
3574
|
+
- Updated dependencies
|
|
3575
|
+
[4aee5f3cec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4aee5f3cec):
|
|
2849
3576
|
- @atlaskit/media-test-helpers@20.1.6
|
|
2850
3577
|
- @atlaskit/media-core@27.2.0
|
|
2851
3578
|
- @atlaskit/media-store@9.2.0
|
|
@@ -2854,7 +3581,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2854
3581
|
|
|
2855
3582
|
- [minor][eda74c4dce](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/eda74c4dce):
|
|
2856
3583
|
|
|
2857
|
-
- Add shouldOpenMediaViewer + mediaViewerDataSource optional props to Card api to simplify
|
|
3584
|
+
- Add shouldOpenMediaViewer + mediaViewerDataSource optional props to Card api to simplify
|
|
3585
|
+
MediaViewer integration
|
|
2858
3586
|
|
|
2859
3587
|
## 54.0.0
|
|
2860
3588
|
|
|
@@ -2862,7 +3590,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2862
3590
|
|
|
2863
3591
|
- Remove Identifier type + related utilities and use the one from media-core
|
|
2864
3592
|
|
|
2865
|
-
- Updated dependencies
|
|
3593
|
+
- Updated dependencies
|
|
3594
|
+
[fc6164c8c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fc6164c8c2):
|
|
2866
3595
|
- @atlaskit/media-store@9.1.7
|
|
2867
3596
|
- @atlaskit/media-test-helpers@20.1.5
|
|
2868
3597
|
- @atlaskit/media-core@27.1.0
|
|
@@ -2877,7 +3606,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2877
3606
|
|
|
2878
3607
|
- [patch][ab6ba14cd3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab6ba14cd3):
|
|
2879
3608
|
|
|
2880
|
-
- Fix a bug where droping image with EXIF orientation >= 5 end up screwing up proportions for some
|
|
3609
|
+
- Fix a bug where droping image with EXIF orientation >= 5 end up screwing up proportions for some
|
|
3610
|
+
of the cases
|
|
2881
3611
|
|
|
2882
3612
|
## 52.0.6
|
|
2883
3613
|
|
|
@@ -2893,7 +3623,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2893
3623
|
|
|
2894
3624
|
## 52.0.4
|
|
2895
3625
|
|
|
2896
|
-
- Updated dependencies
|
|
3626
|
+
- Updated dependencies
|
|
3627
|
+
[d5bce1ea15](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d5bce1ea15):
|
|
2897
3628
|
- @atlaskit/media-test-helpers@20.1.2
|
|
2898
3629
|
- @atlaskit/media-ui@9.0.0
|
|
2899
3630
|
|
|
@@ -2917,7 +3648,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2917
3648
|
|
|
2918
3649
|
## 52.0.0
|
|
2919
3650
|
|
|
2920
|
-
- Updated dependencies
|
|
3651
|
+
- Updated dependencies
|
|
3652
|
+
[69c8d0c19c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/69c8d0c19c):
|
|
2921
3653
|
- @atlaskit/media-test-helpers@20.1.0
|
|
2922
3654
|
- @atlaskit/media-store@9.1.5
|
|
2923
3655
|
- @atlaskit/media-core@27.0.0
|
|
@@ -2926,11 +3658,13 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2926
3658
|
|
|
2927
3659
|
- [patch][a3f8e527aa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a3f8e527aa):
|
|
2928
3660
|
|
|
2929
|
-
- Take into account if image is on it's side according to orientation tag when deciding how to
|
|
3661
|
+
- Take into account if image is on it's side according to orientation tag when deciding how to
|
|
3662
|
+
crop/fit and image
|
|
2930
3663
|
|
|
2931
3664
|
## 51.0.2
|
|
2932
3665
|
|
|
2933
|
-
- Updated dependencies
|
|
3666
|
+
- Updated dependencies
|
|
3667
|
+
[07a187bb30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/07a187bb30):
|
|
2934
3668
|
- @atlaskit/media-core@26.2.1
|
|
2935
3669
|
- @atlaskit/media-store@9.1.4
|
|
2936
3670
|
- @atlaskit/media-ui@8.2.6
|
|
@@ -2938,7 +3672,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2938
3672
|
|
|
2939
3673
|
## 51.0.1
|
|
2940
3674
|
|
|
2941
|
-
- Updated dependencies
|
|
3675
|
+
- Updated dependencies
|
|
3676
|
+
[d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
|
|
2942
3677
|
- @atlaskit/docs@6.0.1
|
|
2943
3678
|
- @atlaskit/button@10.1.2
|
|
2944
3679
|
- @atlaskit/dropdown-menu@6.1.26
|
|
@@ -2955,7 +3690,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
2955
3690
|
|
|
2956
3691
|
- Enable inline video player in Editor and Renderer
|
|
2957
3692
|
|
|
2958
|
-
- Updated dependencies
|
|
3693
|
+
- Updated dependencies
|
|
3694
|
+
[85d5d168fd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/85d5d168fd):
|
|
2959
3695
|
- @atlaskit/media-store@9.1.3
|
|
2960
3696
|
- @atlaskit/media-test-helpers@19.1.0
|
|
2961
3697
|
- @atlaskit/media-core@26.2.0
|
|
@@ -3016,7 +3752,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3016
3752
|
|
|
3017
3753
|
- [minor][b5ab1a5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5ab1a5):
|
|
3018
3754
|
|
|
3019
|
-
- Add stretch as a prop for CardContent and MediaImage; Convert new stretchy-fit resizeMode to
|
|
3755
|
+
- Add stretch as a prop for CardContent and MediaImage; Convert new stretchy-fit resizeMode to
|
|
3756
|
+
stretch=true;
|
|
3020
3757
|
|
|
3021
3758
|
- Updated dependencies [80f765b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80f765b):
|
|
3022
3759
|
- @atlaskit/media-test-helpers@18.6.2
|
|
@@ -3060,7 +3797,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3060
3797
|
|
|
3061
3798
|
- [patch][5de3574](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5de3574):
|
|
3062
3799
|
|
|
3063
|
-
- CustomVideoPlayer is now CustomMediaPlayer and supports audio through type property. Media
|
|
3800
|
+
- CustomVideoPlayer is now CustomMediaPlayer and supports audio through type property. Media
|
|
3801
|
+
Viewer now uses custom audio player for audio everywhere except IE11.
|
|
3064
3802
|
|
|
3065
3803
|
## 44.1.0
|
|
3066
3804
|
|
|
@@ -3133,76 +3871,99 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3133
3871
|
|
|
3134
3872
|
## 41.2.0
|
|
3135
3873
|
|
|
3136
|
-
- [minor][439dde6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/439dde6"
|
|
3137
|
-
d):
|
|
3874
|
+
- [minor][439dde6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/439dde6" d):
|
|
3138
3875
|
|
|
3139
3876
|
- rotate local image preview in cards based on the file orientation
|
|
3140
3877
|
|
|
3141
3878
|
## 41.1.2
|
|
3142
3879
|
|
|
3143
|
-
- [patch] Updated dependencies
|
|
3880
|
+
- [patch] Updated dependencies
|
|
3881
|
+
[ced32d0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ced32d0)
|
|
3144
3882
|
- @atlaskit/media-test-helpers@18.2.10
|
|
3145
3883
|
- @atlaskit/media-ui@7.0.0
|
|
3146
3884
|
- @atlaskit/smart-card@8.4.1
|
|
3147
3885
|
|
|
3148
3886
|
## 41.1.1
|
|
3149
3887
|
|
|
3150
|
-
- [patch] Override css rules for an image inside a cart
|
|
3888
|
+
- [patch] Override css rules for an image inside a cart
|
|
3889
|
+
[20a15ef](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/20a15ef)
|
|
3151
3890
|
|
|
3152
3891
|
## 41.1.0
|
|
3153
3892
|
|
|
3154
|
-
- [minor] Cleanup media + editor integration 🔥
|
|
3893
|
+
- [minor] Cleanup media + editor integration 🔥
|
|
3894
|
+
[2f9d14d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2f9d14d)
|
|
3155
3895
|
|
|
3156
3896
|
## 41.0.2
|
|
3157
3897
|
|
|
3158
|
-
- [patch] Make image in the card non-draggable
|
|
3898
|
+
- [patch] Make image in the card non-draggable
|
|
3899
|
+
[615a536](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/615a536)
|
|
3159
3900
|
|
|
3160
3901
|
## 41.0.1
|
|
3161
3902
|
|
|
3162
|
-
- [patch] User img tag in cards instead of div with background
|
|
3903
|
+
- [patch] User img tag in cards instead of div with background
|
|
3904
|
+
[22ae8bb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/22ae8bb)
|
|
3163
3905
|
|
|
3164
3906
|
## 41.0.0
|
|
3165
3907
|
|
|
3166
|
-
- [patch] Split Media + Editor cleanup part 1
|
|
3167
|
-
|
|
3908
|
+
- [patch] Split Media + Editor cleanup part 1
|
|
3909
|
+
[b1ce691](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b1ce691)
|
|
3910
|
+
- [major] Updated dependencies
|
|
3911
|
+
[b1ce691](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b1ce691)
|
|
3168
3912
|
- @atlaskit/media-core@24.3.0
|
|
3169
3913
|
- @atlaskit/media-test-helpers@18.2.8
|
|
3170
3914
|
|
|
3171
3915
|
## 40.0.1
|
|
3172
3916
|
|
|
3173
|
-
- [patch] Code split media list
|
|
3917
|
+
- [patch] Code split media list
|
|
3918
|
+
[d101ce1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d101ce1)
|
|
3174
3919
|
|
|
3175
3920
|
## 40.0.0
|
|
3176
3921
|
|
|
3177
|
-
- [major] Remove support for ApplicationCard
|
|
3922
|
+
- [major] Remove support for ApplicationCard
|
|
3923
|
+
[6e510d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e510d8)
|
|
3178
3924
|
|
|
3179
3925
|
## 39.0.1
|
|
3180
3926
|
|
|
3181
|
-
- [patch] Fix bug with download binary
|
|
3927
|
+
- [patch] Fix bug with download binary
|
|
3928
|
+
[71ebe0b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/71ebe0b)
|
|
3182
3929
|
|
|
3183
3930
|
## 39.0.0
|
|
3184
3931
|
|
|
3185
|
-
- [minor] Media-card: allow to download binary when processing failed, add failed-processing to
|
|
3186
|
-
-
|
|
3932
|
+
- [minor] Media-card: allow to download binary when processing failed, add failed-processing to
|
|
3933
|
+
CardStatus; Media-core: add context.file.downloadBinary, add failed-processing to FileStatus;
|
|
3934
|
+
Media-store: add getFileBinaryURL;
|
|
3935
|
+
[2afa60d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2afa60d)
|
|
3936
|
+
- [major] Updated dependencies
|
|
3937
|
+
[2afa60d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2afa60d)
|
|
3187
3938
|
- @atlaskit/media-test-helpers@18.2.5
|
|
3188
3939
|
- @atlaskit/media-core@24.2.0
|
|
3189
3940
|
|
|
3190
3941
|
## 38.0.1
|
|
3191
3942
|
|
|
3192
|
-
- [patch] Add pagination to recents view in MediaPicker
|
|
3943
|
+
- [patch] Add pagination to recents view in MediaPicker
|
|
3944
|
+
[4b3c1f5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b3c1f5)
|
|
3193
3945
|
|
|
3194
3946
|
## 38.0.0
|
|
3195
3947
|
|
|
3196
|
-
- [patch] Deprecate context.uploadFile & context.getFile. Instead context.file.upload &
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3948
|
+
- [patch] Deprecate context.uploadFile & context.getFile. Instead context.file.upload &
|
|
3949
|
+
context.file.getFileState should be used; media-store's uploadFile function now takes MediaStore
|
|
3950
|
+
as a second argument, not MediaApiConfig
|
|
3951
|
+
[8b2c4d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8b2c4d3)
|
|
3952
|
+
- [patch] Deprecate context.uploadFile & context.getFile. Instead context.file.upload &
|
|
3953
|
+
context.file.getFileState should be used; media-store's uploadFile function now takes MediaStore
|
|
3954
|
+
as a second argument, not MediaApiConfig
|
|
3955
|
+
[3302d51](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3302d51)
|
|
3956
|
+
- [major] Updated dependencies
|
|
3957
|
+
[8b2c4d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8b2c4d3)
|
|
3958
|
+
- [major] Updated dependencies
|
|
3959
|
+
[3302d51](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3302d51)
|
|
3200
3960
|
- @atlaskit/media-core@24.1.0
|
|
3201
3961
|
- @atlaskit/media-test-helpers@18.2.3
|
|
3202
3962
|
|
|
3203
3963
|
## 37.0.1
|
|
3204
3964
|
|
|
3205
|
-
- [patch] Updated dependencies
|
|
3965
|
+
- [patch] Updated dependencies
|
|
3966
|
+
[65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
|
|
3206
3967
|
- @atlaskit/docs@5.0.8
|
|
3207
3968
|
- @atlaskit/avatar@14.0.11
|
|
3208
3969
|
- @atlaskit/button@9.0.13
|
|
@@ -3216,109 +3977,138 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3216
3977
|
|
|
3217
3978
|
## 37.0.0
|
|
3218
3979
|
|
|
3219
|
-
- [major] Add I18n support to media-card
|
|
3980
|
+
- [major] Add I18n support to media-card
|
|
3981
|
+
[dae7792](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dae7792)
|
|
3220
3982
|
|
|
3221
3983
|
## 36.1.1
|
|
3222
3984
|
|
|
3223
|
-
- [patch] Fix rxjs imports to only import what's needed
|
|
3985
|
+
- [patch] Fix rxjs imports to only import what's needed
|
|
3986
|
+
[2e0ce2b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2e0ce2b)
|
|
3224
3987
|
|
|
3225
3988
|
## 36.1.0
|
|
3226
3989
|
|
|
3227
|
-
- [minor] Support external image identifiers in media-card
|
|
3990
|
+
- [minor] Support external image identifiers in media-card
|
|
3991
|
+
[82c8bb9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/82c8bb9)
|
|
3228
3992
|
|
|
3229
3993
|
## 36.0.0
|
|
3230
3994
|
|
|
3231
|
-
- [major] Update RXJS dependency to ^5.5.0
|
|
3232
|
-
|
|
3995
|
+
- [major] Update RXJS dependency to ^5.5.0
|
|
3996
|
+
[927ae63](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/927ae63)
|
|
3997
|
+
- [major] Updated dependencies
|
|
3998
|
+
[927ae63](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/927ae63)
|
|
3233
3999
|
- @atlaskit/media-core@24.0.0
|
|
3234
4000
|
- @atlaskit/media-test-helpers@18.0.0
|
|
3235
4001
|
|
|
3236
4002
|
## 35.0.0
|
|
3237
4003
|
|
|
3238
|
-
- [major] Fix CardView code split + remove private components from public api
|
|
4004
|
+
- [major] Fix CardView code split + remove private components from public api
|
|
4005
|
+
[1be4bb8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1be4bb8)
|
|
3239
4006
|
|
|
3240
4007
|
## 34.1.0
|
|
3241
4008
|
|
|
3242
|
-
- [minor] Async load media-card modules by default
|
|
4009
|
+
- [minor] Async load media-card modules by default
|
|
4010
|
+
[01416b4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/01416b4)
|
|
3243
4011
|
|
|
3244
4012
|
## 34.0.4
|
|
3245
4013
|
|
|
3246
|
-
- [patch] Refetch image when the dimensions change
|
|
4014
|
+
- [patch] Refetch image when the dimensions change
|
|
4015
|
+
[a0475c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a0475c2)
|
|
3247
4016
|
|
|
3248
4017
|
## 34.0.3
|
|
3249
4018
|
|
|
3250
|
-
- [patch] Revert fix for MS-667
|
|
4019
|
+
- [patch] Revert fix for MS-667
|
|
4020
|
+
[43e601f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/43e601f)
|
|
3251
4021
|
|
|
3252
4022
|
## 34.0.2
|
|
3253
4023
|
|
|
3254
|
-
- [patch] use new tsconfig for typechecking
|
|
4024
|
+
- [patch] use new tsconfig for typechecking
|
|
4025
|
+
[09df171](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/09df171)
|
|
3255
4026
|
|
|
3256
4027
|
## 34.0.1
|
|
3257
4028
|
|
|
3258
|
-
- [patch] Media-card now re-fetches the underlaying image when the dimensions prop changes
|
|
4029
|
+
- [patch] Media-card now re-fetches the underlaying image when the dimensions prop changes
|
|
4030
|
+
[59fb6a4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/59fb6a4)
|
|
3259
4031
|
|
|
3260
4032
|
## 34.0.0
|
|
3261
4033
|
|
|
3262
|
-
- [major] Updated dependencies
|
|
4034
|
+
- [major] Updated dependencies
|
|
4035
|
+
[6e1d642](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e1d642)
|
|
3263
4036
|
- @atlaskit/media-core@23.2.0
|
|
3264
4037
|
- @atlaskit/media-test-helpers@17.1.0
|
|
3265
4038
|
|
|
3266
4039
|
## 33.0.2
|
|
3267
4040
|
|
|
3268
4041
|
- [patch] Update TS to 3.0 [f68d367](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f68d367)
|
|
3269
|
-
- [none] Updated dependencies
|
|
4042
|
+
- [none] Updated dependencies
|
|
4043
|
+
[f68d367](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f68d367)
|
|
3270
4044
|
- @atlaskit/media-test-helpers@17.0.2
|
|
3271
4045
|
- @atlaskit/media-core@23.1.1
|
|
3272
4046
|
|
|
3273
4047
|
## 33.0.1
|
|
3274
4048
|
|
|
3275
|
-
- [patch] use media tsconfig in media-card
|
|
4049
|
+
- [patch] use media tsconfig in media-card
|
|
4050
|
+
[3417d76](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3417d76)
|
|
3276
4051
|
|
|
3277
4052
|
## 33.0.0
|
|
3278
4053
|
|
|
3279
|
-
- [minor] Expose upfrontId in MediaPicker
|
|
3280
|
-
|
|
4054
|
+
- [minor] Expose upfrontId in MediaPicker
|
|
4055
|
+
[7545979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7545979)
|
|
4056
|
+
- [major] Updated dependencies
|
|
4057
|
+
[7545979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7545979)
|
|
3281
4058
|
- @atlaskit/media-core@23.1.0
|
|
3282
4059
|
|
|
3283
4060
|
## 32.0.6
|
|
3284
4061
|
|
|
3285
|
-
- [patch] Updated dependencies
|
|
4062
|
+
- [patch] Updated dependencies
|
|
4063
|
+
[911a570](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/911a570)
|
|
3286
4064
|
- @atlaskit/media-test-helpers@17.0.0
|
|
3287
4065
|
- @atlaskit/media-core@23.0.2
|
|
3288
4066
|
|
|
3289
4067
|
## 32.0.5
|
|
3290
4068
|
|
|
3291
|
-
- [patch] Updated dependencies
|
|
4069
|
+
- [patch] Updated dependencies
|
|
4070
|
+
[b12f7e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b12f7e6)
|
|
3292
4071
|
- @atlaskit/badge@9.1.1
|
|
3293
4072
|
- @atlaskit/media-ui@5.1.2
|
|
3294
4073
|
- @atlaskit/smart-card@8.0.1
|
|
3295
4074
|
|
|
3296
4075
|
## 32.0.4
|
|
3297
4076
|
|
|
3298
|
-
- [patch] Updated dependencies
|
|
4077
|
+
- [patch] Updated dependencies
|
|
4078
|
+
[48b95b0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/48b95b0)
|
|
3299
4079
|
- @atlaskit/smart-card@8.0.0
|
|
3300
|
-
- [none] Updated dependencies
|
|
4080
|
+
- [none] Updated dependencies
|
|
4081
|
+
[e9b1477](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e9b1477)
|
|
3301
4082
|
- @atlaskit/smart-card@8.0.0
|
|
3302
4083
|
|
|
3303
4084
|
## 32.0.3
|
|
3304
4085
|
|
|
3305
|
-
- [patch] ED-5222: bump react-lazily-render package
|
|
3306
|
-
|
|
4086
|
+
- [patch] ED-5222: bump react-lazily-render package
|
|
4087
|
+
[5844820](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5844820)
|
|
4088
|
+
- [none] Updated dependencies
|
|
4089
|
+
[5844820](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5844820)
|
|
3307
4090
|
- @atlaskit/smart-card@7.0.4
|
|
3308
4091
|
|
|
3309
4092
|
## 32.0.2
|
|
3310
4093
|
|
|
3311
|
-
- [patch] Removing mutational rxjs imports and replace with explicit operators
|
|
3312
|
-
|
|
3313
|
-
- [
|
|
4094
|
+
- [patch] Removing mutational rxjs imports and replace with explicit operators
|
|
4095
|
+
[353f9db](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/353f9db)
|
|
4096
|
+
- [patch] Removing mutational rxjs imports and replace with explicit operators
|
|
4097
|
+
[56c2df9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/56c2df9)
|
|
4098
|
+
- [none] Updated dependencies
|
|
4099
|
+
[353f9db](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/353f9db)
|
|
3314
4100
|
- @atlaskit/media-core@23.0.1
|
|
3315
|
-
- [none] Updated dependencies
|
|
4101
|
+
- [none] Updated dependencies
|
|
4102
|
+
[56c2df9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/56c2df9)
|
|
3316
4103
|
- @atlaskit/media-core@23.0.1
|
|
3317
4104
|
|
|
3318
4105
|
## 32.0.1
|
|
3319
4106
|
|
|
3320
|
-
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
|
|
3321
|
-
|
|
4107
|
+
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
|
|
4108
|
+
read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
|
|
4109
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
4110
|
+
- [none] Updated dependencies
|
|
4111
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
3322
4112
|
- @atlaskit/analytics-next-types@3.0.1
|
|
3323
4113
|
- @atlaskit/tooltip@12.0.5
|
|
3324
4114
|
- @atlaskit/field-text@7.0.4
|
|
@@ -3336,18 +4126,23 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3336
4126
|
|
|
3337
4127
|
## 32.0.0
|
|
3338
4128
|
|
|
3339
|
-
- [patch] Synchronous property "serviceHost" as part of many Interfaces in media components (like
|
|
3340
|
-
|
|
4129
|
+
- [patch] Synchronous property "serviceHost" as part of many Interfaces in media components (like
|
|
4130
|
+
MediaApiConfig) is removed and replaced with asynchronous "baseUrl" as part of Auth object.
|
|
4131
|
+
[d02746f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d02746f)
|
|
4132
|
+
- [major] Updated dependencies
|
|
4133
|
+
[d02746f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d02746f)
|
|
3341
4134
|
- @atlaskit/media-test-helpers@16.0.0
|
|
3342
4135
|
- @atlaskit/media-core@23.0.0
|
|
3343
4136
|
|
|
3344
4137
|
## 31.3.0
|
|
3345
4138
|
|
|
3346
|
-
- [minor] change file image cards background color to transparent
|
|
4139
|
+
- [minor] change file image cards background color to transparent
|
|
4140
|
+
[59ccb09](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/59ccb09)
|
|
3347
4141
|
|
|
3348
4142
|
## 31.2.1
|
|
3349
4143
|
|
|
3350
|
-
- [patch] Updated dependencies
|
|
4144
|
+
- [patch] Updated dependencies
|
|
4145
|
+
[acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
|
|
3351
4146
|
- @atlaskit/smart-card@7.0.2
|
|
3352
4147
|
- @atlaskit/media-ui@5.0.2
|
|
3353
4148
|
- @atlaskit/tooltip@12.0.4
|
|
@@ -3369,46 +4164,60 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3369
4164
|
|
|
3370
4165
|
## 31.2.0
|
|
3371
4166
|
|
|
3372
|
-
- [minor] expose smart Filmstrip from media-filmstrip
|
|
4167
|
+
- [minor] expose smart Filmstrip from media-filmstrip
|
|
4168
|
+
[7fa84a2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7fa84a2)
|
|
3373
4169
|
|
|
3374
4170
|
## 31.1.1
|
|
3375
4171
|
|
|
3376
|
-
- [patch] pass mimeType to files in uploads-start event in MediaPicker
|
|
3377
|
-
|
|
4172
|
+
- [patch] pass mimeType to files in uploads-start event in MediaPicker
|
|
4173
|
+
[3485c00](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3485c00)
|
|
4174
|
+
- [patch] Updated dependencies
|
|
4175
|
+
[3485c00](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3485c00)
|
|
3378
4176
|
- @atlaskit/media-core@22.2.0
|
|
3379
4177
|
|
|
3380
4178
|
## 31.1.0
|
|
3381
4179
|
|
|
3382
|
-
- [minor] use context.getFile in media-card
|
|
3383
|
-
|
|
4180
|
+
- [minor] use context.getFile in media-card
|
|
4181
|
+
[fad25ec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fad25ec)
|
|
4182
|
+
- [minor] Updated dependencies
|
|
4183
|
+
[fad25ec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fad25ec)
|
|
3384
4184
|
- @atlaskit/media-test-helpers@15.2.0
|
|
3385
4185
|
- @atlaskit/media-core@22.1.0
|
|
3386
4186
|
|
|
3387
4187
|
## 31.0.0
|
|
3388
4188
|
|
|
3389
|
-
- [major] Implemented smart cards and common views for other cards
|
|
3390
|
-
|
|
3391
|
-
- [
|
|
3392
|
-
|
|
3393
|
-
- [major]
|
|
4189
|
+
- [major] Implemented smart cards and common views for other cards
|
|
4190
|
+
[fa6f865](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fa6f865)
|
|
4191
|
+
- [minor] Implemented smart cards and common UI elements
|
|
4192
|
+
[fdd03d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fdd03d8)
|
|
4193
|
+
- [major] Implement smart card
|
|
4194
|
+
[49c8425](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49c8425)
|
|
4195
|
+
- [major] Smart cards implementation and moved UI elements into media-ui package
|
|
4196
|
+
[3476e01](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3476e01)
|
|
4197
|
+
- [major] Updated dependencies
|
|
4198
|
+
[fa6f865](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fa6f865)
|
|
3394
4199
|
- @atlaskit/smart-card@7.0.0
|
|
3395
4200
|
- @atlaskit/media-ui@5.0.0
|
|
3396
4201
|
- @atlaskit/media-test-helpers@15.1.0
|
|
3397
|
-
- [minor] Updated dependencies
|
|
4202
|
+
- [minor] Updated dependencies
|
|
4203
|
+
[fdd03d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fdd03d8)
|
|
3398
4204
|
- @atlaskit/smart-card@7.0.0
|
|
3399
4205
|
- @atlaskit/media-ui@5.0.0
|
|
3400
4206
|
- @atlaskit/media-test-helpers@15.1.0
|
|
3401
|
-
- [major] Updated dependencies
|
|
4207
|
+
- [major] Updated dependencies
|
|
4208
|
+
[49c8425](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49c8425)
|
|
3402
4209
|
- @atlaskit/smart-card@7.0.0
|
|
3403
4210
|
- @atlaskit/media-ui@5.0.0
|
|
3404
4211
|
- @atlaskit/media-test-helpers@15.1.0
|
|
3405
|
-
- [major] Updated dependencies
|
|
4212
|
+
- [major] Updated dependencies
|
|
4213
|
+
[3476e01](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3476e01)
|
|
3406
4214
|
- @atlaskit/smart-card@7.0.0
|
|
3407
4215
|
- @atlaskit/media-ui@5.0.0
|
|
3408
4216
|
|
|
3409
4217
|
## 30.0.1
|
|
3410
4218
|
|
|
3411
|
-
- [patch] Updated dependencies
|
|
4219
|
+
- [patch] Updated dependencies
|
|
4220
|
+
[e6b1985](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6b1985)
|
|
3412
4221
|
- @atlaskit/tooltip@12.0.0
|
|
3413
4222
|
- @atlaskit/smart-card@6.0.1
|
|
3414
4223
|
- @atlaskit/icon@13.1.1
|
|
@@ -3417,8 +4226,10 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3417
4226
|
|
|
3418
4227
|
## 30.0.0
|
|
3419
4228
|
|
|
3420
|
-
- [major] Updates to React ^16.4.0
|
|
3421
|
-
|
|
4229
|
+
- [major] Updates to React ^16.4.0
|
|
4230
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
4231
|
+
- [major] Updated dependencies
|
|
4232
|
+
[563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
|
|
3422
4233
|
- @atlaskit/tooltip@11.0.0
|
|
3423
4234
|
- @atlaskit/smart-card@6.0.0
|
|
3424
4235
|
- @atlaskit/field-text@7.0.0
|
|
@@ -3437,7 +4248,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3437
4248
|
- @atlaskit/icon@13.0.0
|
|
3438
4249
|
- @atlaskit/dropdown-menu@6.0.0
|
|
3439
4250
|
- @atlaskit/avatar@14.0.0
|
|
3440
|
-
- [major] Updated dependencies
|
|
4251
|
+
- [major] Updated dependencies
|
|
4252
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
3441
4253
|
- @atlaskit/smart-card@6.0.0
|
|
3442
4254
|
- @atlaskit/media-ui@4.0.0
|
|
3443
4255
|
- @atlaskit/media-test-helpers@15.0.0
|
|
@@ -3460,18 +4272,22 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3460
4272
|
|
|
3461
4273
|
## 29.1.11
|
|
3462
4274
|
|
|
3463
|
-
- [patch] Use proper analytics-next types
|
|
3464
|
-
|
|
4275
|
+
- [patch] Use proper analytics-next types
|
|
4276
|
+
[a6ac341](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a6ac341)
|
|
4277
|
+
- [none] Updated dependencies
|
|
4278
|
+
[a6ac341](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a6ac341)
|
|
3465
4279
|
- @atlaskit/analytics-next-types@2.1.9
|
|
3466
4280
|
|
|
3467
4281
|
## 29.1.10
|
|
3468
4282
|
|
|
3469
|
-
- [none] Updated dependencies
|
|
4283
|
+
- [none] Updated dependencies
|
|
4284
|
+
[da63331](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da63331)
|
|
3470
4285
|
- @atlaskit/button@8.2.5
|
|
3471
4286
|
- @atlaskit/smart-card@5.3.3
|
|
3472
4287
|
- @atlaskit/dropdown-menu@5.2.3
|
|
3473
4288
|
- @atlaskit/avatar@13.0.0
|
|
3474
|
-
- [patch] Updated dependencies
|
|
4289
|
+
- [patch] Updated dependencies
|
|
4290
|
+
[7724115](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7724115)
|
|
3475
4291
|
- @atlaskit/avatar@13.0.0
|
|
3476
4292
|
- @atlaskit/smart-card@5.3.3
|
|
3477
4293
|
- @atlaskit/button@8.2.5
|
|
@@ -3479,51 +4295,62 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3479
4295
|
|
|
3480
4296
|
## 29.1.9
|
|
3481
4297
|
|
|
3482
|
-
- [patch] Render empty component in CardList when there are no items in the collection
|
|
4298
|
+
- [patch] Render empty component in CardList when there are no items in the collection
|
|
4299
|
+
[9a1b6a2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9a1b6a2)
|
|
3483
4300
|
|
|
3484
4301
|
## 29.1.8
|
|
3485
4302
|
|
|
3486
|
-
- [patch] Updated dependencies
|
|
4303
|
+
- [patch] Updated dependencies
|
|
4304
|
+
[42ee1ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/42ee1ea)
|
|
3487
4305
|
- @atlaskit/media-test-helpers@14.0.6
|
|
3488
4306
|
- @atlaskit/media-core@21.0.0
|
|
3489
4307
|
|
|
3490
4308
|
## 29.1.7
|
|
3491
4309
|
|
|
3492
|
-
- [patch] Updated dependencies
|
|
4310
|
+
- [patch] Updated dependencies
|
|
4311
|
+
[8a01bcd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8a01bcd)
|
|
3493
4312
|
- @atlaskit/avatar@12.0.0
|
|
3494
4313
|
- @atlaskit/smart-card@5.3.2
|
|
3495
4314
|
- @atlaskit/dropdown-menu@5.2.2
|
|
3496
4315
|
|
|
3497
4316
|
## 29.1.6
|
|
3498
4317
|
|
|
3499
|
-
- [patch] Bitbucket images were displaying at 100% of the container, and not respect max-width of
|
|
4318
|
+
- [patch] Bitbucket images were displaying at 100% of the container, and not respect max-width of
|
|
4319
|
+
the image. ED-4946 [370c812](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/370c812)
|
|
3500
4320
|
|
|
3501
4321
|
## 29.1.5
|
|
3502
4322
|
|
|
3503
|
-
- [patch] Updated dependencies
|
|
4323
|
+
- [patch] Updated dependencies
|
|
4324
|
+
[c57e9c1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c57e9c1)
|
|
3504
4325
|
- @atlaskit/media-test-helpers@14.0.4
|
|
3505
4326
|
- @atlaskit/media-core@20.0.0
|
|
3506
4327
|
|
|
3507
4328
|
## 29.1.4
|
|
3508
4329
|
|
|
3509
|
-
- [patch] Updated dependencies
|
|
4330
|
+
- [patch] Updated dependencies
|
|
4331
|
+
[cdba8b3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cdba8b3)
|
|
3510
4332
|
- @atlaskit/spinner@8.0.0
|
|
3511
4333
|
- @atlaskit/smart-card@5.3.1
|
|
3512
4334
|
- @atlaskit/button@8.2.3
|
|
3513
4335
|
|
|
3514
4336
|
## 29.1.3
|
|
3515
4337
|
|
|
3516
|
-
- [patch] Updated dependencies
|
|
4338
|
+
- [patch] Updated dependencies
|
|
4339
|
+
[74a0d46](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/74a0d46)
|
|
3517
4340
|
- @atlaskit/smart-card@5.3.0
|
|
3518
|
-
- [patch] Updated dependencies
|
|
4341
|
+
- [patch] Updated dependencies
|
|
4342
|
+
[6c6f078](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6c6f078)
|
|
3519
4343
|
- @atlaskit/smart-card@5.3.0
|
|
3520
|
-
- [patch] Updated dependencies
|
|
4344
|
+
- [patch] Updated dependencies
|
|
4345
|
+
[5bb26b4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5bb26b4)
|
|
3521
4346
|
- @atlaskit/smart-card@5.3.0
|
|
3522
4347
|
|
|
3523
4348
|
## 29.1.2
|
|
3524
4349
|
|
|
3525
|
-
- [patch] Clean Changelogs - remove duplicates and empty entries
|
|
3526
|
-
|
|
4350
|
+
- [patch] Clean Changelogs - remove duplicates and empty entries
|
|
4351
|
+
[e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
|
|
4352
|
+
- [none] Updated dependencies
|
|
4353
|
+
[e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
|
|
3527
4354
|
- @atlaskit/media-ui@3.1.2
|
|
3528
4355
|
- @atlaskit/media-test-helpers@14.0.3
|
|
3529
4356
|
- @atlaskit/media-core@19.1.3
|
|
@@ -3540,8 +4367,10 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3540
4367
|
|
|
3541
4368
|
## 29.1.1
|
|
3542
4369
|
|
|
3543
|
-
- [patch] Update changelogs to remove duplicate
|
|
3544
|
-
|
|
4370
|
+
- [patch] Update changelogs to remove duplicate
|
|
4371
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
4372
|
+
- [none] Updated dependencies
|
|
4373
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
3545
4374
|
- @atlaskit/smart-card@5.2.1
|
|
3546
4375
|
- @atlaskit/media-ui@3.1.1
|
|
3547
4376
|
- @atlaskit/media-test-helpers@14.0.2
|
|
@@ -3559,7 +4388,8 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3559
4388
|
|
|
3560
4389
|
## 29.1.0
|
|
3561
4390
|
|
|
3562
|
-
- [patch] Updated dependencies
|
|
4391
|
+
- [patch] Updated dependencies
|
|
4392
|
+
[9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
|
|
3563
4393
|
- @atlaskit/spinner@7.0.0
|
|
3564
4394
|
- @atlaskit/smart-card@5.2.0
|
|
3565
4395
|
- @atlaskit/tooltip@10.2.0
|
|
@@ -3581,23 +4411,28 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3581
4411
|
|
|
3582
4412
|
## 29.0.3
|
|
3583
4413
|
|
|
3584
|
-
- [patch] Updated dependencies
|
|
4414
|
+
- [patch] Updated dependencies
|
|
4415
|
+
[2de7ce7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2de7ce7)
|
|
3585
4416
|
- @atlaskit/smart-card@5.1.1
|
|
3586
4417
|
|
|
3587
4418
|
## 29.0.2
|
|
3588
4419
|
|
|
3589
|
-
- [patch] Updated dependencies
|
|
4420
|
+
- [patch] Updated dependencies
|
|
4421
|
+
[823caef](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/823caef)
|
|
3590
4422
|
- @atlaskit/smart-card@5.1.0
|
|
3591
4423
|
|
|
3592
4424
|
## 29.0.1
|
|
3593
4425
|
|
|
3594
|
-
- [patch] Updated dependencies
|
|
4426
|
+
- [patch] Updated dependencies
|
|
4427
|
+
[732d2f5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/732d2f5)
|
|
3595
4428
|
- @atlaskit/smart-card@5.0.0
|
|
3596
4429
|
|
|
3597
4430
|
## 29.0.0
|
|
3598
4431
|
|
|
3599
|
-
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
|
|
3600
|
-
|
|
4432
|
+
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
|
|
4433
|
+
^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
4434
|
+
- [patch] Updated dependencies
|
|
4435
|
+
[1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
3601
4436
|
- @atlaskit/smart-card@4.0.0
|
|
3602
4437
|
- @atlaskit/media-ui@3.0.0
|
|
3603
4438
|
- @atlaskit/media-test-helpers@14.0.0
|
|
@@ -3619,46 +4454,55 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3619
4454
|
|
|
3620
4455
|
## 28.0.6
|
|
3621
4456
|
|
|
3622
|
-
- [patch] Updated dependencies
|
|
4457
|
+
- [patch] Updated dependencies
|
|
4458
|
+
[1c87e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c87e5a)
|
|
3623
4459
|
- @atlaskit/smart-card@3.0.4
|
|
3624
4460
|
|
|
3625
4461
|
## 28.0.5
|
|
3626
4462
|
|
|
3627
|
-
- [patch] Updated dependencies
|
|
4463
|
+
- [patch] Updated dependencies
|
|
4464
|
+
[35d547f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d547f)
|
|
3628
4465
|
- @atlaskit/smart-card@3.0.3
|
|
3629
4466
|
|
|
3630
4467
|
## 28.0.4
|
|
3631
4468
|
|
|
3632
4469
|
- [patch][f87724e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f87724e)
|
|
3633
|
-
- [none] Updated dependencies
|
|
4470
|
+
- [none] Updated dependencies
|
|
4471
|
+
[f87724e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f87724e)
|
|
3634
4472
|
- @atlaskit/media-test-helpers@13.0.2
|
|
3635
4473
|
|
|
3636
4474
|
## 28.0.3
|
|
3637
4475
|
|
|
3638
|
-
- [patch] Fix Card's defaultProps TS type
|
|
4476
|
+
- [patch] Fix Card's defaultProps TS type
|
|
4477
|
+
[527bc9c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/527bc9c)
|
|
3639
4478
|
|
|
3640
4479
|
## 28.0.2
|
|
3641
4480
|
|
|
3642
|
-
- [patch] Remove card's "shown" analytics event
|
|
4481
|
+
- [patch] Remove card's "shown" analytics event
|
|
4482
|
+
[7877ce6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7877ce6)
|
|
3643
4483
|
|
|
3644
4484
|
## 28.0.1
|
|
3645
4485
|
|
|
3646
|
-
- [patch] Updated dependencies
|
|
4486
|
+
- [patch] Updated dependencies
|
|
4487
|
+
[bd26d3c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bd26d3c)
|
|
3647
4488
|
- @atlaskit/media-core@18.1.1
|
|
3648
4489
|
- @atlaskit/media-test-helpers@13.0.1
|
|
3649
4490
|
|
|
3650
4491
|
## 28.0.0
|
|
3651
4492
|
|
|
3652
|
-
- [major] Updated dependencies
|
|
4493
|
+
- [major] Updated dependencies
|
|
4494
|
+
[84f6f91](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84f6f91)
|
|
3653
4495
|
- @atlaskit/media-test-helpers@13.0.0
|
|
3654
4496
|
- @atlaskit/media-core@18.1.0
|
|
3655
|
-
- [patch] Updated dependencies
|
|
4497
|
+
- [patch] Updated dependencies
|
|
4498
|
+
[9041d71](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9041d71)
|
|
3656
4499
|
- @atlaskit/media-test-helpers@13.0.0
|
|
3657
4500
|
- @atlaskit/media-core@18.1.0
|
|
3658
4501
|
|
|
3659
4502
|
## 27.1.4
|
|
3660
4503
|
|
|
3661
|
-
- [patch] Updated dependencies
|
|
4504
|
+
- [patch] Updated dependencies
|
|
4505
|
+
[d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
|
|
3662
4506
|
- @atlaskit/icon@11.3.0
|
|
3663
4507
|
- @atlaskit/smart-card@3.0.2
|
|
3664
4508
|
- @atlaskit/media-ui@2.1.1
|
|
@@ -3680,186 +4524,239 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3680
4524
|
|
|
3681
4525
|
## 27.1.3
|
|
3682
4526
|
|
|
3683
|
-
- [patch] Renamed smart card components and exposed inline smart card views
|
|
3684
|
-
|
|
4527
|
+
- [patch] Renamed smart card components and exposed inline smart card views
|
|
4528
|
+
[1094bb6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1094bb6)
|
|
4529
|
+
- [patch] Updated dependencies
|
|
4530
|
+
[1094bb6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1094bb6)
|
|
3685
4531
|
- @atlaskit/smart-card@3.0.0
|
|
3686
4532
|
|
|
3687
4533
|
## 27.1.2
|
|
3688
4534
|
|
|
3689
|
-
- [patch] Move toHumanReadableMediaSize to media-ui
|
|
3690
|
-
|
|
4535
|
+
- [patch] Move toHumanReadableMediaSize to media-ui
|
|
4536
|
+
[b36c763](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b36c763)
|
|
4537
|
+
- [patch] Updated dependencies
|
|
4538
|
+
[b36c763](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b36c763)
|
|
3691
4539
|
- @atlaskit/media-ui@2.1.0
|
|
3692
4540
|
|
|
3693
4541
|
## 27.1.0
|
|
3694
4542
|
|
|
3695
|
-
- [minor] Added "disableOverlay" prop to Card and CardView public API
|
|
4543
|
+
- [minor] Added "disableOverlay" prop to Card and CardView public API
|
|
4544
|
+
[533d085](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/533d085)
|
|
3696
4545
|
|
|
3697
4546
|
## 27.0.4
|
|
3698
4547
|
|
|
3699
|
-
- [patch] hide link items from CardList (Sidebard)
|
|
4548
|
+
- [patch] hide link items from CardList (Sidebard)
|
|
4549
|
+
[dd2c7e7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dd2c7e7)
|
|
3700
4550
|
|
|
3701
4551
|
## 27.0.3
|
|
3702
4552
|
|
|
3703
|
-
- [patch] Turn side effects to true due to rxjs operators imports
|
|
3704
|
-
|
|
4553
|
+
- [patch] Turn side effects to true due to rxjs operators imports
|
|
4554
|
+
[668f01c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/668f01c)
|
|
4555
|
+
- [patch] Turn side effects to true due to rxjs operators imports
|
|
4556
|
+
[5eddd49](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5eddd49)
|
|
3705
4557
|
|
|
3706
4558
|
## 27.0.2
|
|
3707
4559
|
|
|
3708
|
-
- [patch] remove polished dependency
|
|
4560
|
+
- [patch] remove polished dependency
|
|
4561
|
+
[0e54c69](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0e54c69)
|
|
3709
4562
|
|
|
3710
4563
|
## 26.0.1
|
|
3711
4564
|
|
|
3712
|
-
- [patch] Added missing dependencies and added lint rule to catch them all
|
|
4565
|
+
- [patch] Added missing dependencies and added lint rule to catch them all
|
|
4566
|
+
[0672503](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0672503)
|
|
3713
4567
|
|
|
3714
4568
|
## 26.0.0
|
|
3715
4569
|
|
|
3716
|
-
- [major] Bump to React 16.3.
|
|
4570
|
+
- [major] Bump to React 16.3.
|
|
4571
|
+
[4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
|
|
3717
4572
|
|
|
3718
4573
|
## 25.2.0
|
|
3719
4574
|
|
|
3720
|
-
- [minor] use local preview in MediaCard when available
|
|
4575
|
+
- [minor] use local preview in MediaCard when available
|
|
4576
|
+
[b33788b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b33788b)
|
|
3721
4577
|
|
|
3722
4578
|
## 25.1.6
|
|
3723
4579
|
|
|
3724
|
-
- [patch] Fix typo and potential memory leak
|
|
4580
|
+
- [patch] Fix typo and potential memory leak
|
|
4581
|
+
[6ecc601](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6ecc601)
|
|
3725
4582
|
|
|
3726
4583
|
## 25.1.5
|
|
3727
4584
|
|
|
3728
|
-
- [patch] Add "sideEffects: false" to AKM2 packages to allow consumer's to tree-shake
|
|
4585
|
+
- [patch] Add "sideEffects: false" to AKM2 packages to allow consumer's to tree-shake
|
|
4586
|
+
[c3b018a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c3b018a)
|
|
3729
4587
|
|
|
3730
4588
|
## 25.1.3
|
|
3731
4589
|
|
|
3732
|
-
- [patch] Fix/revert TS TDs in analytics-next
|
|
4590
|
+
- [patch] Fix/revert TS TDs in analytics-next
|
|
4591
|
+
[1284d32](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1284d32)
|
|
3733
4592
|
|
|
3734
4593
|
## 25.1.2
|
|
3735
4594
|
|
|
3736
|
-
- [patch] ED-4030 Don't reload Image cards again after upload is done
|
|
4595
|
+
- [patch] ED-4030 Don't reload Image cards again after upload is done
|
|
4596
|
+
[9aff937](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9aff937)
|
|
3737
4597
|
|
|
3738
4598
|
## 25.1.0
|
|
3739
4599
|
|
|
3740
|
-
- [minor] Add analytics events for click and show actions of media-card
|
|
3741
|
-
|
|
4600
|
+
- [minor] Add analytics events for click and show actions of media-card
|
|
4601
|
+
[031d5da](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/031d5da)
|
|
4602
|
+
- [minor] Add analytics events for click and show actions of media-card
|
|
4603
|
+
[b361185](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b361185)
|
|
3742
4604
|
|
|
3743
4605
|
## 25.0.0
|
|
3744
4606
|
|
|
3745
|
-
- [major] icons are now assignable to card actions, which will cause media cards to render upto 2
|
|
4607
|
+
- [major] icons are now assignable to card actions, which will cause media cards to render upto 2
|
|
4608
|
+
icon buttons, or a dropdown menu if more than 2 actions are set
|
|
4609
|
+
[649871c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/649871c)
|
|
3746
4610
|
|
|
3747
4611
|
## 24.1.6
|
|
3748
4612
|
|
|
3749
|
-
- [patch] added a cursor to application cards when the onClick property is passed
|
|
4613
|
+
- [patch] added a cursor to application cards when the onClick property is passed
|
|
4614
|
+
[97cb9c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97cb9c2)
|
|
3750
4615
|
|
|
3751
4616
|
## 24.1.5
|
|
3752
4617
|
|
|
3753
|
-
- [patch] Remove TS types that requires styled-components v3
|
|
4618
|
+
- [patch] Remove TS types that requires styled-components v3
|
|
4619
|
+
[836e53b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/836e53b)
|
|
3754
4620
|
|
|
3755
4621
|
## 24.1.3
|
|
3756
4622
|
|
|
3757
|
-
- [patch] Add key as an optional parameter to applicationCard actions
|
|
4623
|
+
- [patch] Add key as an optional parameter to applicationCard actions
|
|
4624
|
+
[28be081](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/28be081)
|
|
3758
4625
|
|
|
3759
4626
|
## 24.1.2
|
|
3760
4627
|
|
|
3761
|
-
- [patch] fix issues with ellipsing of new smart-card designs
|
|
4628
|
+
- [patch] fix issues with ellipsing of new smart-card designs
|
|
4629
|
+
[ec2bed9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ec2bed9)
|
|
3762
4630
|
|
|
3763
4631
|
## 24.1.0
|
|
3764
4632
|
|
|
3765
|
-
- [minor] Update styled-components dependency to support versions 1.4.6 - 3
|
|
4633
|
+
- [minor] Update styled-components dependency to support versions 1.4.6 - 3
|
|
4634
|
+
[ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
|
|
3766
4635
|
|
|
3767
4636
|
## 24.0.6
|
|
3768
4637
|
|
|
3769
|
-
- [patch] Introduce media-ui package
|
|
4638
|
+
- [patch] Introduce media-ui package
|
|
4639
|
+
[39579e2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/39579e2)
|
|
3770
4640
|
|
|
3771
4641
|
## 24.0.5
|
|
3772
4642
|
|
|
3773
|
-
- [patch] fix new smart-card design which is showing the dropdown below consecutive smart-cards
|
|
3774
|
-
|
|
4643
|
+
- [patch] fix new smart-card design which is showing the dropdown below consecutive smart-cards
|
|
4644
|
+
[5574b67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5574b67)
|
|
4645
|
+
- [patch] fix issue with smart-card dropdown being hidden behind successive cards in new designs
|
|
4646
|
+
[ff01687](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ff01687)
|
|
3775
4647
|
|
|
3776
4648
|
## 24.0.4
|
|
3777
4649
|
|
|
3778
|
-
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
|
|
4650
|
+
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
|
|
4651
|
+
[1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
|
|
3779
4652
|
|
|
3780
4653
|
## 24.0.3
|
|
3781
4654
|
|
|
3782
|
-
- [patch] fixed issue where clicking on smart-card try-again and cancel links would trigger onClick
|
|
4655
|
+
- [patch] fixed issue where clicking on smart-card try-again and cancel links would trigger onClick
|
|
4656
|
+
[1e575b3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e575b3)
|
|
3783
4657
|
|
|
3784
4658
|
## 24.0.2
|
|
3785
4659
|
|
|
3786
|
-
- [patch] added missing smart-card action states
|
|
4660
|
+
- [patch] added missing smart-card action states
|
|
4661
|
+
[3f7536e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f7536e)
|
|
3787
4662
|
|
|
3788
4663
|
## 23.2.2
|
|
3789
4664
|
|
|
3790
|
-
- [patch] Migrate Navigation from Ak repo to ak mk 2 repo, Fixed flow typing inconsistencies in ak
|
|
4665
|
+
- [patch] Migrate Navigation from Ak repo to ak mk 2 repo, Fixed flow typing inconsistencies in ak
|
|
4666
|
+
mk 2 [bdeef5b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bdeef5b)
|
|
3791
4667
|
|
|
3792
4668
|
## 23.2.1
|
|
3793
4669
|
|
|
3794
|
-
- [patch] added an offset to load lazily loaded cards earlier
|
|
4670
|
+
- [patch] added an offset to load lazily loaded cards earlier
|
|
4671
|
+
[d1d891c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d1d891c)
|
|
3795
4672
|
|
|
3796
4673
|
## 23.2.0
|
|
3797
4674
|
|
|
3798
|
-
- [minor] Add React 16 support.
|
|
4675
|
+
- [minor] Add React 16 support.
|
|
4676
|
+
[12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
|
|
3799
4677
|
|
|
3800
4678
|
## 23.1.1
|
|
3801
4679
|
|
|
3802
|
-
- [patch] Update dependencies
|
|
4680
|
+
- [patch] Update dependencies
|
|
4681
|
+
[623f8ca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/623f8ca)
|
|
3803
4682
|
|
|
3804
4683
|
## 23.1.0
|
|
3805
4684
|
|
|
3806
|
-
- [minor] Added new AppCardView v1.5 designs behind a feature flag.
|
|
4685
|
+
- [minor] Added new AppCardView v1.5 designs behind a feature flag.
|
|
4686
|
+
[92bc6c8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/92bc6c8)
|
|
3807
4687
|
|
|
3808
4688
|
## 23.0.2
|
|
3809
4689
|
|
|
3810
|
-
- [patch] Make Card to work with pixel units
|
|
4690
|
+
- [patch] Make Card to work with pixel units
|
|
4691
|
+
[dedba4f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dedba4f)
|
|
3811
4692
|
|
|
3812
4693
|
## 23.0.1
|
|
3813
4694
|
|
|
3814
|
-
- [patch] Make Card to work properly with pixel units
|
|
3815
|
-
|
|
4695
|
+
- [patch] Make Card to work properly with pixel units
|
|
4696
|
+
[69c6443](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/69c6443)
|
|
4697
|
+
- [patch] Dont use default dimensions for link cards
|
|
4698
|
+
[ae94181](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae94181)
|
|
3816
4699
|
|
|
3817
4700
|
## 23.0.0
|
|
3818
4701
|
|
|
3819
|
-
- [major] Bump media-core peer dependency to next major versoin (12)
|
|
4702
|
+
- [major] Bump media-core peer dependency to next major versoin (12)
|
|
4703
|
+
[0a84f90](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a84f90)
|
|
3820
4704
|
|
|
3821
4705
|
## 22.4.2
|
|
3822
4706
|
|
|
3823
|
-
- [patch] fix z-index issue for app cards
|
|
4707
|
+
- [patch] fix z-index issue for app cards
|
|
4708
|
+
[d2e05ae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d2e05ae)
|
|
3824
4709
|
|
|
3825
4710
|
## 22.4.1
|
|
3826
4711
|
|
|
3827
|
-
- [patch] Use default dimensions in CardView when dimensions are not provided
|
|
4712
|
+
- [patch] Use default dimensions in CardView when dimensions are not provided
|
|
4713
|
+
[d07f3f8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d07f3f8)
|
|
3828
4714
|
|
|
3829
4715
|
## 22.4.0
|
|
3830
4716
|
|
|
3831
|
-
- [minor] make Card and CardView to work properly when percetanges are passed as dimensions
|
|
4717
|
+
- [minor] make Card and CardView to work properly when percetanges are passed as dimensions
|
|
4718
|
+
[3178808](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3178808)
|
|
3832
4719
|
|
|
3833
4720
|
## 22.3.0
|
|
3834
4721
|
|
|
3835
|
-
- [minor] Update signature onClick event on filmstrip (renderer)
|
|
3836
|
-
|
|
3837
|
-
- [minor] Update signature onClick event on filmstrip (renderer)
|
|
4722
|
+
- [minor] Update signature onClick event on filmstrip (renderer)
|
|
4723
|
+
[30bdfcc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30bdfcc)
|
|
4724
|
+
- [minor] Update signature onClick event on filmstrip (renderer)
|
|
4725
|
+
[dbced25](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dbced25)
|
|
4726
|
+
- [minor] Update signature onClick event on filmstrip (renderer)
|
|
4727
|
+
[7ee4743](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7ee4743)
|
|
3838
4728
|
|
|
3839
4729
|
## 22.2.7
|
|
3840
4730
|
|
|
3841
|
-
- [patch] fix lazy-loading of cards when scrolling up
|
|
4731
|
+
- [patch] fix lazy-loading of cards when scrolling up
|
|
4732
|
+
[868505d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/868505d)
|
|
3842
4733
|
|
|
3843
4734
|
## 22.2.6
|
|
3844
4735
|
|
|
3845
|
-
- [patch] Show static images for gifs in small cards
|
|
3846
|
-
|
|
4736
|
+
- [patch] Show static images for gifs in small cards
|
|
4737
|
+
[e2508f9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e2508f9)
|
|
4738
|
+
- [patch] Show static images for gifs in small cards
|
|
4739
|
+
[e2508f9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e2508f9)
|
|
3847
4740
|
|
|
3848
4741
|
## 22.2.5
|
|
3849
4742
|
|
|
3850
|
-
- [patch] Fixed hover state for link media-cards in renderer
|
|
4743
|
+
- [patch] Fixed hover state for link media-cards in renderer
|
|
4744
|
+
[05ae05d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/05ae05d)
|
|
3851
4745
|
|
|
3852
4746
|
## 22.2.3
|
|
3853
4747
|
|
|
3854
|
-
- [patch] Bumping dependency on docs (from a failed build)
|
|
4748
|
+
- [patch] Bumping dependency on docs (from a failed build)
|
|
4749
|
+
[6949056](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6949056)
|
|
3855
4750
|
|
|
3856
4751
|
## 22.2.1
|
|
3857
4752
|
|
|
3858
|
-
- [patch] Migrated to the new repo and updated dependencies
|
|
4753
|
+
- [patch] Migrated to the new repo and updated dependencies
|
|
4754
|
+
[f76434e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f76434e)
|
|
3859
4755
|
|
|
3860
4756
|
## 2.1.1 (2017-09-18)
|
|
3861
4757
|
|
|
3862
|
-
- bug fix; update media-core and media-test-helpers version
|
|
4758
|
+
- bug fix; update media-core and media-test-helpers version
|
|
4759
|
+
([00108cf](https://bitbucket.org/atlassian/atlaskit/commits/00108cf))
|
|
3863
4760
|
|
|
3864
4761
|
## 2.1.0 (2017-08-11)
|
|
3865
4762
|
|
|
@@ -3867,9 +4764,11 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3867
4764
|
|
|
3868
4765
|
## 2.0.1 (2017-07-25)
|
|
3869
4766
|
|
|
3870
|
-
- fix; use class transform in loose mode in babel to improve load performance in apps
|
|
4767
|
+
- fix; use class transform in loose mode in babel to improve load performance in apps
|
|
4768
|
+
([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
|
|
3871
4769
|
|
|
3872
4770
|
## 1.0.0 (2017-06-07)
|
|
3873
4771
|
|
|
3874
4772
|
- feature; fix imgSrc property ([d2274ce](https://bitbucket.org/atlassian/atlaskit/commits/d2274ce))
|
|
3875
|
-
- feature; mediaImage component skeleton
|
|
4773
|
+
- feature; mediaImage component skeleton
|
|
4774
|
+
([5dd2f84](https://bitbucket.org/atlassian/atlaskit/commits/5dd2f84))
|