@atlaskit/user-picker 10.10.1 → 10.11.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 +177 -165
- package/dist/cjs/analytics.js +11 -21
- package/dist/cjs/clients/UserSourceProvider.js +4 -6
- package/dist/cjs/components/AddOptionAvatar.js +2 -3
- package/dist/cjs/components/AvatarItemOption.js +3 -5
- package/dist/cjs/components/BaseUserPicker.js +13 -10
- package/dist/cjs/components/ClearIndicator.js +2 -3
- package/dist/cjs/components/CustomOption/index.js +1 -2
- package/dist/cjs/components/CustomOption/main.js +2 -3
- package/dist/cjs/components/EmailOption/index.js +1 -2
- package/dist/cjs/components/EmailOption/main.js +2 -3
- package/dist/cjs/components/ExternalUserOption/ExternalAvatarItemOption.js +2 -3
- package/dist/cjs/components/ExternalUserOption/InfoIcon.js +2 -3
- package/dist/cjs/components/ExternalUserOption/SourcesTooltipContent.js +4 -7
- package/dist/cjs/components/ExternalUserOption/index.js +1 -2
- package/dist/cjs/components/ExternalUserOption/main.js +3 -6
- package/dist/cjs/components/ExternalUserSourcesContainer.js +2 -3
- package/dist/cjs/components/GroupOption/index.js +1 -2
- package/dist/cjs/components/GroupOption/main.js +3 -5
- package/dist/cjs/components/HighlightText.js +2 -3
- package/dist/cjs/components/Input.js +2 -3
- package/dist/cjs/components/Menu.js +3 -4
- package/dist/cjs/components/MessagesIntlProvider.js +1 -2
- package/dist/cjs/components/MultiValue.js +3 -5
- package/dist/cjs/components/MultiValueContainer.js +2 -3
- package/dist/cjs/components/Option.js +2 -3
- package/dist/cjs/components/PopupControl.js +2 -3
- package/dist/cjs/components/PopupInput.js +2 -3
- package/dist/cjs/components/PopupUserPicker.js +2 -4
- package/dist/cjs/components/SingleValue.js +2 -3
- package/dist/cjs/components/SingleValueContainer.js +2 -3
- package/dist/cjs/components/SizeableAvatar.js +2 -3
- package/dist/cjs/components/TeamOption/index.js +1 -2
- package/dist/cjs/components/TeamOption/main.js +2 -3
- package/dist/cjs/components/UserOption.js +2 -3
- package/dist/cjs/components/UserPicker.js +2 -4
- package/dist/cjs/components/components.js +3 -5
- package/dist/cjs/components/creatable.js +1 -2
- package/dist/cjs/components/creatableEmailSuggestion.js +2 -3
- package/dist/cjs/components/emailValidation.js +2 -3
- package/dist/cjs/components/i18n.js +2 -3
- package/dist/cjs/components/popup.js +2 -3
- package/dist/cjs/components/styles.js +6 -11
- package/dist/cjs/components/utils.js +22 -43
- package/dist/cjs/i18n/cs.js +2 -3
- package/dist/cjs/i18n/da.js +2 -3
- package/dist/cjs/i18n/de.js +2 -3
- package/dist/cjs/i18n/en.js +2 -3
- package/dist/cjs/i18n/en_GB.js +2 -3
- package/dist/cjs/i18n/en_ZZ.js +2 -3
- package/dist/cjs/i18n/es.js +2 -3
- package/dist/cjs/i18n/et.js +2 -3
- package/dist/cjs/i18n/fi.js +2 -3
- package/dist/cjs/i18n/fr.js +2 -3
- package/dist/cjs/i18n/hu.js +2 -3
- package/dist/cjs/i18n/is.js +2 -3
- package/dist/cjs/i18n/it.js +2 -3
- package/dist/cjs/i18n/ja.js +2 -3
- package/dist/cjs/i18n/ko.js +2 -3
- package/dist/cjs/i18n/languages.js +2 -3
- package/dist/cjs/i18n/nb.js +2 -3
- package/dist/cjs/i18n/nl.js +2 -3
- package/dist/cjs/i18n/pl.js +2 -3
- package/dist/cjs/i18n/pt_BR.js +2 -3
- package/dist/cjs/i18n/pt_PT.js +2 -3
- package/dist/cjs/i18n/ro.js +2 -3
- package/dist/cjs/i18n/ru.js +2 -3
- package/dist/cjs/i18n/sk.js +2 -3
- package/dist/cjs/i18n/sv.js +2 -3
- package/dist/cjs/i18n/th.js +2 -3
- package/dist/cjs/i18n/tr.js +2 -3
- package/dist/cjs/i18n/uk.js +2 -3
- package/dist/cjs/i18n/vi.js +2 -3
- package/dist/cjs/i18n/zh.js +2 -3
- package/dist/cjs/i18n/zh_TW.js +2 -3
- package/dist/cjs/types.js +6 -10
- package/dist/cjs/util/i18n-util.js +2 -3
- package/dist/cjs/util/ufoExperiences.js +4 -7
- package/dist/es2019/analytics.js +1 -1
- package/dist/es2019/components/BaseUserPicker.js +11 -6
- package/dist/es2019/components/Menu.js +1 -1
- package/dist/esm/analytics.js +1 -1
- package/dist/esm/clients/UserSourceProvider.js +1 -1
- package/dist/esm/components/BaseUserPicker.js +11 -6
- package/dist/esm/components/Menu.js +1 -1
- package/dist/types/components/BaseUserPicker.d.ts +1 -1
- package/dist/types/components/PopupUserPicker.d.ts +1 -1
- package/dist/types/components/UserPicker.d.ts +1 -1
- package/dist/types/types.d.ts +2 -0
- package/dist/types-ts4.5/components/BaseUserPicker.d.ts +1 -1
- package/dist/types-ts4.5/components/PopupUserPicker.d.ts +1 -1
- package/dist/types-ts4.5/components/UserPicker.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +2 -0
- package/package.json +4 -4
- package/report.api.md +3 -0
- package/tmp/api-report-tmp.d.ts +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,28 @@
|
|
|
1
1
|
# @atlaskit/user-picker
|
|
2
2
|
|
|
3
|
+
## 10.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#41027](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41027) [`5c316f5eee6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c316f5eee6) - Added header for menu
|
|
8
|
+
|
|
9
|
+
## 10.10.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#40328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40328) [`ea5e724623c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea5e724623c) - [ux] Fixed a minor bug where typing into the input for the user picker whilst it was in a closed state would result in the the loadOptions callback being called with undefined
|
|
14
|
+
|
|
3
15
|
## 10.10.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
6
18
|
|
|
7
|
-
- [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
19
|
+
- [#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
20
|
|
|
9
21
|
## 10.10.0
|
|
10
22
|
|
|
11
23
|
### Minor Changes
|
|
12
24
|
|
|
13
|
-
- [`faccaf9aac7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/faccaf9aac7) - Added baseUserPicker as an argument to the onSelection callback
|
|
25
|
+
- [#39589](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39589) [`faccaf9aac7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/faccaf9aac7) - Added baseUserPicker as an argument to the onSelection callback
|
|
14
26
|
|
|
15
27
|
### Patch Changes
|
|
16
28
|
|
|
@@ -20,96 +32,96 @@
|
|
|
20
32
|
|
|
21
33
|
### Patch Changes
|
|
22
34
|
|
|
23
|
-
- [`fc67a1928e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc67a1928e7) - [ux] Added z-index of 400 to menu list for user picker as per design system popup guidelines
|
|
35
|
+
- [#39646](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39646) [`fc67a1928e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc67a1928e7) - [ux] Added z-index of 400 to menu list for user picker as per design system popup guidelines
|
|
24
36
|
|
|
25
37
|
## 10.9.0
|
|
26
38
|
|
|
27
39
|
### Minor Changes
|
|
28
40
|
|
|
29
|
-
- [`f78b73387c6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f78b73387c6) - Add onKeyDown handler to props
|
|
41
|
+
- [#39239](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39239) [`f78b73387c6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f78b73387c6) - Add onKeyDown handler to props
|
|
30
42
|
|
|
31
43
|
## 10.8.0
|
|
32
44
|
|
|
33
45
|
### Minor Changes
|
|
34
46
|
|
|
35
|
-
- [`38c3ed63070`](https://bitbucket.org/atlassian/atlassian-frontend/commits/38c3ed63070) - Export sub-components of Option
|
|
47
|
+
- [#39115](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39115) [`38c3ed63070`](https://bitbucket.org/atlassian/atlassian-frontend/commits/38c3ed63070) - Export sub-components of Option
|
|
36
48
|
|
|
37
49
|
## 10.7.0
|
|
38
50
|
|
|
39
51
|
### Minor Changes
|
|
40
52
|
|
|
41
|
-
- [`406273e2aa8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/406273e2aa8) - Export Option component from /option entrypoint
|
|
53
|
+
- [#38945](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38945) [`406273e2aa8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/406273e2aa8) - Export Option component from /option entrypoint
|
|
42
54
|
|
|
43
55
|
## 10.6.0
|
|
44
56
|
|
|
45
57
|
### Minor Changes
|
|
46
58
|
|
|
47
|
-
- [`7b8ae37bf88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b8ae37bf88) - Allow passing a component for noOptionsMessage prop
|
|
59
|
+
- [#38819](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38819) [`7b8ae37bf88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b8ae37bf88) - Allow passing a component for noOptionsMessage prop
|
|
48
60
|
|
|
49
61
|
### Patch Changes
|
|
50
62
|
|
|
51
|
-
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
63
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
52
64
|
- Updated dependencies
|
|
53
65
|
|
|
54
66
|
## 10.5.1
|
|
55
67
|
|
|
56
68
|
### Patch Changes
|
|
57
69
|
|
|
58
|
-
- [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
|
|
70
|
+
- [#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
|
|
59
71
|
|
|
60
72
|
## 10.5.0
|
|
61
73
|
|
|
62
74
|
### Minor Changes
|
|
63
75
|
|
|
64
|
-
- [`eaf4a174f64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eaf4a174f64) - Added optional onOpen callback
|
|
76
|
+
- [#37123](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37123) [`eaf4a174f64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eaf4a174f64) - Added optional onOpen callback
|
|
65
77
|
|
|
66
78
|
## 10.4.0
|
|
67
79
|
|
|
68
80
|
### Minor Changes
|
|
69
81
|
|
|
70
|
-
- [`6734af6576d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6734af6576d) - Improved the behaviour of the aria-labelledby prop on the Input component. It used to use aria-describedby and if it didn't exist, fall back to using aria-labelledby. This has now been swapped to give aria-labelledby precedence with aria-describedby now being the fallback.
|
|
82
|
+
- [#35452](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35452) [`6734af6576d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6734af6576d) - Improved the behaviour of the aria-labelledby prop on the Input component. It used to use aria-describedby and if it didn't exist, fall back to using aria-labelledby. This has now been swapped to give aria-labelledby precedence with aria-describedby now being the fallback.
|
|
71
83
|
|
|
72
84
|
## 10.3.0
|
|
73
85
|
|
|
74
86
|
### Minor Changes
|
|
75
87
|
|
|
76
|
-
- [`413f440129c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/413f440129c) - [ux] Customised Menu component to allow users to include a footer in the dropdown list
|
|
88
|
+
- [#34944](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34944) [`413f440129c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/413f440129c) - [ux] Customised Menu component to allow users to include a footer in the dropdown list
|
|
77
89
|
|
|
78
90
|
## 10.2.5
|
|
79
91
|
|
|
80
92
|
### Patch Changes
|
|
81
93
|
|
|
82
|
-
- [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
|
|
94
|
+
- [#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
|
|
83
95
|
|
|
84
96
|
## 10.2.4
|
|
85
97
|
|
|
86
98
|
### Patch Changes
|
|
87
99
|
|
|
88
|
-
- [`17aec239f54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17aec239f54) - [ux] aria-describedby and aria-labelledby proper association in between input and placeholder
|
|
100
|
+
- [#34290](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34290) [`17aec239f54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17aec239f54) - [ux] aria-describedby and aria-labelledby proper association in between input and placeholder
|
|
89
101
|
|
|
90
102
|
## 10.2.3
|
|
91
103
|
|
|
92
104
|
### Patch Changes
|
|
93
105
|
|
|
94
|
-
- [`e8dbb0a281b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e8dbb0a281b) - add a11y support for alert messages
|
|
106
|
+
- [#33584](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33584) [`e8dbb0a281b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e8dbb0a281b) - add a11y support for alert messages
|
|
95
107
|
|
|
96
108
|
## 10.2.2
|
|
97
109
|
|
|
98
110
|
### Patch Changes
|
|
99
111
|
|
|
100
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
112
|
+
- [#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
|
|
101
113
|
|
|
102
114
|
## 10.2.1
|
|
103
115
|
|
|
104
116
|
### Patch Changes
|
|
105
117
|
|
|
106
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
118
|
+
- [#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`
|
|
107
119
|
|
|
108
120
|
## 10.2.0
|
|
109
121
|
|
|
110
122
|
### Minor Changes
|
|
111
123
|
|
|
112
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
124
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
113
125
|
|
|
114
126
|
### Patch Changes
|
|
115
127
|
|
|
@@ -125,19 +137,19 @@
|
|
|
125
137
|
|
|
126
138
|
### Minor Changes
|
|
127
139
|
|
|
128
|
-
- [`6e27d7c6682`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e27d7c6682) - [ux] UserPicker now shows an error message when there has been a Promise failure for the provided loadOptions prop. You can customize the error message by providing a loadOptionsErrorMessage prop.
|
|
140
|
+
- [#29759](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29759) [`6e27d7c6682`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e27d7c6682) - [ux] UserPicker now shows an error message when there has been a Promise failure for the provided loadOptions prop. You can customize the error message by providing a loadOptionsErrorMessage prop.
|
|
129
141
|
|
|
130
142
|
## 10.0.3
|
|
131
143
|
|
|
132
144
|
### Patch Changes
|
|
133
145
|
|
|
134
|
-
- [`62e83249cb2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62e83249cb2) - [ux] PopupUserPicker now supports user-defined styles prop for adding styling to PopupUserPicker.
|
|
146
|
+
- [#30011](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30011) [`62e83249cb2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62e83249cb2) - [ux] PopupUserPicker now supports user-defined styles prop for adding styling to PopupUserPicker.
|
|
135
147
|
|
|
136
148
|
## 10.0.2
|
|
137
149
|
|
|
138
150
|
### Patch Changes
|
|
139
151
|
|
|
140
|
-
- [`edc295b63a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/edc295b63a2) - [ux] Fixes bug where the user picker opens the menu on click, but doesn't reopen the menu on the second click.
|
|
152
|
+
- [#29607](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29607) [`edc295b63a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/edc295b63a2) - [ux] Fixes bug where the user picker opens the menu on click, but doesn't reopen the menu on the second click.
|
|
141
153
|
|
|
142
154
|
## 10.0.1
|
|
143
155
|
|
|
@@ -149,13 +161,13 @@
|
|
|
149
161
|
|
|
150
162
|
### Major Changes
|
|
151
163
|
|
|
152
|
-
- [`ed632fa5f70`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ed632fa5f70) - Changing the typing for noOptionsMessage to accept either functions/null. No strings accepted; previously, due to a downstream change, providing strings did not work. Also fixed onClose behavior, previously did not work. Converted some tests to react testing library.
|
|
164
|
+
- [#28453](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28453) [`ed632fa5f70`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ed632fa5f70) - Changing the typing for noOptionsMessage to accept either functions/null. No strings accepted; previously, due to a downstream change, providing strings did not work. Also fixed onClose behavior, previously did not work. Converted some tests to react testing library.
|
|
153
165
|
|
|
154
166
|
## 9.7.4
|
|
155
167
|
|
|
156
168
|
### Patch Changes
|
|
157
169
|
|
|
158
|
-
- [`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.
|
|
170
|
+
- [#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.
|
|
159
171
|
|
|
160
172
|
## 9.7.3
|
|
161
173
|
|
|
@@ -173,7 +185,7 @@
|
|
|
173
185
|
|
|
174
186
|
### Patch Changes
|
|
175
187
|
|
|
176
|
-
- [`cb8f8e76d25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb8f8e76d25) - Update types for react-select and @atlaskit/select upgrade
|
|
188
|
+
- [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712) [`cb8f8e76d25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb8f8e76d25) - Update types for react-select and @atlaskit/select upgrade
|
|
177
189
|
Update commerce-ui entrypoints that caused a pipeline issue.
|
|
178
190
|
- Updated dependencies
|
|
179
191
|
|
|
@@ -181,13 +193,13 @@
|
|
|
181
193
|
|
|
182
194
|
### Minor Changes
|
|
183
195
|
|
|
184
|
-
- [`f1bb023364d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f1bb023364d) - Add optional field `hasProductAccess` to `ExternalUser`.
|
|
196
|
+
- [#27883](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27883) [`f1bb023364d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f1bb023364d) - Add optional field `hasProductAccess` to `ExternalUser`.
|
|
185
197
|
|
|
186
198
|
## 9.6.3
|
|
187
199
|
|
|
188
200
|
### Patch Changes
|
|
189
201
|
|
|
190
|
-
- [`d4e917e03fd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4e917e03fd) - Bump to @emotion v11
|
|
202
|
+
- [#27674](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27674) [`d4e917e03fd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4e917e03fd) - Bump to @emotion v11
|
|
191
203
|
|
|
192
204
|
## 9.6.2
|
|
193
205
|
|
|
@@ -199,97 +211,97 @@
|
|
|
199
211
|
|
|
200
212
|
### Patch Changes
|
|
201
213
|
|
|
202
|
-
- [`8ad846932fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ad846932fc) - [ux] Fixes incorrect border colour displayed when hovering a user picker with subtle appearance applied.
|
|
214
|
+
- [#27136](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27136) [`8ad846932fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ad846932fc) - [ux] Fixes incorrect border colour displayed when hovering a user picker with subtle appearance applied.
|
|
203
215
|
|
|
204
216
|
## 9.6.0
|
|
205
217
|
|
|
206
218
|
### Minor Changes
|
|
207
219
|
|
|
208
|
-
- [`faf391ab64a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/faf391ab64a) - Implementing new CustomOption which will allow for a custom avatar
|
|
220
|
+
- [#26601](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26601) [`faf391ab64a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/faf391ab64a) - Implementing new CustomOption which will allow for a custom avatar
|
|
209
221
|
|
|
210
222
|
## 9.5.1
|
|
211
223
|
|
|
212
224
|
### Patch Changes
|
|
213
225
|
|
|
214
|
-
- [`c522aeea1da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c522aeea1da) - bumped up @atlaskit/tokens version to ^0.10.19
|
|
226
|
+
- [#26318](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26318) [`c522aeea1da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c522aeea1da) - bumped up @atlaskit/tokens version to ^0.10.19
|
|
215
227
|
|
|
216
228
|
## 9.5.0
|
|
217
229
|
|
|
218
230
|
### Minor Changes
|
|
219
231
|
|
|
220
|
-
- [`a4d4f93b480`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4d4f93b480) - [ux] UserPicker now supports disabling option items through a new optional `isDisabled` field on data passed to the `options` prop.
|
|
232
|
+
- [#25871](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25871) [`a4d4f93b480`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4d4f93b480) - [ux] UserPicker now supports disabling option items through a new optional `isDisabled` field on data passed to the `options` prop.
|
|
221
233
|
|
|
222
234
|
## 9.4.1
|
|
223
235
|
|
|
224
236
|
### Patch Changes
|
|
225
237
|
|
|
226
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
238
|
+
- [#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`
|
|
227
239
|
|
|
228
240
|
## 9.4.0
|
|
229
241
|
|
|
230
242
|
### Minor Changes
|
|
231
243
|
|
|
232
|
-
- [`47c6607c914`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47c6607c914) - [ux] Adding ability for Options of type Team to allow for custom html in the lozenge prop. Added byline prop for type Team which will override the default byline generated from includesYou and memberCount props.
|
|
244
|
+
- [#25327](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25327) [`47c6607c914`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47c6607c914) - [ux] Adding ability for Options of type Team to allow for custom html in the lozenge prop. Added byline prop for type Team which will override the default byline generated from includesYou and memberCount props.
|
|
233
245
|
|
|
234
246
|
## 9.3.6
|
|
235
247
|
|
|
236
248
|
### Patch Changes
|
|
237
249
|
|
|
238
|
-
- [`cb4c9cdd28b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb4c9cdd28b) - [ux] Update input component to use input tokens
|
|
250
|
+
- [#24878](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24878) [`cb4c9cdd28b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb4c9cdd28b) - [ux] Update input component to use input tokens
|
|
239
251
|
|
|
240
252
|
## 9.3.5
|
|
241
253
|
|
|
242
254
|
### Patch Changes
|
|
243
255
|
|
|
244
|
-
- [`45da4e093b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45da4e093b9) - [ux] User picker now shows the "X" clear indicator on mobile, which previously wasn't working because hover was required which doesn't work on mobile.
|
|
256
|
+
- [#24786](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24786) [`45da4e093b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45da4e093b9) - [ux] User picker now shows the "X" clear indicator on mobile, which previously wasn't working because hover was required which doesn't work on mobile.
|
|
245
257
|
|
|
246
258
|
## 9.3.4
|
|
247
259
|
|
|
248
260
|
### Patch Changes
|
|
249
261
|
|
|
250
|
-
- [`dbff164b600`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbff164b600) - [ux] Fix for appearance=compact not being applied correctly to user pickers
|
|
262
|
+
- [#24670](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24670) [`dbff164b600`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbff164b600) - [ux] Fix for appearance=compact not being applied correctly to user pickers
|
|
251
263
|
|
|
252
264
|
## 9.3.3
|
|
253
265
|
|
|
254
266
|
### Patch Changes
|
|
255
267
|
|
|
256
|
-
- [`2c7609cef36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c7609cef36) - onSelection prop is now also called for user pickers where isMulti=true. Previously onSelection was only called for user picker where isMulti was false
|
|
268
|
+
- [#24561](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24561) [`2c7609cef36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c7609cef36) - onSelection prop is now also called for user pickers where isMulti=true. Previously onSelection was only called for user picker where isMulti was false
|
|
257
269
|
|
|
258
270
|
## 9.3.2
|
|
259
271
|
|
|
260
272
|
### Patch Changes
|
|
261
273
|
|
|
262
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
274
|
+
- [#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`.
|
|
263
275
|
|
|
264
276
|
## 9.3.1
|
|
265
277
|
|
|
266
278
|
### Patch Changes
|
|
267
279
|
|
|
268
|
-
- [`fd025cbb820`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd025cbb820) - [ux] Fix input cursor position relative to the placeholder
|
|
280
|
+
- [#23743](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23743) [`fd025cbb820`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd025cbb820) - [ux] Fix input cursor position relative to the placeholder
|
|
269
281
|
|
|
270
282
|
## 9.3.0
|
|
271
283
|
|
|
272
284
|
### Minor Changes
|
|
273
285
|
|
|
274
|
-
- [`bc0b47732f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc0b47732f8) - [ux] Fix bug where user picker input is not being unfocused when disableInput is set. The new behavior will enable you to still focus on the input but not interact with it, unless it is to delete selected users.
|
|
286
|
+
- [#23577](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23577) [`bc0b47732f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc0b47732f8) - [ux] Fix bug where user picker input is not being unfocused when disableInput is set. The new behavior will enable you to still focus on the input but not interact with it, unless it is to delete selected users.
|
|
275
287
|
|
|
276
288
|
## 9.2.2
|
|
277
289
|
|
|
278
290
|
### Patch Changes
|
|
279
291
|
|
|
280
|
-
- [`d27d65448a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d27d65448a2) - [ux] Add margin-left to addMoreText field
|
|
292
|
+
- [#23405](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23405) [`d27d65448a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d27d65448a2) - [ux] Add margin-left to addMoreText field
|
|
281
293
|
|
|
282
294
|
## 9.2.1
|
|
283
295
|
|
|
284
296
|
### Patch Changes
|
|
285
297
|
|
|
286
|
-
- [`607b182bb8a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/607b182bb8a) - Add typecasting to prevent type errors during multivaluecontainer placeholder translations. Also fix warnings for importing json attributes from version.json for analytics.
|
|
298
|
+
- [#23196](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23196) [`607b182bb8a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/607b182bb8a) - Add typecasting to prevent type errors during multivaluecontainer placeholder translations. Also fix warnings for importing json attributes from version.json for analytics.
|
|
287
299
|
|
|
288
300
|
## 9.2.0
|
|
289
301
|
|
|
290
302
|
### Minor Changes
|
|
291
303
|
|
|
292
|
-
- [`64dc40c32bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64dc40c32bc) - Add support for aria-labelledby and aria-live
|
|
304
|
+
- [#22899](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22899) [`64dc40c32bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64dc40c32bc) - Add support for aria-labelledby and aria-live
|
|
293
305
|
|
|
294
306
|
## 9.1.1
|
|
295
307
|
|
|
@@ -301,7 +313,7 @@
|
|
|
301
313
|
|
|
302
314
|
### Minor Changes
|
|
303
315
|
|
|
304
|
-
- [`cc40ab95bd4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc40ab95bd4) - Adds a list of team members under OptionData for Teams
|
|
316
|
+
- [#21796](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21796) [`cc40ab95bd4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc40ab95bd4) - Adds a list of team members under OptionData for Teams
|
|
305
317
|
|
|
306
318
|
## 9.0.7
|
|
307
319
|
|
|
@@ -313,19 +325,19 @@
|
|
|
313
325
|
|
|
314
326
|
### Patch Changes
|
|
315
327
|
|
|
316
|
-
- [`1d0b82f07d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d0b82f07d6) - Added numberOfResults to clicked and pressed events.
|
|
328
|
+
- [#21465](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21465) [`1d0b82f07d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d0b82f07d6) - Added numberOfResults to clicked and pressed events.
|
|
317
329
|
|
|
318
330
|
## 9.0.5
|
|
319
331
|
|
|
320
332
|
### Patch Changes
|
|
321
333
|
|
|
322
|
-
- [`9b66179b615`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b66179b615) - Removed potential logging of PII in the external user hover analytics event.
|
|
334
|
+
- [#21393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21393) [`9b66179b615`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b66179b615) - Removed potential logging of PII in the external user hover analytics event.
|
|
323
335
|
|
|
324
336
|
## 9.0.4
|
|
325
337
|
|
|
326
338
|
### Patch Changes
|
|
327
339
|
|
|
328
|
-
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
340
|
+
- [#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
|
|
329
341
|
|
|
330
342
|
## 9.0.3
|
|
331
343
|
|
|
@@ -337,19 +349,19 @@
|
|
|
337
349
|
|
|
338
350
|
### Patch Changes
|
|
339
351
|
|
|
340
|
-
- [`85c0dcfe911`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85c0dcfe911) - Added analytics event when the sources tooltip is displayed for an external user
|
|
352
|
+
- [#20561](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20561) [`85c0dcfe911`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85c0dcfe911) - Added analytics event when the sources tooltip is displayed for an external user
|
|
341
353
|
|
|
342
354
|
## 9.0.1
|
|
343
355
|
|
|
344
356
|
### Patch Changes
|
|
345
357
|
|
|
346
|
-
- [`6df37fef2c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6df37fef2c2) - Internal changes to migrate package from 'styled-components' to @emotion. There should be no change to the UX.
|
|
358
|
+
- [#19959](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19959) [`6df37fef2c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6df37fef2c2) - Internal changes to migrate package from 'styled-components' to @emotion. There should be no change to the UX.
|
|
347
359
|
|
|
348
360
|
## 9.0.0
|
|
349
361
|
|
|
350
362
|
### Major Changes
|
|
351
363
|
|
|
352
|
-
- [`973e01bba77`](https://bitbucket.org/atlassian/atlassian-frontend/commits/973e01bba77) - The deprecated SmartUserPicker module is now removed from @atlaskit/user-picker. The module has now moved to its own dedicated package, @atlaskit/smart-user-picker.
|
|
364
|
+
- [#18988](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18988) [`973e01bba77`](https://bitbucket.org/atlassian/atlassian-frontend/commits/973e01bba77) - The deprecated SmartUserPicker module is now removed from @atlaskit/user-picker. The module has now moved to its own dedicated package, @atlaskit/smart-user-picker.
|
|
353
365
|
|
|
354
366
|
### What this means for you as a @atlaskit/user-picker/smart-user-picker consumer
|
|
355
367
|
|
|
@@ -361,13 +373,13 @@
|
|
|
361
373
|
|
|
362
374
|
### Patch Changes
|
|
363
375
|
|
|
364
|
-
- [`c78ab0991dd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c78ab0991dd) - [ux] fixed external user source tooltip heading in user-picker
|
|
376
|
+
- [#19987](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19987) [`c78ab0991dd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c78ab0991dd) - [ux] fixed external user source tooltip heading in user-picker
|
|
365
377
|
|
|
366
378
|
## 8.8.5
|
|
367
379
|
|
|
368
380
|
### Patch Changes
|
|
369
381
|
|
|
370
|
-
- [`ac9343c3ed4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac9343c3ed4) - Replaces usage of deprecated design tokens. No visual or functional changes
|
|
382
|
+
- [#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
|
|
371
383
|
- [`62edf20ab1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62edf20ab1e) - Migrates all usage of brand tokens to either selected or information tokens. This change is purely for semantic reasons, there are no visual or behavioural changes.
|
|
372
384
|
- Updated dependencies
|
|
373
385
|
|
|
@@ -375,19 +387,19 @@
|
|
|
375
387
|
|
|
376
388
|
### Patch Changes
|
|
377
389
|
|
|
378
|
-
- [`d9b9077397d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9b9077397d) - [ux] Updated the default copy for the byline when selecting email options in UserPicker.
|
|
390
|
+
- [#19724](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19724) [`d9b9077397d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9b9077397d) - [ux] Updated the default copy for the byline when selecting email options in UserPicker.
|
|
379
391
|
|
|
380
392
|
## 8.8.3
|
|
381
393
|
|
|
382
394
|
### Patch Changes
|
|
383
395
|
|
|
384
|
-
- [`3553b21ec20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3553b21ec20) - Render time of user picker list is now tracked with UFO
|
|
396
|
+
- [#19308](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19308) [`3553b21ec20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3553b21ec20) - Render time of user picker list is now tracked with UFO
|
|
385
397
|
|
|
386
398
|
## 8.8.2
|
|
387
399
|
|
|
388
400
|
### Patch Changes
|
|
389
401
|
|
|
390
|
-
- [`cc773aa7ecc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc773aa7ecc) - [ux] show error message in tooltip when there is no user source
|
|
402
|
+
- [#19508](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19508) [`cc773aa7ecc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc773aa7ecc) - [ux] show error message in tooltip when there is no user source
|
|
391
403
|
|
|
392
404
|
## 8.8.1
|
|
393
405
|
|
|
@@ -399,86 +411,86 @@
|
|
|
399
411
|
|
|
400
412
|
### Minor Changes
|
|
401
413
|
|
|
402
|
-
- [`091da1d5f88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/091da1d5f88) - [ux] Ensure items in the User Sources tooltip are unique and ordered correctly
|
|
414
|
+
- [#19319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19319) [`091da1d5f88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/091da1d5f88) - [ux] Ensure items in the User Sources tooltip are unique and ordered correctly
|
|
403
415
|
|
|
404
416
|
## 8.7.4
|
|
405
417
|
|
|
406
418
|
### Patch Changes
|
|
407
419
|
|
|
408
|
-
- [`35be12dee47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35be12dee47) - updated content copies for Org People Picker in user-picker and invite-people
|
|
420
|
+
- [#18946](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18946) [`35be12dee47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35be12dee47) - updated content copies for Org People Picker in user-picker and invite-people
|
|
409
421
|
|
|
410
422
|
## 8.7.3
|
|
411
423
|
|
|
412
424
|
### Patch Changes
|
|
413
425
|
|
|
414
|
-
- [`7f37f923832`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f37f923832) - updated analytics event for org people picker in core invites
|
|
426
|
+
- [#19373](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19373) [`7f37f923832`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f37f923832) - updated analytics event for org people picker in core invites
|
|
415
427
|
|
|
416
428
|
## 8.7.2
|
|
417
429
|
|
|
418
430
|
### Patch Changes
|
|
419
431
|
|
|
420
|
-
- [`4d4d565e8ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d4d565e8ad) - Skip sending UFO success if already failed
|
|
432
|
+
- [#19298](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19298) [`4d4d565e8ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d4d565e8ad) - Skip sending UFO success if already failed
|
|
421
433
|
|
|
422
434
|
## 8.7.1
|
|
423
435
|
|
|
424
436
|
### Patch Changes
|
|
425
437
|
|
|
426
|
-
- [`dace9a85101`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dace9a85101) - Add new attribute to analytics events
|
|
438
|
+
- [#19186](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19186) [`dace9a85101`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dace9a85101) - Add new attribute to analytics events
|
|
427
439
|
|
|
428
440
|
## 8.7.0
|
|
429
441
|
|
|
430
442
|
### Minor Changes
|
|
431
443
|
|
|
432
|
-
- [`90f5bb4745c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/90f5bb4745c) - [ux] Sources tooltip: support 'Other Atlassian products', change heading
|
|
444
|
+
- [#19180](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19180) [`90f5bb4745c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/90f5bb4745c) - [ux] Sources tooltip: support 'Other Atlassian products', change heading
|
|
433
445
|
|
|
434
446
|
## 8.6.4
|
|
435
447
|
|
|
436
448
|
### Patch Changes
|
|
437
449
|
|
|
438
|
-
- [`3899f24cdd6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3899f24cdd6) - track mount error for User Picker in UFO
|
|
450
|
+
- [#19132](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19132) [`3899f24cdd6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3899f24cdd6) - track mount error for User Picker in UFO
|
|
439
451
|
|
|
440
452
|
## 8.6.3
|
|
441
453
|
|
|
442
454
|
### Patch Changes
|
|
443
455
|
|
|
444
|
-
- [`6503f21cfc0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6503f21cfc0) - [ux] Fix defaultValue behavior for user-picker and smart-user-picker. user-picker previously advertised hydrating default values if provided in unhydrated form. This was never the case; it is only hydrated from smart-user-picker. defaultValue would also be ignored if provided as a single OptionValue despite the typing being advertised as supporting it - this is now fixed.
|
|
456
|
+
- [#19060](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19060) [`6503f21cfc0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6503f21cfc0) - [ux] Fix defaultValue behavior for user-picker and smart-user-picker. user-picker previously advertised hydrating default values if provided in unhydrated form. This was never the case; it is only hydrated from smart-user-picker. defaultValue would also be ignored if provided as a single OptionValue despite the typing being advertised as supporting it - this is now fixed.
|
|
445
457
|
|
|
446
458
|
## 8.6.2
|
|
447
459
|
|
|
448
460
|
### Patch Changes
|
|
449
461
|
|
|
450
|
-
- [`5df1ae17438`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5df1ae17438) - @atlassian/smart-user-picker will now be made public and renamed @atlaskit/smart-user-picker to provide a 1-1 replacement for @atlaskit/user-picker/smart-user-picker (UR-3417).
|
|
462
|
+
- [#18930](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18930) [`5df1ae17438`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5df1ae17438) - @atlassian/smart-user-picker will now be made public and renamed @atlaskit/smart-user-picker to provide a 1-1 replacement for @atlaskit/user-picker/smart-user-picker (UR-3417).
|
|
451
463
|
|
|
452
464
|
## 8.6.1
|
|
453
465
|
|
|
454
466
|
### Patch Changes
|
|
455
467
|
|
|
456
|
-
- [`9cadd6e79ac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9cadd6e79ac) - Add in UFO events
|
|
468
|
+
- [#18956](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18956) [`9cadd6e79ac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9cadd6e79ac) - Add in UFO events
|
|
457
469
|
|
|
458
470
|
## 8.6.0
|
|
459
471
|
|
|
460
472
|
### Minor Changes
|
|
461
473
|
|
|
462
|
-
- [`d2a8de20d08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2a8de20d08) - Add support in SmartUserPicker for org id for team search
|
|
474
|
+
- [#18908](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18908) [`d2a8de20d08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2a8de20d08) - Add support in SmartUserPicker for org id for team search
|
|
463
475
|
|
|
464
476
|
## 8.5.0
|
|
465
477
|
|
|
466
478
|
### Minor Changes
|
|
467
479
|
|
|
468
|
-
- [`b74959620f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b74959620f2) - added hover state for info icon, and updated primary color correspondingly
|
|
480
|
+
- [#18768](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18768) [`b74959620f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b74959620f2) - added hover state for info icon, and updated primary color correspondingly
|
|
469
481
|
separated avatar item option for external users and applied different css settings
|
|
470
482
|
|
|
471
483
|
## 8.4.1
|
|
472
484
|
|
|
473
485
|
### Patch Changes
|
|
474
486
|
|
|
475
|
-
- [`22928ac80d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22928ac80d0) - Fix: user sources would keep being fetched in a loop as long as the tooltip was displayed
|
|
487
|
+
- [#18555](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18555) [`22928ac80d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22928ac80d0) - Fix: user sources would keep being fetched in a loop as long as the tooltip was displayed
|
|
476
488
|
|
|
477
489
|
## 8.4.0
|
|
478
490
|
|
|
479
491
|
### Minor Changes
|
|
480
492
|
|
|
481
|
-
- [`29dd0cee8cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/29dd0cee8cf) - [ux] Add support for Jira and Confluence user sources
|
|
493
|
+
- [#18273](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18273) [`29dd0cee8cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/29dd0cee8cf) - [ux] Add support for Jira and Confluence user sources
|
|
482
494
|
|
|
483
495
|
## 8.3.5
|
|
484
496
|
|
|
@@ -490,7 +502,7 @@
|
|
|
490
502
|
|
|
491
503
|
### Patch Changes
|
|
492
504
|
|
|
493
|
-
- [`7f48efc8487`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f48efc8487) - Use baseUrl prop in default user value hydration query
|
|
505
|
+
- [#18303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18303) [`7f48efc8487`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f48efc8487) - Use baseUrl prop in default user value hydration query
|
|
494
506
|
|
|
495
507
|
## 8.3.3
|
|
496
508
|
|
|
@@ -502,37 +514,37 @@
|
|
|
502
514
|
|
|
503
515
|
### Patch Changes
|
|
504
516
|
|
|
505
|
-
- [`9fd6117d5e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fd6117d5e4) - Fix behavior of base URL so that API calls use baseUrl as base url
|
|
517
|
+
- [#17940](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17940) [`9fd6117d5e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fd6117d5e4) - Fix behavior of base URL so that API calls use baseUrl as base url
|
|
506
518
|
|
|
507
519
|
## 8.3.1
|
|
508
520
|
|
|
509
521
|
### Patch Changes
|
|
510
522
|
|
|
511
|
-
- [`e75137a9eff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e75137a9eff) - Adding ability to mark which external users need their sources hydrated
|
|
523
|
+
- [#17994](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17994) [`e75137a9eff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e75137a9eff) - Adding ability to mark which external users need their sources hydrated
|
|
512
524
|
|
|
513
525
|
## 8.3.0
|
|
514
526
|
|
|
515
527
|
### Minor Changes
|
|
516
528
|
|
|
517
|
-
- [`88551bad1ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88551bad1ec) - [ux] Add support for asychronously fetching the sources for an external user when a user hovers over the sources tooltip
|
|
529
|
+
- [#16673](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16673) [`88551bad1ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88551bad1ec) - [ux] Add support for asychronously fetching the sources for an external user when a user hovers over the sources tooltip
|
|
518
530
|
|
|
519
531
|
## 8.2.1
|
|
520
532
|
|
|
521
533
|
### Patch Changes
|
|
522
534
|
|
|
523
|
-
- [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
535
|
+
- [#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
|
|
524
536
|
|
|
525
537
|
## 8.2.0
|
|
526
538
|
|
|
527
539
|
### Minor Changes
|
|
528
540
|
|
|
529
|
-
- [`35b466f6fb5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35b466f6fb5) - Asynchronously load user options in user-picker
|
|
541
|
+
- [#16998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16998) [`35b466f6fb5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35b466f6fb5) - Asynchronously load user options in user-picker
|
|
530
542
|
|
|
531
543
|
## 8.1.0
|
|
532
544
|
|
|
533
545
|
### Minor Changes
|
|
534
546
|
|
|
535
|
-
- [`c48834ce234`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c48834ce234) - [ux] Instrumented `@atlaskit/user-picker` with the new theming package, `@atlaskit/tokens`.
|
|
547
|
+
- [#17163](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17163) [`c48834ce234`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c48834ce234) - [ux] Instrumented `@atlaskit/user-picker` with the new theming package, `@atlaskit/tokens`.
|
|
536
548
|
|
|
537
549
|
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
|
|
538
550
|
These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
|
|
@@ -541,7 +553,7 @@
|
|
|
541
553
|
|
|
542
554
|
### Major Changes
|
|
543
555
|
|
|
544
|
-
- [`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
|
|
556
|
+
- [#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
|
|
545
557
|
|
|
546
558
|
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.
|
|
547
559
|
Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
|
|
@@ -583,19 +595,19 @@
|
|
|
583
595
|
|
|
584
596
|
### Patch Changes
|
|
585
597
|
|
|
586
|
-
- [`d194015e2a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d194015e2a9) - Remove bulk import for colors
|
|
598
|
+
- [#16666](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16666) [`d194015e2a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d194015e2a9) - Remove bulk import for colors
|
|
587
599
|
|
|
588
600
|
## 7.16.5
|
|
589
601
|
|
|
590
602
|
### Patch Changes
|
|
591
603
|
|
|
592
|
-
- [`b3d1a103c04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3d1a103c04) - Remove field-base deprecated dependency
|
|
604
|
+
- [#15950](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15950) [`b3d1a103c04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3d1a103c04) - Remove field-base deprecated dependency
|
|
593
605
|
|
|
594
606
|
## 7.16.4
|
|
595
607
|
|
|
596
608
|
### Patch Changes
|
|
597
609
|
|
|
598
|
-
- [`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) - Internal upgrade of memoize-one to 6.0.0
|
|
610
|
+
- [#15694](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15694) [`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) - Internal upgrade of memoize-one to 6.0.0
|
|
599
611
|
|
|
600
612
|
## 7.16.3
|
|
601
613
|
|
|
@@ -607,38 +619,38 @@
|
|
|
607
619
|
|
|
608
620
|
### Patch Changes
|
|
609
621
|
|
|
610
|
-
- [`8ea7c48af73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ea7c48af73) - [ux] Email options now only show email icon
|
|
622
|
+
- [#14000](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14000) [`8ea7c48af73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ea7c48af73) - [ux] Email options now only show email icon
|
|
611
623
|
|
|
612
624
|
## 7.16.1
|
|
613
625
|
|
|
614
626
|
### Patch Changes
|
|
615
627
|
|
|
616
|
-
- [`5fe6e21a9a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5fe6e21a9a0) - [ux] Upgrade to the latest version of @atlaskit/modal-dialog. This change includes shifting the primary button in the footer of the modal to be on the right instead of the left.
|
|
628
|
+
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864) [`5fe6e21a9a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5fe6e21a9a0) - [ux] Upgrade to the latest version of @atlaskit/modal-dialog. This change includes shifting the primary button in the footer of the modal to be on the right instead of the left.
|
|
617
629
|
- Updated dependencies
|
|
618
630
|
|
|
619
631
|
## 7.16.0
|
|
620
632
|
|
|
621
633
|
### Minor Changes
|
|
622
634
|
|
|
623
|
-
- [`b6fa102efa0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6fa102efa0) - [ux] Updated appearance of email options to use mail icon
|
|
635
|
+
- [#13638](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13638) [`b6fa102efa0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6fa102efa0) - [ux] Updated appearance of email options to use mail icon
|
|
624
636
|
|
|
625
637
|
## 7.15.2
|
|
626
638
|
|
|
627
639
|
### Patch Changes
|
|
628
640
|
|
|
629
|
-
- [`5c34064da77`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c34064da77) - Utilising useMemo hook to avoid re-merging i18n messages with parent provider on render
|
|
641
|
+
- [#13609](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13609) [`5c34064da77`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c34064da77) - Utilising useMemo hook to avoid re-merging i18n messages with parent provider on render
|
|
630
642
|
|
|
631
643
|
## 7.15.1
|
|
632
644
|
|
|
633
645
|
### Patch Changes
|
|
634
646
|
|
|
635
|
-
- [`7cc3a4c74a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7cc3a4c74a2) - Pass on parent IntlProvider messages so components passed as props from the parent (such as a placeholder) will have i18n
|
|
647
|
+
- [#13580](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13580) [`7cc3a4c74a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7cc3a4c74a2) - Pass on parent IntlProvider messages so components passed as props from the parent (such as a placeholder) will have i18n
|
|
636
648
|
|
|
637
649
|
## 7.15.0
|
|
638
650
|
|
|
639
651
|
### Minor Changes
|
|
640
652
|
|
|
641
|
-
- [`ccda387eede`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ccda387eede) - smart-user-picker extracted out from user-picker to smart-user-picker package. smart-user-picker in user-picker is now deprecated but still backwards compatible. Please use @atlassian/smart-user-picker for smart-user-picker.
|
|
653
|
+
- [#13189](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13189) [`ccda387eede`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ccda387eede) - smart-user-picker extracted out from user-picker to smart-user-picker package. smart-user-picker in user-picker is now deprecated but still backwards compatible. Please use @atlassian/smart-user-picker for smart-user-picker.
|
|
642
654
|
|
|
643
655
|
## 7.14.3
|
|
644
656
|
|
|
@@ -650,50 +662,50 @@
|
|
|
650
662
|
|
|
651
663
|
### Patch Changes
|
|
652
664
|
|
|
653
|
-
- [`7ca4b74ff54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ca4b74ff54) - [ux] Bugfix for removing a weird box blip that extends outside of the avatar for user picker in Safari.
|
|
665
|
+
- [#13040](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13040) [`7ca4b74ff54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ca4b74ff54) - [ux] Bugfix for removing a weird box blip that extends outside of the avatar for user picker in Safari.
|
|
654
666
|
|
|
655
667
|
## 7.14.1
|
|
656
668
|
|
|
657
669
|
### Patch Changes
|
|
658
670
|
|
|
659
|
-
- [`f8630220e88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8630220e88) - Fix typing in MultiValueContainer
|
|
671
|
+
- [#12045](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12045) [`f8630220e88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8630220e88) - Fix typing in MultiValueContainer
|
|
660
672
|
|
|
661
673
|
## 7.14.0
|
|
662
674
|
|
|
663
675
|
### Minor Changes
|
|
664
676
|
|
|
665
|
-
- [`de907e45ad1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de907e45ad1) - Removed the tag component to address accessibility isssues
|
|
677
|
+
- [#12490](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12490) [`de907e45ad1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de907e45ad1) - Removed the tag component to address accessibility isssues
|
|
666
678
|
|
|
667
679
|
## 7.13.1
|
|
668
680
|
|
|
669
681
|
### Patch Changes
|
|
670
682
|
|
|
671
|
-
- [`1648ac429ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1648ac429ee) - [ux] Updated to use the new `@atlaskit/select` design.
|
|
683
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328) [`1648ac429ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1648ac429ee) - [ux] Updated to use the new `@atlaskit/select` design.
|
|
672
684
|
- Updated dependencies
|
|
673
685
|
|
|
674
686
|
## 7.13.0
|
|
675
687
|
|
|
676
688
|
### Minor Changes
|
|
677
689
|
|
|
678
|
-
- [`869e1fdef2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/869e1fdef2f) - [ux] Prioritize filterOptions prop over onEmpty. Now, filterOptions is called AFTER onEmpty is applied to URS suggestions. This means that SUP can show empty results if filterOptions filters out all results. This fixes a bug where updated filterOptions does not get applied to suggestions.
|
|
690
|
+
- [#12373](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12373) [`869e1fdef2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/869e1fdef2f) - [ux] Prioritize filterOptions prop over onEmpty. Now, filterOptions is called AFTER onEmpty is applied to URS suggestions. This means that SUP can show empty results if filterOptions filters out all results. This fixes a bug where updated filterOptions does not get applied to suggestions.
|
|
679
691
|
|
|
680
692
|
## 7.12.0
|
|
681
693
|
|
|
682
694
|
### Minor Changes
|
|
683
695
|
|
|
684
|
-
- [`92f34fa25a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92f34fa25a7) - Switching compass over to using its own user search index instead of jira's
|
|
696
|
+
- [#12143](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12143) [`92f34fa25a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92f34fa25a7) - Switching compass over to using its own user search index instead of jira's
|
|
685
697
|
|
|
686
698
|
## 7.11.0
|
|
687
699
|
|
|
688
700
|
### Minor Changes
|
|
689
701
|
|
|
690
|
-
- [`5dcf1001d62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5dcf1001d62) - [ux] Added tooltips for Confluence ExCo/Guest lozenges for Smart User Picker
|
|
702
|
+
- [#11257](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11257) [`5dcf1001d62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5dcf1001d62) - [ux] Added tooltips for Confluence ExCo/Guest lozenges for Smart User Picker
|
|
691
703
|
|
|
692
704
|
## 7.10.7
|
|
693
705
|
|
|
694
706
|
### Patch Changes
|
|
695
707
|
|
|
696
|
-
- [`bdf81a467fd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdf81a467fd) - Translation bugfix for text within user picker
|
|
708
|
+
- [#11368](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11368) [`bdf81a467fd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdf81a467fd) - Translation bugfix for text within user picker
|
|
697
709
|
|
|
698
710
|
## 7.10.6
|
|
699
711
|
|
|
@@ -705,202 +717,202 @@
|
|
|
705
717
|
|
|
706
718
|
### Patch Changes
|
|
707
719
|
|
|
708
|
-
- [`048fd26b847`](https://bitbucket.org/atlassian/atlassian-frontend/commits/048fd26b847) - Updating Smart User Picker atlaskit documentation
|
|
720
|
+
- [#10964](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10964) [`048fd26b847`](https://bitbucket.org/atlassian/atlassian-frontend/commits/048fd26b847) - Updating Smart User Picker atlaskit documentation
|
|
709
721
|
|
|
710
722
|
## 7.10.4
|
|
711
723
|
|
|
712
724
|
### Patch Changes
|
|
713
725
|
|
|
714
|
-
- [`f22daa70ff0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f22daa70ff0) - Unit test and some doco for defaultValue
|
|
726
|
+
- [#11099](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11099) [`f22daa70ff0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f22daa70ff0) - Unit test and some doco for defaultValue
|
|
715
727
|
|
|
716
728
|
## 7.10.3
|
|
717
729
|
|
|
718
730
|
### Patch Changes
|
|
719
731
|
|
|
720
|
-
- [`ac30a1340a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac30a1340a2) - Groups with external collaborators will now have the Guest lozenge shown next to them on the smart user picker
|
|
732
|
+
- [#10234](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10234) [`ac30a1340a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac30a1340a2) - Groups with external collaborators will now have the Guest lozenge shown next to them on the smart user picker
|
|
721
733
|
|
|
722
734
|
## 7.10.2
|
|
723
735
|
|
|
724
736
|
### Patch Changes
|
|
725
737
|
|
|
726
|
-
- [`f310ccbe522`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f310ccbe522) - Updated AK examples to use new jdog cloudid
|
|
738
|
+
- [#10330](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10330) [`f310ccbe522`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f310ccbe522) - Updated AK examples to use new jdog cloudid
|
|
727
739
|
|
|
728
740
|
## 7.10.1
|
|
729
741
|
|
|
730
742
|
### Patch Changes
|
|
731
743
|
|
|
732
|
-
- [`772e15b76d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/772e15b76d2) - UR-1409 handle request races gracefully
|
|
744
|
+
- [#10325](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10325) [`772e15b76d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/772e15b76d2) - UR-1409 handle request races gracefully
|
|
733
745
|
|
|
734
746
|
## 7.10.0
|
|
735
747
|
|
|
736
748
|
### Minor Changes
|
|
737
749
|
|
|
738
|
-
- [`659f69d349a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/659f69d349a) - [ux] Added closeMenuOnScroll and menuShouldBlockScroll Select props which allows easier integrations inside modals
|
|
750
|
+
- [#10082](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10082) [`659f69d349a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/659f69d349a) - [ux] Added closeMenuOnScroll and menuShouldBlockScroll Select props which allows easier integrations inside modals
|
|
739
751
|
|
|
740
752
|
## 7.9.3
|
|
741
753
|
|
|
742
754
|
### Patch Changes
|
|
743
755
|
|
|
744
|
-
- [`40dc90330e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/40dc90330e4) - UR-2530 accept empty placeholder values
|
|
756
|
+
- [#10293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10293) [`40dc90330e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/40dc90330e4) - UR-2530 accept empty placeholder values
|
|
745
757
|
|
|
746
758
|
## 7.9.2
|
|
747
759
|
|
|
748
760
|
### Patch Changes
|
|
749
761
|
|
|
750
|
-
- [`78c54a8761f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78c54a8761f) - Rewording some comments/types/descriptions to remove unnecessarily gendered phrasing
|
|
762
|
+
- [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756) [`78c54a8761f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78c54a8761f) - Rewording some comments/types/descriptions to remove unnecessarily gendered phrasing
|
|
751
763
|
- Updated dependencies
|
|
752
764
|
|
|
753
765
|
## 7.9.1
|
|
754
766
|
|
|
755
767
|
### Patch Changes
|
|
756
768
|
|
|
757
|
-
- [`2ed498a11d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ed498a11d4) - Export getUserRecommendations for external use and test mocking
|
|
769
|
+
- [#10056](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10056) [`2ed498a11d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ed498a11d4) - Export getUserRecommendations for external use and test mocking
|
|
758
770
|
|
|
759
771
|
## 7.9.0
|
|
760
772
|
|
|
761
773
|
### Minor Changes
|
|
762
774
|
|
|
763
|
-
- [`83812c6e1a6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83812c6e1a6) - Add productAttributes into SmartUserPicker usersRequest analytics event
|
|
775
|
+
- [#9493](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9493) [`83812c6e1a6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83812c6e1a6) - Add productAttributes into SmartUserPicker usersRequest analytics event
|
|
764
776
|
|
|
765
777
|
## 7.8.0
|
|
766
778
|
|
|
767
779
|
### Minor Changes
|
|
768
780
|
|
|
769
|
-
- [`3f551db7bed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f551db7bed) - filterOptions will include the query as an optional import
|
|
781
|
+
- [#8895](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8895) [`3f551db7bed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f551db7bed) - filterOptions will include the query as an optional import
|
|
770
782
|
|
|
771
783
|
## 7.7.0
|
|
772
784
|
|
|
773
785
|
### Minor Changes
|
|
774
786
|
|
|
775
|
-
- [`de8d3656da6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de8d3656da6) - Added user markes to user-picker/smart-user-picker. Confluence guests will now appear with a lozenge containing the text 'GUEST'. Updated tests to match this behaviour and updated the smart-user-picker example.
|
|
787
|
+
- [#8736](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8736) [`de8d3656da6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de8d3656da6) - Added user markes to user-picker/smart-user-picker. Confluence guests will now appear with a lozenge containing the text 'GUEST'. Updated tests to match this behaviour and updated the smart-user-picker example.
|
|
776
788
|
|
|
777
789
|
## 7.6.0
|
|
778
790
|
|
|
779
791
|
### Minor Changes
|
|
780
792
|
|
|
781
|
-
- [`0076cad2d37`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0076cad2d37) - Added the prop bootstrapOptions for Smart User Picker. This allows to override the bootstrap options.
|
|
793
|
+
- [#8663](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8663) [`0076cad2d37`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0076cad2d37) - Added the prop bootstrapOptions for Smart User Picker. This allows to override the bootstrap options.
|
|
782
794
|
|
|
783
795
|
## 7.5.5
|
|
784
796
|
|
|
785
797
|
### Patch Changes
|
|
786
798
|
|
|
787
|
-
- [`12493bf342e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12493bf342e) - Add bugfix to make principalId actually optional. Backwards compatible.
|
|
799
|
+
- [#8820](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8820) [`12493bf342e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12493bf342e) - Add bugfix to make principalId actually optional. Backwards compatible.
|
|
788
800
|
|
|
789
801
|
## 7.5.4
|
|
790
802
|
|
|
791
803
|
### Patch Changes
|
|
792
804
|
|
|
793
|
-
- [`c50a63f9f72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c50a63f9f72) - Upgrade `@types/react-select` to `v3.1.2` and fix type breaks
|
|
805
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644) [`c50a63f9f72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c50a63f9f72) - Upgrade `@types/react-select` to `v3.1.2` and fix type breaks
|
|
794
806
|
- Updated dependencies
|
|
795
807
|
|
|
796
808
|
## 7.5.3
|
|
797
809
|
|
|
798
810
|
### Patch Changes
|
|
799
811
|
|
|
800
|
-
- [`5aa6e51ed2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5aa6e51ed2f) - [ux] Add GitHub as an external source for the user-picker
|
|
812
|
+
- [#8536](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8536) [`5aa6e51ed2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5aa6e51ed2f) - [ux] Add GitHub as an external source for the user-picker
|
|
801
813
|
|
|
802
814
|
## 7.5.2
|
|
803
815
|
|
|
804
816
|
### Patch Changes
|
|
805
817
|
|
|
806
|
-
- [`6bbba22c60b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6bbba22c60b) - Prevent PII from being fired for UP analytics events
|
|
818
|
+
- [#8147](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8147) [`6bbba22c60b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6bbba22c60b) - Prevent PII from being fired for UP analytics events
|
|
807
819
|
|
|
808
820
|
## 7.5.1
|
|
809
821
|
|
|
810
822
|
### Patch Changes
|
|
811
823
|
|
|
812
|
-
- [`e55c8004986`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e55c8004986) - [ux] Add Team prefix to team option bylines to increase clarity.
|
|
824
|
+
- [#7861](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7861) [`e55c8004986`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e55c8004986) - [ux] Add Team prefix to team option bylines to increase clarity.
|
|
813
825
|
|
|
814
826
|
## 7.5.0
|
|
815
827
|
|
|
816
828
|
### Minor Changes
|
|
817
829
|
|
|
818
|
-
- [`93adccb79a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93adccb79a4) - The Smart User Picker now has the ability to use menuPosition which can allow it to be displayed on top of a dialog box.
|
|
830
|
+
- [#8048](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8048) [`93adccb79a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93adccb79a4) - The Smart User Picker now has the ability to use menuPosition which can allow it to be displayed on top of a dialog box.
|
|
819
831
|
|
|
820
832
|
## 7.4.0
|
|
821
833
|
|
|
822
834
|
### Minor Changes
|
|
823
835
|
|
|
824
|
-
- [`4c7bc9847a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c7bc9847a4) - Added the Smart User Picker to Confluence quicksearch
|
|
836
|
+
- [#7571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7571) [`4c7bc9847a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c7bc9847a4) - Added the Smart User Picker to Confluence quicksearch
|
|
825
837
|
|
|
826
838
|
## 7.3.3
|
|
827
839
|
|
|
828
840
|
### Patch Changes
|
|
829
841
|
|
|
830
|
-
- [`224d0251bd1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/224d0251bd1) - Update examples to function components for use in react storybook
|
|
842
|
+
- [#7745](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7745) [`224d0251bd1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/224d0251bd1) - Update examples to function components for use in react storybook
|
|
831
843
|
|
|
832
844
|
## 7.3.2
|
|
833
845
|
|
|
834
846
|
### Patch Changes
|
|
835
847
|
|
|
836
|
-
- [`9a206f99b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a206f99b1) - [ux] Added 'MEMBER' lozenge to SUP is workspaceMember attribute exists (from bitbucket recommendations response)
|
|
848
|
+
- [#6792](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6792) [`9a206f99b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a206f99b1) - [ux] Added 'MEMBER' lozenge to SUP is workspaceMember attribute exists (from bitbucket recommendations response)
|
|
837
849
|
|
|
838
850
|
## 7.3.1
|
|
839
851
|
|
|
840
852
|
### Patch Changes
|
|
841
853
|
|
|
842
|
-
- [`8af040a491`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8af040a491) - Reformating suggested emails if user inputs a space in the picker, aligning email suggestion avatar size with other options in the picker
|
|
854
|
+
- [#6830](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6830) [`8af040a491`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8af040a491) - Reformating suggested emails if user inputs a space in the picker, aligning email suggestion avatar size with other options in the picker
|
|
843
855
|
|
|
844
856
|
## 7.3.0
|
|
845
857
|
|
|
846
858
|
### Minor Changes
|
|
847
859
|
|
|
848
|
-
- [`39055f3ac5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39055f3ac5) - ED-10694: Fix FieldComponent defaultValue behaviour losing value due to mutation
|
|
860
|
+
- [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571) [`39055f3ac5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39055f3ac5) - ED-10694: Fix FieldComponent defaultValue behaviour losing value due to mutation
|
|
849
861
|
|
|
850
862
|
## 7.2.1
|
|
851
863
|
|
|
852
864
|
### Patch Changes
|
|
853
865
|
|
|
854
|
-
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
866
|
+
- [#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
|
|
855
867
|
|
|
856
868
|
## 7.2.0
|
|
857
869
|
|
|
858
870
|
### Minor Changes
|
|
859
871
|
|
|
860
|
-
- [`70c3d3cab0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70c3d3cab0) - [ux] allow displaying a constant recommendation to invite users from a specific email domain, based on the users input value
|
|
872
|
+
- [#6323](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6323) [`70c3d3cab0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70c3d3cab0) - [ux] allow displaying a constant recommendation to invite users from a specific email domain, based on the users input value
|
|
861
873
|
|
|
862
874
|
## 7.1.0
|
|
863
875
|
|
|
864
876
|
### Minor Changes
|
|
865
877
|
|
|
866
|
-
- [`c9327fc11e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c9327fc11e) - [ux] Add ability to user picker to display the external users along with the sources they come from.
|
|
878
|
+
- [#6175](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6175) [`c9327fc11e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c9327fc11e) - [ux] Add ability to user picker to display the external users along with the sources they come from.
|
|
867
879
|
|
|
868
880
|
## 7.0.0
|
|
869
881
|
|
|
870
882
|
### Major Changes
|
|
871
883
|
|
|
872
|
-
- [`2c148c9eb9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c148c9eb9) - Update the on Error prop to allow fail-over search client implementation for products.
|
|
884
|
+
- [#6050](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6050) [`2c148c9eb9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c148c9eb9) - Update the on Error prop to allow fail-over search client implementation for products.
|
|
873
885
|
Confluence fail-over client.
|
|
874
886
|
|
|
875
887
|
## 6.9.3
|
|
876
888
|
|
|
877
889
|
### Patch Changes
|
|
878
890
|
|
|
879
|
-
- [`6e859f4e7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e859f4e7d) - Fix analytics to not expose email addresses as part of payload
|
|
891
|
+
- [#6238](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6238) [`6e859f4e7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e859f4e7d) - Fix analytics to not expose email addresses as part of payload
|
|
880
892
|
|
|
881
893
|
## 6.9.2
|
|
882
894
|
|
|
883
895
|
### Patch Changes
|
|
884
896
|
|
|
885
|
-
- [`677744c680`](https://bitbucket.org/atlassian/atlassian-frontend/commits/677744c680) - Add UserSelect field for ConfigPanel, and expose types in SmartUserPicker
|
|
897
|
+
- [#5860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5860) [`677744c680`](https://bitbucket.org/atlassian/atlassian-frontend/commits/677744c680) - Add UserSelect field for ConfigPanel, and expose types in SmartUserPicker
|
|
886
898
|
|
|
887
899
|
## 6.9.1
|
|
888
900
|
|
|
889
901
|
### Patch Changes
|
|
890
902
|
|
|
891
|
-
- [`d46c67b902`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d46c67b902) - [ux] Added further props to the PopupUserPicker for enabling offsets/shouldFlip/boundary settings. This change is backwards compatible. PopperProps have been updated to conform with Popper2.0 change
|
|
903
|
+
- [#5932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5932) [`d46c67b902`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d46c67b902) - [ux] Added further props to the PopupUserPicker for enabling offsets/shouldFlip/boundary settings. This change is backwards compatible. PopperProps have been updated to conform with Popper2.0 change
|
|
892
904
|
|
|
893
905
|
## 6.9.0
|
|
894
906
|
|
|
895
907
|
### Minor Changes
|
|
896
908
|
|
|
897
|
-
- [`c8061b65de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8061b65de) - Allow style passthrough to mergeStyles in atlaskit select
|
|
909
|
+
- [#5901](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5901) [`c8061b65de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8061b65de) - Allow style passthrough to mergeStyles in atlaskit select
|
|
898
910
|
|
|
899
911
|
## 6.8.0
|
|
900
912
|
|
|
901
913
|
### Minor Changes
|
|
902
914
|
|
|
903
|
-
- [`57ef50f4d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/57ef50f4d4) - Retain requested order for defaultValue hydration.
|
|
915
|
+
- [#5732](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5732) [`57ef50f4d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/57ef50f4d4) - Retain requested order for defaultValue hydration.
|
|
904
916
|
Hydrate an "Unknown" user if no result from hydration.
|
|
905
917
|
Converted example to a function component.
|
|
906
918
|
|
|
@@ -908,7 +920,7 @@
|
|
|
908
920
|
|
|
909
921
|
### Patch Changes
|
|
910
922
|
|
|
911
|
-
- [`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.
|
|
923
|
+
- [#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.
|
|
912
924
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
913
925
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
914
926
|
|
|
@@ -922,19 +934,19 @@
|
|
|
922
934
|
|
|
923
935
|
### Minor Changes
|
|
924
936
|
|
|
925
|
-
- [`fe292139a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe292139a7) - [ux] Added support for lozenge in the options dropdown
|
|
937
|
+
- [#5357](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5357) [`fe292139a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe292139a7) - [ux] Added support for lozenge in the options dropdown
|
|
926
938
|
|
|
927
939
|
## 6.6.1
|
|
928
940
|
|
|
929
941
|
### Patch Changes
|
|
930
942
|
|
|
931
|
-
- [`8c68430770`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c68430770) - Added onValueError callback to handle hydration errors
|
|
943
|
+
- [#5325](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5325) [`8c68430770`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c68430770) - Added onValueError callback to handle hydration errors
|
|
932
944
|
|
|
933
945
|
## 6.6.0
|
|
934
946
|
|
|
935
947
|
### Minor Changes
|
|
936
948
|
|
|
937
|
-
- [`defe93e5fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/defe93e5fe) - Added auto hydration for defaultValue user identifier types to SmartUserPicker
|
|
949
|
+
- [#5141](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5141) [`defe93e5fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/defe93e5fe) - Added auto hydration for defaultValue user identifier types to SmartUserPicker
|
|
938
950
|
|
|
939
951
|
## 6.5.7
|
|
940
952
|
|
|
@@ -946,25 +958,25 @@
|
|
|
946
958
|
|
|
947
959
|
### Patch Changes
|
|
948
960
|
|
|
949
|
-
- [`38cc5d88da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/38cc5d88da) - Update type of Target to match popup-select's
|
|
961
|
+
- [#5061](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5061) [`38cc5d88da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/38cc5d88da) - Update type of Target to match popup-select's
|
|
950
962
|
|
|
951
963
|
## 6.5.5
|
|
952
964
|
|
|
953
965
|
### Patch Changes
|
|
954
966
|
|
|
955
|
-
- [`46bb7d498e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46bb7d498e) - [ux] Popup user picker styling bug fixed where the placeholder was placed in the wrong position
|
|
967
|
+
- [#4945](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4945) [`46bb7d498e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46bb7d498e) - [ux] Popup user picker styling bug fixed where the placeholder was placed in the wrong position
|
|
956
968
|
|
|
957
969
|
## 6.5.4
|
|
958
970
|
|
|
959
971
|
### Patch Changes
|
|
960
972
|
|
|
961
|
-
- [`4111de09de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4111de09de) - Allow emailLabel to be an empty string
|
|
973
|
+
- [#4844](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4844) [`4111de09de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4111de09de) - Allow emailLabel to be an empty string
|
|
962
974
|
|
|
963
975
|
## 6.5.3
|
|
964
976
|
|
|
965
977
|
### Patch Changes
|
|
966
978
|
|
|
967
|
-
- [`0ea18048ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ea18048ed) - Fix emailLabel not being passed in pickerProps
|
|
979
|
+
- [#4817](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4817) [`0ea18048ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ea18048ed) - Fix emailLabel not being passed in pickerProps
|
|
968
980
|
|
|
969
981
|
## 6.5.2
|
|
970
982
|
|
|
@@ -976,7 +988,7 @@
|
|
|
976
988
|
|
|
977
989
|
### Patch Changes
|
|
978
990
|
|
|
979
|
-
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
991
|
+
- [#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
|
|
980
992
|
|
|
981
993
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
982
994
|
to prevent duplicates of tslib being bundled.
|
|
@@ -985,17 +997,17 @@
|
|
|
985
997
|
|
|
986
998
|
### Minor Changes
|
|
987
999
|
|
|
988
|
-
- [`63715cc332`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63715cc332) - Add noBorder option to match confluence styling
|
|
1000
|
+
- [#4404](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4404) [`63715cc332`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63715cc332) - Add noBorder option to match confluence styling
|
|
989
1001
|
|
|
990
1002
|
### Patch Changes
|
|
991
1003
|
|
|
992
|
-
- [`1685d02525`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1685d02525) - Fix styling issue for noBorder
|
|
1004
|
+
- [#4410](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4410) [`1685d02525`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1685d02525) - Fix styling issue for noBorder
|
|
993
1005
|
|
|
994
1006
|
## 6.4.2
|
|
995
1007
|
|
|
996
1008
|
### Patch Changes
|
|
997
1009
|
|
|
998
|
-
- [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
|
|
1010
|
+
- [#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
|
|
999
1011
|
|
|
1000
1012
|
## 6.4.1
|
|
1001
1013
|
|
|
@@ -1007,68 +1019,68 @@
|
|
|
1007
1019
|
|
|
1008
1020
|
### Minor Changes
|
|
1009
1021
|
|
|
1010
|
-
- [`0d5890d800`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d5890d800) - Added props for bitbucket support - isPublicRepo, workspaceIds, emailDomain
|
|
1022
|
+
- [#4167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4167) [`0d5890d800`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d5890d800) - Added props for bitbucket support - isPublicRepo, workspaceIds, emailDomain
|
|
1011
1023
|
|
|
1012
1024
|
## 6.3.0
|
|
1013
1025
|
|
|
1014
1026
|
### Minor Changes
|
|
1015
1027
|
|
|
1016
|
-
- [`d645e8d753`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d645e8d753) - Added includeUsers prop to allow results for team or groups only
|
|
1028
|
+
- [#4009](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4009) [`d645e8d753`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d645e8d753) - Added includeUsers prop to allow results for team or groups only
|
|
1017
1029
|
|
|
1018
1030
|
## 6.2.4
|
|
1019
1031
|
|
|
1020
1032
|
### Patch Changes
|
|
1021
1033
|
|
|
1022
|
-
- [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
|
|
1034
|
+
- [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369) [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
|
|
1023
1035
|
|
|
1024
1036
|
## 6.2.3
|
|
1025
1037
|
|
|
1026
1038
|
### Patch Changes
|
|
1027
1039
|
|
|
1028
|
-
- [`9ef8a85f82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ef8a85f82) - Reenable subtle and compact style flags
|
|
1040
|
+
- [#3930](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3930) [`9ef8a85f82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ef8a85f82) - Reenable subtle and compact style flags
|
|
1029
1041
|
|
|
1030
1042
|
## 6.2.2
|
|
1031
1043
|
|
|
1032
1044
|
### Patch Changes
|
|
1033
1045
|
|
|
1034
|
-
- [`37e5a70532`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37e5a70532) - Fix deselect bug when defaultValue props provided
|
|
1046
|
+
- [#3908](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3908) [`37e5a70532`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37e5a70532) - Fix deselect bug when defaultValue props provided
|
|
1035
1047
|
|
|
1036
1048
|
## 6.2.1
|
|
1037
1049
|
|
|
1038
1050
|
### Patch Changes
|
|
1039
1051
|
|
|
1040
|
-
- [`cfbae59ca9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cfbae59ca9) - Map groups through to picker results
|
|
1052
|
+
- [#3883](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3883) [`cfbae59ca9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cfbae59ca9) - Map groups through to picker results
|
|
1041
1053
|
|
|
1042
1054
|
## 6.2.0
|
|
1043
1055
|
|
|
1044
1056
|
### Minor Changes
|
|
1045
1057
|
|
|
1046
|
-
- [`51aca36965`](https://bitbucket.org/atlassian/atlassian-frontend/commits/51aca36965) - Added includeGroups prop for the retrieval of confluence groups in smart user picker
|
|
1058
|
+
- [#3770](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3770) [`51aca36965`](https://bitbucket.org/atlassian/atlassian-frontend/commits/51aca36965) - Added includeGroups prop for the retrieval of confluence groups in smart user picker
|
|
1047
1059
|
|
|
1048
1060
|
## 6.1.0
|
|
1049
1061
|
|
|
1050
1062
|
### Minor Changes
|
|
1051
1063
|
|
|
1052
|
-
- [`d8aec9a0f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8aec9a0f8) - Fixed visual regression with Select dropdown caussing scrollbars to appears inside the PopUp, now using a portal element. For @atlaskit/user-picker ability to pass down `portalElement` has been added.
|
|
1064
|
+
- [#3749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3749) [`d8aec9a0f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8aec9a0f8) - Fixed visual regression with Select dropdown caussing scrollbars to appears inside the PopUp, now using a portal element. For @atlaskit/user-picker ability to pass down `portalElement` has been added.
|
|
1053
1065
|
|
|
1054
1066
|
## 6.0.2
|
|
1055
1067
|
|
|
1056
1068
|
### Patch Changes
|
|
1057
1069
|
|
|
1058
|
-
- [`cde426961a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cde426961a) - Bumps Avatar and AvatarGroup depenedencies
|
|
1070
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428) [`cde426961a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cde426961a) - Bumps Avatar and AvatarGroup depenedencies
|
|
1059
1071
|
- Updated dependencies
|
|
1060
1072
|
|
|
1061
1073
|
## 6.0.1
|
|
1062
1074
|
|
|
1063
1075
|
### Patch Changes
|
|
1064
1076
|
|
|
1065
|
-
- [`0c532edf6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c532edf6e) - Use the 'lodash' package instead of single-function 'lodash.\*' packages
|
|
1077
|
+
- [#3226](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3226) [`0c532edf6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c532edf6e) - Use the 'lodash' package instead of single-function 'lodash.\*' packages
|
|
1066
1078
|
|
|
1067
1079
|
## 6.0.0
|
|
1068
1080
|
|
|
1069
1081
|
### Major Changes
|
|
1070
1082
|
|
|
1071
|
-
- [`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.
|
|
1083
|
+
- [#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.
|
|
1072
1084
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
1073
1085
|
|
|
1074
1086
|
### Patch Changes
|
|
@@ -1079,19 +1091,19 @@
|
|
|
1079
1091
|
|
|
1080
1092
|
### Patch Changes
|
|
1081
1093
|
|
|
1082
|
-
- [`7f61836218`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f61836218) - Re-fire userPicker searched event after an option has been selected (allows mapping between userPicker clicked/enetered with userPicker searched for multiple pick case).
|
|
1094
|
+
- [#3143](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3143) [`7f61836218`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f61836218) - Re-fire userPicker searched event after an option has been selected (allows mapping between userPicker clicked/enetered with userPicker searched for multiple pick case).
|
|
1083
1095
|
|
|
1084
1096
|
## 5.1.3
|
|
1085
1097
|
|
|
1086
1098
|
### Patch Changes
|
|
1087
1099
|
|
|
1088
|
-
- [`f4fb91cf47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4fb91cf47) - Fix blank space after deleting items in multi
|
|
1100
|
+
- [#3230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3230) [`f4fb91cf47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4fb91cf47) - Fix blank space after deleting items in multi
|
|
1089
1101
|
|
|
1090
1102
|
## 5.1.2
|
|
1091
1103
|
|
|
1092
1104
|
### Patch Changes
|
|
1093
1105
|
|
|
1094
|
-
- [`b6a673bb27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6a673bb27) - Add smart user picker prop for share dialog. Only works if enableSmartUserPicker is true and product = 'jira'.
|
|
1106
|
+
- [#2488](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2488) [`b6a673bb27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6a673bb27) - Add smart user picker prop for share dialog. Only works if enableSmartUserPicker is true and product = 'jira'.
|
|
1095
1107
|
|
|
1096
1108
|
Fix maxPickerHeight prop in user-picker to work (previously was maxGrowHeight in styles but the prop was called maxPickerHeight).
|
|
1097
1109
|
|
|
@@ -1103,13 +1115,13 @@
|
|
|
1103
1115
|
|
|
1104
1116
|
### Patch Changes
|
|
1105
1117
|
|
|
1106
|
-
- [`50d6079274`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50d6079274) - Fix analytics bug exposing PII for usersRequest succeeded
|
|
1118
|
+
- [#3057](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3057) [`50d6079274`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50d6079274) - Fix analytics bug exposing PII for usersRequest succeeded
|
|
1107
1119
|
|
|
1108
1120
|
## 5.1.0
|
|
1109
1121
|
|
|
1110
1122
|
### Minor Changes
|
|
1111
1123
|
|
|
1112
|
-
- [`4ee1ba1585`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee1ba1585) - Add maxPickerHeight to the user picker which sets the maximum height that the user picker can grow up to because of the picked items. Modified subtle prop version of user picker. When subtle, the user picker's border will be removed. The background color will remain the same (Grey N10). These changes were spurred by recent style changes in user picker, which impacted the style of the shares dialog.
|
|
1124
|
+
- [#2903](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2903) [`4ee1ba1585`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee1ba1585) - Add maxPickerHeight to the user picker which sets the maximum height that the user picker can grow up to because of the picked items. Modified subtle prop version of user picker. When subtle, the user picker's border will be removed. The background color will remain the same (Grey N10). These changes were spurred by recent style changes in user picker, which impacted the style of the shares dialog.
|
|
1113
1125
|
Consumers need to be aware of whether an infinitely growing number of users in the user picker can affect their styling. If it does, they will need to provide a suitable maxPickerHeight. Consumers who also wish for a borderless user picker must set the subtle prop to true.
|
|
1114
1126
|
|
|
1115
1127
|
Change the background color from N10 to N20 to align with other select background colors.
|
|
@@ -1120,25 +1132,25 @@
|
|
|
1120
1132
|
|
|
1121
1133
|
### Major Changes
|
|
1122
1134
|
|
|
1123
|
-
- [`510b57c393`](https://bitbucket.org/atlassian/atlassian-frontend/commits/510b57c393) - SupportedProduct type changed from enum to a string union type of products. \n This change was a result of migration compatibility for smart-user-picker into ForgeUI. Enum types were forcing ForgeUI to eager load the whole package. Consumers should look to change their uses of SupportedProduct from enum to string identifiers. Possible values are listed in the package documentation.
|
|
1135
|
+
- [#2833](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2833) [`510b57c393`](https://bitbucket.org/atlassian/atlassian-frontend/commits/510b57c393) - SupportedProduct type changed from enum to a string union type of products. \n This change was a result of migration compatibility for smart-user-picker into ForgeUI. Enum types were forcing ForgeUI to eager load the whole package. Consumers should look to change their uses of SupportedProduct from enum to string identifiers. Possible values are listed in the package documentation.
|
|
1124
1136
|
|
|
1125
1137
|
## 4.6.4
|
|
1126
1138
|
|
|
1127
1139
|
### Patch Changes
|
|
1128
1140
|
|
|
1129
|
-
- [`cdb9e0c4de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cdb9e0c4de) - UI bug fixes
|
|
1141
|
+
- [#2540](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2540) [`cdb9e0c4de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cdb9e0c4de) - UI bug fixes
|
|
1130
1142
|
|
|
1131
1143
|
## 4.6.3
|
|
1132
1144
|
|
|
1133
1145
|
### Patch Changes
|
|
1134
1146
|
|
|
1135
|
-
- [`ac965ef48d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac965ef48d) - Fix selected user alignment issue in single user picker
|
|
1147
|
+
- [#2694](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2694) [`ac965ef48d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac965ef48d) - Fix selected user alignment issue in single user picker
|
|
1136
1148
|
|
|
1137
1149
|
## 4.6.2
|
|
1138
1150
|
|
|
1139
1151
|
### Patch Changes
|
|
1140
1152
|
|
|
1141
|
-
- [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove unused dependencies
|
|
1153
|
+
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137) [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove unused dependencies
|
|
1142
1154
|
- [`baaad91b65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/baaad91b65) - Updated to use the latest and more performant version of `@atlaskit/avatar`
|
|
1143
1155
|
- Updated dependencies
|
|
1144
1156
|
|
|
@@ -1146,41 +1158,41 @@
|
|
|
1146
1158
|
|
|
1147
1159
|
### Patch Changes
|
|
1148
1160
|
|
|
1149
|
-
- [`649f69b6d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/649f69b6d7) - Patch all packages that are used by confluence that have a broken es2019 dist
|
|
1161
|
+
- [#2430](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2430) [`649f69b6d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/649f69b6d7) - Patch all packages that are used by confluence that have a broken es2019 dist
|
|
1150
1162
|
|
|
1151
1163
|
## 4.6.0
|
|
1152
1164
|
|
|
1153
1165
|
### Minor Changes
|
|
1154
1166
|
|
|
1155
|
-
- [`5e93392923`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e93392923) - filter out inactive users from suggestions
|
|
1167
|
+
- [#2262](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2262) [`5e93392923`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e93392923) - filter out inactive users from suggestions
|
|
1156
1168
|
|
|
1157
1169
|
### Patch Changes
|
|
1158
1170
|
|
|
1159
|
-
- [`131cee6d7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/131cee6d7a) - Add missing tslib dependency
|
|
1171
|
+
- [#2099](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2099) [`131cee6d7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/131cee6d7a) - Add missing tslib dependency
|
|
1160
1172
|
|
|
1161
1173
|
## 4.5.1
|
|
1162
1174
|
|
|
1163
1175
|
### Patch Changes
|
|
1164
1176
|
|
|
1165
|
-
- [`d8df7262f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8df7262f9) - expose a method to change env so confluence local development is easier
|
|
1177
|
+
- [#2233](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2233) [`d8df7262f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8df7262f9) - expose a method to change env so confluence local development is easier
|
|
1166
1178
|
|
|
1167
1179
|
## 4.5.0
|
|
1168
1180
|
|
|
1169
1181
|
### Minor Changes
|
|
1170
1182
|
|
|
1171
|
-
- [`a046c939c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a046c939c7) - Fix wrong url bug, add onEmpty property
|
|
1183
|
+
- [#2213](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2213) [`a046c939c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a046c939c7) - Fix wrong url bug, add onEmpty property
|
|
1172
1184
|
|
|
1173
1185
|
## 4.4.0
|
|
1174
1186
|
|
|
1175
1187
|
### Minor Changes
|
|
1176
1188
|
|
|
1177
|
-
- [`a546558e20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a546558e20) - add prefetch prop to smart user picker
|
|
1189
|
+
- [#2071](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2071) [`a546558e20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a546558e20) - add prefetch prop to smart user picker
|
|
1178
1190
|
|
|
1179
1191
|
## 4.3.0
|
|
1180
1192
|
|
|
1181
1193
|
### Minor Changes
|
|
1182
1194
|
|
|
1183
|
-
- [`650d5ece5b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/650d5ece5b) - add smart user picker
|
|
1195
|
+
- [#1998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1998) [`650d5ece5b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/650d5ece5b) - add smart user picker
|
|
1184
1196
|
|
|
1185
1197
|
## 4.2.3
|
|
1186
1198
|
|