@atlaskit/smart-card 26.28.2 → 26.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +405 -389
- package/dist/cjs/extractors/common/context/extractAccessContext.js +2 -1
- package/dist/cjs/extractors/flexible/extract-preview.js +3 -0
- package/dist/cjs/messages.js +11 -15
- package/dist/cjs/state/analytics/useSmartLinkAnalytics.js +4 -5
- package/dist/cjs/utils/analytics/LinkAnalyticsContext.js +1 -3
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/utils/mocks.js +4 -3
- package/dist/cjs/view/BlockCard/views/ResolvedView.js +1 -2
- package/dist/cjs/view/BlockCard/views/flexible/FlexibleResolvedView.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/action-group/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/preview-block/index.js +0 -3
- package/dist/cjs/view/FlexibleCard/components/elements/icon/index.js +6 -6
- package/dist/cjs/view/FlexibleCard/utils.js +4 -1
- package/dist/cjs/view/HoverCard/components/HoverCardComponent.js +1 -1
- package/dist/cjs/view/HoverCard/components/HoverCardContent.js +9 -0
- package/dist/cjs/view/HoverCard/components/views/forbidden/index.js +82 -0
- package/dist/cjs/view/HoverCard/components/views/forbidden/styled.js +18 -0
- package/dist/cjs/view/HoverCard/components/views/forbidden/types.js +5 -0
- package/dist/cjs/view/HoverCard/components/views/resolved/index.js +0 -3
- package/dist/cjs/view/HoverCard/styled.js +2 -2
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/extractors/common/context/extractAccessContext.js +2 -1
- package/dist/es2019/extractors/flexible/extract-preview.js +3 -0
- package/dist/es2019/messages.js +11 -15
- package/dist/es2019/state/analytics/useSmartLinkAnalytics.js +1 -2
- package/dist/es2019/utils/analytics/LinkAnalyticsContext.js +0 -1
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/utils/mocks.js +3 -0
- package/dist/es2019/view/BlockCard/views/ResolvedView.js +1 -2
- package/dist/es2019/view/BlockCard/views/flexible/FlexibleResolvedView.js +0 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/action-group/index.js +1 -2
- package/dist/es2019/view/FlexibleCard/components/blocks/preview-block/index.js +0 -3
- package/dist/es2019/view/FlexibleCard/components/elements/icon/index.js +6 -6
- package/dist/es2019/view/FlexibleCard/utils.js +4 -1
- package/dist/es2019/view/HoverCard/components/HoverCardComponent.js +1 -1
- package/dist/es2019/view/HoverCard/components/HoverCardContent.js +9 -0
- package/dist/es2019/view/HoverCard/components/views/forbidden/index.js +72 -0
- package/dist/es2019/view/HoverCard/components/views/forbidden/styled.js +17 -0
- package/dist/es2019/view/HoverCard/components/views/forbidden/types.js +1 -0
- package/dist/es2019/view/HoverCard/components/views/resolved/index.js +0 -2
- package/dist/es2019/view/HoverCard/styled.js +3 -2
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/extractors/common/context/extractAccessContext.js +2 -1
- package/dist/esm/extractors/flexible/extract-preview.js +3 -0
- package/dist/esm/messages.js +11 -15
- package/dist/esm/state/analytics/useSmartLinkAnalytics.js +4 -5
- package/dist/esm/utils/analytics/LinkAnalyticsContext.js +1 -3
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/utils/mocks.js +4 -3
- package/dist/esm/view/BlockCard/views/ResolvedView.js +1 -2
- package/dist/esm/view/BlockCard/views/flexible/FlexibleResolvedView.js +1 -2
- package/dist/esm/view/FlexibleCard/components/blocks/action-group/index.js +1 -2
- package/dist/esm/view/FlexibleCard/components/blocks/preview-block/index.js +0 -3
- package/dist/esm/view/FlexibleCard/components/elements/icon/index.js +6 -6
- package/dist/esm/view/FlexibleCard/utils.js +4 -1
- package/dist/esm/view/HoverCard/components/HoverCardComponent.js +1 -1
- package/dist/esm/view/HoverCard/components/HoverCardContent.js +9 -0
- package/dist/esm/view/HoverCard/components/views/forbidden/index.js +71 -0
- package/dist/esm/view/HoverCard/components/views/forbidden/styled.js +8 -0
- package/dist/esm/view/HoverCard/components/views/forbidden/types.js +1 -0
- package/dist/esm/view/HoverCard/components/views/resolved/index.js +0 -3
- package/dist/esm/view/HoverCard/styled.js +2 -2
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/state/analytics/useSmartLinkAnalytics.d.ts +3 -5
- package/dist/types/state/hooks/useSmartLink.d.ts +2 -4
- package/dist/types/utils/analytics/LinkAnalyticsContext.d.ts +1 -1
- package/dist/types/utils/mocks.d.ts +2 -4
- package/dist/types/view/BlockCard/views/ResolvedView.d.ts +1 -1
- package/dist/types/view/HoverCard/components/views/forbidden/index.d.ts +4 -0
- package/dist/types/view/HoverCard/components/views/forbidden/styled.d.ts +3 -0
- package/dist/types/view/HoverCard/components/views/forbidden/types.d.ts +13 -0
- package/dist/types/view/HoverCard/styled.d.ts +1 -1
- package/dist/types-ts4.5/state/analytics/useSmartLinkAnalytics.d.ts +3 -5
- package/dist/types-ts4.5/state/hooks/useSmartLink.d.ts +2 -4
- package/dist/types-ts4.5/utils/analytics/LinkAnalyticsContext.d.ts +1 -1
- package/dist/types-ts4.5/utils/mocks.d.ts +2 -4
- package/dist/types-ts4.5/view/BlockCard/views/ResolvedView.d.ts +1 -1
- package/dist/types-ts4.5/view/HoverCard/components/views/forbidden/index.d.ts +4 -0
- package/dist/types-ts4.5/view/HoverCard/components/views/forbidden/styled.d.ts +3 -0
- package/dist/types-ts4.5/view/HoverCard/components/views/forbidden/types.d.ts +13 -0
- package/dist/types-ts4.5/view/HoverCard/styled.d.ts +1 -1
- package/package.json +7 -3
- package/report.api.md +1 -6
- package/tmp/api-report-tmp.d.ts +2 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,138 +1,154 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 26.30.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#40776](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40776) [`4f644544016`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f644544016) - Remove unused variables to fix TS errors in Federated Frontend Repo
|
|
8
|
+
|
|
9
|
+
## 26.29.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#40648](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40648) [`7952bdd41cb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7952bdd41cb) - [ux] Add hover card forbidden views
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 26.28.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
6
22
|
|
|
7
|
-
- [`c46305662f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c46305662f7) - create new messages for smart link forbidden and not found views
|
|
23
|
+
- [#40621](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40621) [`c46305662f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c46305662f7) - create new messages for smart link forbidden and not found views
|
|
8
24
|
|
|
9
25
|
## 26.28.1
|
|
10
26
|
|
|
11
27
|
### Patch Changes
|
|
12
28
|
|
|
13
|
-
- [`1fedffbd64b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fedffbd64b) - Update json-ld-types dependencies to be compatible with version
|
|
29
|
+
- [#40491](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40491) [`1fedffbd64b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fedffbd64b) - Update json-ld-types dependencies to be compatible with version
|
|
14
30
|
|
|
15
31
|
## 26.28.0
|
|
16
32
|
|
|
17
33
|
### Minor Changes
|
|
18
34
|
|
|
19
|
-
- [`46afccdf430`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46afccdf430) - Flexible-UI: Add url override option to preview block
|
|
35
|
+
- [#40420](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40420) [`46afccdf430`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46afccdf430) - Flexible-UI: Add url override option to preview block
|
|
20
36
|
|
|
21
37
|
## 26.27.2
|
|
22
38
|
|
|
23
39
|
### Patch Changes
|
|
24
40
|
|
|
25
|
-
- [`cecab8d279d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cecab8d279d) - Added an attribute 'canBeDatasource' to 'smartLink renderSuccess' event to indicate which smart links can be converted to datasources
|
|
41
|
+
- [#40305](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40305) [`cecab8d279d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cecab8d279d) - Added an attribute 'canBeDatasource' to 'smartLink renderSuccess' event to indicate which smart links can be converted to datasources
|
|
26
42
|
|
|
27
43
|
## 26.27.1
|
|
28
44
|
|
|
29
45
|
### Patch Changes
|
|
30
46
|
|
|
31
|
-
- [`3c60160da56`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c60160da56) - Update usages of token color.border.input to color.input
|
|
47
|
+
- [#40312](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40312) [`3c60160da56`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c60160da56) - Update usages of token color.border.input to color.input
|
|
32
48
|
|
|
33
49
|
## 26.27.0
|
|
34
50
|
|
|
35
51
|
### Minor Changes
|
|
36
52
|
|
|
37
|
-
- [`12f9e6886ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12f9e6886ed) - [ux] Add follow/unfollow button to card and hover preview (behind feature flag).
|
|
53
|
+
- [#40190](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40190) [`12f9e6886ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12f9e6886ed) - [ux] Add follow/unfollow button to card and hover preview (behind feature flag).
|
|
38
54
|
|
|
39
55
|
## 26.26.2
|
|
40
56
|
|
|
41
57
|
### Patch Changes
|
|
42
58
|
|
|
43
|
-
- [`da7fcd582e2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da7fcd582e2) - Fixed embed modal go to url and download button inconsitent behaviour when triggered from hover preview and block card
|
|
59
|
+
- [#40075](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40075) [`da7fcd582e2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da7fcd582e2) - Fixed embed modal go to url and download button inconsitent behaviour when triggered from hover preview and block card
|
|
44
60
|
|
|
45
61
|
## 26.26.1
|
|
46
62
|
|
|
47
63
|
### Patch Changes
|
|
48
64
|
|
|
49
|
-
- [`2cd7af71b63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cd7af71b63) - Bump json-ld-types 3.8.0 -> 3.9.1
|
|
65
|
+
- [#40127](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40127) [`2cd7af71b63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cd7af71b63) - Bump json-ld-types 3.8.0 -> 3.9.1
|
|
50
66
|
|
|
51
67
|
## 26.26.0
|
|
52
68
|
|
|
53
69
|
### Minor Changes
|
|
54
70
|
|
|
55
|
-
- [`d3e04f50bbc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3e04f50bbc) - Add follow action analytics (behind feature flag)
|
|
71
|
+
- [#40002](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40002) [`d3e04f50bbc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3e04f50bbc) - Add follow action analytics (behind feature flag)
|
|
56
72
|
|
|
57
73
|
## 26.25.0
|
|
58
74
|
|
|
59
75
|
### Minor Changes
|
|
60
76
|
|
|
61
|
-
- [`dc3345f4b47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc3345f4b47) - Refactor flexible card to use client action hook. (Minor due to the change to the deprecated hook.)
|
|
77
|
+
- [#39853](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39853) [`dc3345f4b47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc3345f4b47) - Refactor flexible card to use client action hook. (Minor due to the change to the deprecated hook.)
|
|
62
78
|
|
|
63
79
|
### Patch Changes
|
|
64
80
|
|
|
65
|
-
- [`2c8b781fd3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c8b781fd3a) - cleanup: remove server actions from actions extractor
|
|
81
|
+
- [#39980](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39980) [`2c8b781fd3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c8b781fd3a) - cleanup: remove server actions from actions extractor
|
|
66
82
|
|
|
67
83
|
## 26.24.0
|
|
68
84
|
|
|
69
85
|
### Minor Changes
|
|
70
86
|
|
|
71
|
-
- [`cb6f1d7a319`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb6f1d7a319) - Add Follow/Unfollow action to flexible smart links (behind feature flag)
|
|
87
|
+
- [#39856](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39856) [`cb6f1d7a319`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb6f1d7a319) - Add Follow/Unfollow action to flexible smart links (behind feature flag)
|
|
72
88
|
|
|
73
89
|
### Patch Changes
|
|
74
90
|
|
|
75
|
-
- [`93888ff40ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93888ff40ba) - [ux] Style updates for refreshed smart cards behind a feature flag. If this update is successful it will be available in a later release.
|
|
91
|
+
- [#39523](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39523) [`93888ff40ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93888ff40ba) - [ux] Style updates for refreshed smart cards behind a feature flag. If this update is successful it will be available in a later release.
|
|
76
92
|
|
|
77
93
|
## 26.23.2
|
|
78
94
|
|
|
79
95
|
### Patch Changes
|
|
80
96
|
|
|
81
|
-
- [`4c919248f12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c919248f12) - cleanup: remove usages of useLozengeAction feature flag
|
|
97
|
+
- [#39907](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39907) [`4c919248f12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c919248f12) - cleanup: remove usages of useLozengeAction feature flag
|
|
82
98
|
- Updated dependencies
|
|
83
99
|
|
|
84
100
|
## 26.23.1
|
|
85
101
|
|
|
86
102
|
### Patch Changes
|
|
87
103
|
|
|
88
|
-
- [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
104
|
+
- [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787) [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
89
105
|
|
|
90
106
|
## 26.23.0
|
|
91
107
|
|
|
92
108
|
### Minor Changes
|
|
93
109
|
|
|
94
|
-
- [`253d4604c50`](https://bitbucket.org/atlassian/atlassian-frontend/commits/253d4604c50) - We are testing support for allow-storage-access-by-user-activation sandbox permission on untrusted embeds behind the "platform.linking-platform.smart-card.iframes-allow-storage-access-by-user-activation" feature flag. If this is successful it will always be enabled for unstrusted embeds in a future release.
|
|
110
|
+
- [#39326](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39326) [`253d4604c50`](https://bitbucket.org/atlassian/atlassian-frontend/commits/253d4604c50) - We are testing support for allow-storage-access-by-user-activation sandbox permission on untrusted embeds behind the "platform.linking-platform.smart-card.iframes-allow-storage-access-by-user-activation" feature flag. If this is successful it will always be enabled for unstrusted embeds in a future release.
|
|
95
111
|
|
|
96
112
|
### Patch Changes
|
|
97
113
|
|
|
98
|
-
- [`f85b3744521`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f85b3744521) - Add async action base component to flexible smart links (internal)
|
|
114
|
+
- [#39681](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39681) [`f85b3744521`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f85b3744521) - Add async action base component to flexible smart links (internal)
|
|
99
115
|
|
|
100
116
|
## 26.22.1
|
|
101
117
|
|
|
102
118
|
### Patch Changes
|
|
103
119
|
|
|
104
|
-
- [`419f14321f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/419f14321f3) - Adds a JiraTask check when getting a metadata for hovercard. The change is behind a FF. If this update is successful it will be available in a later release.
|
|
120
|
+
- [#39734](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39734) [`419f14321f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/419f14321f3) - Adds a JiraTask check when getting a metadata for hovercard. The change is behind a FF. If this update is successful it will be available in a later release.
|
|
105
121
|
|
|
106
122
|
## 26.22.0
|
|
107
123
|
|
|
108
124
|
### Minor Changes
|
|
109
125
|
|
|
110
|
-
- [`b3f9c544faa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3f9c544faa) - Refactor client action hook.
|
|
126
|
+
- [#39462](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39462) [`b3f9c544faa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3f9c544faa) - Refactor client action hook.
|
|
111
127
|
|
|
112
128
|
## 26.21.0
|
|
113
129
|
|
|
114
130
|
### Minor Changes
|
|
115
131
|
|
|
116
|
-
- [`b2ea37e78dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2ea37e78dc) - We are testing a fix for internal conditional logic that determines when the sandbox attribute is applied to smart link embeds behind the feature flag "platform.linking-platform.smart-card.fix-is-trusted-pop". If this is successful it will be changed permanently in a future release.
|
|
132
|
+
- [#39683](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39683) [`b2ea37e78dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2ea37e78dc) - We are testing a fix for internal conditional logic that determines when the sandbox attribute is applied to smart link embeds behind the feature flag "platform.linking-platform.smart-card.fix-is-trusted-pop". If this is successful it will be changed permanently in a future release.
|
|
117
133
|
|
|
118
134
|
## 26.20.1
|
|
119
135
|
|
|
120
136
|
### Patch Changes
|
|
121
137
|
|
|
122
|
-
- [`335ad945d2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/335ad945d2f) - Update for an avatar’s name prefix in Avatar Group Flex UI behind a feature flag. If this update is successful it will be available in a later release.
|
|
138
|
+
- [#39512](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39512) [`335ad945d2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/335ad945d2f) - Update for an avatar’s name prefix in Avatar Group Flex UI behind a feature flag. If this update is successful it will be available in a later release.
|
|
123
139
|
- Updated dependencies
|
|
124
140
|
|
|
125
141
|
## 26.20.0
|
|
126
142
|
|
|
127
143
|
### Minor Changes
|
|
128
144
|
|
|
129
|
-
- [`f2cb6463788`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f2cb6463788) - We are testing a fallback avatar in Assigned Avatar Group in Flex UI behind a feature flag. If this update is successful it will be available in a later release.
|
|
145
|
+
- [#39262](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39262) [`f2cb6463788`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f2cb6463788) - We are testing a fallback avatar in Assigned Avatar Group in Flex UI behind a feature flag. If this update is successful it will be available in a later release.
|
|
130
146
|
|
|
131
147
|
## 26.19.0
|
|
132
148
|
|
|
133
149
|
### Minor Changes
|
|
134
150
|
|
|
135
|
-
- [`1f25a043b3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f25a043b3f) - [ux] We are testing an improved display for BB hover cards behind a feature flag. If this update is successful it will be available in a later release.
|
|
151
|
+
- [#39323](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39323) [`1f25a043b3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f25a043b3f) - [ux] We are testing an improved display for BB hover cards behind a feature flag. If this update is successful it will be available in a later release.
|
|
136
152
|
|
|
137
153
|
### Patch Changes
|
|
138
154
|
|
|
@@ -142,107 +158,107 @@
|
|
|
142
158
|
|
|
143
159
|
### Minor Changes
|
|
144
160
|
|
|
145
|
-
- [`e7e73b61721`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7e73b61721) - [ux] We are testing an improved dispaly for Slack hover & block cards behind a feature flag. If this update is successful it will be available in a later release.
|
|
161
|
+
- [#39182](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39182) [`e7e73b61721`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7e73b61721) - [ux] We are testing an improved dispaly for Slack hover & block cards behind a feature flag. If this update is successful it will be available in a later release.
|
|
146
162
|
|
|
147
163
|
## 26.17.0
|
|
148
164
|
|
|
149
165
|
### Minor Changes
|
|
150
166
|
|
|
151
|
-
- [`efc2669bc13`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efc2669bc13) - We are testing adding a prefix to the Avatar name tooltip in the Hover Card behind the "platform.linking-platform.smart-card.enable-better-metadata_iojwg" feature flag. You can turn it on by passing new showNamePrefix prop to the Flexible UI elements such us AssignedToGroup, OwnedByGroup and AuthorGroup. If this fix is successful it will be available in a later release.
|
|
167
|
+
- [#39029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39029) [`efc2669bc13`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efc2669bc13) - We are testing adding a prefix to the Avatar name tooltip in the Hover Card behind the "platform.linking-platform.smart-card.enable-better-metadata_iojwg" feature flag. You can turn it on by passing new showNamePrefix prop to the Flexible UI elements such us AssignedToGroup, OwnedByGroup and AuthorGroup. If this fix is successful it will be available in a later release.
|
|
152
168
|
|
|
153
169
|
## 26.16.1
|
|
154
170
|
|
|
155
171
|
### Patch Changes
|
|
156
172
|
|
|
157
|
-
- [`8e0d75e3666`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e0d75e3666) - Update Image preview styles for Hover Card
|
|
173
|
+
- [#38898](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38898) [`8e0d75e3666`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e0d75e3666) - Update Image preview styles for Hover Card
|
|
158
174
|
|
|
159
175
|
## 26.16.0
|
|
160
176
|
|
|
161
177
|
### Minor Changes
|
|
162
178
|
|
|
163
|
-
- [`b73f38b2588`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b73f38b2588) - Add new FlexUI element - SentOn
|
|
179
|
+
- [#39073](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39073) [`b73f38b2588`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b73f38b2588) - Add new FlexUI element - SentOn
|
|
164
180
|
|
|
165
181
|
## 26.15.11
|
|
166
182
|
|
|
167
183
|
### Patch Changes
|
|
168
184
|
|
|
169
|
-
- [`3d5b709c646`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d5b709c646) - Update css styles for metadata block elements in Block & Hover Card
|
|
185
|
+
- [#38964](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38964) [`3d5b709c646`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d5b709c646) - Update css styles for metadata block elements in Block & Hover Card
|
|
170
186
|
|
|
171
187
|
## 26.15.10
|
|
172
188
|
|
|
173
189
|
### Patch Changes
|
|
174
190
|
|
|
175
|
-
- [`9eed222eff6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9eed222eff6) - noFadeDelay internal hover card prop added.
|
|
191
|
+
- [#38841](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38841) [`9eed222eff6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9eed222eff6) - noFadeDelay internal hover card prop added.
|
|
176
192
|
|
|
177
193
|
## 26.15.9
|
|
178
194
|
|
|
179
195
|
### Patch Changes
|
|
180
196
|
|
|
181
|
-
- [`f64123c5b1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f64123c5b1e) - [ux] Update Full screen view button to Open preview
|
|
197
|
+
- [#38973](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38973) [`f64123c5b1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f64123c5b1e) - [ux] Update Full screen view button to Open preview
|
|
182
198
|
- Updated dependencies
|
|
183
199
|
|
|
184
200
|
## 26.15.8
|
|
185
201
|
|
|
186
202
|
### Patch Changes
|
|
187
203
|
|
|
188
|
-
- [`215e90a628b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/215e90a628b) - Update Metadata Display Order for Figma Hover Cards
|
|
189
|
-
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
204
|
+
- [#38832](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38832) [`215e90a628b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/215e90a628b) - Update Metadata Display Order for Figma Hover Cards
|
|
205
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
190
206
|
- Updated dependencies
|
|
191
207
|
|
|
192
208
|
## 26.15.7
|
|
193
209
|
|
|
194
210
|
### Patch Changes
|
|
195
211
|
|
|
196
|
-
- [`c54d67a60b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c54d67a60b4) - [ux] Addresses some styling problems in the Editor related to selected smart cards
|
|
212
|
+
- [#38545](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38545) [`c54d67a60b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c54d67a60b4) - [ux] Addresses some styling problems in the Editor related to selected smart cards
|
|
197
213
|
|
|
198
214
|
## 26.15.6
|
|
199
215
|
|
|
200
216
|
### Patch Changes
|
|
201
217
|
|
|
202
|
-
- [`ba101932150`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba101932150) - [ux] Use semibold font-weight for title in flexible smart cards.
|
|
218
|
+
- [#38677](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38677) [`ba101932150`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba101932150) - [ux] Use semibold font-weight for title in flexible smart cards.
|
|
203
219
|
|
|
204
220
|
## 26.15.5
|
|
205
221
|
|
|
206
222
|
### Patch Changes
|
|
207
223
|
|
|
208
|
-
- [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
|
|
224
|
+
- [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925) [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
|
|
209
225
|
|
|
210
226
|
## 26.15.4
|
|
211
227
|
|
|
212
228
|
### Patch Changes
|
|
213
229
|
|
|
214
|
-
- [`2e4ceb4b6b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e4ceb4b6b1) - [ux] Refreshed design for flexible block and hover cards.
|
|
230
|
+
- [#38035](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38035) [`2e4ceb4b6b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e4ceb4b6b1) - [ux] Refreshed design for flexible block and hover cards.
|
|
215
231
|
|
|
216
232
|
## 26.15.3
|
|
217
233
|
|
|
218
234
|
### Patch Changes
|
|
219
235
|
|
|
220
|
-
- [`5ef68120bed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ef68120bed) - fix for the padding issue on the Link Safety Warning Modal
|
|
236
|
+
- [#37377](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37377) [`5ef68120bed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ef68120bed) - fix for the padding issue on the Link Safety Warning Modal
|
|
221
237
|
|
|
222
238
|
## 26.15.2
|
|
223
239
|
|
|
224
240
|
### Patch Changes
|
|
225
241
|
|
|
226
|
-
- [`3355d65ed83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3355d65ed83) - Fix duplicate WebpackChunkName for GlyphSubtask & GlyphSubtaskProgress"
|
|
242
|
+
- [#38340](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38340) [`3355d65ed83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3355d65ed83) - Fix duplicate WebpackChunkName for GlyphSubtask & GlyphSubtaskProgress"
|
|
227
243
|
|
|
228
244
|
## 26.15.1
|
|
229
245
|
|
|
230
246
|
### Patch Changes
|
|
231
247
|
|
|
232
|
-
- [`60b5cb9448d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60b5cb9448d) - Add StoryPoints FlexUI Element to Jira Block & Hover Card
|
|
248
|
+
- [#38290](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38290) [`60b5cb9448d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60b5cb9448d) - Add StoryPoints FlexUI Element to Jira Block & Hover Card
|
|
233
249
|
|
|
234
250
|
## 26.15.0
|
|
235
251
|
|
|
236
252
|
### Minor Changes
|
|
237
253
|
|
|
238
|
-
- [`560f5be1d2c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/560f5be1d2c) - Add FlexUI element for dispalying StoryPoints as a Badge
|
|
254
|
+
- [#38227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38227) [`560f5be1d2c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/560f5be1d2c) - Add FlexUI element for dispalying StoryPoints as a Badge
|
|
239
255
|
|
|
240
256
|
## 26.14.6
|
|
241
257
|
|
|
242
258
|
### Patch Changes
|
|
243
259
|
|
|
244
|
-
- [`88b90baf84c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88b90baf84c) - Update icon for SubTasksProgress flex ui element & update metadata elements order in Block & Hover Card
|
|
245
|
-
- [`e6d7b777ce0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6d7b777ce0) - Remove dependency to @atlaskit/media-common
|
|
260
|
+
- [#38116](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38116) [`88b90baf84c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88b90baf84c) - Update icon for SubTasksProgress flex ui element & update metadata elements order in Block & Hover Card
|
|
261
|
+
- [#37930](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37930) [`e6d7b777ce0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6d7b777ce0) - Remove dependency to @atlaskit/media-common
|
|
246
262
|
|
|
247
263
|
## 26.14.5
|
|
248
264
|
|
|
@@ -254,43 +270,43 @@
|
|
|
254
270
|
|
|
255
271
|
### Patch Changes
|
|
256
272
|
|
|
257
|
-
- [`f6e68d0feb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6e68d0feb1) - Update css style for avatar groups in block card
|
|
273
|
+
- [#37901](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37901) [`f6e68d0feb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6e68d0feb1) - Update css style for avatar groups in block card
|
|
258
274
|
|
|
259
275
|
## 26.14.3
|
|
260
276
|
|
|
261
277
|
### Patch Changes
|
|
262
278
|
|
|
263
|
-
- [`c5a8ab5629d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c5a8ab5629d) - Refactor view url action
|
|
279
|
+
- [#37935](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37935) [`c5a8ab5629d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c5a8ab5629d) - Refactor view url action
|
|
264
280
|
|
|
265
281
|
## 26.14.2
|
|
266
282
|
|
|
267
283
|
### Patch Changes
|
|
268
284
|
|
|
269
|
-
- [`6a807668da6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a807668da6) - [ux] Refreshed design for the Embed Smart Links view added under the FF
|
|
285
|
+
- [#37695](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37695) [`6a807668da6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a807668da6) - [ux] Refreshed design for the Embed Smart Links view added under the FF
|
|
270
286
|
|
|
271
287
|
## 26.14.1
|
|
272
288
|
|
|
273
289
|
### Patch Changes
|
|
274
290
|
|
|
275
|
-
- [`f3cefce58df`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3cefce58df) - Refactor embed modal helper function (internal)
|
|
291
|
+
- [#37830](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37830) [`f3cefce58df`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3cefce58df) - Refactor embed modal helper function (internal)
|
|
276
292
|
|
|
277
293
|
## 26.14.0
|
|
278
294
|
|
|
279
295
|
### Minor Changes
|
|
280
296
|
|
|
281
|
-
- [`d8799deba6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8799deba6e) - Add new Flexui elements-OwnedByGroup, AssignedTogroup, AssignedTo, ReadTime & SubtasksProgress. Add provider specific logic for metadata display for Hover Cards & Block Cards.
|
|
297
|
+
- [#37264](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37264) [`d8799deba6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8799deba6e) - Add new Flexui elements-OwnedByGroup, AssignedTogroup, AssignedTo, ReadTime & SubtasksProgress. Add provider specific logic for metadata display for Hover Cards & Block Cards.
|
|
282
298
|
|
|
283
299
|
## 26.13.1
|
|
284
300
|
|
|
285
301
|
### Patch Changes
|
|
286
302
|
|
|
287
|
-
- [`72d087f0de3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/72d087f0de3) - [ux] Update smart link unauthorised view when there is no auth flow available
|
|
303
|
+
- [#37579](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37579) [`72d087f0de3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/72d087f0de3) - [ux] Update smart link unauthorised view when there is no auth flow available
|
|
288
304
|
|
|
289
305
|
## 26.13.0
|
|
290
306
|
|
|
291
307
|
### Minor Changes
|
|
292
308
|
|
|
293
|
-
- [`d2ef5ede462`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2ef5ede462) - Added a new analytics event that will fire on resolution of data for hover cards. The change is behind a FF and will only surface if we pass the FF as true to SmartCardProvider.
|
|
309
|
+
- [#37820](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37820) [`d2ef5ede462`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2ef5ede462) - Added a new analytics event that will fire on resolution of data for hover cards. The change is behind a FF and will only surface if we pass the FF as true to SmartCardProvider.
|
|
294
310
|
|
|
295
311
|
### Patch Changes
|
|
296
312
|
|
|
@@ -300,75 +316,75 @@
|
|
|
300
316
|
|
|
301
317
|
### Patch Changes
|
|
302
318
|
|
|
303
|
-
- [`e74ae7f06d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e74ae7f06d4) - Update dependency json-ld-types@3.8.0
|
|
319
|
+
- [#37720](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37720) [`e74ae7f06d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e74ae7f06d4) - Update dependency json-ld-types@3.8.0
|
|
304
320
|
|
|
305
321
|
## 26.12.0
|
|
306
322
|
|
|
307
323
|
### Minor Changes
|
|
308
324
|
|
|
309
|
-
- [`5eea09cd864`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5eea09cd864) - Standalone Hover Preview: Add zIndex prop to pass to DS Popup
|
|
325
|
+
- [#37654](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37654) [`5eea09cd864`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5eea09cd864) - Standalone Hover Preview: Add zIndex prop to pass to DS Popup
|
|
310
326
|
|
|
311
327
|
## 26.11.1
|
|
312
328
|
|
|
313
329
|
### Patch Changes
|
|
314
330
|
|
|
315
|
-
- [`b37a26be833`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b37a26be833) - Prevent LinkUrl from throwing error on validation
|
|
331
|
+
- [#37580](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37580) [`b37a26be833`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b37a26be833) - Prevent LinkUrl from throwing error on validation
|
|
316
332
|
|
|
317
333
|
## 26.11.0
|
|
318
334
|
|
|
319
335
|
### Minor Changes
|
|
320
336
|
|
|
321
|
-
- [`fdfe07831c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fdfe07831c7) - - Deprecate standalone hover card `onAuthorize` prop (no implementation)
|
|
337
|
+
- [#37492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37492) [`fdfe07831c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fdfe07831c7) - - Deprecate standalone hover card `onAuthorize` prop (no implementation)
|
|
322
338
|
- Hide auth tooltip on unauthenticated inline link with no auth flow (new design, behind feature flag)
|
|
323
339
|
|
|
324
340
|
## 26.10.0
|
|
325
341
|
|
|
326
342
|
### Minor Changes
|
|
327
343
|
|
|
328
|
-
- [`fa12a765333`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa12a765333) - Cleansup a FF introduced in 26.3.5 (platform.linking-platform.smart-card.remove-dispatch-analytics-as-prop) providing default display attribute now prefers analytics context instead of passing a dispatch function as prop.
|
|
344
|
+
- [#36434](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36434) [`fa12a765333`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa12a765333) - Cleansup a FF introduced in 26.3.5 (platform.linking-platform.smart-card.remove-dispatch-analytics-as-prop) providing default display attribute now prefers analytics context instead of passing a dispatch function as prop.
|
|
329
345
|
|
|
330
346
|
## 26.9.19
|
|
331
347
|
|
|
332
348
|
### Patch Changes
|
|
333
349
|
|
|
334
|
-
- [`928615c211b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/928615c211b) - Fix connect button appear when user cannot not connect (no auth flow)
|
|
350
|
+
- [#37261](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37261) [`928615c211b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/928615c211b) - Fix connect button appear when user cannot not connect (no auth flow)
|
|
335
351
|
|
|
336
352
|
## 26.9.18
|
|
337
353
|
|
|
338
354
|
### Patch Changes
|
|
339
355
|
|
|
340
|
-
- [`bfab8038b9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfab8038b9c) - [ux] Fix for Block card avatar misalignment in Cofnluence renderer caused by a less specific css rule on our end
|
|
356
|
+
- [#37406](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37406) [`bfab8038b9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfab8038b9c) - [ux] Fix for Block card avatar misalignment in Cofnluence renderer caused by a less specific css rule on our end
|
|
341
357
|
|
|
342
358
|
## 26.9.17
|
|
343
359
|
|
|
344
360
|
### Patch Changes
|
|
345
361
|
|
|
346
|
-
- [`936fc621c48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/936fc621c48) - [ux] Design refresh for the Inline Smart Links.
|
|
362
|
+
- [#36005](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36005) [`936fc621c48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/936fc621c48) - [ux] Design refresh for the Inline Smart Links.
|
|
347
363
|
|
|
348
364
|
## 26.9.16
|
|
349
365
|
|
|
350
366
|
### Patch Changes
|
|
351
367
|
|
|
352
|
-
- [`a4ff4c2f918`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4ff4c2f918) - Update to use 'getStatus' from '@atlaskit/linking-common'
|
|
368
|
+
- [#37136](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37136) [`a4ff4c2f918`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4ff4c2f918) - Update to use 'getStatus' from '@atlaskit/linking-common'
|
|
353
369
|
- Updated dependencies
|
|
354
370
|
|
|
355
371
|
## 26.9.15
|
|
356
372
|
|
|
357
373
|
### Patch Changes
|
|
358
374
|
|
|
359
|
-
- [`b9355830504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9355830504) - Opt out of peer dependency enforcement
|
|
375
|
+
- [#37340](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37340) [`b9355830504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9355830504) - Opt out of peer dependency enforcement
|
|
360
376
|
|
|
361
377
|
## 26.9.14
|
|
362
378
|
|
|
363
379
|
### Patch Changes
|
|
364
380
|
|
|
365
|
-
- [`08c372c1547`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08c372c1547) - [ux] Revert of functionality added in 26.9.8
|
|
381
|
+
- [#37322](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37322) [`08c372c1547`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08c372c1547) - [ux] Revert of functionality added in 26.9.8
|
|
366
382
|
|
|
367
383
|
## 26.9.13
|
|
368
384
|
|
|
369
385
|
### Patch Changes
|
|
370
386
|
|
|
371
|
-
- [`68956c0d353`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68956c0d353) - Embed Modal: Fix icon alignment when triggered from flexible and block card component
|
|
387
|
+
- [#37046](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37046) [`68956c0d353`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68956c0d353) - Embed Modal: Fix icon alignment when triggered from flexible and block card component
|
|
372
388
|
|
|
373
389
|
## 26.9.12
|
|
374
390
|
|
|
@@ -380,96 +396,96 @@
|
|
|
380
396
|
|
|
381
397
|
### Patch Changes
|
|
382
398
|
|
|
383
|
-
- [`3fb20c4aeba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb20c4aeba) - Add postinstall check to enforce internal peer dependencies
|
|
399
|
+
- [#36757](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36757) [`3fb20c4aeba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb20c4aeba) - Add postinstall check to enforce internal peer dependencies
|
|
384
400
|
|
|
385
401
|
## 26.9.10
|
|
386
402
|
|
|
387
403
|
### Patch Changes
|
|
388
404
|
|
|
389
|
-
- [`74c892f10de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74c892f10de) - [ux] Hover card will open closer to the mouse position, but with a slight offset of 10px to the right and to the top.
|
|
405
|
+
- [#36975](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36975) [`74c892f10de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74c892f10de) - [ux] Hover card will open closer to the mouse position, but with a slight offset of 10px to the right and to the top.
|
|
390
406
|
|
|
391
407
|
## 26.9.9
|
|
392
408
|
|
|
393
409
|
### Patch Changes
|
|
394
410
|
|
|
395
|
-
- [`4e254433494`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e254433494) - [ux] Remove 'open in new tab' button in Hover Cards
|
|
411
|
+
- [#36898](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36898) [`4e254433494`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e254433494) - [ux] Remove 'open in new tab' button in Hover Cards
|
|
396
412
|
|
|
397
413
|
## 26.9.8
|
|
398
414
|
|
|
399
415
|
### Patch Changes
|
|
400
416
|
|
|
401
|
-
- [`4d66cb26fcb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d66cb26fcb) - Bump jsdom to ^17.0.0
|
|
402
|
-
- [`2a6ebbbfdf1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a6ebbbfdf1) - [ux] Hover Preview: Hide hover preview on scrolling (wheel event)
|
|
417
|
+
- [#36822](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36822) [`4d66cb26fcb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d66cb26fcb) - Bump jsdom to ^17.0.0
|
|
418
|
+
- [#36849](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36849) [`2a6ebbbfdf1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a6ebbbfdf1) - [ux] Hover Preview: Hide hover preview on scrolling (wheel event)
|
|
403
419
|
- Updated dependencies
|
|
404
420
|
|
|
405
421
|
## 26.9.7
|
|
406
422
|
|
|
407
423
|
### Patch Changes
|
|
408
424
|
|
|
409
|
-
- [`68880de5ecb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68880de5ecb) - [ux] Closing hover card on right click (open of context menu)
|
|
425
|
+
- [#36850](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36850) [`68880de5ecb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68880de5ecb) - [ux] Closing hover card on right click (open of context menu)
|
|
410
426
|
|
|
411
427
|
## 26.9.6
|
|
412
428
|
|
|
413
429
|
### Patch Changes
|
|
414
430
|
|
|
415
|
-
- [`e0a2c926e63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0a2c926e63) - [ux] Flexible Smart Links: Fix hover preview shows on mouse leave
|
|
431
|
+
- [#36755](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36755) [`e0a2c926e63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0a2c926e63) - [ux] Flexible Smart Links: Fix hover preview shows on mouse leave
|
|
416
432
|
|
|
417
433
|
## 26.9.5
|
|
418
434
|
|
|
419
435
|
### Patch Changes
|
|
420
436
|
|
|
421
|
-
- [`7b08013b112`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b08013b112) - Clean up use of showAuthTooltip FF. Switch to being fully reliant on the showAuthTooltip prop.
|
|
437
|
+
- [#36589](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36589) [`7b08013b112`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b08013b112) - Clean up use of showAuthTooltip FF. Switch to being fully reliant on the showAuthTooltip prop.
|
|
422
438
|
- Updated dependencies
|
|
423
439
|
|
|
424
440
|
## 26.9.4
|
|
425
441
|
|
|
426
442
|
### Patch Changes
|
|
427
443
|
|
|
428
|
-
- [`2a4926aa20a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a4926aa20a) - [ux] Flexible Smart Links: Add hover preview show/hide delay when mouse moves inside the card
|
|
444
|
+
- [#36620](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36620) [`2a4926aa20a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a4926aa20a) - [ux] Flexible Smart Links: Add hover preview show/hide delay when mouse moves inside the card
|
|
429
445
|
|
|
430
446
|
## 26.9.3
|
|
431
447
|
|
|
432
448
|
### Patch Changes
|
|
433
449
|
|
|
434
|
-
- [`1e7190077d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e7190077d4) - Move off deprecated @atlaskit/linking-common/extractors to @atlaskit/link-extractors
|
|
450
|
+
- [#36089](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36089) [`1e7190077d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e7190077d4) - Move off deprecated @atlaskit/linking-common/extractors to @atlaskit/link-extractors
|
|
435
451
|
- Updated dependencies
|
|
436
452
|
|
|
437
453
|
## 26.9.2
|
|
438
454
|
|
|
439
455
|
### Patch Changes
|
|
440
456
|
|
|
441
|
-
- [`99643bdd534`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99643bdd534) - Fix flexible smart links onclick event not bubble up when hover preview is enabled
|
|
457
|
+
- [#36428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36428) [`99643bdd534`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99643bdd534) - Fix flexible smart links onclick event not bubble up when hover preview is enabled
|
|
442
458
|
|
|
443
459
|
## 26.9.1
|
|
444
460
|
|
|
445
461
|
### Patch Changes
|
|
446
462
|
|
|
447
|
-
- [`88cc5a0088c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88cc5a0088c) - [ux] Flexible Smart Links: Hover preview to follow mouse position
|
|
463
|
+
- [#36225](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36225) [`88cc5a0088c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88cc5a0088c) - [ux] Flexible Smart Links: Hover preview to follow mouse position
|
|
448
464
|
- Updated dependencies
|
|
449
465
|
|
|
450
466
|
## 26.9.0
|
|
451
467
|
|
|
452
468
|
### Minor Changes
|
|
453
469
|
|
|
454
|
-
- [`7811ab546b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7811ab546b9) - Cleans up FF platform.linking-platform.smart-card.enable-analytics-context introduced in 26.2.2 — resolved attributes now provided to all events fired within Smart Card by default.
|
|
470
|
+
- [#36317](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36317) [`7811ab546b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7811ab546b9) - Cleans up FF platform.linking-platform.smart-card.enable-analytics-context introduced in 26.2.2 — resolved attributes now provided to all events fired within Smart Card by default.
|
|
455
471
|
|
|
456
472
|
## 26.8.1
|
|
457
473
|
|
|
458
474
|
### Patch Changes
|
|
459
475
|
|
|
460
|
-
- [`0b148ef0a04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b148ef0a04) - [ux] Updated fade in delay for hover card to be 500ms
|
|
476
|
+
- [#36308](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36308) [`0b148ef0a04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b148ef0a04) - [ux] Updated fade in delay for hover card to be 500ms
|
|
461
477
|
|
|
462
478
|
## 26.8.0
|
|
463
479
|
|
|
464
480
|
### Minor Changes
|
|
465
481
|
|
|
466
|
-
- [`a1b70608039`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1b70608039) - [ux] Adds editor toolbar to link datasource component
|
|
482
|
+
- [#35499](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35499) [`a1b70608039`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1b70608039) - [ux] Adds editor toolbar to link datasource component
|
|
467
483
|
|
|
468
484
|
## 26.7.0
|
|
469
485
|
|
|
470
486
|
### Minor Changes
|
|
471
487
|
|
|
472
|
-
- [`c5a897eb81d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c5a897eb81d) - add statusDetails attribute
|
|
488
|
+
- [#36198](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36198) [`c5a897eb81d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c5a897eb81d) - add statusDetails attribute
|
|
473
489
|
|
|
474
490
|
### Patch Changes
|
|
475
491
|
|
|
@@ -479,7 +495,7 @@
|
|
|
479
495
|
|
|
480
496
|
### Patch Changes
|
|
481
497
|
|
|
482
|
-
- [`fc0fa5ca4e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc0fa5ca4e7) - [ux] Fix for a hover card issue introduced in 25.6.17
|
|
498
|
+
- [#36052](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36052) [`fc0fa5ca4e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc0fa5ca4e7) - [ux] Fix for a hover card issue introduced in 25.6.17
|
|
483
499
|
|
|
484
500
|
## 26.6.2
|
|
485
501
|
|
|
@@ -491,14 +507,14 @@
|
|
|
491
507
|
|
|
492
508
|
### Patch Changes
|
|
493
509
|
|
|
494
|
-
- [`ebb6750a97d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ebb6750a97d) - [ux] Flexible Smart Links: Change hover preview show/hide behavior. Hover preview should not show when hovering over metadata elements and actions.
|
|
510
|
+
- [#35958](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35958) [`ebb6750a97d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ebb6750a97d) - [ux] Flexible Smart Links: Change hover preview show/hide behavior. Hover preview should not show when hovering over metadata elements and actions.
|
|
495
511
|
- Updated dependencies
|
|
496
512
|
|
|
497
513
|
## 26.6.0
|
|
498
514
|
|
|
499
515
|
### Minor Changes
|
|
500
516
|
|
|
501
|
-
- [`04295e9d5bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04295e9d5bc) - [ux] Updating ORS response to include datasources and facilitating pasting JQL links turning into datasource tables
|
|
517
|
+
- [#35032](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35032) [`04295e9d5bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04295e9d5bc) - [ux] Updating ORS response to include datasources and facilitating pasting JQL links turning into datasource tables
|
|
502
518
|
|
|
503
519
|
### Patch Changes
|
|
504
520
|
|
|
@@ -514,7 +530,7 @@
|
|
|
514
530
|
|
|
515
531
|
### Patch Changes
|
|
516
532
|
|
|
517
|
-
- [`b3ed4f7f776`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3ed4f7f776) - [ux] Fix for Hover Card unmount - added a clean up function that will clearTimeouts. Additionally changed the trigger of HoverCard from onMouseEnter to onMouseOver and added a function that after 100ms of hover starts fetching the data for the url to reduce the loading state experienced on standalone HoverCards.
|
|
533
|
+
- [#35601](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35601) [`b3ed4f7f776`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3ed4f7f776) - [ux] Fix for Hover Card unmount - added a clean up function that will clearTimeouts. Additionally changed the trigger of HoverCard from onMouseEnter to onMouseOver and added a function that after 100ms of hover starts fetching the data for the url to reduce the loading state experienced on standalone HoverCards.
|
|
518
534
|
|
|
519
535
|
## 26.5.16
|
|
520
536
|
|
|
@@ -526,73 +542,73 @@
|
|
|
526
542
|
|
|
527
543
|
### Patch Changes
|
|
528
544
|
|
|
529
|
-
- [`7b2d54a82d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b2d54a82d0) - Cleans up a FF introduced in 26.3.3 & Fixes HoverCard component providing hover card analytics context to the wrapped trigger component
|
|
545
|
+
- [#35883](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35883) [`7b2d54a82d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b2d54a82d0) - Cleans up a FF introduced in 26.3.3 & Fixes HoverCard component providing hover card analytics context to the wrapped trigger component
|
|
530
546
|
|
|
531
547
|
## 26.5.14
|
|
532
548
|
|
|
533
549
|
### Patch Changes
|
|
534
550
|
|
|
535
|
-
- [`fd2375e6f26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd2375e6f26) - [ux] Prevent skipping of warning modal when onClick callback programatically opens a window. OnClick function is no longer called if the warning modal is shown. This will prevent link click analytics from firing but there is no easy way to distinguish the effects of what happens within onClick. Additionally, clicking continue in the warning modal will always open the link in a new tab.
|
|
551
|
+
- [#35467](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35467) [`fd2375e6f26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd2375e6f26) - [ux] Prevent skipping of warning modal when onClick callback programatically opens a window. OnClick function is no longer called if the warning modal is shown. This will prevent link click analytics from firing but there is no easy way to distinguish the effects of what happens within onClick. Additionally, clicking continue in the warning modal will always open the link in a new tab.
|
|
536
552
|
|
|
537
553
|
## 26.5.13
|
|
538
554
|
|
|
539
555
|
### Patch Changes
|
|
540
556
|
|
|
541
|
-
- [`2d2b6b23bec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d2b6b23bec) - Updated dependencies
|
|
557
|
+
- [#35582](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35582) [`2d2b6b23bec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d2b6b23bec) - Updated dependencies
|
|
542
558
|
|
|
543
559
|
## 26.5.12
|
|
544
560
|
|
|
545
561
|
### Patch Changes
|
|
546
562
|
|
|
547
|
-
- [`472882f9947`](https://bitbucket.org/atlassian/atlassian-frontend/commits/472882f9947) - fix analytics display to be flexible when it is a flex ui
|
|
563
|
+
- [#35384](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35384) [`472882f9947`](https://bitbucket.org/atlassian/atlassian-frontend/commits/472882f9947) - fix analytics display to be flexible when it is a flex ui
|
|
548
564
|
|
|
549
565
|
## 26.5.11
|
|
550
566
|
|
|
551
567
|
### Patch Changes
|
|
552
568
|
|
|
553
|
-
- [`0dd86b5573c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0dd86b5573c) - Small refactoring to move lozenge action to lozenge element
|
|
569
|
+
- [#35202](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35202) [`0dd86b5573c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0dd86b5573c) - Small refactoring to move lozenge action to lozenge element
|
|
554
570
|
|
|
555
571
|
## 26.5.10
|
|
556
572
|
|
|
557
573
|
### Patch Changes
|
|
558
574
|
|
|
559
|
-
- [`70f573b2c44`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f573b2c44) - Internal change to use space tokens for spacing properties. There is no visual change.
|
|
575
|
+
- [#35458](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35458) [`70f573b2c44`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f573b2c44) - Internal change to use space tokens for spacing properties. There is no visual change.
|
|
560
576
|
|
|
561
577
|
## 26.5.9
|
|
562
578
|
|
|
563
579
|
### Patch Changes
|
|
564
580
|
|
|
565
|
-
- [`d394a5db254`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d394a5db254) - Fixes display analytics attribute provided by analytics context when the apperance is flexible
|
|
581
|
+
- [#35046](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35046) [`d394a5db254`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d394a5db254) - Fixes display analytics attribute provided by analytics context when the apperance is flexible
|
|
566
582
|
|
|
567
583
|
## 26.5.8
|
|
568
584
|
|
|
569
585
|
### Patch Changes
|
|
570
586
|
|
|
571
|
-
- [`27f4aa34132`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27f4aa34132) - [ux] Fix for Hover Card in Flexible UI links: it will show only supported states, such as resolved and unauthorized based on the corresponding featureFlag ('showHoverPreview' and 'showAuthTooltip')
|
|
587
|
+
- [#35067](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35067) [`27f4aa34132`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27f4aa34132) - [ux] Fix for Hover Card in Flexible UI links: it will show only supported states, such as resolved and unauthorized based on the corresponding featureFlag ('showHoverPreview' and 'showAuthTooltip')
|
|
572
588
|
|
|
573
589
|
## 26.5.7
|
|
574
590
|
|
|
575
591
|
### Patch Changes
|
|
576
592
|
|
|
577
|
-
- [`5b5d7b22e80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b5d7b22e80) - [ux] Update feature discovery on lozenge action to display for 2s before marking it as discovered
|
|
593
|
+
- [#35159](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35159) [`5b5d7b22e80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b5d7b22e80) - [ux] Update feature discovery on lozenge action to display for 2s before marking it as discovered
|
|
578
594
|
|
|
579
595
|
## 26.5.6
|
|
580
596
|
|
|
581
597
|
### Patch Changes
|
|
582
598
|
|
|
583
|
-
- [`625aad4d6f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/625aad4d6f8) - [ux] Change block card link clicks to open in the same tab by default unless overriden with onclick behaviour.
|
|
599
|
+
- [#34809](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34809) [`625aad4d6f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/625aad4d6f8) - [ux] Change block card link clicks to open in the same tab by default unless overriden with onclick behaviour.
|
|
584
600
|
|
|
585
601
|
## 26.5.5
|
|
586
602
|
|
|
587
603
|
### Patch Changes
|
|
588
604
|
|
|
589
|
-
- [`8f456366d7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f456366d7b) - Clean up actionable element experiment
|
|
605
|
+
- [#34996](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34996) [`8f456366d7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f456366d7b) - Clean up actionable element experiment
|
|
590
606
|
|
|
591
607
|
## 26.5.4
|
|
592
608
|
|
|
593
609
|
### Patch Changes
|
|
594
610
|
|
|
595
|
-
- [`2660603c726`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2660603c726) - [ux] A hover card loading state improvement is implemented: all elements except for actions would have a loading skeleton
|
|
611
|
+
- [#34907](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34907) [`2660603c726`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2660603c726) - [ux] A hover card loading state improvement is implemented: all elements except for actions would have a loading skeleton
|
|
596
612
|
- Updated dependencies
|
|
597
613
|
|
|
598
614
|
## 26.5.3
|
|
@@ -605,20 +621,20 @@
|
|
|
605
621
|
|
|
606
622
|
### Patch Changes
|
|
607
623
|
|
|
608
|
-
- [`c77f4d24dee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c77f4d24dee) - [ux] Show feature discovery (pulse) on lozenge action
|
|
624
|
+
- [#34674](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34674) [`c77f4d24dee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c77f4d24dee) - [ux] Show feature discovery (pulse) on lozenge action
|
|
609
625
|
|
|
610
626
|
## 26.5.1
|
|
611
627
|
|
|
612
628
|
### Patch Changes
|
|
613
629
|
|
|
614
|
-
- [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
|
|
630
|
+
- [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443) [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
|
|
615
631
|
- Updated dependencies
|
|
616
632
|
|
|
617
633
|
## 26.5.0
|
|
618
634
|
|
|
619
635
|
### Minor Changes
|
|
620
636
|
|
|
621
|
-
- [`ce79111f98f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce79111f98f) - Card component will stop throwing any uncaught errors. Any existing consumer relying on this behaviour should start using `fallbackComponent` to provide fallback ui and `onError` to act on such errors. See CardProps type for more docs.
|
|
637
|
+
- [#34504](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34504) [`ce79111f98f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce79111f98f) - Card component will stop throwing any uncaught errors. Any existing consumer relying on this behaviour should start using `fallbackComponent` to provide fallback ui and `onError` to act on such errors. See CardProps type for more docs.
|
|
622
638
|
Reason this is a minor bump and not a major version is because the previous behaviour of error propagation was actually a bug and was not a public contract with clients. This minor version fixes this bug and requires the client to update their code.
|
|
623
639
|
|
|
624
640
|
## 26.4.1
|
|
@@ -631,20 +647,20 @@
|
|
|
631
647
|
|
|
632
648
|
### Minor Changes
|
|
633
649
|
|
|
634
|
-
- [`2b7f0f3b158`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b7f0f3b158) - [ux] Fix issue with metadata alignment of Title Block component in Confluence Web links.
|
|
650
|
+
- [#34415](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34415) [`2b7f0f3b158`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b7f0f3b158) - [ux] Fix issue with metadata alignment of Title Block component in Confluence Web links.
|
|
635
651
|
|
|
636
652
|
## 26.3.10
|
|
637
653
|
|
|
638
654
|
### Patch Changes
|
|
639
655
|
|
|
640
|
-
- [`d8263ae659f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8263ae659f) - [ux] Small css fix for avatar alignment in smart links
|
|
641
|
-
- [`438b90799c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/438b90799c4) - Removes urlHash from linking platform events.
|
|
656
|
+
- [#34414](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34414) [`d8263ae659f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8263ae659f) - [ux] Small css fix for avatar alignment in smart links
|
|
657
|
+
- [#34396](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34396) [`438b90799c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/438b90799c4) - Removes urlHash from linking platform events.
|
|
642
658
|
|
|
643
659
|
## 26.3.9
|
|
644
660
|
|
|
645
661
|
### Patch Changes
|
|
646
662
|
|
|
647
|
-
- [`d476c6d5223`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d476c6d5223) - Add an optional err?:Error property to OnErrorCallback for upcoming changes
|
|
663
|
+
- [#34400](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34400) [`d476c6d5223`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d476c6d5223) - Add an optional err?:Error property to OnErrorCallback for upcoming changes
|
|
648
664
|
|
|
649
665
|
## 26.3.8
|
|
650
666
|
|
|
@@ -656,7 +672,7 @@
|
|
|
656
672
|
|
|
657
673
|
### Patch Changes
|
|
658
674
|
|
|
659
|
-
- [`b270cd7542b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b270cd7542b) - Updates internal analytics for link clicked events in Smart Card and adds more attributes to link clicked event fired by LinkUrl (blue links) that are rendered in editor.
|
|
675
|
+
- [#34133](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34133) [`b270cd7542b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b270cd7542b) - Updates internal analytics for link clicked events in Smart Card and adds more attributes to link clicked event fired by LinkUrl (blue links) that are rendered in editor.
|
|
660
676
|
|
|
661
677
|
## 26.3.6
|
|
662
678
|
|
|
@@ -668,26 +684,26 @@
|
|
|
668
684
|
|
|
669
685
|
### Patch Changes
|
|
670
686
|
|
|
671
|
-
- [`36b440f8c7f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36b440f8c7f) - Disable prop-drilling of analytics dispatch function
|
|
687
|
+
- [#34034](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34034) [`36b440f8c7f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36b440f8c7f) - Disable prop-drilling of analytics dispatch function
|
|
672
688
|
|
|
673
689
|
## 26.3.4
|
|
674
690
|
|
|
675
691
|
### Patch Changes
|
|
676
692
|
|
|
677
|
-
- [`d86bc75af82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d86bc75af82) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
|
|
693
|
+
- [#33689](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33689) [`d86bc75af82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d86bc75af82) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
|
|
678
694
|
|
|
679
695
|
## 26.3.3
|
|
680
696
|
|
|
681
697
|
### Patch Changes
|
|
682
698
|
|
|
683
|
-
- [`6d9a4d28d94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d9a4d28d94) - Fixes HoverCard component providing hover card analytics context to the wrapped trigger component.
|
|
699
|
+
- [#29598](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29598) [`6d9a4d28d94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d9a4d28d94) - Fixes HoverCard component providing hover card analytics context to the wrapped trigger component.
|
|
684
700
|
- Updated dependencies
|
|
685
701
|
|
|
686
702
|
## 26.3.2
|
|
687
703
|
|
|
688
704
|
### Patch Changes
|
|
689
705
|
|
|
690
|
-
- [`f10ed88032c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f10ed88032c) - With the renaming of Jira Roadmaps to Timeline, we are updating the regex rules to match timeline in conjunction to roadmaps
|
|
706
|
+
- [#33699](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33699) [`f10ed88032c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f10ed88032c) - With the renaming of Jira Roadmaps to Timeline, we are updating the regex rules to match timeline in conjunction to roadmaps
|
|
691
707
|
- Updated dependencies
|
|
692
708
|
|
|
693
709
|
## 26.3.1
|
|
@@ -700,27 +716,27 @@
|
|
|
700
716
|
|
|
701
717
|
### Minor Changes
|
|
702
718
|
|
|
703
|
-
- [`8406b471923`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8406b471923) - [ux] Update analytics tracking events for lozenge action
|
|
719
|
+
- [#33933](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33933) [`8406b471923`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8406b471923) - [ux] Update analytics tracking events for lozenge action
|
|
704
720
|
|
|
705
721
|
## 26.2.2
|
|
706
722
|
|
|
707
723
|
### Patch Changes
|
|
708
724
|
|
|
709
|
-
- [`374da8b159a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/374da8b159a) - Include additional attributes (urlHash, display, id) and resolved attributes for link clicked analytics events (Originally introduced in 25.8.0, reverted in 25.9.1 due to regression)
|
|
710
|
-
- [`c6d962997a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6d962997a7) - [ux] Changed the text of the button from 'Full screen view' to 'Open preview' and also changed the color of a button in the hover cards
|
|
725
|
+
- [#33812](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33812) [`374da8b159a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/374da8b159a) - Include additional attributes (urlHash, display, id) and resolved attributes for link clicked analytics events (Originally introduced in 25.8.0, reverted in 25.9.1 due to regression)
|
|
726
|
+
- [#32358](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32358) [`c6d962997a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6d962997a7) - [ux] Changed the text of the button from 'Full screen view' to 'Open preview' and also changed the color of a button in the hover cards
|
|
711
727
|
- Updated dependencies
|
|
712
728
|
|
|
713
729
|
## 26.2.1
|
|
714
730
|
|
|
715
731
|
### Patch Changes
|
|
716
732
|
|
|
717
|
-
- [`f27eb952289`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f27eb952289) - [ux] This fixes a bug which is caused when some text including a newline is linked and clicked, which incorrectly triggers a warning.
|
|
733
|
+
- [#33691](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33691) [`f27eb952289`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f27eb952289) - [ux] This fixes a bug which is caused when some text including a newline is linked and clicked, which incorrectly triggers a warning.
|
|
718
734
|
|
|
719
735
|
## 26.2.0
|
|
720
736
|
|
|
721
737
|
### Minor Changes
|
|
722
738
|
|
|
723
|
-
- [`877b4f8f7fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/877b4f8f7fc) - Remove iframe dwell tracking feature flag. Smart card embedded iframes will always track dwell events.
|
|
739
|
+
- [#32778](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32778) [`877b4f8f7fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/877b4f8f7fc) - Remove iframe dwell tracking feature flag. Smart card embedded iframes will always track dwell events.
|
|
724
740
|
|
|
725
741
|
### Patch Changes
|
|
726
742
|
|
|
@@ -730,57 +746,57 @@
|
|
|
730
746
|
|
|
731
747
|
### Patch Changes
|
|
732
748
|
|
|
733
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
749
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
734
750
|
- Updated dependencies
|
|
735
751
|
|
|
736
752
|
## 26.1.5
|
|
737
753
|
|
|
738
754
|
### Patch Changes
|
|
739
755
|
|
|
740
|
-
- [`6fa208a0d81`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6fa208a0d81) - Fixes internal useSmartCardState to internally use useSyncExternalStore to fix bugs relating to syncronous updates to the store in the same phase that the store is subscribed to.
|
|
756
|
+
- [#33126](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33126) [`6fa208a0d81`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6fa208a0d81) - Fixes internal useSmartCardState to internally use useSyncExternalStore to fix bugs relating to syncronous updates to the store in the same phase that the store is subscribed to.
|
|
741
757
|
|
|
742
758
|
## 26.1.4
|
|
743
759
|
|
|
744
760
|
### Patch Changes
|
|
745
761
|
|
|
746
|
-
- [`cee3699d4a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cee3699d4a8) - [ux] Minor style updates for a Smart Link Error Lozenge
|
|
762
|
+
- [#33678](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33678) [`cee3699d4a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cee3699d4a8) - [ux] Minor style updates for a Smart Link Error Lozenge
|
|
747
763
|
|
|
748
764
|
## 26.1.3
|
|
749
765
|
|
|
750
766
|
### Patch Changes
|
|
751
767
|
|
|
752
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
768
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
753
769
|
- Updated dependencies
|
|
754
770
|
|
|
755
771
|
## 26.1.2
|
|
756
772
|
|
|
757
773
|
### Patch Changes
|
|
758
774
|
|
|
759
|
-
- [`f50bead1f15`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f50bead1f15) - Added firing an analytics event on action lozenge error modal opening
|
|
775
|
+
- [#33580](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33580) [`f50bead1f15`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f50bead1f15) - Added firing an analytics event on action lozenge error modal opening
|
|
760
776
|
|
|
761
777
|
## 26.1.1
|
|
762
778
|
|
|
763
779
|
### Patch Changes
|
|
764
780
|
|
|
765
|
-
- [`04a2ca5dffb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04a2ca5dffb) - [ux] Changed zIndex for hover card
|
|
781
|
+
- [#33219](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33219) [`04a2ca5dffb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04a2ca5dffb) - [ux] Changed zIndex for hover card
|
|
766
782
|
|
|
767
783
|
## 26.1.0
|
|
768
784
|
|
|
769
785
|
### Minor Changes
|
|
770
786
|
|
|
771
|
-
- [`68562365142`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68562365142) - Add analytics for quick actions
|
|
787
|
+
- [#32854](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32854) [`68562365142`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68562365142) - Add analytics for quick actions
|
|
772
788
|
|
|
773
789
|
## 26.0.1
|
|
774
790
|
|
|
775
791
|
### Patch Changes
|
|
776
792
|
|
|
777
|
-
- [`6341b726715`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6341b726715) - Fix of the request body of the invoke update request
|
|
793
|
+
- [#33268](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33268) [`6341b726715`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6341b726715) - Fix of the request body of the invoke update request
|
|
778
794
|
|
|
779
795
|
## 26.0.0
|
|
780
796
|
|
|
781
797
|
### Minor Changes
|
|
782
798
|
|
|
783
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
799
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
784
800
|
|
|
785
801
|
### Patch Changes
|
|
786
802
|
|
|
@@ -790,38 +806,38 @@
|
|
|
790
806
|
|
|
791
807
|
### Patch Changes
|
|
792
808
|
|
|
793
|
-
- [`e241a5dda48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e241a5dda48) - Add 'keyboard' clickType for link clicked analytics events when user interacts with links using keyboard
|
|
809
|
+
- [#32992](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32992) [`e241a5dda48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e241a5dda48) - Add 'keyboard' clickType for link clicked analytics events when user interacts with links using keyboard
|
|
794
810
|
|
|
795
811
|
## 25.9.4
|
|
796
812
|
|
|
797
813
|
### Patch Changes
|
|
798
814
|
|
|
799
|
-
- [`025d2c69562`](https://bitbucket.org/atlassian/atlassian-frontend/commits/025d2c69562) - [ux] Restrict maximum height on lozenge action
|
|
815
|
+
- [#33200](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33200) [`025d2c69562`](https://bitbucket.org/atlassian/atlassian-frontend/commits/025d2c69562) - [ux] Restrict maximum height on lozenge action
|
|
800
816
|
|
|
801
817
|
## 25.9.3
|
|
802
818
|
|
|
803
819
|
### Patch Changes
|
|
804
820
|
|
|
805
|
-
- [`607168dad64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/607168dad64) - [ux] Update lozenge action with selected item on action success.
|
|
821
|
+
- [#33039](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33039) [`607168dad64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/607168dad64) - [ux] Update lozenge action with selected item on action success.
|
|
806
822
|
|
|
807
823
|
## 25.9.2
|
|
808
824
|
|
|
809
825
|
### Patch Changes
|
|
810
826
|
|
|
811
|
-
- [`845816bac34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/845816bac34) - [ux] Added a link to open preview modal on action error
|
|
827
|
+
- [#33035](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33035) [`845816bac34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/845816bac34) - [ux] Added a link to open preview modal on action error
|
|
812
828
|
|
|
813
829
|
## 25.9.1
|
|
814
830
|
|
|
815
831
|
### Patch Changes
|
|
816
832
|
|
|
817
|
-
- [`b76602c1619`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b76602c1619) - Revert 25.8.0 changes "Include additional attributes (urlHash, display, id) and resolved attributes for link clicked analytics events" due to regression
|
|
818
|
-
- [`1aedc244e41`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1aedc244e41) - [ux] Smart Links Internal Grey theme is now more specific to prevent Confluence override
|
|
833
|
+
- [#33078](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33078) [`b76602c1619`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b76602c1619) - Revert 25.8.0 changes "Include additional attributes (urlHash, display, id) and resolved attributes for link clicked analytics events" due to regression
|
|
834
|
+
- [#33088](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33088) [`1aedc244e41`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1aedc244e41) - [ux] Smart Links Internal Grey theme is now more specific to prevent Confluence override
|
|
819
835
|
|
|
820
836
|
## 25.9.0
|
|
821
837
|
|
|
822
838
|
### Minor Changes
|
|
823
839
|
|
|
824
|
-
- [`7f248766888`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f248766888) - [ux] Add container names which mark the location in which the linked resource sits within. This funtionality will be used to show the container names for Trello links.
|
|
840
|
+
- [#32736](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32736) [`7f248766888`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f248766888) - [ux] Add container names which mark the location in which the linked resource sits within. This funtionality will be used to show the container names for Trello links.
|
|
825
841
|
|
|
826
842
|
FlexUI: Reduced gap between title and subtitle in TitleBlock.
|
|
827
843
|
|
|
@@ -829,13 +845,13 @@
|
|
|
829
845
|
|
|
830
846
|
### Minor Changes
|
|
831
847
|
|
|
832
|
-
- [`44b76af1d5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44b76af1d5f) - Include additional attributes (`urlHash`, `display`, `id`) and resolved attributes for `link clicked` analytics events
|
|
848
|
+
- [#32497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32497) [`44b76af1d5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44b76af1d5f) - Include additional attributes (`urlHash`, `display`, `id`) and resolved attributes for `link clicked` analytics events
|
|
833
849
|
|
|
834
850
|
## 25.7.3
|
|
835
851
|
|
|
836
852
|
### Patch Changes
|
|
837
853
|
|
|
838
|
-
- [`878dc4e5239`](https://bitbucket.org/atlassian/atlassian-frontend/commits/878dc4e5239) - Enable lozenge action by using showServerActions opt-in OR using feature flag useLozengeAction for experiment
|
|
854
|
+
- [#32914](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32914) [`878dc4e5239`](https://bitbucket.org/atlassian/atlassian-frontend/commits/878dc4e5239) - Enable lozenge action by using showServerActions opt-in OR using feature flag useLozengeAction for experiment
|
|
839
855
|
|
|
840
856
|
## 25.7.2
|
|
841
857
|
|
|
@@ -847,14 +863,14 @@
|
|
|
847
863
|
|
|
848
864
|
### Patch Changes
|
|
849
865
|
|
|
850
|
-
- [`7a58d99e333`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a58d99e333) - [ux] Added error handling for smart link action
|
|
866
|
+
- [#32589](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32589) [`7a58d99e333`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a58d99e333) - [ux] Added error handling for smart link action
|
|
851
867
|
- Updated dependencies
|
|
852
868
|
|
|
853
869
|
## 25.7.0
|
|
854
870
|
|
|
855
871
|
### Minor Changes
|
|
856
872
|
|
|
857
|
-
- [`9c49eef4c87`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c49eef4c87) - [ux]
|
|
873
|
+
- [#32793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32793) [`9c49eef4c87`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c49eef4c87) - [ux]
|
|
858
874
|
|
|
859
875
|
- Add lozenge action to hover preview (wip, opt-in, feature flag)
|
|
860
876
|
- Fix hover preview's action dropdown menu showing behind container
|
|
@@ -864,13 +880,13 @@
|
|
|
864
880
|
|
|
865
881
|
### Patch Changes
|
|
866
882
|
|
|
867
|
-
- [`72a99128d3e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/72a99128d3e) - Enables CardSSR component to send analytics events.
|
|
883
|
+
- [#32743](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32743) [`72a99128d3e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/72a99128d3e) - Enables CardSSR component to send analytics events.
|
|
868
884
|
|
|
869
885
|
## 25.6.0
|
|
870
886
|
|
|
871
887
|
### Minor Changes
|
|
872
888
|
|
|
873
|
-
- [`eceb32a564f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eceb32a564f) - [ux] This adds a new Flexible UI attribute, `OwnedBy`, which represents who owns a resource.
|
|
889
|
+
- [#32541](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32541) [`eceb32a564f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eceb32a564f) - [ux] This adds a new Flexible UI attribute, `OwnedBy`, which represents who owns a resource.
|
|
874
890
|
|
|
875
891
|
### Patch Changes
|
|
876
892
|
|
|
@@ -880,7 +896,7 @@
|
|
|
880
896
|
|
|
881
897
|
### Patch Changes
|
|
882
898
|
|
|
883
|
-
- [`4c046475c1b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c046475c1b) - Fix LinkUrl component: it should not show warning for many cases when it does right now (like relative path comparasion)
|
|
899
|
+
- [#32330](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32330) [`4c046475c1b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c046475c1b) - Fix LinkUrl component: it should not show warning for many cases when it does right now (like relative path comparasion)
|
|
884
900
|
|
|
885
901
|
## 25.5.6
|
|
886
902
|
|
|
@@ -892,44 +908,44 @@
|
|
|
892
908
|
|
|
893
909
|
### Patch Changes
|
|
894
910
|
|
|
895
|
-
- [`4b396e5d7eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b396e5d7eb) - [ux] Add lozenge action to block card (wip, opt-in, feature flag)
|
|
911
|
+
- [#32537](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32537) [`4b396e5d7eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b396e5d7eb) - [ux] Add lozenge action to block card (wip, opt-in, feature flag)
|
|
896
912
|
|
|
897
913
|
## 25.5.4
|
|
898
914
|
|
|
899
915
|
### Patch Changes
|
|
900
916
|
|
|
901
|
-
- [`19622f395b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19622f395b0) - Connect `showServerActions` prop to flexible smart links, surfacing the lozenge dropdown action behind feature flag.
|
|
917
|
+
- [#32465](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32465) [`19622f395b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19622f395b0) - Connect `showServerActions` prop to flexible smart links, surfacing the lozenge dropdown action behind feature flag.
|
|
902
918
|
|
|
903
919
|
## 25.5.3
|
|
904
920
|
|
|
905
921
|
### Patch Changes
|
|
906
922
|
|
|
907
|
-
- [`da5d5b2dbef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da5d5b2dbef) - Fire link clicked analytics event for LinkUrl component
|
|
923
|
+
- [#32235](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32235) [`da5d5b2dbef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da5d5b2dbef) - Fire link clicked analytics event for LinkUrl component
|
|
908
924
|
|
|
909
925
|
## 25.5.2
|
|
910
926
|
|
|
911
927
|
### Patch Changes
|
|
912
928
|
|
|
913
|
-
- [`c2aab8ee44b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2aab8ee44b) - Add lozenge dropdown action to Flexible Smart Link based element lozenge
|
|
929
|
+
- [#32447](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32447) [`c2aab8ee44b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2aab8ee44b) - Add lozenge dropdown action to Flexible Smart Link based element lozenge
|
|
914
930
|
|
|
915
931
|
## 25.5.1
|
|
916
932
|
|
|
917
933
|
### Patch Changes
|
|
918
934
|
|
|
919
|
-
- [`bcc645691c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bcc645691c5) - Add lozenge action feature flag and extract server action for state lozenge from JSON-LD response
|
|
935
|
+
- [#32442](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32442) [`bcc645691c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bcc645691c5) - Add lozenge action feature flag and extract server action for state lozenge from JSON-LD response
|
|
920
936
|
- Updated dependencies
|
|
921
937
|
|
|
922
938
|
## 25.5.0
|
|
923
939
|
|
|
924
940
|
### Minor Changes
|
|
925
941
|
|
|
926
|
-
- [`5329942b8aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5329942b8aa) - Deprecates analyticsHandler argument of useSmartLinkActions and useSmartLinkReload hooks.
|
|
942
|
+
- [#32389](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32389) [`5329942b8aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5329942b8aa) - Deprecates analyticsHandler argument of useSmartLinkActions and useSmartLinkReload hooks.
|
|
927
943
|
|
|
928
944
|
## 25.4.4
|
|
929
945
|
|
|
930
946
|
### Patch Changes
|
|
931
947
|
|
|
932
|
-
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
948
|
+
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424) [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
933
949
|
- Updated dependencies
|
|
934
950
|
|
|
935
951
|
## 25.4.3
|
|
@@ -942,71 +958,71 @@
|
|
|
942
958
|
|
|
943
959
|
### Patch Changes
|
|
944
960
|
|
|
945
|
-
- [`1d38688106e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d38688106e) - [ux] Moved out the implementation of the resolve function from useSmartCardActions into a separate internal hook useResolve. Added reload functionality for LozengeAction on a successful update
|
|
946
|
-
- [`0ee9370595a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ee9370595a) - Update json-ld-types
|
|
961
|
+
- [#32236](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32236) [`1d38688106e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d38688106e) - [ux] Moved out the implementation of the resolve function from useSmartCardActions into a separate internal hook useResolve. Added reload functionality for LozengeAction on a successful update
|
|
962
|
+
- [#32360](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32360) [`0ee9370595a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ee9370595a) - Update json-ld-types
|
|
947
963
|
- Updated dependencies
|
|
948
964
|
|
|
949
965
|
## 25.4.1
|
|
950
966
|
|
|
951
967
|
### Patch Changes
|
|
952
968
|
|
|
953
|
-
- [`ae2cba07a9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae2cba07a9a) - Removes prevented as a clickOutcome analytics attribute value and adds defaultPrevented as a replacement attribute.
|
|
969
|
+
- [#32105](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32105) [`ae2cba07a9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae2cba07a9a) - Removes prevented as a clickOutcome analytics attribute value and adds defaultPrevented as a replacement attribute.
|
|
954
970
|
|
|
955
971
|
## 25.4.0
|
|
956
972
|
|
|
957
973
|
### Minor Changes
|
|
958
974
|
|
|
959
|
-
- [`65b0490a5dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65b0490a5dc) - Deprecates the export of useSmartLinkAnalytics hook and analyticsEvents prop.
|
|
975
|
+
- [#32152](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32152) [`65b0490a5dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65b0490a5dc) - Deprecates the export of useSmartLinkAnalytics hook and analyticsEvents prop.
|
|
960
976
|
|
|
961
977
|
## 25.3.3
|
|
962
978
|
|
|
963
979
|
### Patch Changes
|
|
964
980
|
|
|
965
|
-
- [`b57c925587f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b57c925587f) - Migrated use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
|
|
981
|
+
- [#32170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32170) [`b57c925587f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b57c925587f) - Migrated use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
|
|
966
982
|
|
|
967
983
|
## 25.3.2
|
|
968
984
|
|
|
969
985
|
### Patch Changes
|
|
970
986
|
|
|
971
|
-
- [`fab186f135b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fab186f135b) - Add load and update functionality to lozenge action
|
|
987
|
+
- [#31900](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31900) [`fab186f135b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fab186f135b) - Add load and update functionality to lozenge action
|
|
972
988
|
- Updated dependencies
|
|
973
989
|
|
|
974
990
|
## 25.3.1
|
|
975
991
|
|
|
976
992
|
### Patch Changes
|
|
977
993
|
|
|
978
|
-
- [`fa2fb550e4b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa2fb550e4b) - [ux] This makes Flexible Block Cards have the same onClick behaviour as the older block card, where the passed in onClick behaviour will cause the Smart Card to use `e.preventDefault()`.
|
|
994
|
+
- [#31924](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31924) [`fa2fb550e4b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa2fb550e4b) - [ux] This makes Flexible Block Cards have the same onClick behaviour as the older block card, where the passed in onClick behaviour will cause the Smart Card to use `e.preventDefault()`.
|
|
979
995
|
|
|
980
996
|
## 25.3.0
|
|
981
997
|
|
|
982
998
|
### Minor Changes
|
|
983
999
|
|
|
984
|
-
- [`4a1604ce132`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a1604ce132) - Adds a new themeMode query param to preview links url from 1P integrators that support different theme modes.
|
|
1000
|
+
- [#31910](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31910) [`4a1604ce132`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a1604ce132) - Adds a new themeMode query param to preview links url from 1P integrators that support different theme modes.
|
|
985
1001
|
|
|
986
1002
|
## 25.2.1
|
|
987
1003
|
|
|
988
1004
|
### Patch Changes
|
|
989
1005
|
|
|
990
|
-
- [`03394282a26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/03394282a26) - The change migrates `Shimmer` component to use the `Skeleton` component from the common package
|
|
1006
|
+
- [#31717](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31717) [`03394282a26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/03394282a26) - The change migrates `Shimmer` component to use the `Skeleton` component from the common package
|
|
991
1007
|
- Updated dependencies
|
|
992
1008
|
|
|
993
1009
|
## 25.2.0
|
|
994
1010
|
|
|
995
1011
|
### Minor Changes
|
|
996
1012
|
|
|
997
|
-
- [`aeaf58d2384`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeaf58d2384) - Change adds a new prop on Smart Card `embedIframeUrlType` which allows a user of a Smart Card with the `embed` appearance to specify whether the Smart Card embed should use `href` or `interactiveHref` in the JSON-LD response.
|
|
1013
|
+
- [#31601](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31601) [`aeaf58d2384`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeaf58d2384) - Change adds a new prop on Smart Card `embedIframeUrlType` which allows a user of a Smart Card with the `embed` appearance to specify whether the Smart Card embed should use `href` or `interactiveHref` in the JSON-LD response.
|
|
998
1014
|
|
|
999
1015
|
## 25.1.1
|
|
1000
1016
|
|
|
1001
1017
|
### Patch Changes
|
|
1002
1018
|
|
|
1003
|
-
- [`a3b9ef40d09`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a3b9ef40d09) - [ux] Adds white-space style to FlexUI text element
|
|
1019
|
+
- [#31690](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31690) [`a3b9ef40d09`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a3b9ef40d09) - [ux] Adds white-space style to FlexUI text element
|
|
1004
1020
|
|
|
1005
1021
|
## 25.1.0
|
|
1006
1022
|
|
|
1007
1023
|
### Minor Changes
|
|
1008
1024
|
|
|
1009
|
-
- [`b811f263575`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b811f263575) - Add new "showServerActions" prop to SmartCard to show available server actions on inline and block Smart Links. This will be used in conjunction with feature flags on the duration of the experiment.
|
|
1025
|
+
- [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299) [`b811f263575`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b811f263575) - Add new "showServerActions" prop to SmartCard to show available server actions on inline and block Smart Links. This will be used in conjunction with feature flags on the duration of the experiment.
|
|
1010
1026
|
|
|
1011
1027
|
### Patch Changes
|
|
1012
1028
|
|
|
@@ -1017,14 +1033,14 @@
|
|
|
1017
1033
|
|
|
1018
1034
|
### Patch Changes
|
|
1019
1035
|
|
|
1020
|
-
- [`0af4a6b6426`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0af4a6b6426) - Dependency update json-ld-types@3.4.0
|
|
1036
|
+
- [#31388](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31388) [`0af4a6b6426`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0af4a6b6426) - Dependency update json-ld-types@3.4.0
|
|
1021
1037
|
- Updated dependencies
|
|
1022
1038
|
|
|
1023
1039
|
## 25.0.6
|
|
1024
1040
|
|
|
1025
1041
|
### Patch Changes
|
|
1026
1042
|
|
|
1027
|
-
- [`c85ee838eae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c85ee838eae) - [ux] Added analytics event 'appAccount authStarted' for inline smart card
|
|
1043
|
+
- [#31243](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31243) [`c85ee838eae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c85ee838eae) - [ux] Added analytics event 'appAccount authStarted' for inline smart card
|
|
1028
1044
|
|
|
1029
1045
|
## 25.0.5
|
|
1030
1046
|
|
|
@@ -1036,25 +1052,25 @@
|
|
|
1036
1052
|
|
|
1037
1053
|
### Patch Changes
|
|
1038
1054
|
|
|
1039
|
-
- [`de8c6e88424`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de8c6e88424) - flexible block card metadata all left aligned
|
|
1055
|
+
- [#31038](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31038) [`de8c6e88424`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de8c6e88424) - flexible block card metadata all left aligned
|
|
1040
1056
|
|
|
1041
1057
|
## 25.0.3
|
|
1042
1058
|
|
|
1043
1059
|
### Patch Changes
|
|
1044
1060
|
|
|
1045
|
-
- [`7ae310c744a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ae310c744a) - [ux] Updated Flex UI CollaboratorGroup extractor to return list of collaborators
|
|
1061
|
+
- [#30722](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30722) [`7ae310c744a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ae310c744a) - [ux] Updated Flex UI CollaboratorGroup extractor to return list of collaborators
|
|
1046
1062
|
|
|
1047
1063
|
## 25.0.2
|
|
1048
1064
|
|
|
1049
1065
|
### Patch Changes
|
|
1050
1066
|
|
|
1051
|
-
- [`14363bff579`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14363bff579) - Formatting change for i18n translations
|
|
1067
|
+
- [#30583](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30583) [`14363bff579`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14363bff579) - Formatting change for i18n translations
|
|
1052
1068
|
|
|
1053
1069
|
## 25.0.1
|
|
1054
1070
|
|
|
1055
1071
|
### Patch Changes
|
|
1056
1072
|
|
|
1057
|
-
- [`c687cc0de52`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c687cc0de52) - Add lozenge action component (WIP)
|
|
1073
|
+
- [#30863](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30863) [`c687cc0de52`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c687cc0de52) - Add lozenge action component (WIP)
|
|
1058
1074
|
|
|
1059
1075
|
## 25.0.0
|
|
1060
1076
|
|
|
@@ -1066,26 +1082,26 @@
|
|
|
1066
1082
|
|
|
1067
1083
|
### Patch Changes
|
|
1068
1084
|
|
|
1069
|
-
- [`12223b3ee04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12223b3ee04) - Move EditorCardProvider to new package instead of using imports from Link Provider and Smart Card
|
|
1085
|
+
- [#30266](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30266) [`12223b3ee04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12223b3ee04) - Move EditorCardProvider to new package instead of using imports from Link Provider and Smart Card
|
|
1070
1086
|
- Updated dependencies
|
|
1071
1087
|
|
|
1072
1088
|
## 24.3.1
|
|
1073
1089
|
|
|
1074
1090
|
### Patch Changes
|
|
1075
1091
|
|
|
1076
|
-
- [`d0c67f1cc2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0c67f1cc2b) - Prettier-ignore added to i18n translations
|
|
1092
|
+
- [#30237](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30237) [`d0c67f1cc2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0c67f1cc2b) - Prettier-ignore added to i18n translations
|
|
1077
1093
|
|
|
1078
1094
|
## 24.3.0
|
|
1079
1095
|
|
|
1080
1096
|
### Minor Changes
|
|
1081
1097
|
|
|
1082
|
-
- [`9f903aa9c4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f903aa9c4e) - Fixes rethrow logic in flex ui to not rely on reference to APIError constructor.
|
|
1098
|
+
- [#30188](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30188) [`9f903aa9c4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f903aa9c4e) - Fixes rethrow logic in flex ui to not rely on reference to APIError constructor.
|
|
1083
1099
|
|
|
1084
1100
|
## 24.2.0
|
|
1085
1101
|
|
|
1086
1102
|
### Minor Changes
|
|
1087
1103
|
|
|
1088
|
-
- [`ef5f28bfbcb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef5f28bfbcb) - [ux] Support to hide the full screen view button in hover previews was added. A new prop 'hideHoverCardPreviewButton' was added to FlexibleUiOptions which allows for not showing the button in the hover preview shown on flexui cards. A new prop was also added to standlone hover card called 'hidePreviewButton' which allows for removing the same button when directly consuming hover card.
|
|
1104
|
+
- [#30067](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30067) [`ef5f28bfbcb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef5f28bfbcb) - [ux] Support to hide the full screen view button in hover previews was added. A new prop 'hideHoverCardPreviewButton' was added to FlexibleUiOptions which allows for not showing the button in the hover preview shown on flexui cards. A new prop was also added to standlone hover card called 'hidePreviewButton' which allows for removing the same button when directly consuming hover card.
|
|
1089
1105
|
|
|
1090
1106
|
## 24.1.3
|
|
1091
1107
|
|
|
@@ -1103,31 +1119,31 @@
|
|
|
1103
1119
|
|
|
1104
1120
|
### Patch Changes
|
|
1105
1121
|
|
|
1106
|
-
- [`ffa4b8db98b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffa4b8db98b) - Bugfix: Hide a vertical scroll bar for a flex UI card in case it's a clickable container and has one line title with no paddings
|
|
1122
|
+
- [#29932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29932) [`ffa4b8db98b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffa4b8db98b) - Bugfix: Hide a vertical scroll bar for a flex UI card in case it's a clickable container and has one line title with no paddings
|
|
1107
1123
|
|
|
1108
1124
|
## 24.1.0
|
|
1109
1125
|
|
|
1110
1126
|
### Minor Changes
|
|
1111
1127
|
|
|
1112
|
-
- [`2d2bfdfb0eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d2bfdfb0eb) - [ux] A support for borderless embed was added. A new prop 'frameStyle' was added which allows user to choose one of three styles: 'show', 'hide', 'showOnHover'. The prop isFrameVisible was made deprecated and replaced by the new prop.
|
|
1128
|
+
- [#29331](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29331) [`2d2bfdfb0eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d2bfdfb0eb) - [ux] A support for borderless embed was added. A new prop 'frameStyle' was added which allows user to choose one of three styles: 'show', 'hide', 'showOnHover'. The prop isFrameVisible was made deprecated and replaced by the new prop.
|
|
1113
1129
|
|
|
1114
1130
|
## 24.0.3
|
|
1115
1131
|
|
|
1116
1132
|
### Patch Changes
|
|
1117
1133
|
|
|
1118
|
-
- [`9e7d94da3cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e7d94da3cd) - [ux] Fix hover preview background colour in dark mode
|
|
1134
|
+
- [#29605](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29605) [`9e7d94da3cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e7d94da3cd) - [ux] Fix hover preview background colour in dark mode
|
|
1119
1135
|
|
|
1120
1136
|
## 24.0.2
|
|
1121
1137
|
|
|
1122
1138
|
### Patch Changes
|
|
1123
1139
|
|
|
1124
|
-
- [`134bac37edc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/134bac37edc) - [ux] Adds the ChecklistProgress element to Flexible Block View's secondary section
|
|
1140
|
+
- [#29464](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29464) [`134bac37edc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/134bac37edc) - [ux] Adds the ChecklistProgress element to Flexible Block View's secondary section
|
|
1125
1141
|
|
|
1126
1142
|
## 24.0.1
|
|
1127
1143
|
|
|
1128
1144
|
### Patch Changes
|
|
1129
1145
|
|
|
1130
|
-
- [`4661d4f7f7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4661d4f7f7b) - Add `link clicked` UI event to Smart Card.
|
|
1146
|
+
- [#29067](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29067) [`4661d4f7f7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4661d4f7f7b) - Add `link clicked` UI event to Smart Card.
|
|
1131
1147
|
- Updated dependencies
|
|
1132
1148
|
|
|
1133
1149
|
## 24.0.0
|
|
@@ -1146,13 +1162,13 @@
|
|
|
1146
1162
|
|
|
1147
1163
|
### Patch Changes
|
|
1148
1164
|
|
|
1149
|
-
- [`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) - ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add `allowedSideEffects` when loading the page.
|
|
1165
|
+
- [#29227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29227) [`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) - ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add `allowedSideEffects` when loading the page.
|
|
1150
1166
|
|
|
1151
1167
|
## 23.14.0
|
|
1152
1168
|
|
|
1153
1169
|
### Minor Changes
|
|
1154
1170
|
|
|
1155
|
-
- [`eb2e7a0e762`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb2e7a0e762) - Add new "showAuthTooltip" prop to SmartCard which shows Auth Tooltip on unauthorised inline Smart Links. This allows us to remove product feature flags in the future
|
|
1171
|
+
- [#28932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28932) [`eb2e7a0e762`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb2e7a0e762) - Add new "showAuthTooltip" prop to SmartCard which shows Auth Tooltip on unauthorised inline Smart Links. This allows us to remove product feature flags in the future
|
|
1156
1172
|
|
|
1157
1173
|
### Patch Changes
|
|
1158
1174
|
|
|
@@ -1162,31 +1178,31 @@
|
|
|
1162
1178
|
|
|
1163
1179
|
### Patch Changes
|
|
1164
1180
|
|
|
1165
|
-
- [`e5b8a41f4da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5b8a41f4da) - Hover Preview: Reduce hover content re-rendering
|
|
1181
|
+
- [#29265](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29265) [`e5b8a41f4da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5b8a41f4da) - Hover Preview: Reduce hover content re-rendering
|
|
1166
1182
|
|
|
1167
1183
|
## 23.13.2
|
|
1168
1184
|
|
|
1169
1185
|
### Patch Changes
|
|
1170
1186
|
|
|
1171
|
-
- [`465e0f001fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/465e0f001fb) - Operational analytics event added to the LinkUrl component. It fires when Link Safety Warning message shown.
|
|
1187
|
+
- [#29088](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29088) [`465e0f001fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/465e0f001fb) - Operational analytics event added to the LinkUrl component. It fires when Link Safety Warning message shown.
|
|
1172
1188
|
|
|
1173
1189
|
## 23.13.1
|
|
1174
1190
|
|
|
1175
1191
|
### Patch Changes
|
|
1176
1192
|
|
|
1177
|
-
- [`02d341ecf63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02d341ecf63) - [ux] Fix copy button tooltip to show Copy link, not Download
|
|
1193
|
+
- [#29018](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29018) [`02d341ecf63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02d341ecf63) - [ux] Fix copy button tooltip to show Copy link, not Download
|
|
1178
1194
|
|
|
1179
1195
|
## 23.13.0
|
|
1180
1196
|
|
|
1181
1197
|
### Minor Changes
|
|
1182
1198
|
|
|
1183
|
-
- [`67cfd8e13d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/67cfd8e13d0) - LinkUrl component with built-in link safety check added
|
|
1199
|
+
- [#28707](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28707) [`67cfd8e13d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/67cfd8e13d0) - LinkUrl component with built-in link safety check added
|
|
1184
1200
|
|
|
1185
1201
|
## 23.12.3
|
|
1186
1202
|
|
|
1187
1203
|
### Patch Changes
|
|
1188
1204
|
|
|
1189
|
-
- [`27b8d8e0b4b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27b8d8e0b4b) - [ux] This adds tooltip messages to custom Flexible UI actions.
|
|
1205
|
+
- [#28632](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28632) [`27b8d8e0b4b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27b8d8e0b4b) - [ux] This adds tooltip messages to custom Flexible UI actions.
|
|
1190
1206
|
Now, when hovering over custom actions, the "content" prop will be displayed in the tooltip.
|
|
1191
1207
|
This also affects hover preview actions, which now show the tooltip message when hovering over actions inside of the hover preview card.
|
|
1192
1208
|
|
|
@@ -1196,19 +1212,19 @@
|
|
|
1196
1212
|
|
|
1197
1213
|
### Patch Changes
|
|
1198
1214
|
|
|
1199
|
-
- [`2c80995745e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c80995745e) - Embed Preview Modal: Fix title alignment causing by global override (margin-bottom)
|
|
1215
|
+
- [#28778](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28778) [`2c80995745e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c80995745e) - Embed Preview Modal: Fix title alignment causing by global override (margin-bottom)
|
|
1200
1216
|
|
|
1201
1217
|
## 23.12.1
|
|
1202
1218
|
|
|
1203
1219
|
### Patch Changes
|
|
1204
1220
|
|
|
1205
|
-
- [`59104c1e92f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/59104c1e92f) - [ux] Fix message shown in unauthorised Smart Link appearances as per design decision
|
|
1221
|
+
- [#28533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28533) [`59104c1e92f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/59104c1e92f) - [ux] Fix message shown in unauthorised Smart Link appearances as per design decision
|
|
1206
1222
|
|
|
1207
1223
|
## 23.12.0
|
|
1208
1224
|
|
|
1209
1225
|
### Minor Changes
|
|
1210
1226
|
|
|
1211
|
-
- [`d5a9fd04c02`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d5a9fd04c02) - Analytics to track dwell time and focus on smart links embedded iframes
|
|
1227
|
+
- [#27632](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27632) [`d5a9fd04c02`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d5a9fd04c02) - Analytics to track dwell time and focus on smart links embedded iframes
|
|
1212
1228
|
|
|
1213
1229
|
### Patch Changes
|
|
1214
1230
|
|
|
@@ -1218,49 +1234,49 @@
|
|
|
1218
1234
|
|
|
1219
1235
|
### Patch Changes
|
|
1220
1236
|
|
|
1221
|
-
- [`08ef315c46d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08ef315c46d) - [ux] Add a copy url button to hover cards.
|
|
1237
|
+
- [#28455](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28455) [`08ef315c46d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08ef315c46d) - [ux] Add a copy url button to hover cards.
|
|
1222
1238
|
|
|
1223
1239
|
## 23.11.2
|
|
1224
1240
|
|
|
1225
1241
|
### Patch Changes
|
|
1226
1242
|
|
|
1227
|
-
- [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving performance.
|
|
1243
|
+
- [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324) [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving performance.
|
|
1228
1244
|
|
|
1229
1245
|
## 23.11.1
|
|
1230
1246
|
|
|
1231
1247
|
### Patch Changes
|
|
1232
1248
|
|
|
1233
|
-
- [`44f83adace3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44f83adace3) - Add documentation for the standalone hover cards on atlaskit.
|
|
1249
|
+
- [#28316](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28316) [`44f83adace3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44f83adace3) - Add documentation for the standalone hover cards on atlaskit.
|
|
1234
1250
|
|
|
1235
1251
|
## 23.11.0
|
|
1236
1252
|
|
|
1237
1253
|
### Minor Changes
|
|
1238
1254
|
|
|
1239
|
-
- [`32aa136af5c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32aa136af5c) - Hover Preview: Add actionable element experiment reload analytics
|
|
1255
|
+
- [#28266](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28266) [`32aa136af5c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32aa136af5c) - Hover Preview: Add actionable element experiment reload analytics
|
|
1240
1256
|
|
|
1241
1257
|
## 23.10.3
|
|
1242
1258
|
|
|
1243
1259
|
### Patch Changes
|
|
1244
1260
|
|
|
1245
|
-
- [`bca078a37af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bca078a37af) - Bump to @emotion v11
|
|
1261
|
+
- [#27705](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27705) [`bca078a37af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bca078a37af) - Bump to @emotion v11
|
|
1246
1262
|
|
|
1247
1263
|
## 23.10.2
|
|
1248
1264
|
|
|
1249
1265
|
### Patch Changes
|
|
1250
1266
|
|
|
1251
|
-
- [`cb819660949`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb819660949) - [ux] Add a lonzenge to restricted links.
|
|
1267
|
+
- [#28181](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28181) [`cb819660949`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb819660949) - [ux] Add a lonzenge to restricted links.
|
|
1252
1268
|
|
|
1253
1269
|
## 23.10.1
|
|
1254
1270
|
|
|
1255
1271
|
### Patch Changes
|
|
1256
1272
|
|
|
1257
|
-
- [`d88eda329c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d88eda329c1) - seperate chunk load errors into it's own analytics event and do retries when lazy loading smartcard-urlcardcontent fails
|
|
1273
|
+
- [#28125](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28125) [`d88eda329c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d88eda329c1) - seperate chunk load errors into it's own analytics event and do retries when lazy loading smartcard-urlcardcontent fails
|
|
1258
1274
|
|
|
1259
1275
|
## 23.10.0
|
|
1260
1276
|
|
|
1261
1277
|
### Minor Changes
|
|
1262
1278
|
|
|
1263
|
-
- [`aa44d74bf40`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa44d74bf40) - Expose a new entry point to hover cards at @atlaskit/smart-card/hover-card
|
|
1279
|
+
- [#27837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27837) [`aa44d74bf40`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa44d74bf40) - Expose a new entry point to hover cards at @atlaskit/smart-card/hover-card
|
|
1264
1280
|
|
|
1265
1281
|
## 23.9.3
|
|
1266
1282
|
|
|
@@ -1278,103 +1294,103 @@
|
|
|
1278
1294
|
|
|
1279
1295
|
### Patch Changes
|
|
1280
1296
|
|
|
1281
|
-
- [`484be3ed430`](https://bitbucket.org/atlassian/atlassian-frontend/commits/484be3ed430) - This adds onResolve back to Flexible Block Card
|
|
1297
|
+
- [#27699](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27699) [`484be3ed430`](https://bitbucket.org/atlassian/atlassian-frontend/commits/484be3ed430) - This adds onResolve back to Flexible Block Card
|
|
1282
1298
|
|
|
1283
1299
|
## 23.9.0
|
|
1284
1300
|
|
|
1285
1301
|
### Minor Changes
|
|
1286
1302
|
|
|
1287
|
-
- [`5c7c532de88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c7c532de88) - [ux] Add showHoverPreview as a ui parameter to allow hover cards on flex ui links.
|
|
1303
|
+
- [#27455](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27455) [`5c7c532de88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c7c532de88) - [ux] Add showHoverPreview as a ui parameter to allow hover cards on flex ui links.
|
|
1288
1304
|
|
|
1289
1305
|
## 23.8.2
|
|
1290
1306
|
|
|
1291
1307
|
### Patch Changes
|
|
1292
1308
|
|
|
1293
|
-
- [`f3aa608f0ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3aa608f0ba) - Update i18n translations from Traduki
|
|
1309
|
+
- [#28114](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28114) [`f3aa608f0ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3aa608f0ba) - Update i18n translations from Traduki
|
|
1294
1310
|
|
|
1295
1311
|
## 23.8.1
|
|
1296
1312
|
|
|
1297
1313
|
### Patch Changes
|
|
1298
1314
|
|
|
1299
|
-
- [`af251caa485`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af251caa485) - Push div from hoverCardComponent into hoverCardContent to allow conditional rendering from inside hoverCardContent.
|
|
1315
|
+
- [#27983](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27983) [`af251caa485`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af251caa485) - Push div from hoverCardComponent into hoverCardContent to allow conditional rendering from inside hoverCardContent.
|
|
1300
1316
|
|
|
1301
1317
|
## 23.8.0
|
|
1302
1318
|
|
|
1303
1319
|
### Minor Changes
|
|
1304
1320
|
|
|
1305
|
-
- [`d739aa7120c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d739aa7120c) - [ux] Analytics is added for Unauthorised view of Hover Card & to Unauthorised view of an Embed card & to Unauthorised view of a Block Card
|
|
1321
|
+
- [#27580](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27580) [`d739aa7120c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d739aa7120c) - [ux] Analytics is added for Unauthorised view of Hover Card & to Unauthorised view of an Embed card & to Unauthorised view of a Block Card
|
|
1306
1322
|
|
|
1307
1323
|
## 23.7.3
|
|
1308
1324
|
|
|
1309
1325
|
### Patch Changes
|
|
1310
1326
|
|
|
1311
|
-
- [`b795ce86cf7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b795ce86cf7) - split single underline into two for unauthorized inline smart links
|
|
1327
|
+
- [#27562](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27562) [`b795ce86cf7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b795ce86cf7) - split single underline into two for unauthorized inline smart links
|
|
1312
1328
|
|
|
1313
1329
|
## 23.7.2
|
|
1314
1330
|
|
|
1315
1331
|
### Patch Changes
|
|
1316
1332
|
|
|
1317
|
-
- [`ee1c940ea18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee1c940ea18) - Update unauth message across all Smart Card appearances
|
|
1333
|
+
- [#27720](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27720) [`ee1c940ea18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee1c940ea18) - Update unauth message across all Smart Card appearances
|
|
1318
1334
|
|
|
1319
1335
|
## 23.7.1
|
|
1320
1336
|
|
|
1321
1337
|
### Patch Changes
|
|
1322
1338
|
|
|
1323
|
-
- [`33e0b942925`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33e0b942925) - [ux] Flexible Card: Update unauthorised view text messages and connect button
|
|
1339
|
+
- [#27669](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27669) [`33e0b942925`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33e0b942925) - [ux] Flexible Card: Update unauthorised view text messages and connect button
|
|
1324
1340
|
|
|
1325
1341
|
## 23.7.0
|
|
1326
1342
|
|
|
1327
1343
|
### Minor Changes
|
|
1328
1344
|
|
|
1329
|
-
- [`3cae92db2b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3cae92db2b6) - [ux] Introduces ChecklistProgress element, adds to Trello Hover Cards
|
|
1345
|
+
- [#26872](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26872) [`3cae92db2b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3cae92db2b6) - [ux] Introduces ChecklistProgress element, adds to Trello Hover Cards
|
|
1330
1346
|
|
|
1331
1347
|
## 23.6.7
|
|
1332
1348
|
|
|
1333
1349
|
### Patch Changes
|
|
1334
1350
|
|
|
1335
|
-
- [`9110a0daf0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9110a0daf0e) - [ux] Added support of different forbidden views for Block Card with Flexible UI
|
|
1351
|
+
- [#27628](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27628) [`9110a0daf0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9110a0daf0e) - [ux] Added support of different forbidden views for Block Card with Flexible UI
|
|
1336
1352
|
|
|
1337
1353
|
## 23.6.6
|
|
1338
1354
|
|
|
1339
1355
|
### Patch Changes
|
|
1340
1356
|
|
|
1341
|
-
- [`b86cebed4a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b86cebed4a3) - Hover Preview: Update actionable element hover state
|
|
1357
|
+
- [#27655](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27655) [`b86cebed4a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b86cebed4a3) - Hover Preview: Update actionable element hover state
|
|
1342
1358
|
|
|
1343
1359
|
## 23.6.5
|
|
1344
1360
|
|
|
1345
1361
|
### Patch Changes
|
|
1346
1362
|
|
|
1347
|
-
- [`0540b6c16a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0540b6c16a4) - Hover Preview: Update action experiment analytics
|
|
1363
|
+
- [#27593](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27593) [`0540b6c16a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0540b6c16a4) - Hover Preview: Update action experiment analytics
|
|
1348
1364
|
|
|
1349
1365
|
## 23.6.4
|
|
1350
1366
|
|
|
1351
1367
|
### Patch Changes
|
|
1352
1368
|
|
|
1353
|
-
- [`e402b41fc94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e402b41fc94) - [ux] This change removes the icons on flexible block card actions, and also adds analytics for each of the flexible block card actions to maintain parity with the older block card.
|
|
1369
|
+
- [#27514](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27514) [`e402b41fc94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e402b41fc94) - [ux] This change removes the icons on flexible block card actions, and also adds analytics for each of the flexible block card actions to maintain parity with the older block card.
|
|
1354
1370
|
|
|
1355
1371
|
## 23.6.3
|
|
1356
1372
|
|
|
1357
1373
|
### Patch Changes
|
|
1358
1374
|
|
|
1359
|
-
- [`b3c2a297df4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3c2a297df4) - Hover Preview: Actionable element experiment: Reload link after embed view modal is closed
|
|
1375
|
+
- [#27547](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27547) [`b3c2a297df4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3c2a297df4) - Hover Preview: Actionable element experiment: Reload link after embed view modal is closed
|
|
1360
1376
|
|
|
1361
1377
|
## 23.6.2
|
|
1362
1378
|
|
|
1363
1379
|
### Patch Changes
|
|
1364
1380
|
|
|
1365
|
-
- [`ac756b23886`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac756b23886) - Added tooltip for open link in new tab button in hover card
|
|
1381
|
+
- [#27559](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27559) [`ac756b23886`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac756b23886) - Added tooltip for open link in new tab button in hover card
|
|
1366
1382
|
|
|
1367
1383
|
## 23.6.1
|
|
1368
1384
|
|
|
1369
1385
|
### Patch Changes
|
|
1370
1386
|
|
|
1371
|
-
- [`55429f504d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55429f504d6) - [ux] Change the 'Preview' button text to 'Full screen view' with a matching icon
|
|
1387
|
+
- [#27206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27206) [`55429f504d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55429f504d6) - [ux] Change the 'Preview' button text to 'Full screen view' with a matching icon
|
|
1372
1388
|
|
|
1373
1389
|
## 23.6.0
|
|
1374
1390
|
|
|
1375
1391
|
### Minor Changes
|
|
1376
1392
|
|
|
1377
|
-
- [`3626f0cc5c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3626f0cc5c0) - [ux] An unauthorised view was implemented for Hover Card. It will show up if the link is in 'unauthorized' state and it will offer a way for a user to connect their account.
|
|
1393
|
+
- [#27416](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27416) [`3626f0cc5c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3626f0cc5c0) - [ux] An unauthorised view was implemented for Hover Card. It will show up if the link is in 'unauthorized' state and it will offer a way for a user to connect their account.
|
|
1378
1394
|
|
|
1379
1395
|
### Patch Changes
|
|
1380
1396
|
|
|
@@ -1384,21 +1400,21 @@
|
|
|
1384
1400
|
|
|
1385
1401
|
### Patch Changes
|
|
1386
1402
|
|
|
1387
|
-
- [`0b8bfb1a2d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b8bfb1a2d9) - Force http call (and not use cache) when reload action is called
|
|
1403
|
+
- [#27328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27328) [`0b8bfb1a2d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b8bfb1a2d9) - Force http call (and not use cache) when reload action is called
|
|
1388
1404
|
- Updated dependencies
|
|
1389
1405
|
|
|
1390
1406
|
## 23.5.1
|
|
1391
1407
|
|
|
1392
1408
|
### Patch Changes
|
|
1393
1409
|
|
|
1394
|
-
- [`1070e536838`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1070e536838) - [ux] Hover Preview: Add experiment for actionable element
|
|
1410
|
+
- [#27236](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27236) [`1070e536838`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1070e536838) - [ux] Hover Preview: Add experiment for actionable element
|
|
1395
1411
|
- Updated dependencies
|
|
1396
1412
|
|
|
1397
1413
|
## 23.5.0
|
|
1398
1414
|
|
|
1399
1415
|
### Minor Changes
|
|
1400
1416
|
|
|
1401
|
-
- [`9dd3377f9bb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9dd3377f9bb) - [ux] This adds support for the new Flexible UI Block Card, added behind a feature flag "useFlexibleBlockCard"
|
|
1417
|
+
- [#27193](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27193) [`9dd3377f9bb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9dd3377f9bb) - [ux] This adds support for the new Flexible UI Block Card, added behind a feature flag "useFlexibleBlockCard"
|
|
1402
1418
|
|
|
1403
1419
|
### Patch Changes
|
|
1404
1420
|
|
|
@@ -1408,7 +1424,7 @@
|
|
|
1408
1424
|
|
|
1409
1425
|
### Patch Changes
|
|
1410
1426
|
|
|
1411
|
-
- [`ca2b5b1a999`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca2b5b1a999) - [ux] fix Safari opening downloads in the same tab
|
|
1427
|
+
- [#27196](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27196) [`ca2b5b1a999`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca2b5b1a999) - [ux] fix Safari opening downloads in the same tab
|
|
1412
1428
|
|
|
1413
1429
|
## 23.4.7
|
|
1414
1430
|
|
|
@@ -1420,44 +1436,44 @@
|
|
|
1420
1436
|
|
|
1421
1437
|
### Patch Changes
|
|
1422
1438
|
|
|
1423
|
-
- [`efa366b6ed6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efa366b6ed6) - Upgrade json-ld-types from 3.1.0 to 3.2.0
|
|
1439
|
+
- [#27073](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27073) [`efa366b6ed6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efa366b6ed6) - Upgrade json-ld-types from 3.1.0 to 3.2.0
|
|
1424
1440
|
- Updated dependencies
|
|
1425
1441
|
|
|
1426
1442
|
## 23.4.5
|
|
1427
1443
|
|
|
1428
1444
|
### Patch Changes
|
|
1429
1445
|
|
|
1430
|
-
- [`d2d705badea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2d705badea) - [ux] Small fix for the Footer Block that will be used in unresolved states of Block Card with Flexible UI.
|
|
1446
|
+
- [#27237](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27237) [`d2d705badea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2d705badea) - [ux] Small fix for the Footer Block that will be used in unresolved states of Block Card with Flexible UI.
|
|
1431
1447
|
|
|
1432
1448
|
## 23.4.4
|
|
1433
1449
|
|
|
1434
1450
|
### Patch Changes
|
|
1435
1451
|
|
|
1436
|
-
- [`655a52b4c06`](https://bitbucket.org/atlassian/atlassian-frontend/commits/655a52b4c06) - [ux] Update Flex-UI unauthorised views to include provider name
|
|
1452
|
+
- [#27141](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27141) [`655a52b4c06`](https://bitbucket.org/atlassian/atlassian-frontend/commits/655a52b4c06) - [ux] Update Flex-UI unauthorised views to include provider name
|
|
1437
1453
|
|
|
1438
1454
|
## 23.4.3
|
|
1439
1455
|
|
|
1440
1456
|
### Patch Changes
|
|
1441
1457
|
|
|
1442
|
-
- [`85de18a2d79`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85de18a2d79) - [ux] Enable text wrapping in contents of unresolved views and allow scrolling in when embed size is small.
|
|
1458
|
+
- [#27191](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27191) [`85de18a2d79`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85de18a2d79) - [ux] Enable text wrapping in contents of unresolved views and allow scrolling in when embed size is small.
|
|
1443
1459
|
|
|
1444
1460
|
## 23.4.2
|
|
1445
1461
|
|
|
1446
1462
|
### Patch Changes
|
|
1447
1463
|
|
|
1448
|
-
- [`306c81c6551`](https://bitbucket.org/atlassian/atlassian-frontend/commits/306c81c6551) - [ux] Added unresolved views for a Flexible Block card. At the moment these views are not exposed, but they will be used when a Block Card is replaced with Flexible UI.
|
|
1464
|
+
- [#27081](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27081) [`306c81c6551`](https://bitbucket.org/atlassian/atlassian-frontend/commits/306c81c6551) - [ux] Added unresolved views for a Flexible Block card. At the moment these views are not exposed, but they will be used when a Block Card is replaced with Flexible UI.
|
|
1449
1465
|
|
|
1450
1466
|
## 23.4.1
|
|
1451
1467
|
|
|
1452
1468
|
### Patch Changes
|
|
1453
1469
|
|
|
1454
|
-
- [`9dd78d9e76e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9dd78d9e76e) - [ux] Update button text on inline card unauthorised view to include provider name
|
|
1470
|
+
- [#26884](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26884) [`9dd78d9e76e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9dd78d9e76e) - [ux] Update button text on inline card unauthorised view to include provider name
|
|
1455
1471
|
|
|
1456
1472
|
## 23.4.0
|
|
1457
1473
|
|
|
1458
1474
|
### Minor Changes
|
|
1459
1475
|
|
|
1460
|
-
- [`a86403e5e0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a86403e5e0e) - [ux] This PR adds more actions for use in Flexible UI Smart Links. These are PreviewAction, ViewAction and DownloadAction, and correspond to their Block card counterparts.
|
|
1476
|
+
- [#26746](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26746) [`a86403e5e0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a86403e5e0e) - [ux] This PR adds more actions for use in Flexible UI Smart Links. These are PreviewAction, ViewAction and DownloadAction, and correspond to their Block card counterparts.
|
|
1461
1477
|
|
|
1462
1478
|
These, unlike the existing actions, will only render when the data for them is available. Therefore, the onClick for these actions are optional.
|
|
1463
1479
|
|
|
@@ -1491,64 +1507,64 @@
|
|
|
1491
1507
|
|
|
1492
1508
|
### Patch Changes
|
|
1493
1509
|
|
|
1494
|
-
- [`6533e448c53`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6533e448c53) - [ux] Embed: Update unauthorised view text messages and use provider image if available
|
|
1510
|
+
- [#26811](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26811) [`6533e448c53`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6533e448c53) - [ux] Embed: Update unauthorised view text messages and use provider image if available
|
|
1495
1511
|
- Updated dependencies
|
|
1496
1512
|
|
|
1497
1513
|
## 23.3.0
|
|
1498
1514
|
|
|
1499
1515
|
### Minor Changes
|
|
1500
1516
|
|
|
1501
|
-
- [`be7ac1e0d9b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be7ac1e0d9b) - Add `hideRetry` optional prop to TitleBlock element to allow customers to optout from any retry buttons to be shown (like "connect to preview" or "Can't find link" or "Restricted link, try another account")
|
|
1517
|
+
- [#26834](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26834) [`be7ac1e0d9b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be7ac1e0d9b) - Add `hideRetry` optional prop to TitleBlock element to allow customers to optout from any retry buttons to be shown (like "connect to preview" or "Can't find link" or "Restricted link, try another account")
|
|
1502
1518
|
|
|
1503
1519
|
## 23.2.0
|
|
1504
1520
|
|
|
1505
1521
|
### Minor Changes
|
|
1506
1522
|
|
|
1507
|
-
- [`5a2432bf917`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a2432bf917) - [ux] Adds metadata to hover smart cards resolved by trello-object-provider
|
|
1523
|
+
- [#26689](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26689) [`5a2432bf917`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a2432bf917) - [ux] Adds metadata to hover smart cards resolved by trello-object-provider
|
|
1508
1524
|
|
|
1509
1525
|
## 23.1.4
|
|
1510
1526
|
|
|
1511
1527
|
### Patch Changes
|
|
1512
1528
|
|
|
1513
|
-
- [`e6d8d32e33e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6d8d32e33e) - [ux] Update token usages in the loading shimmer effect to be smoother for inline cards. Updated appearances only visible in applications configured to use the new Tokens API (currently in alpha).
|
|
1529
|
+
- [#26701](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26701) [`e6d8d32e33e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6d8d32e33e) - [ux] Update token usages in the loading shimmer effect to be smoother for inline cards. Updated appearances only visible in applications configured to use the new Tokens API (currently in alpha).
|
|
1514
1530
|
|
|
1515
1531
|
## 23.1.3
|
|
1516
1532
|
|
|
1517
1533
|
### Patch Changes
|
|
1518
1534
|
|
|
1519
|
-
- [`558e0af2263`](https://bitbucket.org/atlassian/atlassian-frontend/commits/558e0af2263) - Embed Preview: Clean up experiment
|
|
1535
|
+
- [#25507](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25507) [`558e0af2263`](https://bitbucket.org/atlassian/atlassian-frontend/commits/558e0af2263) - Embed Preview: Clean up experiment
|
|
1520
1536
|
|
|
1521
1537
|
## 23.1.2
|
|
1522
1538
|
|
|
1523
1539
|
### Patch Changes
|
|
1524
1540
|
|
|
1525
|
-
- [`5bdea3e4375`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5bdea3e4375) - Re register card when redux store is recreated
|
|
1541
|
+
- [#26582](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26582) [`5bdea3e4375`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5bdea3e4375) - Re register card when redux store is recreated
|
|
1526
1542
|
|
|
1527
1543
|
## 23.1.1
|
|
1528
1544
|
|
|
1529
1545
|
### Patch Changes
|
|
1530
1546
|
|
|
1531
|
-
- [`d2cde0ebdfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2cde0ebdfd) - fix editor cypress tests and delete media cypress tests
|
|
1532
|
-
- [`8f95d913495`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f95d913495) - Smart Link: Add default view to inline/block/embed appearance
|
|
1547
|
+
- [#26241](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26241) [`d2cde0ebdfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2cde0ebdfd) - fix editor cypress tests and delete media cypress tests
|
|
1548
|
+
- [#26451](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26451) [`8f95d913495`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f95d913495) - Smart Link: Add default view to inline/block/embed appearance
|
|
1533
1549
|
|
|
1534
1550
|
## 23.1.0
|
|
1535
1551
|
|
|
1536
1552
|
### Minor Changes
|
|
1537
1553
|
|
|
1538
|
-
- [`b3ba198b928`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3ba198b928) - [ux] Adds attachment count widget to metadata section
|
|
1554
|
+
- [#25527](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25527) [`b3ba198b928`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3ba198b928) - [ux] Adds attachment count widget to metadata section
|
|
1539
1555
|
|
|
1540
1556
|
## 23.0.2
|
|
1541
1557
|
|
|
1542
1558
|
### Patch Changes
|
|
1543
1559
|
|
|
1544
|
-
- [`6af519d2a17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6af519d2a17) - Upgrade json-ld-types from 3.0.2 to 3.1.0
|
|
1560
|
+
- [#25967](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25967) [`6af519d2a17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6af519d2a17) - Upgrade json-ld-types from 3.0.2 to 3.1.0
|
|
1545
1561
|
- Updated dependencies
|
|
1546
1562
|
|
|
1547
1563
|
## 23.0.1
|
|
1548
1564
|
|
|
1549
1565
|
### Patch Changes
|
|
1550
1566
|
|
|
1551
|
-
- [`3b30fc47274`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b30fc47274) - Smart Link card state fix relating to an issue with returning old state if url changes to the one already present in the store.
|
|
1567
|
+
- [#26357](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26357) [`3b30fc47274`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b30fc47274) - Smart Link card state fix relating to an issue with returning old state if url changes to the one already present in the store.
|
|
1552
1568
|
|
|
1553
1569
|
## 23.0.0
|
|
1554
1570
|
|
|
@@ -1560,25 +1576,25 @@
|
|
|
1560
1576
|
|
|
1561
1577
|
### Minor Changes
|
|
1562
1578
|
|
|
1563
|
-
- [`b5278b469b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5278b469b8) - [ux] Allow rendering custom preview of embeds in forbidden view
|
|
1579
|
+
- [#26080](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26080) [`b5278b469b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5278b469b8) - [ux] Allow rendering custom preview of embeds in forbidden view
|
|
1564
1580
|
|
|
1565
1581
|
## 22.3.2
|
|
1566
1582
|
|
|
1567
1583
|
### Patch Changes
|
|
1568
1584
|
|
|
1569
|
-
- [`d4f3f7afbe4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4f3f7afbe4) - [ux] Smart Links: Change date format of the Flexible Smart Links' CreatedOn and ModifiedOn element to short month to better accommodate smaller space, including but not limited to Hover Preview.
|
|
1585
|
+
- [#26229](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26229) [`d4f3f7afbe4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4f3f7afbe4) - [ux] Smart Links: Change date format of the Flexible Smart Links' CreatedOn and ModifiedOn element to short month to better accommodate smaller space, including but not limited to Hover Preview.
|
|
1570
1586
|
|
|
1571
1587
|
## 22.3.1
|
|
1572
1588
|
|
|
1573
1589
|
### Patch Changes
|
|
1574
1590
|
|
|
1575
|
-
- [`829baeda46d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/829baeda46d) - [ux] Update token usages in the loading shimmer effect on inline cards.
|
|
1591
|
+
- [#25951](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25951) [`829baeda46d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/829baeda46d) - [ux] Update token usages in the loading shimmer effect on inline cards.
|
|
1576
1592
|
|
|
1577
1593
|
## 22.3.0
|
|
1578
1594
|
|
|
1579
1595
|
### Minor Changes
|
|
1580
1596
|
|
|
1581
|
-
- [`b31cdf70f6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b31cdf70f6e) - Updates `@emotion/core` v10 to `@emotion/react` v11. There is no expected behaviour change.
|
|
1597
|
+
- [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710) [`b31cdf70f6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b31cdf70f6e) - Updates `@emotion/core` v10 to `@emotion/react` v11. There is no expected behaviour change.
|
|
1582
1598
|
|
|
1583
1599
|
### Patch Changes
|
|
1584
1600
|
|
|
@@ -1588,20 +1604,20 @@
|
|
|
1588
1604
|
|
|
1589
1605
|
### Patch Changes
|
|
1590
1606
|
|
|
1591
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
1607
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
1592
1608
|
- Updated dependencies
|
|
1593
1609
|
|
|
1594
1610
|
## 22.2.0
|
|
1595
1611
|
|
|
1596
1612
|
### Minor Changes
|
|
1597
1613
|
|
|
1598
|
-
- [`9a0c1c39d27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a0c1c39d27) - Rethrow errors from child component of smart-card so all non API errors will be handed to parent of smart-card
|
|
1614
|
+
- [#24742](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24742) [`9a0c1c39d27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a0c1c39d27) - Rethrow errors from child component of smart-card so all non API errors will be handed to parent of smart-card
|
|
1599
1615
|
|
|
1600
1616
|
## 22.1.2
|
|
1601
1617
|
|
|
1602
1618
|
### Patch Changes
|
|
1603
1619
|
|
|
1604
|
-
- [`46059beebbf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46059beebbf) - - include **tests_external** in build
|
|
1620
|
+
- [#24818](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24818) [`46059beebbf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46059beebbf) - - include **tests_external** in build
|
|
1605
1621
|
- replace usage of @local-cypress package with @cypress
|
|
1606
1622
|
- bump @cypress from ^6.4.0 to ^7.7.0
|
|
1607
1623
|
- import cypress types into @atlaskit/in-product-testing tsconfig
|
|
@@ -1610,20 +1626,20 @@
|
|
|
1610
1626
|
|
|
1611
1627
|
### Patch Changes
|
|
1612
1628
|
|
|
1613
|
-
- [`9c7cc4139ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c7cc4139ec) - Partially remove Lozenge CSS override which conflicts with updated Lozenge styling.
|
|
1629
|
+
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004) [`9c7cc4139ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c7cc4139ec) - Partially remove Lozenge CSS override which conflicts with updated Lozenge styling.
|
|
1614
1630
|
- Updated dependencies
|
|
1615
1631
|
|
|
1616
1632
|
## 22.1.0
|
|
1617
1633
|
|
|
1618
1634
|
### Minor Changes
|
|
1619
1635
|
|
|
1620
|
-
- [`c908307ef8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c908307ef8e) - Embed Preview: Update embed preview modal analytics
|
|
1636
|
+
- [#24522](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24522) [`c908307ef8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c908307ef8e) - Embed Preview: Update embed preview modal analytics
|
|
1621
1637
|
|
|
1622
1638
|
## 22.0.0
|
|
1623
1639
|
|
|
1624
1640
|
### Major Changes
|
|
1625
1641
|
|
|
1626
|
-
- [`e2bd5c50884`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e2bd5c50884) - This PR changes how Smart Link Analytics events are defined.
|
|
1642
|
+
- [#24526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24526) [`e2bd5c50884`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e2bd5c50884) - This PR changes how Smart Link Analytics events are defined.
|
|
1627
1643
|
Analytics events now use object args rather than inline arguments.
|
|
1628
1644
|
|
|
1629
1645
|
Previously:
|
|
@@ -1666,32 +1682,32 @@
|
|
|
1666
1682
|
|
|
1667
1683
|
### Minor Changes
|
|
1668
1684
|
|
|
1669
|
-
- [`1c76ddcd2f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c76ddcd2f3) - [ux] Flex-UI: - Add props to generic block: - onRender - onTransitionEnd - blockRef
|
|
1685
|
+
- [#24246](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24246) [`1c76ddcd2f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c76ddcd2f3) - [ux] Flex-UI: - Add props to generic block: - onRender - onTransitionEnd - blockRef
|
|
1670
1686
|
HoverCard: - use the above properties in Hover Card to apply transition to preview block and fallback to snippet
|
|
1671
1687
|
|
|
1672
1688
|
## 21.2.0
|
|
1673
1689
|
|
|
1674
1690
|
### Minor Changes
|
|
1675
1691
|
|
|
1676
|
-
- [`d2439a3c65d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2439a3c65d) - [ux] Embed Preview Modal: Add experiment modal with new UX and resize functionality (behind feature flag)
|
|
1692
|
+
- [#24391](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24391) [`d2439a3c65d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2439a3c65d) - [ux] Embed Preview Modal: Add experiment modal with new UX and resize functionality (behind feature flag)
|
|
1677
1693
|
|
|
1678
1694
|
### Patch Changes
|
|
1679
1695
|
|
|
1680
|
-
- [`6dd64ce82a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6dd64ce82a8) - [ux] This changes icon loading for Flexible Smart Links. Previously, all `@atlaskit/icon-file-type/glyph/` icons in Flexible Smart Links would be loaded asynchronously. This change makes it so that the `@atlaskit/icon-file-type/glyph/blog` and `@atlaskit/icon-file-type/glyph/document`icons load synchronously in order to better support SSR use cases.
|
|
1696
|
+
- [#24530](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24530) [`6dd64ce82a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6dd64ce82a8) - [ux] This changes icon loading for Flexible Smart Links. Previously, all `@atlaskit/icon-file-type/glyph/` icons in Flexible Smart Links would be loaded asynchronously. This change makes it so that the `@atlaskit/icon-file-type/glyph/blog` and `@atlaskit/icon-file-type/glyph/document`icons load synchronously in order to better support SSR use cases.
|
|
1681
1697
|
- Updated dependencies
|
|
1682
1698
|
|
|
1683
1699
|
## 21.1.4
|
|
1684
1700
|
|
|
1685
1701
|
### Patch Changes
|
|
1686
1702
|
|
|
1687
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
1703
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
1688
1704
|
- Updated dependencies
|
|
1689
1705
|
|
|
1690
1706
|
## 21.1.3
|
|
1691
1707
|
|
|
1692
1708
|
### Patch Changes
|
|
1693
1709
|
|
|
1694
|
-
- [`d0b3a262e03`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0b3a262e03) - [ux] Embed Preview: Update the new embed preview modal UX
|
|
1710
|
+
- [#24442](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24442) [`d0b3a262e03`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0b3a262e03) - [ux] Embed Preview: Update the new embed preview modal UX
|
|
1695
1711
|
|
|
1696
1712
|
- Make title smaller
|
|
1697
1713
|
- Reduce gap between element
|
|
@@ -1701,43 +1717,43 @@
|
|
|
1701
1717
|
|
|
1702
1718
|
### Patch Changes
|
|
1703
1719
|
|
|
1704
|
-
- [`a024e3c77ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a024e3c77ec) - Embed Preview: Add embed preview modal (WIP)
|
|
1720
|
+
- [#24344](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24344) [`a024e3c77ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a024e3c77ec) - Embed Preview: Add embed preview modal (WIP)
|
|
1705
1721
|
|
|
1706
1722
|
## 21.1.1
|
|
1707
1723
|
|
|
1708
1724
|
### Patch Changes
|
|
1709
1725
|
|
|
1710
|
-
- [`e6a3654a137`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6a3654a137) - Fix bug where smart cards used `elevation.surface` instead of `elevation.surface.raised` design tokens for card backgrounds.
|
|
1726
|
+
- [#24162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24162) [`e6a3654a137`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6a3654a137) - Fix bug where smart cards used `elevation.surface` instead of `elevation.surface.raised` design tokens for card backgrounds.
|
|
1711
1727
|
|
|
1712
1728
|
## 21.1.0
|
|
1713
1729
|
|
|
1714
1730
|
### Minor Changes
|
|
1715
1731
|
|
|
1716
|
-
- [`fa7f42de6c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa7f42de6c0) - Flexible UI: Add onActionMenuOpenChange on TitleBlock to detect action dropdown menu open/close
|
|
1732
|
+
- [#24174](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24174) [`fa7f42de6c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa7f42de6c0) - Flexible UI: Add onActionMenuOpenChange on TitleBlock to detect action dropdown menu open/close
|
|
1717
1733
|
|
|
1718
1734
|
## 21.0.4
|
|
1719
1735
|
|
|
1720
1736
|
### Patch Changes
|
|
1721
1737
|
|
|
1722
|
-
- [`4347099f4ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4347099f4ba) - [ux] Blue highlight is removed for when a user right-clicks on a Flex UI Smart Link
|
|
1738
|
+
- [#24078](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24078) [`4347099f4ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4347099f4ba) - [ux] Blue highlight is removed for when a user right-clicks on a Flex UI Smart Link
|
|
1723
1739
|
|
|
1724
1740
|
## 21.0.3
|
|
1725
1741
|
|
|
1726
1742
|
### Patch Changes
|
|
1727
1743
|
|
|
1728
|
-
- [`a657fbfe5e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a657fbfe5e1) - [ux] Flexible UI: Fix action menu and its tooltip not disappear after an action is clicked
|
|
1744
|
+
- [#24043](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24043) [`a657fbfe5e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a657fbfe5e1) - [ux] Flexible UI: Fix action menu and its tooltip not disappear after an action is clicked
|
|
1729
1745
|
|
|
1730
1746
|
## 21.0.2
|
|
1731
1747
|
|
|
1732
1748
|
### Patch Changes
|
|
1733
1749
|
|
|
1734
|
-
- [`0a08e95af20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0a08e95af20) - fix bug where scrolling onto an inline link opens hover card in unexpected locations
|
|
1750
|
+
- [#23789](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23789) [`0a08e95af20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0a08e95af20) - fix bug where scrolling onto an inline link opens hover card in unexpected locations
|
|
1735
1751
|
|
|
1736
1752
|
## 21.0.1
|
|
1737
1753
|
|
|
1738
1754
|
### Patch Changes
|
|
1739
1755
|
|
|
1740
|
-
- [`919a3124eb8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/919a3124eb8) - turn off autofocus for hover card
|
|
1756
|
+
- [#23740](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23740) [`919a3124eb8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/919a3124eb8) - turn off autofocus for hover card
|
|
1741
1757
|
|
|
1742
1758
|
## 21.0.0
|
|
1743
1759
|
|
|
@@ -1749,31 +1765,31 @@
|
|
|
1749
1765
|
|
|
1750
1766
|
### Patch Changes
|
|
1751
1767
|
|
|
1752
|
-
- [`8df009f4313`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8df009f4313) - fix metadata status for prefetching
|
|
1768
|
+
- [#23638](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23638) [`8df009f4313`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8df009f4313) - fix metadata status for prefetching
|
|
1753
1769
|
|
|
1754
1770
|
## 20.1.3
|
|
1755
1771
|
|
|
1756
1772
|
### Patch Changes
|
|
1757
1773
|
|
|
1758
|
-
- [`7c0644e5daf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c0644e5daf) - fix on mouse hover functionality for hover cards
|
|
1774
|
+
- [#23600](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23600) [`7c0644e5daf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c0644e5daf) - fix on mouse hover functionality for hover cards
|
|
1759
1775
|
|
|
1760
1776
|
## 20.1.2
|
|
1761
1777
|
|
|
1762
1778
|
### Patch Changes
|
|
1763
1779
|
|
|
1764
|
-
- [`0fb4cccede9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0fb4cccede9) - add on mouse hover to hover card
|
|
1780
|
+
- [#23043](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23043) [`0fb4cccede9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0fb4cccede9) - add on mouse hover to hover card
|
|
1765
1781
|
|
|
1766
1782
|
## 20.1.1
|
|
1767
1783
|
|
|
1768
1784
|
### Patch Changes
|
|
1769
1785
|
|
|
1770
|
-
- [`59469f2ed1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/59469f2ed1c) - Add loading state for hover previews
|
|
1786
|
+
- [#23452](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23452) [`59469f2ed1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/59469f2ed1c) - Add loading state for hover previews
|
|
1771
1787
|
|
|
1772
1788
|
## 20.1.0
|
|
1773
1789
|
|
|
1774
1790
|
### Minor Changes
|
|
1775
1791
|
|
|
1776
|
-
- [`58eb89c70f5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58eb89c70f5) - Add onError callback on Card component.
|
|
1792
|
+
- [#23385](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23385) [`58eb89c70f5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58eb89c70f5) - Add onError callback on Card component.
|
|
1777
1793
|
The callback is triggered when Card component unable to resolve the link.
|
|
1778
1794
|
|
|
1779
1795
|
Return statuses are errored, fallback, forbidden, not_found and unauthorized.
|
|
@@ -1788,7 +1804,7 @@
|
|
|
1788
1804
|
|
|
1789
1805
|
### Patch Changes
|
|
1790
1806
|
|
|
1791
|
-
- [`e15410365b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e15410365b2) - - export types/functions in linking common to be used in smart card
|
|
1807
|
+
- [#22592](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22592) [`e15410365b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e15410365b2) - - export types/functions in linking common to be used in smart card
|
|
1792
1808
|
|
|
1793
1809
|
- add flag to card action to override re-using previous 'resolved' state
|
|
1794
1810
|
|
|
@@ -1802,25 +1818,25 @@
|
|
|
1802
1818
|
|
|
1803
1819
|
### Patch Changes
|
|
1804
1820
|
|
|
1805
|
-
- [`afb579e5778`](https://bitbucket.org/atlassian/atlassian-frontend/commits/afb579e5778) - Flexible UI: Fix styling on MetadataBlock and FooterBlock in Firefox and Safari browser
|
|
1821
|
+
- [#23362](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23362) [`afb579e5778`](https://bitbucket.org/atlassian/atlassian-frontend/commits/afb579e5778) - Flexible UI: Fix styling on MetadataBlock and FooterBlock in Firefox and Safari browser
|
|
1806
1822
|
|
|
1807
1823
|
## 20.0.5
|
|
1808
1824
|
|
|
1809
1825
|
### Patch Changes
|
|
1810
1826
|
|
|
1811
|
-
- [`6e4810f82c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e4810f82c3) - wrap hover preview in error boundary and emit failure event
|
|
1827
|
+
- [#23192](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23192) [`6e4810f82c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e4810f82c3) - wrap hover preview in error boundary and emit failure event
|
|
1812
1828
|
|
|
1813
1829
|
## 20.0.4
|
|
1814
1830
|
|
|
1815
1831
|
### Patch Changes
|
|
1816
1832
|
|
|
1817
|
-
- [`2a5cc0d4297`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a5cc0d4297) - Block: Update pull request link avatar to author (attributedTo)
|
|
1833
|
+
- [#23305](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23305) [`2a5cc0d4297`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a5cc0d4297) - Block: Update pull request link avatar to author (attributedTo)
|
|
1818
1834
|
|
|
1819
1835
|
## 20.0.3
|
|
1820
1836
|
|
|
1821
1837
|
### Patch Changes
|
|
1822
1838
|
|
|
1823
|
-
- [`4c2c26ca270`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c2c26ca270) - Fix regression in logos in BlockCard footers in preview mode cuased by the `appearance` prop.
|
|
1839
|
+
- [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642) [`4c2c26ca270`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c2c26ca270) - Fix regression in logos in BlockCard footers in preview mode cuased by the `appearance` prop.
|
|
1824
1840
|
- [`d4133fe0edc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4133fe0edc) - Fix regression in logos in BlockCard footers caused by inheriting ProseMirror styles after a change in @atlaskit/logo internals.
|
|
1825
1841
|
- Updated dependencies
|
|
1826
1842
|
|
|
@@ -1828,13 +1844,13 @@
|
|
|
1828
1844
|
|
|
1829
1845
|
### Patch Changes
|
|
1830
1846
|
|
|
1831
|
-
- [`12950ccea1b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12950ccea1b) - Hover Preview: Stop hover preview from propagating click event to parent element
|
|
1847
|
+
- [#23227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23227) [`12950ccea1b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12950ccea1b) - Hover Preview: Stop hover preview from propagating click event to parent element
|
|
1832
1848
|
|
|
1833
1849
|
## 20.0.1
|
|
1834
1850
|
|
|
1835
1851
|
### Patch Changes
|
|
1836
1852
|
|
|
1837
|
-
- [`3e4f8e1490a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3e4f8e1490a) - Hover Preview: Fix Hover Preview shows on top of Preview modal
|
|
1853
|
+
- [#23170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23170) [`3e4f8e1490a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3e4f8e1490a) - Hover Preview: Fix Hover Preview shows on top of Preview modal
|
|
1838
1854
|
|
|
1839
1855
|
## 20.0.0
|
|
1840
1856
|
|
|
@@ -1846,7 +1862,7 @@
|
|
|
1846
1862
|
|
|
1847
1863
|
### Minor Changes
|
|
1848
1864
|
|
|
1849
|
-
- [`cd5e63258cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd5e63258cd) - Moved extractors to linking-common/extractors
|
|
1865
|
+
- [#23000](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23000) [`cd5e63258cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd5e63258cd) - Moved extractors to linking-common/extractors
|
|
1850
1866
|
|
|
1851
1867
|
### Patch Changes
|
|
1852
1868
|
|
|
@@ -1856,33 +1872,33 @@
|
|
|
1856
1872
|
|
|
1857
1873
|
### Patch Changes
|
|
1858
1874
|
|
|
1859
|
-
- [`34d17437062`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34d17437062) - Flexible UI: Add DueOn element
|
|
1875
|
+
- [#22856](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22856) [`34d17437062`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34d17437062) - Flexible UI: Add DueOn element
|
|
1860
1876
|
Hover Preview: Update Atlas metadata
|
|
1861
1877
|
|
|
1862
1878
|
## 19.1.30
|
|
1863
1879
|
|
|
1864
1880
|
### Patch Changes
|
|
1865
1881
|
|
|
1866
|
-
- [`3a2bc5af606`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a2bc5af606) - Flexible UI: Add pull request source and target branch element (text)
|
|
1882
|
+
- [#22717](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22717) [`3a2bc5af606`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a2bc5af606) - Flexible UI: Add pull request source and target branch element (text)
|
|
1867
1883
|
Hover Preview: Update Bitbucket metadata for pull request link
|
|
1868
1884
|
|
|
1869
1885
|
## 19.1.29
|
|
1870
1886
|
|
|
1871
1887
|
### Patch Changes
|
|
1872
1888
|
|
|
1873
|
-
- [`acfb4cbb01f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/acfb4cbb01f) - set hover card z-index to 511 to go over issue view modal
|
|
1889
|
+
- [#23045](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23045) [`acfb4cbb01f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/acfb4cbb01f) - set hover card z-index to 511 to go over issue view modal
|
|
1874
1890
|
|
|
1875
1891
|
## 19.1.28
|
|
1876
1892
|
|
|
1877
1893
|
### Patch Changes
|
|
1878
1894
|
|
|
1879
|
-
- [`455538b6a3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/455538b6a3f) - use useFeatureFlag hook to get hover preview FF
|
|
1895
|
+
- [#22959](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22959) [`455538b6a3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/455538b6a3f) - use useFeatureFlag hook to get hover preview FF
|
|
1880
1896
|
|
|
1881
1897
|
## 19.1.27
|
|
1882
1898
|
|
|
1883
1899
|
### Patch Changes
|
|
1884
1900
|
|
|
1885
|
-
- [`98d3f88e428`](https://bitbucket.org/atlassian/atlassian-frontend/commits/98d3f88e428) - This PR adds external element typings for Flexible UI metadata.
|
|
1901
|
+
- [#22105](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22105) [`98d3f88e428`](https://bitbucket.org/atlassian/atlassian-frontend/commits/98d3f88e428) - This PR adds external element typings for Flexible UI metadata.
|
|
1886
1902
|
This means code completion will now be available when an element has a prop that can be overridden.
|
|
1887
1903
|
As of this PR, these are the `CreatedOn` and `ModifiedOn` elements, which now accept some `text` which will override the existing text.
|
|
1888
1904
|
|
|
@@ -1892,39 +1908,39 @@
|
|
|
1892
1908
|
|
|
1893
1909
|
### Patch Changes
|
|
1894
1910
|
|
|
1895
|
-
- [`00c79cca5b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00c79cca5b0) - hover card white space changes
|
|
1911
|
+
- [#22869](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22869) [`00c79cca5b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00c79cca5b0) - hover card white space changes
|
|
1896
1912
|
|
|
1897
1913
|
## 19.1.25
|
|
1898
1914
|
|
|
1899
1915
|
### Patch Changes
|
|
1900
1916
|
|
|
1901
|
-
- [`de8de71a806`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de8de71a806) - Hover Preview: Fix Hover Preview analytics event details get applied to other Smart Links analytics
|
|
1902
|
-
- [`ae023956743`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae023956743) - Smart Links Analytics types are exported to allow their usage from outside of the package
|
|
1917
|
+
- [#22836](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22836) [`de8de71a806`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de8de71a806) - Hover Preview: Fix Hover Preview analytics event details get applied to other Smart Links analytics
|
|
1918
|
+
- [#22879](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22879) [`ae023956743`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae023956743) - Smart Links Analytics types are exported to allow their usage from outside of the package
|
|
1903
1919
|
|
|
1904
1920
|
## 19.1.24
|
|
1905
1921
|
|
|
1906
1922
|
### Patch Changes
|
|
1907
1923
|
|
|
1908
|
-
- [`cd729a0a41b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd729a0a41b) - [ux][ed-15030] Set the background color of smart cards properly in dark mode
|
|
1924
|
+
- [#22808](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22808) [`cd729a0a41b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd729a0a41b) - [ux][ed-15030] Set the background color of smart cards properly in dark mode
|
|
1909
1925
|
|
|
1910
1926
|
## 19.1.23
|
|
1911
1927
|
|
|
1912
1928
|
### Patch Changes
|
|
1913
1929
|
|
|
1914
|
-
- [`f538640e3a5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f538640e3a5) - fix: Previously the .reload() action would not propagate changes through to the smart-card state in some scenarios. This has been amended by making it an explicit Redux action.
|
|
1930
|
+
- [#22476](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22476) [`f538640e3a5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f538640e3a5) - fix: Previously the .reload() action would not propagate changes through to the smart-card state in some scenarios. This has been amended by making it an explicit Redux action.
|
|
1915
1931
|
- Updated dependencies
|
|
1916
1932
|
|
|
1917
1933
|
## 19.1.22
|
|
1918
1934
|
|
|
1919
1935
|
### Patch Changes
|
|
1920
1936
|
|
|
1921
|
-
- [`c6978e3a40c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6978e3a40c) - This update adds Destination product and subproduct (core, servicedesk, software, etc.) analytics now available in the Smart Link ui card clicked event. At the time of writing, only Jira links have this functionality.
|
|
1937
|
+
- [#22366](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22366) [`c6978e3a40c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6978e3a40c) - This update adds Destination product and subproduct (core, servicedesk, software, etc.) analytics now available in the Smart Link ui card clicked event. At the time of writing, only Jira links have this functionality.
|
|
1922
1938
|
|
|
1923
1939
|
## 19.1.21
|
|
1924
1940
|
|
|
1925
1941
|
### Patch Changes
|
|
1926
1942
|
|
|
1927
|
-
- [`b39f43e68c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b39f43e68c3) - [ux] Hover Preview: Add CreatedBy to 3P link metadata
|
|
1943
|
+
- [#22383](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22383) [`b39f43e68c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b39f43e68c3) - [ux] Hover Preview: Add CreatedBy to 3P link metadata
|
|
1928
1944
|
|
|
1929
1945
|
[ux] Flexible UI: Text based elements now wrap and truncate within metadata group.
|
|
1930
1946
|
|
|
@@ -1932,20 +1948,20 @@
|
|
|
1932
1948
|
|
|
1933
1949
|
### Patch Changes
|
|
1934
1950
|
|
|
1935
|
-
- [`0b7abdcf058`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b7abdcf058) - Flexible UI: Fix PreviewBlock not showing image loading skeleton
|
|
1951
|
+
- [#22447](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22447) [`0b7abdcf058`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b7abdcf058) - Flexible UI: Fix PreviewBlock not showing image loading skeleton
|
|
1936
1952
|
|
|
1937
1953
|
## 19.1.19
|
|
1938
1954
|
|
|
1939
1955
|
### Patch Changes
|
|
1940
1956
|
|
|
1941
|
-
- [`f7aedc6cf7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7aedc6cf7d) - [ux] A new element 'LatestCommit' was added in FlexibleUI for Smart Links. It displays the latest commit of a repository. Version of package 'json-ld-types' was upgraded to 2.4.2
|
|
1957
|
+
- [#22266](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22266) [`f7aedc6cf7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7aedc6cf7d) - [ux] A new element 'LatestCommit' was added in FlexibleUI for Smart Links. It displays the latest commit of a repository. Version of package 'json-ld-types' was upgraded to 2.4.2
|
|
1942
1958
|
- Updated dependencies
|
|
1943
1959
|
|
|
1944
1960
|
## 19.1.18
|
|
1945
1961
|
|
|
1946
1962
|
### Patch Changes
|
|
1947
1963
|
|
|
1948
|
-
- [`b26dd70a1e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b26dd70a1e6) - This PR adds the ability for an integrator to provide a string via `placeholder` which will be displayed instead of the url while the CardWithURLContent component is not mounted (i.e. not currently being observed). This should help with performance use cases where some text is required to be displayed before the full Smart Link component is rendered.
|
|
1964
|
+
- [#22197](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22197) [`b26dd70a1e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b26dd70a1e6) - This PR adds the ability for an integrator to provide a string via `placeholder` which will be displayed instead of the url while the CardWithURLContent component is not mounted (i.e. not currently being observed). This should help with performance use cases where some text is required to be displayed before the full Smart Link component is rendered.
|
|
1949
1965
|
|
|
1950
1966
|
Usage:
|
|
1951
1967
|
|
|
@@ -1958,25 +1974,25 @@
|
|
|
1958
1974
|
|
|
1959
1975
|
### Patch Changes
|
|
1960
1976
|
|
|
1961
|
-
- [`46f6c1a70e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46f6c1a70e3) - Hover Preview: Improve analytics and update Flexible UI usage within Hover Preview
|
|
1977
|
+
- [#22247](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22247) [`46f6c1a70e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46f6c1a70e3) - Hover Preview: Improve analytics and update Flexible UI usage within Hover Preview
|
|
1962
1978
|
|
|
1963
1979
|
## 19.1.16
|
|
1964
1980
|
|
|
1965
1981
|
### Patch Changes
|
|
1966
1982
|
|
|
1967
|
-
- [`47058879f49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47058879f49) - [ux] Text customisation made possible for Flexible UI fields “ModifiedOn“ & “CreatedOn" (example: <TitleBlock metadata={[ { name: ElementName.CreatedOn, text: 'Last commit on' }]} />)
|
|
1983
|
+
- [#22225](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22225) [`47058879f49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47058879f49) - [ux] Text customisation made possible for Flexible UI fields “ModifiedOn“ & “CreatedOn" (example: <TitleBlock metadata={[ { name: ElementName.CreatedOn, text: 'Last commit on' }]} />)
|
|
1968
1984
|
|
|
1969
1985
|
## 19.1.15
|
|
1970
1986
|
|
|
1971
1987
|
### Patch Changes
|
|
1972
1988
|
|
|
1973
|
-
- [`23445a4d2ca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/23445a4d2ca) - Hover Preview: Update analytics details
|
|
1989
|
+
- [#22201](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22201) [`23445a4d2ca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/23445a4d2ca) - Hover Preview: Update analytics details
|
|
1974
1990
|
|
|
1975
1991
|
## 19.1.14
|
|
1976
1992
|
|
|
1977
1993
|
### Patch Changes
|
|
1978
1994
|
|
|
1979
|
-
- [`9d57264a033`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d57264a033) - This update adds an exposed analytics hook, which will pave the way for future usage of Smart Link analytics outside of the smart-card component.
|
|
1995
|
+
- [#21912](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21912) [`9d57264a033`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d57264a033) - This update adds an exposed analytics hook, which will pave the way for future usage of Smart Link analytics outside of the smart-card component.
|
|
1980
1996
|
|
|
1981
1997
|
# Usage of `useSmartLinkAnalytics`
|
|
1982
1998
|
|
|
@@ -2031,76 +2047,76 @@
|
|
|
2031
2047
|
|
|
2032
2048
|
### Patch Changes
|
|
2033
2049
|
|
|
2034
|
-
- [`a575379772a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a575379772a) - Hover Preview: Update z-index
|
|
2050
|
+
- [#22005](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22005) [`a575379772a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a575379772a) - Hover Preview: Update z-index
|
|
2035
2051
|
|
|
2036
2052
|
## 19.1.12
|
|
2037
2053
|
|
|
2038
2054
|
### Patch Changes
|
|
2039
2055
|
|
|
2040
|
-
- [`b68e80d658f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b68e80d658f) - add hover previews feature flag
|
|
2056
|
+
- [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570) [`b68e80d658f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b68e80d658f) - add hover previews feature flag
|
|
2041
2057
|
- Updated dependencies
|
|
2042
2058
|
|
|
2043
2059
|
## 19.1.11
|
|
2044
2060
|
|
|
2045
2061
|
### Patch Changes
|
|
2046
2062
|
|
|
2047
|
-
- [`7833a526777`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7833a526777) - - Transfer i18n from @atlaskit/media-ui to @atlaskit/smart-card
|
|
2063
|
+
- [#21885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21885) [`7833a526777`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7833a526777) - - Transfer i18n from @atlaskit/media-ui to @atlaskit/smart-card
|
|
2048
2064
|
- Remove @atlaskit/media-ui dependency
|
|
2049
2065
|
|
|
2050
2066
|
## 19.1.10
|
|
2051
2067
|
|
|
2052
2068
|
### Patch Changes
|
|
2053
2069
|
|
|
2054
|
-
- [`009e3475b29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/009e3475b29) - Duplicate isIntersectionObserverSupported from media-ui to smart-card
|
|
2070
|
+
- [#21922](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21922) [`009e3475b29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/009e3475b29) - Duplicate isIntersectionObserverSupported from media-ui to smart-card
|
|
2055
2071
|
|
|
2056
2072
|
## 19.1.9
|
|
2057
2073
|
|
|
2058
2074
|
### Patch Changes
|
|
2059
2075
|
|
|
2060
|
-
- [`003ac36263e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/003ac36263e) - Flexible UI: Fix preview block showing white space below image in Safari
|
|
2076
|
+
- [#21743](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21743) [`003ac36263e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/003ac36263e) - Flexible UI: Fix preview block showing white space below image in Safari
|
|
2061
2077
|
|
|
2062
2078
|
## 19.1.8
|
|
2063
2079
|
|
|
2064
2080
|
### Patch Changes
|
|
2065
2081
|
|
|
2066
|
-
- [`81968c216ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/81968c216ce) - Flexible UI: Fix clickableContainer not triggering analytics event
|
|
2082
|
+
- [#21778](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21778) [`81968c216ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/81968c216ce) - Flexible UI: Fix clickableContainer not triggering analytics event
|
|
2067
2083
|
|
|
2068
2084
|
## 19.1.7
|
|
2069
2085
|
|
|
2070
2086
|
### Patch Changes
|
|
2071
2087
|
|
|
2072
|
-
- [`08bdfa654e2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08bdfa654e2) - Flexible UI: Add option to hide link tooltip on TitleBlock.
|
|
2088
|
+
- [#21700](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21700) [`08bdfa654e2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08bdfa654e2) - Flexible UI: Add option to hide link tooltip on TitleBlock.
|
|
2073
2089
|
|
|
2074
2090
|
## 19.1.6
|
|
2075
2091
|
|
|
2076
2092
|
### Patch Changes
|
|
2077
2093
|
|
|
2078
|
-
- [`28410ec919d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/28410ec919d) - Flexible UI: Passing JsonLD response on authFlow disabled
|
|
2094
|
+
- [#21676](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21676) [`28410ec919d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/28410ec919d) - Flexible UI: Passing JsonLD response on authFlow disabled
|
|
2079
2095
|
- Updated dependencies
|
|
2080
2096
|
|
|
2081
2097
|
## 19.1.5
|
|
2082
2098
|
|
|
2083
2099
|
### Patch Changes
|
|
2084
2100
|
|
|
2085
|
-
- [`db78a813922`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db78a813922) - Add error handling to smart-card ssr component
|
|
2101
|
+
- [#21558](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21558) [`db78a813922`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db78a813922) - Add error handling to smart-card ssr component
|
|
2086
2102
|
|
|
2087
2103
|
## 19.1.4
|
|
2088
2104
|
|
|
2089
2105
|
### Patch Changes
|
|
2090
2106
|
|
|
2091
|
-
- [`cd2e7183aa5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd2e7183aa5) - Flexible UI: Fix action tooltips not displayed on hover
|
|
2107
|
+
- [#21625](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21625) [`cd2e7183aa5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd2e7183aa5) - Flexible UI: Fix action tooltips not displayed on hover
|
|
2092
2108
|
|
|
2093
2109
|
## 19.1.3
|
|
2094
2110
|
|
|
2095
2111
|
### Patch Changes
|
|
2096
2112
|
|
|
2097
|
-
- [`3de372f6670`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3de372f6670) - Hover Previews: use black flex-ui theme
|
|
2113
|
+
- [#21611](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21611) [`3de372f6670`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3de372f6670) - Hover Previews: use black flex-ui theme
|
|
2098
2114
|
|
|
2099
2115
|
## 19.1.2
|
|
2100
2116
|
|
|
2101
2117
|
### Patch Changes
|
|
2102
2118
|
|
|
2103
|
-
- [`3a0fdf3c651`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a0fdf3c651) - change hover previews to show preview over snippet when its available
|
|
2119
|
+
- [#21520](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21520) [`3a0fdf3c651`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a0fdf3c651) - change hover previews to show preview over snippet when its available
|
|
2104
2120
|
|
|
2105
2121
|
## 19.1.1
|
|
2106
2122
|
|
|
@@ -2112,7 +2128,7 @@
|
|
|
2112
2128
|
|
|
2113
2129
|
### Minor Changes
|
|
2114
2130
|
|
|
2115
|
-
- [`6b7ba46a96b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b7ba46a96b) - [MEX-1456] Remove unused infinite scroll from Media-UI and Remove lodash from Media package
|
|
2131
|
+
- [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721) [`6b7ba46a96b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b7ba46a96b) - [MEX-1456] Remove unused infinite scroll from Media-UI and Remove lodash from Media package
|
|
2116
2132
|
|
|
2117
2133
|
### Patch Changes
|
|
2118
2134
|
|
|
@@ -2123,31 +2139,31 @@
|
|
|
2123
2139
|
|
|
2124
2140
|
### Patch Changes
|
|
2125
2141
|
|
|
2126
|
-
- [`3eea7c153d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3eea7c153d6) - Handle onResolve prop from smart-card in flexible-card and use the prop inside hover-card to dynamically update popup positioning
|
|
2142
|
+
- [#21469](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21469) [`3eea7c153d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3eea7c153d6) - Handle onResolve prop from smart-card in flexible-card and use the prop inside hover-card to dynamically update popup positioning
|
|
2127
2143
|
|
|
2128
2144
|
## 19.0.3
|
|
2129
2145
|
|
|
2130
2146
|
### Patch Changes
|
|
2131
2147
|
|
|
2132
|
-
- [`cae40e59c49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cae40e59c49) - Show relative date for dates less then 7 days away (flexible ui)
|
|
2148
|
+
- [#20394](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20394) [`cae40e59c49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cae40e59c49) - Show relative date for dates less then 7 days away (flexible ui)
|
|
2133
2149
|
|
|
2134
2150
|
## 19.0.2
|
|
2135
2151
|
|
|
2136
2152
|
### Patch Changes
|
|
2137
2153
|
|
|
2138
|
-
- [`f3026520fc6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3026520fc6) - Fix long tti times for UFO smart-link-rendered experience
|
|
2154
|
+
- [#21353](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21353) [`f3026520fc6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3026520fc6) - Fix long tti times for UFO smart-link-rendered experience
|
|
2139
2155
|
|
|
2140
2156
|
## 19.0.1
|
|
2141
2157
|
|
|
2142
2158
|
### Patch Changes
|
|
2143
2159
|
|
|
2144
|
-
- [`49f905e71e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/49f905e71e5) - Flexible UI: Add API document and update prop types.
|
|
2160
|
+
- [#21392](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21392) [`49f905e71e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/49f905e71e5) - Flexible UI: Add API document and update prop types.
|
|
2145
2161
|
|
|
2146
2162
|
## 19.0.0
|
|
2147
2163
|
|
|
2148
2164
|
### Major Changes
|
|
2149
2165
|
|
|
2150
|
-
- [`6ee499cbb73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee499cbb73) - - Add @atlaskit/link-provider as peerDependency.
|
|
2166
|
+
- [#20562](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20562) [`6ee499cbb73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee499cbb73) - - Add @atlaskit/link-provider as peerDependency.
|
|
2151
2167
|
|
|
2152
2168
|
- Use Provider/Client from @atlaskit/link-provider and remove local version.
|
|
2153
2169
|
- Re export moved things from @atlaskit/link-provider to make adoption easier
|
|
@@ -2183,44 +2199,44 @@
|
|
|
2183
2199
|
|
|
2184
2200
|
### Patch Changes
|
|
2185
2201
|
|
|
2186
|
-
- [`8b9f08cbc1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b9f08cbc1c) - [ux] Default representation for Slack links was changed from 'block' to 'inline'
|
|
2187
|
-
- [`f4811ca8c6a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4811ca8c6a) - add provider based metadata to hover previews
|
|
2202
|
+
- [#20973](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20973) [`8b9f08cbc1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b9f08cbc1c) - [ux] Default representation for Slack links was changed from 'block' to 'inline'
|
|
2203
|
+
- [#21186](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21186) [`f4811ca8c6a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4811ca8c6a) - add provider based metadata to hover previews
|
|
2188
2204
|
|
|
2189
2205
|
## 18.0.21
|
|
2190
2206
|
|
|
2191
2207
|
### Patch Changes
|
|
2192
2208
|
|
|
2193
|
-
- [`ffaf122189e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffaf122189e) - Flexible UI: TitleBlock is now composory to display Flexible UI on Smart Links
|
|
2209
|
+
- [#21170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21170) [`ffaf122189e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffaf122189e) - Flexible UI: TitleBlock is now composory to display Flexible UI on Smart Links
|
|
2194
2210
|
|
|
2195
2211
|
## 18.0.20
|
|
2196
2212
|
|
|
2197
2213
|
### Patch Changes
|
|
2198
2214
|
|
|
2199
|
-
- [`451f99db28a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/451f99db28a) - Flexible UI: Improve link title truncate to support url string
|
|
2215
|
+
- [#21142](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21142) [`451f99db28a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/451f99db28a) - Flexible UI: Improve link title truncate to support url string
|
|
2200
2216
|
|
|
2201
2217
|
## 18.0.19
|
|
2202
2218
|
|
|
2203
2219
|
### Patch Changes
|
|
2204
2220
|
|
|
2205
|
-
- [`c09b670ffa1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c09b670ffa1) - Flexible UI: Add container clickable option and improve keyboard navigation
|
|
2221
|
+
- [#21019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21019) [`c09b670ffa1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c09b670ffa1) - Flexible UI: Add container clickable option and improve keyboard navigation
|
|
2206
2222
|
|
|
2207
2223
|
## 18.0.18
|
|
2208
2224
|
|
|
2209
2225
|
### Patch Changes
|
|
2210
2226
|
|
|
2211
|
-
- [`63f6330be06`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63f6330be06) - [ux] Flexible UI: Change loading spinner on resolving view to loading skeleton
|
|
2227
|
+
- [#21091](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21091) [`63f6330be06`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63f6330be06) - [ux] Flexible UI: Change loading spinner on resolving view to loading skeleton
|
|
2212
2228
|
|
|
2213
2229
|
## 18.0.17
|
|
2214
2230
|
|
|
2215
2231
|
### Patch Changes
|
|
2216
2232
|
|
|
2217
|
-
- [`79b365c3757`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79b365c3757) - [ux] If the "authFlow: disabled" prop is provided on the Smart Card Provider, then the call to action to authenticate forbidden links will also be disabled (in addition to the existing behaviour where only unauthenticated links have the call to action disabled).
|
|
2233
|
+
- [#21014](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21014) [`79b365c3757`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79b365c3757) - [ux] If the "authFlow: disabled" prop is provided on the Smart Card Provider, then the call to action to authenticate forbidden links will also be disabled (in addition to the existing behaviour where only unauthenticated links have the call to action disabled).
|
|
2218
2234
|
|
|
2219
2235
|
## 18.0.16
|
|
2220
2236
|
|
|
2221
2237
|
### Patch Changes
|
|
2222
2238
|
|
|
2223
|
-
- [`63d05619104`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63d05619104) - [ux] Instrumented `@atlaskit/smart-card` with the new theming package, `@atlaskit/tokens`.
|
|
2239
|
+
- [#20590](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20590) [`63d05619104`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63d05619104) - [ux] Instrumented `@atlaskit/smart-card` with the new theming package, `@atlaskit/tokens`.
|
|
2224
2240
|
|
|
2225
2241
|
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
|
|
2226
2242
|
These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
|
|
@@ -2229,7 +2245,7 @@
|
|
|
2229
2245
|
|
|
2230
2246
|
### Patch Changes
|
|
2231
2247
|
|
|
2232
|
-
- [`c2a240de738`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2a240de738) - Add inline documentation for Flexible UI
|
|
2248
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`c2a240de738`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2a240de738) - Add inline documentation for Flexible UI
|
|
2233
2249
|
- [`6976489a51a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6976489a51a) - Flexible UI: Enable css override for actions
|
|
2234
2250
|
- [`7d4e18ffddb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d4e18ffddb) - instrument analytics events for hover card
|
|
2235
2251
|
- [`a123e96fc62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a123e96fc62) - expose prop on smart card
|
|
@@ -2254,13 +2270,13 @@
|
|
|
2254
2270
|
|
|
2255
2271
|
### Patch Changes
|
|
2256
2272
|
|
|
2257
|
-
- [`b90896c18cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b90896c18cd) - move helpers and types to @atlaskit/linking-common and import them
|
|
2273
|
+
- [#20479](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20479) [`b90896c18cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b90896c18cd) - move helpers and types to @atlaskit/linking-common and import them
|
|
2258
2274
|
|
|
2259
2275
|
## 18.0.11
|
|
2260
2276
|
|
|
2261
2277
|
### Patch Changes
|
|
2262
2278
|
|
|
2263
|
-
- [`ec98e2d8ebc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec98e2d8ebc) - feat: Expose `useSmartLinkReload` hook.
|
|
2279
|
+
- [#20258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20258) [`ec98e2d8ebc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec98e2d8ebc) - feat: Expose `useSmartLinkReload` hook.
|
|
2264
2280
|
|
|
2265
2281
|
### Example Usage
|
|
2266
2282
|
|
|
@@ -2283,67 +2299,67 @@
|
|
|
2283
2299
|
|
|
2284
2300
|
### Patch Changes
|
|
2285
2301
|
|
|
2286
|
-
- [`b687926f768`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b687926f768) - Fix bug where individual action item was not hidden by default with showActionOnHover flag
|
|
2302
|
+
- [#20227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20227) [`b687926f768`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b687926f768) - Fix bug where individual action item was not hidden by default with showActionOnHover flag
|
|
2287
2303
|
|
|
2288
2304
|
## 18.0.9
|
|
2289
2305
|
|
|
2290
2306
|
### Patch Changes
|
|
2291
2307
|
|
|
2292
|
-
- [`6adaa6b5c18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6adaa6b5c18) - Updated default renderer onClick to not fire on a Flexible UI link to prevent links from being openned twice
|
|
2308
|
+
- [#20257](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20257) [`6adaa6b5c18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6adaa6b5c18) - Updated default renderer onClick to not fire on a Flexible UI link to prevent links from being openned twice
|
|
2293
2309
|
|
|
2294
2310
|
## 18.0.8
|
|
2295
2311
|
|
|
2296
2312
|
### Patch Changes
|
|
2297
2313
|
|
|
2298
|
-
- [`d9b55e7cd29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9b55e7cd29) - Add classname for placeholder element that is shown while we load js module
|
|
2314
|
+
- [#20229](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20229) [`d9b55e7cd29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9b55e7cd29) - Add classname for placeholder element that is shown while we load js module
|
|
2299
2315
|
|
|
2300
2316
|
## 18.0.7
|
|
2301
2317
|
|
|
2302
2318
|
### Patch Changes
|
|
2303
2319
|
|
|
2304
|
-
- [`1f377bd17a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f377bd17a4) - Added open in new tab action to titleblock and refactored tests
|
|
2320
|
+
- [#20143](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20143) [`1f377bd17a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f377bd17a4) - Added open in new tab action to titleblock and refactored tests
|
|
2305
2321
|
|
|
2306
2322
|
## 18.0.6
|
|
2307
2323
|
|
|
2308
2324
|
### Patch Changes
|
|
2309
2325
|
|
|
2310
|
-
- [`9945f8983f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9945f8983f0) - TitleBlock now has "anchorTarget" property
|
|
2326
|
+
- [#20127](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20127) [`9945f8983f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9945f8983f0) - TitleBlock now has "anchorTarget" property
|
|
2311
2327
|
|
|
2312
2328
|
## 18.0.5
|
|
2313
2329
|
|
|
2314
2330
|
### Patch Changes
|
|
2315
2331
|
|
|
2316
|
-
- [`54d8579fe05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d8579fe05) - Flexible UI: Reduce link title font weight
|
|
2332
|
+
- [#20121](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20121) [`54d8579fe05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d8579fe05) - Flexible UI: Reduce link title font weight
|
|
2317
2333
|
|
|
2318
2334
|
## 18.0.4
|
|
2319
2335
|
|
|
2320
2336
|
### Patch Changes
|
|
2321
2337
|
|
|
2322
|
-
- [`dd4ae8205d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd4ae8205d1) - Add actions for non-resolved view of flexible ui
|
|
2338
|
+
- [#19947](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19947) [`dd4ae8205d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd4ae8205d1) - Add actions for non-resolved view of flexible ui
|
|
2323
2339
|
|
|
2324
2340
|
## 18.0.3
|
|
2325
2341
|
|
|
2326
2342
|
### Patch Changes
|
|
2327
2343
|
|
|
2328
|
-
- [`7dc2fb8eb8b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7dc2fb8eb8b) - Handle exceptions coming from client
|
|
2344
|
+
- [#20029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20029) [`7dc2fb8eb8b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7dc2fb8eb8b) - Handle exceptions coming from client
|
|
2329
2345
|
|
|
2330
2346
|
## 18.0.2
|
|
2331
2347
|
|
|
2332
2348
|
### Patch Changes
|
|
2333
2349
|
|
|
2334
|
-
- [`cff21812950`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cff21812950) - add smart link actions to footer of hover card, plus small styling changes
|
|
2350
|
+
- [#20055](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20055) [`cff21812950`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cff21812950) - add smart link actions to footer of hover card, plus small styling changes
|
|
2335
2351
|
|
|
2336
2352
|
## 18.0.1
|
|
2337
2353
|
|
|
2338
2354
|
### Patch Changes
|
|
2339
2355
|
|
|
2340
|
-
- [`75c16ae4964`](https://bitbucket.org/atlassian/atlassian-frontend/commits/75c16ae4964) - refactor code to use atlaskit/popup instead of atlaskit/tooltip as a base component
|
|
2356
|
+
- [#19884](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19884) [`75c16ae4964`](https://bitbucket.org/atlassian/atlassian-frontend/commits/75c16ae4964) - refactor code to use atlaskit/popup instead of atlaskit/tooltip as a base component
|
|
2341
2357
|
|
|
2342
2358
|
## 18.0.0
|
|
2343
2359
|
|
|
2344
2360
|
### Major Changes
|
|
2345
2361
|
|
|
2346
|
-
- [`dd429d9fdca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd429d9fdca) - [ux] EDM-2822: Fix smart link wraps just after the icon
|
|
2362
|
+
- [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618) [`dd429d9fdca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd429d9fdca) - [ux] EDM-2822: Fix smart link wraps just after the icon
|
|
2347
2363
|
|
|
2348
2364
|
### Patch Changes
|
|
2349
2365
|
|
|
@@ -2354,37 +2370,37 @@
|
|
|
2354
2370
|
|
|
2355
2371
|
### Patch Changes
|
|
2356
2372
|
|
|
2357
|
-
- [`f9bbe6d0a56`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9bbe6d0a56) - Add View, Vote and React badge elements
|
|
2373
|
+
- [#19883](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19883) [`f9bbe6d0a56`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9bbe6d0a56) - Add View, Vote and React badge elements
|
|
2358
2374
|
|
|
2359
2375
|
## 17.7.11
|
|
2360
2376
|
|
|
2361
2377
|
### Patch Changes
|
|
2362
2378
|
|
|
2363
|
-
- [`ca8c8db1440`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca8c8db1440) - Flexible UI: Add separator between text/date-time elements
|
|
2379
|
+
- [#19727](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19727) [`ca8c8db1440`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca8c8db1440) - Flexible UI: Add separator between text/date-time elements
|
|
2364
2380
|
|
|
2365
2381
|
## 17.7.10
|
|
2366
2382
|
|
|
2367
2383
|
### Patch Changes
|
|
2368
2384
|
|
|
2369
|
-
- [`e04b58c623e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e04b58c623e) - Add EditAction
|
|
2385
|
+
- [#19735](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19735) [`e04b58c623e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e04b58c623e) - Add EditAction
|
|
2370
2386
|
|
|
2371
2387
|
## 17.7.9
|
|
2372
2388
|
|
|
2373
2389
|
### Patch Changes
|
|
2374
2390
|
|
|
2375
|
-
- [`63d4f963f72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63d4f963f72) - Flexible UI: Set PreviewBlock image aspect ratio to 16:9
|
|
2391
|
+
- [#19689](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19689) [`63d4f963f72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63d4f963f72) - Flexible UI: Set PreviewBlock image aspect ratio to 16:9
|
|
2376
2392
|
|
|
2377
2393
|
## 17.7.8
|
|
2378
2394
|
|
|
2379
2395
|
### Patch Changes
|
|
2380
2396
|
|
|
2381
|
-
- [`d75ce5b847d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d75ce5b847d) - Add link click analytics to flexible ui title block component
|
|
2397
|
+
- [#18523](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18523) [`d75ce5b847d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d75ce5b847d) - Add link click analytics to flexible ui title block component
|
|
2382
2398
|
|
|
2383
2399
|
## 17.7.7
|
|
2384
2400
|
|
|
2385
2401
|
### Patch Changes
|
|
2386
2402
|
|
|
2387
|
-
- [`c01f6404d0c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c01f6404d0c) - Add ability to trigger actions for a Smart Link from outside of the Smart Link card.
|
|
2403
|
+
- [#19669](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19669) [`c01f6404d0c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c01f6404d0c) - Add ability to trigger actions for a Smart Link from outside of the Smart Link card.
|
|
2388
2404
|
|
|
2389
2405
|
Example usage:
|
|
2390
2406
|
|
|
@@ -2416,43 +2432,43 @@
|
|
|
2416
2432
|
|
|
2417
2433
|
### Patch Changes
|
|
2418
2434
|
|
|
2419
|
-
- [`0e5c8b501d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e5c8b501d6) - add test for when hover preview prop is not provided to inline card
|
|
2435
|
+
- [#19706](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19706) [`0e5c8b501d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e5c8b501d6) - add test for when hover preview prop is not provided to inline card
|
|
2420
2436
|
|
|
2421
2437
|
## 17.7.5
|
|
2422
2438
|
|
|
2423
2439
|
### Patch Changes
|
|
2424
2440
|
|
|
2425
|
-
- [`b89ef291fb9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b89ef291fb9) - EDM-2902: Move common component out of BlockCard
|
|
2441
|
+
- [#19700](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19700) [`b89ef291fb9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b89ef291fb9) - EDM-2902: Move common component out of BlockCard
|
|
2426
2442
|
|
|
2427
2443
|
## 17.7.4
|
|
2428
2444
|
|
|
2429
2445
|
### Patch Changes
|
|
2430
2446
|
|
|
2431
|
-
- [`ff7b1126682`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff7b1126682) - Set up base component and relevant tests for hover previews
|
|
2447
|
+
- [#19644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19644) [`ff7b1126682`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff7b1126682) - Set up base component and relevant tests for hover previews
|
|
2432
2448
|
|
|
2433
2449
|
## 17.7.3
|
|
2434
2450
|
|
|
2435
2451
|
### Patch Changes
|
|
2436
2452
|
|
|
2437
|
-
- [`474d69913ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/474d69913ef) - Title block can have an action visible only on hover
|
|
2453
|
+
- [#19661](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19661) [`474d69913ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/474d69913ef) - Title block can have an action visible only on hover
|
|
2438
2454
|
|
|
2439
2455
|
## 17.7.2
|
|
2440
2456
|
|
|
2441
2457
|
### Patch Changes
|
|
2442
2458
|
|
|
2443
|
-
- [`9066a1e8154`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9066a1e8154) - EDM-2926: Add title override for title block
|
|
2459
|
+
- [#19436](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19436) [`9066a1e8154`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9066a1e8154) - EDM-2926: Add title override for title block
|
|
2444
2460
|
|
|
2445
2461
|
## 17.7.1
|
|
2446
2462
|
|
|
2447
2463
|
### Patch Changes
|
|
2448
2464
|
|
|
2449
|
-
- [`123201c5105`](https://bitbucket.org/atlassian/atlassian-frontend/commits/123201c5105) - Add ability to add custom action item
|
|
2465
|
+
- [#19441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19441) [`123201c5105`](https://bitbucket.org/atlassian/atlassian-frontend/commits/123201c5105) - Add ability to add custom action item
|
|
2450
2466
|
|
|
2451
2467
|
## 17.7.0
|
|
2452
2468
|
|
|
2453
2469
|
### Minor Changes
|
|
2454
2470
|
|
|
2455
|
-
- [`924aa854655`](https://bitbucket.org/atlassian/atlassian-frontend/commits/924aa854655) - Replaced deprecated dependency with @atlaskit/droplist and @atlaskit/item with @atlaskit/dropdown-menu in block card actions list
|
|
2471
|
+
- [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019) [`924aa854655`](https://bitbucket.org/atlassian/atlassian-frontend/commits/924aa854655) - Replaced deprecated dependency with @atlaskit/droplist and @atlaskit/item with @atlaskit/dropdown-menu in block card actions list
|
|
2456
2472
|
- [`fb15a8a421c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb15a8a421c) - move smart-card views and helpers from media-ui into smart-card
|
|
2457
2473
|
|
|
2458
2474
|
### Patch Changes
|
|
@@ -2463,95 +2479,95 @@
|
|
|
2463
2479
|
|
|
2464
2480
|
### Minor Changes
|
|
2465
2481
|
|
|
2466
|
-
- [`0cab291e19e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0cab291e19e) - Add "more" and dopdown for actions when there is more then 2
|
|
2482
|
+
- [#19341](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19341) [`0cab291e19e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0cab291e19e) - Add "more" and dopdown for actions when there is more then 2
|
|
2467
2483
|
|
|
2468
2484
|
## 17.5.3
|
|
2469
2485
|
|
|
2470
2486
|
### Patch Changes
|
|
2471
2487
|
|
|
2472
|
-
- [`e68f0f554fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e68f0f554fa) - remove mousedown handler for inline links and add a vr test for the logic
|
|
2488
|
+
- [#19339](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19339) [`e68f0f554fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e68f0f554fa) - remove mousedown handler for inline links and add a vr test for the logic
|
|
2473
2489
|
|
|
2474
2490
|
## 17.5.2
|
|
2475
2491
|
|
|
2476
2492
|
### Patch Changes
|
|
2477
2493
|
|
|
2478
|
-
- [`0fb7e85e70a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0fb7e85e70a) - Flexible UI: Add PreviewBlock
|
|
2494
|
+
- [#19307](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19307) [`0fb7e85e70a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0fb7e85e70a) - Flexible UI: Add PreviewBlock
|
|
2479
2495
|
|
|
2480
2496
|
## 17.5.1
|
|
2481
2497
|
|
|
2482
2498
|
### Patch Changes
|
|
2483
2499
|
|
|
2484
|
-
- [`238facb8e1a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/238facb8e1a) - Flexible UI: Add Preview element
|
|
2500
|
+
- [#19296](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19296) [`238facb8e1a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/238facb8e1a) - Flexible UI: Add Preview element
|
|
2485
2501
|
|
|
2486
2502
|
## 17.5.0
|
|
2487
2503
|
|
|
2488
2504
|
### Minor Changes
|
|
2489
2505
|
|
|
2490
|
-
- [`be8dc55e85d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be8dc55e85d) - [ux] Add Footer block
|
|
2506
|
+
- [#19243](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19243) [`be8dc55e85d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be8dc55e85d) - [ux] Add Footer block
|
|
2491
2507
|
|
|
2492
2508
|
## 17.4.3
|
|
2493
2509
|
|
|
2494
2510
|
### Patch Changes
|
|
2495
2511
|
|
|
2496
|
-
- [`5a50882a528`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a50882a528) - Flexible UI: Remove safeToken function
|
|
2512
|
+
- [#19213](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19213) [`5a50882a528`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a50882a528) - Flexible UI: Remove safeToken function
|
|
2497
2513
|
|
|
2498
2514
|
## 17.4.2
|
|
2499
2515
|
|
|
2500
2516
|
### Patch Changes
|
|
2501
2517
|
|
|
2502
|
-
- [`c8285bdcde4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8285bdcde4) - Flexible UI: Add SnippetBlock
|
|
2518
|
+
- [#19191](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19191) [`c8285bdcde4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8285bdcde4) - Flexible UI: Add SnippetBlock
|
|
2503
2519
|
|
|
2504
2520
|
## 17.4.1
|
|
2505
2521
|
|
|
2506
2522
|
### Patch Changes
|
|
2507
2523
|
|
|
2508
|
-
- [`ecf130ca7d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ecf130ca7d8) - Flexible UI: Remove check on Smart Links appearance
|
|
2524
|
+
- [#19085](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19085) [`ecf130ca7d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ecf130ca7d8) - Flexible UI: Remove check on Smart Links appearance
|
|
2509
2525
|
|
|
2510
2526
|
## 17.4.0
|
|
2511
2527
|
|
|
2512
2528
|
### Minor Changes
|
|
2513
2529
|
|
|
2514
|
-
- [`392b7d2b98f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/392b7d2b98f) - Add Provider element
|
|
2530
|
+
- [#19175](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19175) [`392b7d2b98f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/392b7d2b98f) - Add Provider element
|
|
2515
2531
|
|
|
2516
2532
|
## 17.3.2
|
|
2517
2533
|
|
|
2518
2534
|
### Patch Changes
|
|
2519
2535
|
|
|
2520
|
-
- [`02ed34221ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02ed34221ef) - Flexible UI: Add Snippet element
|
|
2536
|
+
- [#19107](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19107) [`02ed34221ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02ed34221ef) - Flexible UI: Add Snippet element
|
|
2521
2537
|
|
|
2522
2538
|
## 17.3.1
|
|
2523
2539
|
|
|
2524
2540
|
### Patch Changes
|
|
2525
2541
|
|
|
2526
|
-
- [`66dc86e0331`](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dc86e0331) - Flexible UI: Check for null element
|
|
2542
|
+
- [#19029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19029) [`66dc86e0331`](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dc86e0331) - Flexible UI: Check for null element
|
|
2527
2543
|
|
|
2528
2544
|
## 17.3.0
|
|
2529
2545
|
|
|
2530
2546
|
### Minor Changes
|
|
2531
2547
|
|
|
2532
|
-
- [`dab29fc6697`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dab29fc6697) - [ux] Flexible UI: AvatarGroup sizing updated for small and medium size
|
|
2548
|
+
- [#19028](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19028) [`dab29fc6697`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dab29fc6697) - [ux] Flexible UI: AvatarGroup sizing updated for small and medium size
|
|
2533
2549
|
|
|
2534
2550
|
### Patch Changes
|
|
2535
2551
|
|
|
2536
|
-
- [`25408fac413`](https://bitbucket.org/atlassian/atlassian-frontend/commits/25408fac413) - Flexible UI: Add MetadataBlock example
|
|
2552
|
+
- [#19023](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19023) [`25408fac413`](https://bitbucket.org/atlassian/atlassian-frontend/commits/25408fac413) - Flexible UI: Add MetadataBlock example
|
|
2537
2553
|
|
|
2538
2554
|
## 17.2.1
|
|
2539
2555
|
|
|
2540
2556
|
### Patch Changes
|
|
2541
2557
|
|
|
2542
|
-
- [`1d701660954`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d701660954) - Refactored deleteAction into a re-usable action component
|
|
2558
|
+
- [#18831](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18831) [`1d701660954`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d701660954) - Refactored deleteAction into a re-usable action component
|
|
2543
2559
|
|
|
2544
2560
|
## 17.2.0
|
|
2545
2561
|
|
|
2546
2562
|
### Minor Changes
|
|
2547
2563
|
|
|
2548
|
-
- [`3200ce3abc5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3200ce3abc5) - Flexible UI: Add MetadataBlock
|
|
2564
|
+
- [#18951](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18951) [`3200ce3abc5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3200ce3abc5) - Flexible UI: Add MetadataBlock
|
|
2549
2565
|
|
|
2550
2566
|
## 17.1.0
|
|
2551
2567
|
|
|
2552
2568
|
### Minor Changes
|
|
2553
2569
|
|
|
2554
|
-
- [`c73cde16d49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c73cde16d49) - [ux] Jira Work Management (JWM) List and Board view links will be converted into smart link embed by default
|
|
2570
|
+
- [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526) [`c73cde16d49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c73cde16d49) - [ux] Jira Work Management (JWM) List and Board view links will be converted into smart link embed by default
|
|
2555
2571
|
- [`948a410185b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/948a410185b) - [ux] New elements were added ModifiedOn and CreatedOn
|
|
2556
2572
|
- [`6648e62bbfe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6648e62bbfe) - ### Expose smart-card SSR component
|
|
2557
2573
|
|
|
@@ -2573,7 +2589,7 @@
|
|
|
2573
2589
|
- [`3c4e3cf2bd3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c4e3cf2bd3) - Flexible UI: Update sizing and styling
|
|
2574
2590
|
- [`15b67162087`](https://bitbucket.org/atlassian/atlassian-frontend/commits/15b67162087) - Flexible UI: Add LinkIcon element
|
|
2575
2591
|
- [`a53d41a0d93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a53d41a0d93) - Flexible UI: Add TitleBlock error views
|
|
2576
|
-
- [`12943538dde`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12943538dde) - Flexible UI: Add element - Title
|
|
2592
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`12943538dde`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12943538dde) - Flexible UI: Add element - Title
|
|
2577
2593
|
- [`a46aabfcc71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a46aabfcc71) - Flexible UI: TitleBlock metadata
|
|
2578
2594
|
- [`8e1979f21ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e1979f21ef) - Flexible UI: Update action styling and sizing
|
|
2579
2595
|
- [`be56b069142`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be56b069142) - Flexible UI: Add element type Text
|
|
@@ -2617,7 +2633,7 @@
|
|
|
2617
2633
|
|
|
2618
2634
|
### Major Changes
|
|
2619
2635
|
|
|
2620
|
-
- [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) - ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including breaking API changes, types and tests in atlassian-frontend packages
|
|
2636
|
+
- [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810) [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) - ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including breaking API changes, types and tests in atlassian-frontend packages
|
|
2621
2637
|
|
|
2622
2638
|
What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch with actual installed react-intl APIs.
|
|
2623
2639
|
Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
|
|
@@ -2663,7 +2679,7 @@
|
|
|
2663
2679
|
|
|
2664
2680
|
### Minor Changes
|
|
2665
2681
|
|
|
2666
|
-
- [`af29def3dac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af29def3dac) - expose missing smart-card classnames
|
|
2682
|
+
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998) [`af29def3dac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af29def3dac) - expose missing smart-card classnames
|
|
2667
2683
|
|
|
2668
2684
|
```
|
|
2669
2685
|
import {
|
|
@@ -2696,13 +2712,13 @@
|
|
|
2696
2712
|
|
|
2697
2713
|
### Patch Changes
|
|
2698
2714
|
|
|
2699
|
-
- [`d7f743bbbdd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7f743bbbdd) - useCallback for dispatchAnalytics to prevent multiple events firing on hover
|
|
2715
|
+
- [#16475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16475) [`d7f743bbbdd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7f743bbbdd) - useCallback for dispatchAnalytics to prevent multiple events firing on hover
|
|
2700
2716
|
|
|
2701
2717
|
## 16.2.0
|
|
2702
2718
|
|
|
2703
2719
|
### Minor Changes
|
|
2704
2720
|
|
|
2705
|
-
- [`0448db49f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0448db49f68) - Implement UFO instrumentation events pattern
|
|
2721
|
+
- [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777) [`0448db49f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0448db49f68) - Implement UFO instrumentation events pattern
|
|
2706
2722
|
|
|
2707
2723
|
### Patch Changes
|
|
2708
2724
|
|
|
@@ -2721,7 +2737,7 @@
|
|
|
2721
2737
|
|
|
2722
2738
|
### Minor Changes
|
|
2723
2739
|
|
|
2724
|
-
- [`978e9280610`](https://bitbucket.org/atlassian/atlassian-frontend/commits/978e9280610) - add support for platform in BlockCard component
|
|
2740
|
+
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864) [`978e9280610`](https://bitbucket.org/atlassian/atlassian-frontend/commits/978e9280610) - add support for platform in BlockCard component
|
|
2725
2741
|
|
|
2726
2742
|
### Patch Changes
|
|
2727
2743
|
|
|
@@ -2732,7 +2748,7 @@
|
|
|
2732
2748
|
|
|
2733
2749
|
### Major Changes
|
|
2734
2750
|
|
|
2735
|
-
- [`86aeb07cae3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/86aeb07cae3) - EDM-2264: allow embed resize events from all domains
|
|
2751
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302) [`86aeb07cae3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/86aeb07cae3) - EDM-2264: allow embed resize events from all domains
|
|
2736
2752
|
|
|
2737
2753
|
**Note:**
|
|
2738
2754
|
|
|
@@ -2780,7 +2796,7 @@
|
|
|
2780
2796
|
|
|
2781
2797
|
### Minor Changes
|
|
2782
2798
|
|
|
2783
|
-
- [`96b6fb1c6b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96b6fb1c6b9) - Add sandbox property to Smart Links embed
|
|
2799
|
+
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837) [`96b6fb1c6b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96b6fb1c6b9) - Add sandbox property to Smart Links embed
|
|
2784
2800
|
- [`c0fa45830e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0fa45830e1) - Add sandbox prop to Smart Links block card preview iframe
|
|
2785
2801
|
|
|
2786
2802
|
### Patch Changes
|
|
@@ -2791,7 +2807,7 @@
|
|
|
2791
2807
|
|
|
2792
2808
|
### Minor Changes
|
|
2793
2809
|
|
|
2794
|
-
- [`3c79bfd15b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c79bfd15b4) - Add sideEffects false for better tree-shaking support
|
|
2810
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328) [`3c79bfd15b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c79bfd15b4) - Add sideEffects false for better tree-shaking support
|
|
2795
2811
|
|
|
2796
2812
|
### Patch Changes
|
|
2797
2813
|
|
|
@@ -2801,14 +2817,14 @@
|
|
|
2801
2817
|
|
|
2802
2818
|
### Patch Changes
|
|
2803
2819
|
|
|
2804
|
-
- [`d9cfa5c45dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9cfa5c45dc) - Render Polaris (Jira Product Discovery) view as an embed by default
|
|
2820
|
+
- [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649) [`d9cfa5c45dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9cfa5c45dc) - Render Polaris (Jira Product Discovery) view as an embed by default
|
|
2805
2821
|
- Updated dependencies
|
|
2806
2822
|
|
|
2807
2823
|
## 15.3.0
|
|
2808
2824
|
|
|
2809
2825
|
### Minor Changes
|
|
2810
2826
|
|
|
2811
|
-
- [`f7ff2c84451`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7ff2c84451) - bump json-ld-types from 2.2.2 to ^2.3.0"
|
|
2827
|
+
- [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113) [`f7ff2c84451`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7ff2c84451) - bump json-ld-types from 2.2.2 to ^2.3.0"
|
|
2812
2828
|
- [`c9dd0243320`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c9dd0243320) - [ux] prepend page title with emoji icon for smart link and block card
|
|
2813
2829
|
|
|
2814
2830
|
### Patch Changes
|
|
@@ -2819,14 +2835,14 @@
|
|
|
2819
2835
|
|
|
2820
2836
|
### Patch Changes
|
|
2821
2837
|
|
|
2822
|
-
- [`277ed9667b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/277ed9667b2) - Fixed media bundle names following atlassian-frontend linting rules
|
|
2838
|
+
- [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230) [`277ed9667b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/277ed9667b2) - Fixed media bundle names following atlassian-frontend linting rules
|
|
2823
2839
|
- Updated dependencies
|
|
2824
2840
|
|
|
2825
2841
|
## 15.2.0
|
|
2826
2842
|
|
|
2827
2843
|
### Minor Changes
|
|
2828
2844
|
|
|
2829
|
-
- [`e494a28d544`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e494a28d544) - New exported member `embedHeaderHeight` is added. Also all the instances of `onResolve` callback now return an object that contains optional extra property `aspectRatio`.
|
|
2845
|
+
- [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510) [`e494a28d544`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e494a28d544) - New exported member `embedHeaderHeight` is added. Also all the instances of `onResolve` callback now return an object that contains optional extra property `aspectRatio`.
|
|
2830
2846
|
|
|
2831
2847
|
### Patch Changes
|
|
2832
2848
|
|
|
@@ -2836,7 +2852,7 @@
|
|
|
2836
2852
|
|
|
2837
2853
|
### Minor Changes
|
|
2838
2854
|
|
|
2839
|
-
- [`dfbb0a86959`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfbb0a86959) - [ux] Add ability for avatars to be shown in card view through adding the extractBlockUsers method
|
|
2855
|
+
- [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083) [`dfbb0a86959`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfbb0a86959) - [ux] Add ability for avatars to be shown in card view through adding the extractBlockUsers method
|
|
2840
2856
|
- [`203e4021ada`](https://bitbucket.org/atlassian/atlassian-frontend/commits/203e4021ada) - [ux] Add support of .docx, .xlsx, .pptx, .rar mime types and folder; fix .doc and .ppt
|
|
2841
2857
|
|
|
2842
2858
|
### Patch Changes
|
|
@@ -2849,7 +2865,7 @@
|
|
|
2849
2865
|
|
|
2850
2866
|
### Patch Changes
|
|
2851
2867
|
|
|
2852
|
-
- [`845dee52a4a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/845dee52a4a) - [ux] Adds additional request access metadata to forbidden urls if avalible
|
|
2868
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644) [`845dee52a4a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/845dee52a4a) - [ux] Adds additional request access metadata to forbidden urls if avalible
|
|
2853
2869
|
- [`8d6a82191ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d6a82191ab) - Removes unused props from icon usage.
|
|
2854
2870
|
- [`695ce4fe717`](https://bitbucket.org/atlassian/atlassian-frontend/commits/695ce4fe717) - Adds additional request access metadata to forbidden urls if avalible
|
|
2855
2871
|
- Updated dependencies
|
|
@@ -2858,7 +2874,7 @@
|
|
|
2858
2874
|
|
|
2859
2875
|
### Major Changes
|
|
2860
2876
|
|
|
2861
|
-
- [`08c624ac7b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08c624ac7b8) - [ux] `inlinePreloaderStyle` prop was added to SmartCard. It can be either `'on-left-with-skeleton'` or a `'on-right-without-skeleton'`
|
|
2877
|
+
- [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178) [`08c624ac7b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08c624ac7b8) - [ux] `inlinePreloaderStyle` prop was added to SmartCard. It can be either `'on-left-with-skeleton'` or a `'on-right-without-skeleton'`
|
|
2862
2878
|
|
|
2863
2879
|
### Patch Changes
|
|
2864
2880
|
|
|
@@ -2871,33 +2887,33 @@
|
|
|
2871
2887
|
|
|
2872
2888
|
### Patch Changes
|
|
2873
2889
|
|
|
2874
|
-
- [`e604c297faf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e604c297faf) - Prevent resolveUnsupported errors being sent as unresolved events to stop SLO pollution.
|
|
2890
|
+
- [#8381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8381) [`e604c297faf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e604c297faf) - Prevent resolveUnsupported errors being sent as unresolved events to stop SLO pollution.
|
|
2875
2891
|
|
|
2876
2892
|
## 14.8.4
|
|
2877
2893
|
|
|
2878
2894
|
### Patch Changes
|
|
2879
2895
|
|
|
2880
|
-
- [`d9d5322b260`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9d5322b260) - [ux] Render as a blue link in adf when there is a fatal error on smartcard
|
|
2896
|
+
- [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762) [`d9d5322b260`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9d5322b260) - [ux] Render as a blue link in adf when there is a fatal error on smartcard
|
|
2881
2897
|
- Updated dependencies
|
|
2882
2898
|
|
|
2883
2899
|
## 14.8.3
|
|
2884
2900
|
|
|
2885
2901
|
### Patch Changes
|
|
2886
2902
|
|
|
2887
|
-
- [`eda409bf20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eda409bf20) - Handle network errors in smart-card client
|
|
2903
|
+
- [#7425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7425) [`eda409bf20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eda409bf20) - Handle network errors in smart-card client
|
|
2888
2904
|
- Updated dependencies
|
|
2889
2905
|
|
|
2890
2906
|
## 14.8.2
|
|
2891
2907
|
|
|
2892
2908
|
### Patch Changes
|
|
2893
2909
|
|
|
2894
|
-
- [`965c783580`](https://bitbucket.org/atlassian/atlassian-frontend/commits/965c783580) - add override references for Trello only
|
|
2910
|
+
- [#7559](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7559) [`965c783580`](https://bitbucket.org/atlassian/atlassian-frontend/commits/965c783580) - add override references for Trello only
|
|
2895
2911
|
|
|
2896
2912
|
## 14.8.1
|
|
2897
2913
|
|
|
2898
2914
|
### Patch Changes
|
|
2899
2915
|
|
|
2900
|
-
- [`fae156831b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fae156831b) - Removed unused devDependency (was only used in one example, which has been refactored)
|
|
2916
|
+
- [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170) [`fae156831b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fae156831b) - Removed unused devDependency (was only used in one example, which has been refactored)
|
|
2901
2917
|
- [`df97510b77`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df97510b77) - handle backend errors in smart-link dataloader
|
|
2902
2918
|
- [`b4cd19ad66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4cd19ad66) - To allow jira roadmap link with query param to convert to embed view
|
|
2903
2919
|
- Updated dependencies
|
|
@@ -2906,7 +2922,7 @@
|
|
|
2906
2922
|
|
|
2907
2923
|
### Minor Changes
|
|
2908
2924
|
|
|
2909
|
-
- [`6bef7adf66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6bef7adf66) - `Card` component expects optional `embedIframeRef` iframe ref. New `IframelyResizeMessageListener` HOC component export is introduced.
|
|
2925
|
+
- [#6930](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6930) [`6bef7adf66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6bef7adf66) - `Card` component expects optional `embedIframeRef` iframe ref. New `IframelyResizeMessageListener` HOC component export is introduced.
|
|
2910
2926
|
|
|
2911
2927
|
### Patch Changes
|
|
2912
2928
|
|
|
@@ -2918,7 +2934,7 @@
|
|
|
2918
2934
|
|
|
2919
2935
|
### Minor Changes
|
|
2920
2936
|
|
|
2921
|
-
- [`48995f73b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48995f73b2) - Create entry points to export internal API isolated from UI changes.
|
|
2937
|
+
- [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571) [`48995f73b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48995f73b2) - Create entry points to export internal API isolated from UI changes.
|
|
2922
2938
|
|
|
2923
2939
|
### Patch Changes
|
|
2924
2940
|
|
|
@@ -2928,13 +2944,13 @@
|
|
|
2928
2944
|
|
|
2929
2945
|
### Patch Changes
|
|
2930
2946
|
|
|
2931
|
-
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
2947
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857) [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
2932
2948
|
|
|
2933
2949
|
## 14.6.0
|
|
2934
2950
|
|
|
2935
2951
|
### Minor Changes
|
|
2936
2952
|
|
|
2937
|
-
- [`950ed4f24c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/950ed4f24c) - [ux] The embed card will now fallback to a inlineCard instead of blockCard in mobile
|
|
2953
|
+
- [#6228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6228) [`950ed4f24c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/950ed4f24c) - [ux] The embed card will now fallback to a inlineCard instead of blockCard in mobile
|
|
2938
2954
|
|
|
2939
2955
|
### Patch Changes
|
|
2940
2956
|
|
|
@@ -2946,7 +2962,7 @@
|
|
|
2946
2962
|
|
|
2947
2963
|
### Minor Changes
|
|
2948
2964
|
|
|
2949
|
-
- [`09de4533b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/09de4533b0) - Make findPattern available to consumers
|
|
2965
|
+
- [#5516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5516) [`09de4533b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/09de4533b0) - Make findPattern available to consumers
|
|
2950
2966
|
- [`3ae1d5929f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ae1d5929f) - [ux] Jira roadmap of classic projects will now be an embedCard by default
|
|
2951
2967
|
|
|
2952
2968
|
### Patch Changes
|
|
@@ -2957,13 +2973,13 @@
|
|
|
2957
2973
|
|
|
2958
2974
|
### Patch Changes
|
|
2959
2975
|
|
|
2960
|
-
- [`676241b24e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/676241b24e) - HOT-93133: fix analytics for Smart Links
|
|
2976
|
+
- [#5734](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5734) [`676241b24e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/676241b24e) - HOT-93133: fix analytics for Smart Links
|
|
2961
2977
|
|
|
2962
2978
|
## 14.4.3
|
|
2963
2979
|
|
|
2964
2980
|
### Patch Changes
|
|
2965
2981
|
|
|
2966
|
-
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
|
|
2982
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497) [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
|
|
2967
2983
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
2968
2984
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
2969
2985
|
|
|
@@ -2977,13 +2993,13 @@
|
|
|
2977
2993
|
|
|
2978
2994
|
### Patch Changes
|
|
2979
2995
|
|
|
2980
|
-
- [`2ac834240e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ac834240e) - Undo analytics-next file restructure to allow external ts definitions to continue working
|
|
2996
|
+
- [#5164](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5164) [`2ac834240e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ac834240e) - Undo analytics-next file restructure to allow external ts definitions to continue working
|
|
2981
2997
|
|
|
2982
2998
|
## 14.4.0
|
|
2983
2999
|
|
|
2984
3000
|
### Minor Changes
|
|
2985
3001
|
|
|
2986
|
-
- [`22105274d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22105274d2) - Only render smart-card when context.value is available
|
|
3002
|
+
- [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749) [`22105274d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22105274d2) - Only render smart-card when context.value is available
|
|
2987
3003
|
- [`c2e573479c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2e573479c) - EDM-937: added prefetching to Smart Links rendering path.
|
|
2988
3004
|
|
|
2989
3005
|
As of this version of `@atlaskit/smart-card`, when a Smart Link is initially rendered, one of two things will take place:
|
|
@@ -3014,13 +3030,13 @@
|
|
|
3014
3030
|
|
|
3015
3031
|
### Minor Changes
|
|
3016
3032
|
|
|
3017
|
-
- [`bc754bab5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc754bab5f) - expose SmartCardContext from @atlaskit/smart-card
|
|
3033
|
+
- [#4829](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4829) [`bc754bab5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc754bab5f) - expose SmartCardContext from @atlaskit/smart-card
|
|
3018
3034
|
|
|
3019
3035
|
## 14.2.3
|
|
3020
3036
|
|
|
3021
3037
|
### Patch Changes
|
|
3022
3038
|
|
|
3023
|
-
- [`6e5372dcda`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e5372dcda) - **Ticket:** EDM-1121
|
|
3039
|
+
- [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424) [`6e5372dcda`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e5372dcda) - **Ticket:** EDM-1121
|
|
3024
3040
|
|
|
3025
3041
|
**Changes:**
|
|
3026
3042
|
|
|
@@ -3044,7 +3060,7 @@
|
|
|
3044
3060
|
|
|
3045
3061
|
### Patch Changes
|
|
3046
3062
|
|
|
3047
|
-
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
3063
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885) [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
3048
3064
|
|
|
3049
3065
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
3050
3066
|
to prevent duplicates of tslib being bundled.
|
|
@@ -3053,13 +3069,13 @@
|
|
|
3053
3069
|
|
|
3054
3070
|
### Patch Changes
|
|
3055
3071
|
|
|
3056
|
-
- [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
|
|
3072
|
+
- [#4393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4393) [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
|
|
3057
3073
|
|
|
3058
3074
|
## 14.2.0
|
|
3059
3075
|
|
|
3060
3076
|
### Minor Changes
|
|
3061
3077
|
|
|
3062
|
-
- [`fae1f71b0f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fae1f71b0f) - Implement caching of duplicate URLs
|
|
3078
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823) [`fae1f71b0f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fae1f71b0f) - Implement caching of duplicate URLs
|
|
3063
3079
|
|
|
3064
3080
|
### Patch Changes
|
|
3065
3081
|
|
|
@@ -3074,7 +3090,7 @@
|
|
|
3074
3090
|
|
|
3075
3091
|
### Minor Changes
|
|
3076
3092
|
|
|
3077
|
-
- [`4311cf9bf1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4311cf9bf1) - Add additional connectFailedEvent reasons for smartcards
|
|
3093
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428) [`4311cf9bf1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4311cf9bf1) - Add additional connectFailedEvent reasons for smartcards
|
|
3078
3094
|
|
|
3079
3095
|
### Patch Changes
|
|
3080
3096
|
|
|
@@ -3088,7 +3104,7 @@
|
|
|
3088
3104
|
|
|
3089
3105
|
### Major Changes
|
|
3090
3106
|
|
|
3091
|
-
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
|
|
3107
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335) [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
|
|
3092
3108
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
3093
3109
|
|
|
3094
3110
|
### Patch Changes
|
|
@@ -3099,14 +3115,14 @@
|
|
|
3099
3115
|
|
|
3100
3116
|
### Patch Changes
|
|
3101
3117
|
|
|
3102
|
-
- [`cd9c2500a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd9c2500a8) - EDM-834: Jira Roadmap embeds will now be an embedCard by default and also wide
|
|
3118
|
+
- [#2763](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2763) [`cd9c2500a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd9c2500a8) - EDM-834: Jira Roadmap embeds will now be an embedCard by default and also wide
|
|
3103
3119
|
- [`b17d1c437a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b17d1c437a) - EDM-920: add required className to intersection observer loader
|
|
3104
3120
|
|
|
3105
3121
|
## 13.5.0
|
|
3106
3122
|
|
|
3107
3123
|
### Minor Changes
|
|
3108
3124
|
|
|
3109
|
-
- [`0ae829a4ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae829a4ea) - EDM-648: Adds resizing and alignment to embed cards
|
|
3125
|
+
- [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443) [`0ae829a4ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae829a4ea) - EDM-648: Adds resizing and alignment to embed cards
|
|
3110
3126
|
- [`62269a3e45`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62269a3e45) - Added undefined links
|
|
3111
3127
|
- [`996e045cc4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/996e045cc4) - EDM-776: add platform prop to @atlaskit/smart-card for rendering fallback on mobile (embed -> block)
|
|
3112
3128
|
|
|
@@ -3121,14 +3137,14 @@
|
|
|
3121
3137
|
|
|
3122
3138
|
### Patch Changes
|
|
3123
3139
|
|
|
3124
|
-
- [`455e383cda`](https://bitbucket.org/atlassian/atlassian-frontend/commits/455e383cda) - Use IntersectionObserver in smart-card to detect when a link enters the viewport
|
|
3140
|
+
- [#2984](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2984) [`455e383cda`](https://bitbucket.org/atlassian/atlassian-frontend/commits/455e383cda) - Use IntersectionObserver in smart-card to detect when a link enters the viewport
|
|
3125
3141
|
- Updated dependencies
|
|
3126
3142
|
|
|
3127
3143
|
## 13.4.0
|
|
3128
3144
|
|
|
3129
3145
|
### Minor Changes
|
|
3130
3146
|
|
|
3131
|
-
- [`50c333ab3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50c333ab3a) - EDM-216: Adds EmbedCards in the Editor under the flag - allowEmbeds in the UNSAFE_cards prop
|
|
3147
|
+
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137) [`50c333ab3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50c333ab3a) - EDM-216: Adds EmbedCards in the Editor under the flag - allowEmbeds in the UNSAFE_cards prop
|
|
3132
3148
|
|
|
3133
3149
|
### Patch Changes
|
|
3134
3150
|
|
|
@@ -3142,7 +3158,7 @@
|
|
|
3142
3158
|
|
|
3143
3159
|
### Minor Changes
|
|
3144
3160
|
|
|
3145
|
-
- [`9848dca5c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9848dca5c7) - Updated json-ld-types to 2.1.0
|
|
3161
|
+
- [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868) [`9848dca5c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9848dca5c7) - Updated json-ld-types to 2.1.0
|
|
3146
3162
|
|
|
3147
3163
|
### Patch Changes
|
|
3148
3164
|
|