@atlaskit/profilecard 19.5.10 → 19.5.11
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 +115 -109
- package/dist/cjs/client/TeamCentralCardClient.js +2 -2
- package/dist/cjs/client/UserProfileCardClient.js +1 -1
- package/dist/cjs/client/errorUtils.js +67 -14
- package/dist/cjs/client/getTeamFromAGG.js +5 -5
- package/dist/cjs/client/graphqlUtils.js +106 -36
- package/dist/cjs/client/types.js +5 -0
- package/dist/cjs/mocks/mock-team-client.js +6 -1
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/cjs/util/errors.js +114 -0
- package/dist/es2019/client/TeamCentralCardClient.js +3 -3
- package/dist/es2019/client/UserProfileCardClient.js +2 -2
- package/dist/es2019/client/errorUtils.js +63 -12
- package/dist/es2019/client/getTeamFromAGG.js +3 -3
- package/dist/es2019/client/graphqlUtils.js +28 -26
- package/dist/es2019/client/types.js +1 -0
- package/dist/es2019/mocks/mock-team-client.js +6 -1
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/es2019/util/errors.js +59 -0
- package/dist/esm/client/TeamCentralCardClient.js +3 -3
- package/dist/esm/client/UserProfileCardClient.js +2 -2
- package/dist/esm/client/errorUtils.js +63 -12
- package/dist/esm/client/getTeamFromAGG.js +6 -6
- package/dist/esm/client/graphqlUtils.js +104 -35
- package/dist/esm/client/types.js +1 -0
- package/dist/esm/mocks/mock-team-client.js +6 -1
- package/dist/esm/util/analytics.js +1 -1
- package/dist/esm/util/errors.js +102 -0
- package/dist/types/client/errorUtils.d.ts +5 -9
- package/dist/types/client/graphqlUtils.d.ts +13 -1
- package/dist/types/client/types.d.ts +12 -0
- package/dist/types/mocks/mock-team-client.d.ts +1 -0
- package/dist/types/util/analytics.d.ts +2 -1
- package/dist/types/util/errors.d.ts +43 -0
- package/dist/types-ts4.5/client/errorUtils.d.ts +5 -9
- package/dist/types-ts4.5/client/graphqlUtils.d.ts +13 -1
- package/dist/types-ts4.5/client/types.d.ts +12 -0
- package/dist/types-ts4.5/mocks/mock-team-client.d.ts +1 -0
- package/dist/types-ts4.5/util/analytics.d.ts +2 -1
- package/dist/types-ts4.5/util/errors.d.ts +43 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,49 +1,55 @@
|
|
|
1
1
|
# @atlaskit/profilecard
|
|
2
2
|
|
|
3
|
+
## 19.5.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#40822](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40822) [`179ee5ba573`](https://bitbucket.org/atlassian/atlassian-frontend/commits/179ee5ba573) - Better handling of errors
|
|
8
|
+
|
|
3
9
|
## 19.5.10
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
6
12
|
|
|
7
|
-
- [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
13
|
+
- [#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.
|
|
8
14
|
|
|
9
15
|
## 19.5.9
|
|
10
16
|
|
|
11
17
|
### Patch Changes
|
|
12
18
|
|
|
13
|
-
- [`c18f1580f12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c18f1580f12) - [ux] [ECA11Y-33] Remove unncessary prefix from mention icons aria-label attribute
|
|
14
|
-
- [`e9c9a4ea79f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9c9a4ea79f) - [ux] [ECA11Y-34] Replaced profile name span element with h2 tag
|
|
19
|
+
- [#39562](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39562) [`c18f1580f12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c18f1580f12) - [ux] [ECA11Y-33] Remove unncessary prefix from mention icons aria-label attribute
|
|
20
|
+
- [#39559](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39559) [`e9c9a4ea79f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9c9a4ea79f) - [ux] [ECA11Y-34] Replaced profile name span element with h2 tag
|
|
15
21
|
|
|
16
22
|
## 19.5.8
|
|
17
23
|
|
|
18
24
|
### Patch Changes
|
|
19
25
|
|
|
20
|
-
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
26
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
21
27
|
- Updated dependencies
|
|
22
28
|
|
|
23
29
|
## 19.5.7
|
|
24
30
|
|
|
25
31
|
### Patch Changes
|
|
26
32
|
|
|
27
|
-
- [`834a98bdc7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/834a98bdc7b) - [ECA11Y-13] Make focus ring visible for 'Give kudos' button
|
|
33
|
+
- [#37372](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37372) [`834a98bdc7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/834a98bdc7b) - [ECA11Y-13] Make focus ring visible for 'Give kudos' button
|
|
28
34
|
- Updated dependencies
|
|
29
35
|
|
|
30
36
|
## 19.5.6
|
|
31
37
|
|
|
32
38
|
### Patch Changes
|
|
33
39
|
|
|
34
|
-
- [`3ef90d5fc2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ef90d5fc2f) - Cleanup the references to version.json
|
|
40
|
+
- [#38551](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38551) [`3ef90d5fc2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ef90d5fc2f) - Cleanup the references to version.json
|
|
35
41
|
|
|
36
42
|
## 19.5.5
|
|
37
43
|
|
|
38
44
|
### Patch Changes
|
|
39
45
|
|
|
40
|
-
- [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
|
|
46
|
+
- [#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
|
|
41
47
|
|
|
42
48
|
## 19.5.4
|
|
43
49
|
|
|
44
50
|
### Patch Changes
|
|
45
51
|
|
|
46
|
-
- [`cc13658d9b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc13658d9b4) - Fix for incorrect GraphQL query variable in team card
|
|
52
|
+
- [#38237](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38237) [`cc13658d9b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc13658d9b4) - Fix for incorrect GraphQL query variable in team card
|
|
47
53
|
|
|
48
54
|
## 19.5.3
|
|
49
55
|
|
|
@@ -55,55 +61,55 @@
|
|
|
55
61
|
|
|
56
62
|
### Patch Changes
|
|
57
63
|
|
|
58
|
-
- [`0c6a7acba8d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c6a7acba8d) - Resolved an issue with the team profile card query having invalid formatting
|
|
64
|
+
- [#36576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36576) [`0c6a7acba8d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c6a7acba8d) - Resolved an issue with the team profile card query having invalid formatting
|
|
59
65
|
|
|
60
66
|
## 19.5.1
|
|
61
67
|
|
|
62
68
|
### Patch Changes
|
|
63
69
|
|
|
64
|
-
- [`5259a126fa1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5259a126fa1) - Replace calls to pf-directory `Team` and `TeamMembership` with AGG `teamV2` in Directory app.
|
|
70
|
+
- [#35908](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35908) [`5259a126fa1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5259a126fa1) - Replace calls to pf-directory `Team` and `TeamMembership` with AGG `teamV2` in Directory app.
|
|
65
71
|
|
|
66
72
|
## 19.5.0
|
|
67
73
|
|
|
68
74
|
### Minor Changes
|
|
69
75
|
|
|
70
|
-
- [`5a5c412a944`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a5c412a944) - Site scoped changes for TeamProfileCard - behind FF platform.teams.site-scoped.m1
|
|
76
|
+
- [#35776](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35776) [`5a5c412a944`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a5c412a944) - Site scoped changes for TeamProfileCard - behind FF platform.teams.site-scoped.m1
|
|
71
77
|
|
|
72
78
|
## 19.4.2
|
|
73
79
|
|
|
74
80
|
### Patch Changes
|
|
75
81
|
|
|
76
|
-
- [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
|
|
82
|
+
- [#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
|
|
77
83
|
|
|
78
84
|
## 19.4.1
|
|
79
85
|
|
|
80
86
|
### Patch Changes
|
|
81
87
|
|
|
82
|
-
- [`2eb438477ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2eb438477ab) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
|
|
88
|
+
- [#34118](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34118) [`2eb438477ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2eb438477ab) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
|
|
83
89
|
|
|
84
90
|
## 19.4.0
|
|
85
91
|
|
|
86
92
|
### Minor Changes
|
|
87
93
|
|
|
88
|
-
- [`17fe8f92030`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17fe8f92030) - Correctly export i18n messages from profilecard!
|
|
94
|
+
- [#34206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34206) [`17fe8f92030`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17fe8f92030) - Correctly export i18n messages from profilecard!
|
|
89
95
|
|
|
90
96
|
## 19.3.2
|
|
91
97
|
|
|
92
98
|
### Patch Changes
|
|
93
99
|
|
|
94
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
100
|
+
- [#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
|
|
95
101
|
|
|
96
102
|
## 19.3.1
|
|
97
103
|
|
|
98
104
|
### Patch Changes
|
|
99
105
|
|
|
100
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
106
|
+
- [#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`
|
|
101
107
|
|
|
102
108
|
## 19.3.0
|
|
103
109
|
|
|
104
110
|
### Minor Changes
|
|
105
111
|
|
|
106
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
112
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
107
113
|
|
|
108
114
|
### Patch Changes
|
|
109
115
|
|
|
@@ -113,49 +119,49 @@
|
|
|
113
119
|
|
|
114
120
|
### Patch Changes
|
|
115
121
|
|
|
116
|
-
- [`c3d16d3164f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3d16d3164f) - Migrated use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
|
|
122
|
+
- [#32030](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32030) [`c3d16d3164f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3d16d3164f) - Migrated use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
|
|
117
123
|
|
|
118
124
|
## 19.2.1
|
|
119
125
|
|
|
120
126
|
### Patch Changes
|
|
121
127
|
|
|
122
|
-
- [`052672d7eca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/052672d7eca) - Added errorSource to analytics events, added tests for fail events
|
|
128
|
+
- [#31560](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31560) [`052672d7eca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/052672d7eca) - Added errorSource to analytics events, added tests for fail events
|
|
123
129
|
|
|
124
130
|
## 19.2.0
|
|
125
131
|
|
|
126
132
|
### Minor Changes
|
|
127
133
|
|
|
128
|
-
- [`2af6359970f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2af6359970f) - [ux] This change (related to TSLA-521) adds an onFocus handler for the profile card trigger that performs the same behavior as onHover. The change also adds an onBlur handler.
|
|
134
|
+
- [#31233](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31233) [`2af6359970f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2af6359970f) - [ux] This change (related to TSLA-521) adds an onFocus handler for the profile card trigger that performs the same behavior as onHover. The change also adds an onBlur handler.
|
|
129
135
|
|
|
130
136
|
## 19.1.1
|
|
131
137
|
|
|
132
138
|
### Patch Changes
|
|
133
139
|
|
|
134
|
-
- [`f80d2e43a41`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f80d2e43a41) - Added traceId, errorSource and errorMessage to analytic events
|
|
140
|
+
- [#31423](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31423) [`f80d2e43a41`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f80d2e43a41) - Added traceId, errorSource and errorMessage to analytic events
|
|
135
141
|
|
|
136
142
|
## 19.1.0
|
|
137
143
|
|
|
138
144
|
### Minor Changes
|
|
139
145
|
|
|
140
|
-
- [`13af6ca0e48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/13af6ca0e48) - [ux] TSLA-521 docs(changeset): [ux] This change (TSLA-521) adds keyboard support for the profile card component by adding tabindex, an onKeyPress handler, and setting role="button" when the card is trigged by click. This change also adds unit tests for the profile card trigger as well as notifcations.
|
|
146
|
+
- [#31160](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31160) [`13af6ca0e48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/13af6ca0e48) - [ux] TSLA-521 docs(changeset): [ux] This change (TSLA-521) adds keyboard support for the profile card component by adding tabindex, an onKeyPress handler, and setting role="button" when the card is trigged by click. This change also adds unit tests for the profile card trigger as well as notifcations.
|
|
141
147
|
|
|
142
148
|
## 19.0.0
|
|
143
149
|
|
|
144
150
|
### Major Changes
|
|
145
151
|
|
|
146
|
-
- [`6e57454a13a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e57454a13a) - makeRequestViaGateway removed from TeamProfileClient, instead use makeRequest. teamsUseV2 removed from ProfileCardClient, it will now always use V3.
|
|
152
|
+
- [#31230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31230) [`6e57454a13a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e57454a13a) - makeRequestViaGateway removed from TeamProfileClient, instead use makeRequest. teamsUseV2 removed from ProfileCardClient, it will now always use V3.
|
|
147
153
|
|
|
148
154
|
## 18.4.0
|
|
149
155
|
|
|
150
156
|
### Minor Changes
|
|
151
157
|
|
|
152
|
-
- [`312e4be46d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/312e4be46d2) - Always call AGG for team data'
|
|
158
|
+
- [#30903](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30903) [`312e4be46d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/312e4be46d2) - Always call AGG for team data'
|
|
153
159
|
|
|
154
160
|
## 18.3.0
|
|
155
161
|
|
|
156
162
|
### Minor Changes
|
|
157
163
|
|
|
158
|
-
- [`9cbd4a1766b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9cbd4a1766b) - [ux] Added an error state for team profile card that is displayed when the user lack of access to the team
|
|
164
|
+
- [#30439](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30439) [`9cbd4a1766b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9cbd4a1766b) - [ux] Added an error state for team profile card that is displayed when the user lack of access to the team
|
|
159
165
|
|
|
160
166
|
## 18.2.4
|
|
161
167
|
|
|
@@ -173,43 +179,43 @@
|
|
|
173
179
|
|
|
174
180
|
### Patch Changes
|
|
175
181
|
|
|
176
|
-
- [`7d2488dcbcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d2488dcbcf) - Upgrade lru-fast@0.2.2 to lru_map
|
|
182
|
+
- [#29080](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29080) [`7d2488dcbcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d2488dcbcf) - Upgrade lru-fast@0.2.2 to lru_map
|
|
177
183
|
|
|
178
184
|
## 18.2.1
|
|
179
185
|
|
|
180
186
|
### Patch Changes
|
|
181
187
|
|
|
182
|
-
- [`20f162117fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20f162117fb) - Remove usaged of themed for light and dark theme
|
|
188
|
+
- [#29094](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29094) [`20f162117fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20f162117fb) - Remove usaged of themed for light and dark theme
|
|
183
189
|
|
|
184
190
|
## 18.2.0
|
|
185
191
|
|
|
186
192
|
### Minor Changes
|
|
187
193
|
|
|
188
|
-
- [`da891855ee9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da891855ee9) - Remove Atlas give kudos M2 feature flag check
|
|
194
|
+
- [#28622](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28622) [`da891855ee9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da891855ee9) - Remove Atlas give kudos M2 feature flag check
|
|
189
195
|
|
|
190
196
|
## 18.1.3
|
|
191
197
|
|
|
192
198
|
### Patch Changes
|
|
193
199
|
|
|
194
|
-
- [`5e697be0410`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e697be0410) - [ux] Fix team header image bug
|
|
200
|
+
- [#28723](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28723) [`5e697be0410`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e697be0410) - [ux] Fix team header image bug
|
|
195
201
|
|
|
196
202
|
## 18.1.2
|
|
197
203
|
|
|
198
204
|
### Patch Changes
|
|
199
205
|
|
|
200
|
-
- [`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.
|
|
206
|
+
- [#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.
|
|
201
207
|
|
|
202
208
|
## 18.1.1
|
|
203
209
|
|
|
204
210
|
### Patch Changes
|
|
205
211
|
|
|
206
|
-
- [`60b1c9b0f05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60b1c9b0f05) - Upgrade profilecard to the latest major version of emotion
|
|
212
|
+
- [#28352](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28352) [`60b1c9b0f05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60b1c9b0f05) - Upgrade profilecard to the latest major version of emotion
|
|
207
213
|
|
|
208
214
|
## 18.1.0
|
|
209
215
|
|
|
210
216
|
### Minor Changes
|
|
211
217
|
|
|
212
|
-
- [`227230d34f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/227230d34f2) - Allow option to force team profilecard to use pf-directory
|
|
218
|
+
- [#28343](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28343) [`227230d34f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/227230d34f2) - Allow option to force team profilecard to use pf-directory
|
|
213
219
|
|
|
214
220
|
## 18.0.2
|
|
215
221
|
|
|
@@ -227,7 +233,7 @@
|
|
|
227
233
|
|
|
228
234
|
### Major Changes
|
|
229
235
|
|
|
230
|
-
- [`d1789629297`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d1789629297) - Switch from styled-components to emotion for CSS
|
|
236
|
+
- [#27453](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27453) [`d1789629297`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d1789629297) - Switch from styled-components to emotion for CSS
|
|
231
237
|
|
|
232
238
|
## 17.3.1
|
|
233
239
|
|
|
@@ -239,13 +245,13 @@
|
|
|
239
245
|
|
|
240
246
|
### Minor Changes
|
|
241
247
|
|
|
242
|
-
- [`b2ef0c20138`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2ef0c20138) - [ux] Don't shift focus when triggering user or team profilecard via hover
|
|
248
|
+
- [#27395](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27395) [`b2ef0c20138`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2ef0c20138) - [ux] Don't shift focus when triggering user or team profilecard via hover
|
|
243
249
|
|
|
244
250
|
## 17.2.7
|
|
245
251
|
|
|
246
252
|
### Patch Changes
|
|
247
253
|
|
|
248
|
-
- [`7bb86e9484c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7bb86e9484c) - Transform errors from AGG and ignore 403(TEAMS_FORBIDDEN) and 410(TEAMS_TEAM_DELETED) errors for SLO failure
|
|
254
|
+
- [#27626](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27626) [`7bb86e9484c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7bb86e9484c) - Transform errors from AGG and ignore 403(TEAMS_FORBIDDEN) and 410(TEAMS_TEAM_DELETED) errors for SLO failure
|
|
249
255
|
|
|
250
256
|
## 17.2.6
|
|
251
257
|
|
|
@@ -257,13 +263,13 @@
|
|
|
257
263
|
|
|
258
264
|
### Patch Changes
|
|
259
265
|
|
|
260
|
-
- [`dbd0fa0aa5e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbd0fa0aa5e) - Handle both new and legacy Team ARIs
|
|
266
|
+
- [#26483](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26483) [`dbd0fa0aa5e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbd0fa0aa5e) - Handle both new and legacy Team ARIs
|
|
261
267
|
|
|
262
268
|
## 17.2.4
|
|
263
269
|
|
|
264
270
|
### Patch Changes
|
|
265
271
|
|
|
266
|
-
- [`250ad85dd78`](https://bitbucket.org/atlassian/atlassian-frontend/commits/250ad85dd78) - [ux] Removed ButtonGroup from team profile card to fix the layout of action buttons
|
|
272
|
+
- [#26481](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26481) [`250ad85dd78`](https://bitbucket.org/atlassian/atlassian-frontend/commits/250ad85dd78) - [ux] Removed ButtonGroup from team profile card to fix the layout of action buttons
|
|
267
273
|
|
|
268
274
|
## 17.2.3
|
|
269
275
|
|
|
@@ -275,19 +281,19 @@
|
|
|
275
281
|
|
|
276
282
|
### Patch Changes
|
|
277
283
|
|
|
278
|
-
- [`285ad326001`](https://bitbucket.org/atlassian/atlassian-frontend/commits/285ad326001) - no-issue: Translations update
|
|
284
|
+
- [#23053](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23053) [`285ad326001`](https://bitbucket.org/atlassian/atlassian-frontend/commits/285ad326001) - no-issue: Translations update
|
|
279
285
|
|
|
280
286
|
## 17.2.1
|
|
281
287
|
|
|
282
288
|
### Patch Changes
|
|
283
289
|
|
|
284
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
290
|
+
- [#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`
|
|
285
291
|
|
|
286
292
|
## 17.2.0
|
|
287
293
|
|
|
288
294
|
### Minor Changes
|
|
289
295
|
|
|
290
|
-
- [`7f54d783d6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f54d783d6e) - Add mock for team central client workspace check
|
|
296
|
+
- [#25271](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25271) [`7f54d783d6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f54d783d6e) - Add mock for team central client workspace check
|
|
291
297
|
|
|
292
298
|
## 17.1.1
|
|
293
299
|
|
|
@@ -299,31 +305,31 @@
|
|
|
299
305
|
|
|
300
306
|
### Minor Changes
|
|
301
307
|
|
|
302
|
-
- [`aa321e66c2a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa321e66c2a) - Add cloudid as optional client prop and add workspace check for Atlas functionality
|
|
308
|
+
- [#24175](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24175) [`aa321e66c2a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa321e66c2a) - Add cloudid as optional client prop and add workspace check for Atlas functionality
|
|
303
309
|
|
|
304
310
|
## 17.0.0
|
|
305
311
|
|
|
306
312
|
### Major Changes
|
|
307
313
|
|
|
308
|
-
- [`fae495c5956`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fae495c5956) - Deprecated the analytics prop and start emitting GASv3 analytics
|
|
314
|
+
- [#23125](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23125) [`fae495c5956`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fae495c5956) - Deprecated the analytics prop and start emitting GASv3 analytics
|
|
309
315
|
|
|
310
316
|
## 16.12.1
|
|
311
317
|
|
|
312
318
|
### Patch Changes
|
|
313
319
|
|
|
314
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
320
|
+
- [#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`.
|
|
315
321
|
|
|
316
322
|
## 16.12.0
|
|
317
323
|
|
|
318
324
|
### Minor Changes
|
|
319
325
|
|
|
320
|
-
- [`12835d685b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12835d685b4) - [ux] Only show give kudos button on active profiles
|
|
326
|
+
- [#23898](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23898) [`12835d685b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12835d685b4) - [ux] Only show give kudos button on active profiles
|
|
321
327
|
|
|
322
328
|
## 16.11.0
|
|
323
329
|
|
|
324
330
|
### Minor Changes
|
|
325
331
|
|
|
326
|
-
- [`01d80d395bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01d80d395bc) - pass event to onOpenChange consistently
|
|
332
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`01d80d395bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01d80d395bc) - pass event to onOpenChange consistently
|
|
327
333
|
|
|
328
334
|
### Patch Changes
|
|
329
335
|
|
|
@@ -339,7 +345,7 @@
|
|
|
339
345
|
|
|
340
346
|
### Minor Changes
|
|
341
347
|
|
|
342
|
-
- [`e5fbc101e73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5fbc101e73) - Remove analytics prop from give kudos component
|
|
348
|
+
- [#23074](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23074) [`e5fbc101e73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5fbc101e73) - Remove analytics prop from give kudos component
|
|
343
349
|
|
|
344
350
|
### Patch Changes
|
|
345
351
|
|
|
@@ -355,37 +361,37 @@
|
|
|
355
361
|
|
|
356
362
|
### Minor Changes
|
|
357
363
|
|
|
358
|
-
- [`1f16cd80413`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f16cd80413) - [ux] Add give kudos to Team profile card.
|
|
364
|
+
- [#22749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22749) [`1f16cd80413`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f16cd80413) - [ux] Add give kudos to Team profile card.
|
|
359
365
|
|
|
360
366
|
## 16.8.0
|
|
361
367
|
|
|
362
368
|
### Minor Changes
|
|
363
369
|
|
|
364
|
-
- [`319c46e77de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/319c46e77de) - [ux] Adding a button background animation when the give kudos button on the profile card is hovered over
|
|
370
|
+
- [#22618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22618) [`319c46e77de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/319c46e77de) - [ux] Adding a button background animation when the give kudos button on the profile card is hovered over
|
|
365
371
|
|
|
366
372
|
## 16.7.0
|
|
367
373
|
|
|
368
374
|
### Minor Changes
|
|
369
375
|
|
|
370
|
-
- [`4e9fbfb9e85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e9fbfb9e85) - [ux] Adding meatballs overflow menu when the profile card has more than two action buttons
|
|
376
|
+
- [#22588](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22588) [`4e9fbfb9e85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e9fbfb9e85) - [ux] Adding meatballs overflow menu when the profile card has more than two action buttons
|
|
371
377
|
|
|
372
378
|
## 16.6.1
|
|
373
379
|
|
|
374
380
|
### Patch Changes
|
|
375
381
|
|
|
376
|
-
- [`cf03bdf6b7e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf03bdf6b7e) - Made feature flag check extra context optional.
|
|
382
|
+
- [#22624](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22624) [`cf03bdf6b7e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf03bdf6b7e) - Made feature flag check extra context optional.
|
|
377
383
|
|
|
378
384
|
## 16.6.0
|
|
379
385
|
|
|
380
386
|
### Minor Changes
|
|
381
387
|
|
|
382
|
-
- [`7c691c8e8a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c691c8e8a9) - [ux] Launch the give kudos flow via a drawer from the profile-card.
|
|
388
|
+
- [#22152](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22152) [`7c691c8e8a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c691c8e8a9) - [ux] Launch the give kudos flow via a drawer from the profile-card.
|
|
383
389
|
|
|
384
390
|
## 16.5.0
|
|
385
391
|
|
|
386
392
|
### Minor Changes
|
|
387
393
|
|
|
388
|
-
- [`31ca93c69a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31ca93c69a3) - [ux] Adding give kudos button to the profile card
|
|
394
|
+
- [#21848](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21848) [`31ca93c69a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31ca93c69a3) - [ux] Adding give kudos button to the profile card
|
|
389
395
|
|
|
390
396
|
## 16.4.8
|
|
391
397
|
|
|
@@ -403,25 +409,25 @@
|
|
|
403
409
|
|
|
404
410
|
### Patch Changes
|
|
405
411
|
|
|
406
|
-
- [`386249e4be4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/386249e4be4) - [ux] Fix hide handler when the profile card is triggered via click
|
|
412
|
+
- [#21462](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21462) [`386249e4be4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/386249e4be4) - [ux] Fix hide handler when the profile card is triggered via click
|
|
407
413
|
|
|
408
414
|
## 16.4.5
|
|
409
415
|
|
|
410
416
|
### Patch Changes
|
|
411
417
|
|
|
412
|
-
- [`18ab5ef3325`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18ab5ef3325) - Filter out certain types of failures for team profilecard data fetch
|
|
418
|
+
- [#20787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20787) [`18ab5ef3325`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18ab5ef3325) - Filter out certain types of failures for team profilecard data fetch
|
|
413
419
|
|
|
414
420
|
## 16.4.4
|
|
415
421
|
|
|
416
422
|
### Patch Changes
|
|
417
423
|
|
|
418
|
-
- [`b876346271a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b876346271a) - Ensure that component wrapping a ProfileCardTrigger is not clicked when clicking the trigger
|
|
424
|
+
- [#21005](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21005) [`b876346271a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b876346271a) - Ensure that component wrapping a ProfileCardTrigger is not clicked when clicking the trigger
|
|
419
425
|
|
|
420
426
|
## 16.4.3
|
|
421
427
|
|
|
422
428
|
### Patch Changes
|
|
423
429
|
|
|
424
|
-
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
430
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
425
431
|
- Updated dependencies
|
|
426
432
|
|
|
427
433
|
## 16.4.2
|
|
@@ -434,14 +440,14 @@
|
|
|
434
440
|
|
|
435
441
|
### Patch Changes
|
|
436
442
|
|
|
437
|
-
- [`ac9343c3ed4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac9343c3ed4) - Replaces usage of deprecated design tokens. No visual or functional changes
|
|
443
|
+
- [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618) [`ac9343c3ed4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac9343c3ed4) - Replaces usage of deprecated design tokens. No visual or functional changes
|
|
438
444
|
- Updated dependencies
|
|
439
445
|
|
|
440
446
|
## 16.4.0
|
|
441
447
|
|
|
442
448
|
### Minor Changes
|
|
443
449
|
|
|
444
|
-
- [`4c94bc2d6c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c94bc2d6c4) - Update profilecard to use analytics from teams common
|
|
450
|
+
- [#19693](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19693) [`4c94bc2d6c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c94bc2d6c4) - Update profilecard to use analytics from teams common
|
|
445
451
|
|
|
446
452
|
## 16.3.1
|
|
447
453
|
|
|
@@ -453,19 +459,19 @@
|
|
|
453
459
|
|
|
454
460
|
### Minor Changes
|
|
455
461
|
|
|
456
|
-
- [`ce207d8ea47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce207d8ea47) - Add option to query teams with AGG
|
|
462
|
+
- [#17604](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17604) [`ce207d8ea47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce207d8ea47) - Add option to query teams with AGG
|
|
457
463
|
|
|
458
464
|
## 16.2.3
|
|
459
465
|
|
|
460
466
|
### Patch Changes
|
|
461
467
|
|
|
462
|
-
- [`4d4d5d66cb8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d4d5d66cb8) - Use entrypoints to import profilecard components
|
|
468
|
+
- [#18109](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18109) [`4d4d5d66cb8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d4d5d66cb8) - Use entrypoints to import profilecard components
|
|
463
469
|
|
|
464
470
|
## 16.2.2
|
|
465
471
|
|
|
466
472
|
### Patch Changes
|
|
467
473
|
|
|
468
|
-
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when auto-fixing by correctly formatting token ids.
|
|
474
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when auto-fixing by correctly formatting token ids.
|
|
469
475
|
- Updated dependencies
|
|
470
476
|
|
|
471
477
|
## 16.2.1
|
|
@@ -478,31 +484,31 @@
|
|
|
478
484
|
|
|
479
485
|
### Minor Changes
|
|
480
486
|
|
|
481
|
-
- [`4039320b130`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4039320b130) - Support lazy loading in the ProfileCardTrigger component
|
|
487
|
+
- [#17840](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17840) [`4039320b130`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4039320b130) - Support lazy loading in the ProfileCardTrigger component
|
|
482
488
|
|
|
483
489
|
## 16.1.0
|
|
484
490
|
|
|
485
491
|
### Minor Changes
|
|
486
492
|
|
|
487
|
-
- [`a5c73ccaa58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5c73ccaa58) - Added manager and direct reports section to profile hover card"
|
|
493
|
+
- [#17298](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17298) [`a5c73ccaa58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5c73ccaa58) - Added manager and direct reports section to profile hover card"
|
|
488
494
|
|
|
489
495
|
## 16.0.2
|
|
490
496
|
|
|
491
497
|
### Patch Changes
|
|
492
498
|
|
|
493
|
-
- [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
499
|
+
- [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475) [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
494
500
|
|
|
495
501
|
## 16.0.1
|
|
496
502
|
|
|
497
503
|
### Patch Changes
|
|
498
504
|
|
|
499
|
-
- [`82099b76445`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82099b76445) - Add optional `testId` prop to `ProfileCardTrigger` to ease testing
|
|
505
|
+
- [#16812](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16812) [`82099b76445`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82099b76445) - Add optional `testId` prop to `ProfileCardTrigger` to ease testing
|
|
500
506
|
|
|
501
507
|
## 16.0.0
|
|
502
508
|
|
|
503
509
|
### Major Changes
|
|
504
510
|
|
|
505
|
-
- [`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
|
|
511
|
+
- [#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
|
|
506
512
|
|
|
507
513
|
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.
|
|
508
514
|
Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
|
|
@@ -556,7 +562,7 @@
|
|
|
556
562
|
|
|
557
563
|
### Minor Changes
|
|
558
564
|
|
|
559
|
-
- [`1b9bc1e4b9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b9bc1e4b9a) - [ux] Instrumented profilecard with the new theming package, `@atlaskit/tokens`.
|
|
565
|
+
- [#15859](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15859) [`1b9bc1e4b9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b9bc1e4b9a) - [ux] Instrumented profilecard with the new theming package, `@atlaskit/tokens`.
|
|
560
566
|
|
|
561
567
|
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
|
|
562
568
|
These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
|
|
@@ -565,38 +571,38 @@
|
|
|
565
571
|
|
|
566
572
|
### Patch Changes
|
|
567
573
|
|
|
568
|
-
- [`d04cae5d45c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d04cae5d45c) - Expose some mock helpers
|
|
574
|
+
- [#15267](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15267) [`d04cae5d45c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d04cae5d45c) - Expose some mock helpers
|
|
569
575
|
|
|
570
576
|
## 15.7.0
|
|
571
577
|
|
|
572
578
|
### Minor Changes
|
|
573
579
|
|
|
574
|
-
- [`322786b0386`](https://bitbucket.org/atlassian/atlassian-frontend/commits/322786b0386) - Export team profile card content to outside so we can use it to build legacy profile card in Jira FE
|
|
580
|
+
- [#15165](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15165) [`322786b0386`](https://bitbucket.org/atlassian/atlassian-frontend/commits/322786b0386) - Export team profile card content to outside so we can use it to build legacy profile card in Jira FE
|
|
575
581
|
|
|
576
582
|
## 15.6.2
|
|
577
583
|
|
|
578
584
|
### Patch Changes
|
|
579
585
|
|
|
580
|
-
- [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Internal changes to remove `@atlaskit/theme/math` usage.
|
|
586
|
+
- [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319) [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Internal changes to remove `@atlaskit/theme/math` usage.
|
|
581
587
|
- Updated dependencies
|
|
582
588
|
|
|
583
589
|
## 15.6.1
|
|
584
590
|
|
|
585
591
|
### Patch Changes
|
|
586
592
|
|
|
587
|
-
- [`301bf1b9e08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/301bf1b9e08) - Bring `withOuterListeners` HOC back so that Jira can continue use it
|
|
593
|
+
- [#14411](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14411) [`301bf1b9e08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/301bf1b9e08) - Bring `withOuterListeners` HOC back so that Jira can continue use it
|
|
588
594
|
|
|
589
595
|
## 15.6.0
|
|
590
596
|
|
|
591
597
|
### Minor Changes
|
|
592
598
|
|
|
593
|
-
- [`d07a1ced0bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d07a1ced0bd) - Pass orgId on to service when querying team
|
|
599
|
+
- [#13464](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13464) [`d07a1ced0bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d07a1ced0bd) - Pass orgId on to service when querying team
|
|
594
600
|
|
|
595
601
|
## 15.5.12
|
|
596
602
|
|
|
597
603
|
### Patch Changes
|
|
598
604
|
|
|
599
|
-
- [`524b20aff9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/524b20aff9a) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
|
|
605
|
+
- [#13136](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13136) [`524b20aff9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/524b20aff9a) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
|
|
600
606
|
- [`3c0349f272a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c0349f272a) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
|
|
601
607
|
- [`591d34f966f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/591d34f966f) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
|
|
602
608
|
|
|
@@ -610,13 +616,13 @@
|
|
|
610
616
|
|
|
611
617
|
### Patch Changes
|
|
612
618
|
|
|
613
|
-
- [`414b6216adf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/414b6216adf) - Upgrade date-fns to ^2.17
|
|
619
|
+
- [#9328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9328) [`414b6216adf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/414b6216adf) - Upgrade date-fns to ^2.17
|
|
614
620
|
|
|
615
621
|
## 15.5.9
|
|
616
622
|
|
|
617
623
|
### Patch Changes
|
|
618
624
|
|
|
619
|
-
- [`d57d071183e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d57d071183e) - Fix a bug - should re-render ProfileCard when "resourceClient" prop is changed
|
|
625
|
+
- [#11951](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11951) [`d57d071183e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d57d071183e) - Fix a bug - should re-render ProfileCard when "resourceClient" prop is changed
|
|
620
626
|
|
|
621
627
|
## 15.5.8
|
|
622
628
|
|
|
@@ -628,37 +634,37 @@
|
|
|
628
634
|
|
|
629
635
|
### Patch Changes
|
|
630
636
|
|
|
631
|
-
- [`8b87ba0c18c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b87ba0c18c) - Fix the behavior of command click and shift click on links
|
|
637
|
+
- [#10514](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10514) [`8b87ba0c18c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b87ba0c18c) - Fix the behavior of command click and shift click on links
|
|
632
638
|
|
|
633
639
|
## 15.5.6
|
|
634
640
|
|
|
635
641
|
### Patch Changes
|
|
636
642
|
|
|
637
|
-
- [`f8cf7c90c94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8cf7c90c94) - Added error attributes to analytics after failures so we can track issue causes
|
|
643
|
+
- [#10136](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10136) [`f8cf7c90c94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8cf7c90c94) - Added error attributes to analytics after failures so we can track issue causes
|
|
638
644
|
|
|
639
645
|
## 15.5.5
|
|
640
646
|
|
|
641
647
|
### Patch Changes
|
|
642
648
|
|
|
643
|
-
- [`f5c41936feb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5c41936feb) - Fix the props to allow better customization of links on avatars in team profilecards.
|
|
649
|
+
- [#9558](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9558) [`f5c41936feb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5c41936feb) - Fix the props to allow better customization of links on avatars in team profilecards.
|
|
644
650
|
|
|
645
651
|
## 15.5.4
|
|
646
652
|
|
|
647
653
|
### Patch Changes
|
|
648
654
|
|
|
649
|
-
- [`9f19d3e89fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f19d3e89fe) - CONFDEV-73945: Added optional customLozenges property to ProfileCardClientData so Typescript will allow custom UserProfileClients to add custom lozenges to the ProfileCard
|
|
655
|
+
- [#9460](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9460) [`9f19d3e89fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f19d3e89fe) - CONFDEV-73945: Added optional customLozenges property to ProfileCardClientData so Typescript will allow custom UserProfileClients to add custom lozenges to the ProfileCard
|
|
650
656
|
|
|
651
657
|
## 15.5.3
|
|
652
658
|
|
|
653
659
|
### Patch Changes
|
|
654
660
|
|
|
655
|
-
- [`e7d0d61bfc0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7d0d61bfc0) - Fixed analytics issues in Team Profilecard avatars and added key to User Profilecard lozenges
|
|
661
|
+
- [#9307](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9307) [`e7d0d61bfc0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7d0d61bfc0) - Fixed analytics issues in Team Profilecard avatars and added key to User Profilecard lozenges
|
|
656
662
|
|
|
657
663
|
## 15.5.2
|
|
658
664
|
|
|
659
665
|
### Patch Changes
|
|
660
666
|
|
|
661
|
-
- [`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) - Downgrade back to date-fns 1.30.1
|
|
667
|
+
- [#9299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9299) [`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) - Downgrade back to date-fns 1.30.1
|
|
662
668
|
We discovered big bundle size increases associated with the date-fns upgrade.
|
|
663
669
|
We're reverting the upgarde to investigate
|
|
664
670
|
|
|
@@ -666,121 +672,121 @@
|
|
|
666
672
|
|
|
667
673
|
### Patch Changes
|
|
668
674
|
|
|
669
|
-
- [`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) - Upgrade date-fns to 2.17
|
|
675
|
+
- [#8291](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8291) [`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) - Upgrade date-fns to 2.17
|
|
670
676
|
|
|
671
677
|
## 15.5.0
|
|
672
678
|
|
|
673
679
|
### Minor Changes
|
|
674
680
|
|
|
675
|
-
- [`54f4ce55485`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54f4ce55485) - Changed ProfileCard's customLozenges' 'text' prop type to accept a ReactNode to allow internationalized <FormattedMessage> elements in addition to string
|
|
681
|
+
- [#9165](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9165) [`54f4ce55485`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54f4ce55485) - Changed ProfileCard's customLozenges' 'text' prop type to accept a ReactNode to allow internationalized <FormattedMessage> elements in addition to string
|
|
676
682
|
|
|
677
683
|
## 15.4.0
|
|
678
684
|
|
|
679
685
|
### Minor Changes
|
|
680
686
|
|
|
681
|
-
- [`e76cdc56e39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e76cdc56e39) - Made cloudId optional, to increase usability in site-less contexts like new products.
|
|
687
|
+
- [#8973](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8973) [`e76cdc56e39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e76cdc56e39) - Made cloudId optional, to increase usability in site-less contexts like new products.
|
|
682
688
|
|
|
683
689
|
## 15.3.1
|
|
684
690
|
|
|
685
691
|
### Patch Changes
|
|
686
692
|
|
|
687
|
-
- [`620ddc14690`](https://bitbucket.org/atlassian/atlassian-frontend/commits/620ddc14690) - [ux] Correct styling on Profile Card triggers
|
|
693
|
+
- [#9010](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9010) [`620ddc14690`](https://bitbucket.org/atlassian/atlassian-frontend/commits/620ddc14690) - [ux] Correct styling on Profile Card triggers
|
|
688
694
|
|
|
689
695
|
## 15.3.0
|
|
690
696
|
|
|
691
697
|
### Minor Changes
|
|
692
698
|
|
|
693
|
-
- [`5e7fbaa154f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e7fbaa154f) - [ux] Added an optional prop to the Profilecard component for displaying custom lozenges
|
|
699
|
+
- [#8759](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8759) [`5e7fbaa154f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e7fbaa154f) - [ux] Added an optional prop to the Profilecard component for displaying custom lozenges
|
|
694
700
|
|
|
695
701
|
## 15.2.0
|
|
696
702
|
|
|
697
703
|
### Minor Changes
|
|
698
704
|
|
|
699
|
-
- [`61544638935`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61544638935) - Added analytics to the Team profile card
|
|
705
|
+
- [#8844](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8844) [`61544638935`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61544638935) - Added analytics to the Team profile card
|
|
700
706
|
|
|
701
707
|
## 15.1.3
|
|
702
708
|
|
|
703
709
|
### Patch Changes
|
|
704
710
|
|
|
705
|
-
- [`11f5b0da43e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11f5b0da43e) - [ux] Fix zIndex for profile card and team profile card
|
|
711
|
+
- [#8566](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8566) [`11f5b0da43e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11f5b0da43e) - [ux] Fix zIndex for profile card and team profile card
|
|
706
712
|
|
|
707
713
|
## 15.1.2
|
|
708
714
|
|
|
709
715
|
### Patch Changes
|
|
710
716
|
|
|
711
|
-
- [`e104d184c58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e104d184c58) - [ux] Enabled translations for team profile card messages
|
|
717
|
+
- [#8383](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8383) [`e104d184c58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e104d184c58) - [ux] Enabled translations for team profile card messages
|
|
712
718
|
|
|
713
719
|
## 15.1.1
|
|
714
720
|
|
|
715
721
|
### Patch Changes
|
|
716
722
|
|
|
717
|
-
- [`771af9a49ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/771af9a49ed) - [ux] Enable propagating onClick handlers to the Avatar Group
|
|
723
|
+
- [#8354](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8354) [`771af9a49ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/771af9a49ed) - [ux] Enable propagating onClick handlers to the Avatar Group
|
|
718
724
|
|
|
719
725
|
## 15.1.0
|
|
720
726
|
|
|
721
727
|
### Minor Changes
|
|
722
728
|
|
|
723
|
-
- [`d30beab4f1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d30beab4f1e) - Introduce lazy loading for the team profile card
|
|
729
|
+
- [#8289](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8289) [`d30beab4f1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d30beab4f1e) - Introduce lazy loading for the team profile card
|
|
724
730
|
|
|
725
731
|
## 15.0.2
|
|
726
732
|
|
|
727
733
|
### Patch Changes
|
|
728
734
|
|
|
729
|
-
- [`1d2da620745`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d2da620745) - [ux] Default to showing shadow around user profile cards
|
|
735
|
+
- [#8305](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8305) [`1d2da620745`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d2da620745) - [ux] Default to showing shadow around user profile cards
|
|
730
736
|
|
|
731
737
|
## 15.0.1
|
|
732
738
|
|
|
733
739
|
### Patch Changes
|
|
734
740
|
|
|
735
|
-
- [`1e5d7f613f5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e5d7f613f5) - [ux] Position the header image on team profile cards correctly
|
|
741
|
+
- [#8295](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8295) [`1e5d7f613f5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e5d7f613f5) - [ux] Position the header image on team profile cards correctly
|
|
736
742
|
|
|
737
743
|
## 15.0.0
|
|
738
744
|
|
|
739
745
|
### Major Changes
|
|
740
746
|
|
|
741
|
-
- [`6d6aa2b4928`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d6aa2b4928) - Introduced entrypoints to the profilecard package.
|
|
747
|
+
- [#8235](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8235) [`6d6aa2b4928`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d6aa2b4928) - Introduced entrypoints to the profilecard package.
|
|
742
748
|
|
|
743
749
|
## 14.3.1
|
|
744
750
|
|
|
745
751
|
### Patch Changes
|
|
746
752
|
|
|
747
|
-
- [`537b933d68f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/537b933d68f) - [ux] Simplified the CSS being used and added improved testing
|
|
753
|
+
- [#8082](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8082) [`537b933d68f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/537b933d68f) - [ux] Simplified the CSS being used and added improved testing
|
|
748
754
|
|
|
749
755
|
## 14.3.0
|
|
750
756
|
|
|
751
757
|
### Minor Changes
|
|
752
758
|
|
|
753
|
-
- [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux] Updated and added new translations
|
|
759
|
+
- [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762) [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux] Updated and added new translations
|
|
754
760
|
|
|
755
761
|
## 14.2.0
|
|
756
762
|
|
|
757
763
|
### Minor Changes
|
|
758
764
|
|
|
759
|
-
- [`78a52b31f84`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78a52b31f84) - [ux] Added triggerLinkType prop to allow customisation of the link that wraps the trigger.
|
|
765
|
+
- [#7829](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7829) [`78a52b31f84`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78a52b31f84) - [ux] Added triggerLinkType prop to allow customisation of the link that wraps the trigger.
|
|
760
766
|
|
|
761
767
|
## 14.1.0
|
|
762
768
|
|
|
763
769
|
### Minor Changes
|
|
764
770
|
|
|
765
|
-
- [`8263a7a153`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8263a7a153) - [ux] Update the user profile card trigger to use @atlaskit/popup for the popup behaviour, and remove/simplify unneeded code.
|
|
771
|
+
- [#7637](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7637) [`8263a7a153`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8263a7a153) - [ux] Update the user profile card trigger to use @atlaskit/popup for the popup behaviour, and remove/simplify unneeded code.
|
|
766
772
|
|
|
767
773
|
## 14.0.2
|
|
768
774
|
|
|
769
775
|
### Patch Changes
|
|
770
776
|
|
|
771
|
-
- [`9e021e9873`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e021e9873) - Added customisation to the new Team Profilecard examples.
|
|
777
|
+
- [#7625](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7625) [`9e021e9873`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e021e9873) - Added customisation to the new Team Profilecard examples.
|
|
772
778
|
|
|
773
779
|
## 14.0.1
|
|
774
780
|
|
|
775
781
|
### Patch Changes
|
|
776
782
|
|
|
777
|
-
- [`d2582c8e90`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2582c8e90) - Export the TeamProfileCardTrigger
|
|
783
|
+
- [#7600](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7600) [`d2582c8e90`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2582c8e90) - Export the TeamProfileCardTrigger
|
|
778
784
|
|
|
779
785
|
## 14.0.0
|
|
780
786
|
|
|
781
787
|
### Major Changes
|
|
782
788
|
|
|
783
|
-
- [`bc57b32d3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc57b32d3a) - [ux] WARNING: This major release exists for testing purposes only. Avoid using this version as it contains some duplicated dependencies that will be improved in future when the next release is ready for use.
|
|
789
|
+
- [#7320](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7320) [`bc57b32d3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc57b32d3a) - [ux] WARNING: This major release exists for testing purposes only. Avoid using this version as it contains some duplicated dependencies that will be improved in future when the next release is ready for use.
|
|
784
790
|
|
|
785
791
|
Introduced a new profile card type: the Team profile card. To support this new type, some changes have been made to the profile client structure to allow code reuse for managing both team and user profile card data collection.
|
|
786
792
|
|
|
@@ -788,7 +794,7 @@
|
|
|
788
794
|
|
|
789
795
|
### Patch Changes
|
|
790
796
|
|
|
791
|
-
- [`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.
|
|
797
|
+
- [#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.
|
|
792
798
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
793
799
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
794
800
|
|
|
@@ -808,7 +814,7 @@
|
|
|
808
814
|
|
|
809
815
|
### Patch Changes
|
|
810
816
|
|
|
811
|
-
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
817
|
+
- [#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
|
|
812
818
|
|
|
813
819
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
814
820
|
to prevent duplicates of tslib being bundled.
|
|
@@ -817,14 +823,14 @@
|
|
|
817
823
|
|
|
818
824
|
### Patch Changes
|
|
819
825
|
|
|
820
|
-
- [`6262f382de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6262f382de) - Use the 'lodash' package instead of single-function 'lodash.\*' packages
|
|
826
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823) [`6262f382de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6262f382de) - Use the 'lodash' package instead of single-function 'lodash.\*' packages
|
|
821
827
|
- Updated dependencies
|
|
822
828
|
|
|
823
829
|
## 13.0.2
|
|
824
830
|
|
|
825
831
|
### Patch Changes
|
|
826
832
|
|
|
827
|
-
- [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
|
|
833
|
+
- [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369) [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
|
|
828
834
|
|
|
829
835
|
## 13.0.1
|
|
830
836
|
|
|
@@ -836,7 +842,7 @@
|
|
|
836
842
|
|
|
837
843
|
### Major Changes
|
|
838
844
|
|
|
839
|
-
- [`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.
|
|
845
|
+
- [#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.
|
|
840
846
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
841
847
|
|
|
842
848
|
### Patch Changes
|
|
@@ -853,19 +859,19 @@
|
|
|
853
859
|
|
|
854
860
|
### Patch Changes
|
|
855
861
|
|
|
856
|
-
- [`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update translation files via Traduki build
|
|
862
|
+
- [#2576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2576) [`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update translation files via Traduki build
|
|
857
863
|
|
|
858
864
|
## 12.4.2
|
|
859
865
|
|
|
860
866
|
### Patch Changes
|
|
861
867
|
|
|
862
|
-
- [`39faba6e98`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39faba6e98) - Update all the theme imports to something tree-shakable
|
|
868
|
+
- [#2891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2891) [`39faba6e98`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39faba6e98) - Update all the theme imports to something tree-shakable
|
|
863
869
|
|
|
864
870
|
## 12.4.1
|
|
865
871
|
|
|
866
872
|
### Patch Changes
|
|
867
873
|
|
|
868
|
-
- [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove unused dependencies
|
|
874
|
+
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137) [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove unused dependencies
|
|
869
875
|
- [`baaad91b65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/baaad91b65) - Updated to use the latest and more performant version of `@atlaskit/avatar`
|
|
870
876
|
- Updated dependencies
|
|
871
877
|
|