@atlaskit/select 16.7.0 → 16.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +94 -82
- package/dist/cjs/AsyncCreatableSelect.js +1 -2
- package/dist/cjs/AsyncSelect.js +1 -2
- package/dist/cjs/CheckboxSelect.js +1 -2
- package/dist/cjs/CountrySelect.js +1 -2
- package/dist/cjs/CreatableSelect.js +1 -2
- package/dist/cjs/PopupSelect/PopupSelect.js +5 -6
- package/dist/cjs/PopupSelect/components.js +8 -12
- package/dist/cjs/RadioSelect.js +1 -2
- package/dist/cjs/Select.js +4 -6
- package/dist/cjs/components/index.js +2 -4
- package/dist/cjs/components/indicators.js +4 -7
- package/dist/cjs/components/input-aria-describedby.js +2 -3
- package/dist/cjs/components/input-options.js +7 -11
- package/dist/cjs/data/countries.js +3 -5
- package/dist/cjs/utils/grouped-options-announcement.js +2 -3
- package/dist/es2019/PopupSelect/components.js +2 -3
- package/dist/es2019/Select.js +1 -1
- package/dist/es2019/components/input-options.js +2 -3
- package/dist/esm/PopupSelect/PopupSelect.js +4 -4
- package/dist/esm/PopupSelect/components.js +3 -5
- package/dist/esm/Select.js +1 -1
- package/dist/esm/components/input-options.js +4 -6
- package/dist/types/PopupSelect/PopupSelect.d.ts +2 -2
- package/dist/types/PopupSelect/components.d.ts +1 -1
- package/dist/types-ts4.5/PopupSelect/PopupSelect.d.ts +2 -2
- package/dist/types-ts4.5/PopupSelect/components.d.ts +1 -1
- package/package.json +4 -4
- package/report.api.md +0 -3
- package/tmp/api-report-tmp.d.ts +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,77 +1,89 @@
|
|
|
1
1
|
# @atlaskit/select
|
|
2
2
|
|
|
3
|
+
## 16.7.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#41115](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41115) [`6f2d15a60eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f2d15a60eb) - Remove unused variables in components and PopupSelect
|
|
8
|
+
|
|
9
|
+
## 16.7.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#40647](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40647) [`0de92f17021`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0de92f17021) - Bump react-focus-lock to latest version
|
|
14
|
+
|
|
3
15
|
## 16.7.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
6
18
|
|
|
7
|
-
- [`31496cc7c8a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31496cc7c8a) - [ux] Adds accessible name to the search input for popup select components via new `label` prop or `placeholder` prop if `label` is not provided.
|
|
19
|
+
- [#40209](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40209) [`31496cc7c8a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31496cc7c8a) - [ux] Adds accessible name to the search input for popup select components via new `label` prop or `placeholder` prop if `label` is not provided.
|
|
8
20
|
|
|
9
21
|
## 16.6.0
|
|
10
22
|
|
|
11
23
|
### Minor Changes
|
|
12
24
|
|
|
13
|
-
- [`f03e630c03e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f03e630c03e) - [ux] Adds keydown handler to target spread props for better accessibility for keyboard users.
|
|
25
|
+
- [#40039](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40039) [`f03e630c03e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f03e630c03e) - [ux] Adds keydown handler to target spread props for better accessibility for keyboard users.
|
|
14
26
|
|
|
15
27
|
## 16.5.14
|
|
16
28
|
|
|
17
29
|
### Patch Changes
|
|
18
30
|
|
|
19
|
-
- [`aee1bdd977d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aee1bdd977d) - Update select checkbox and radio icon to have 1px border under FF
|
|
31
|
+
- [#40096](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40096) [`aee1bdd977d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aee1bdd977d) - Update select checkbox and radio icon to have 1px border under FF
|
|
20
32
|
|
|
21
33
|
## 16.5.13
|
|
22
34
|
|
|
23
35
|
### Patch Changes
|
|
24
36
|
|
|
25
|
-
- [`a22d71ff733`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a22d71ff733) - [ux] Select component now respects explicitly passed value set to aria-describedby attribute.
|
|
37
|
+
- [#39015](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39015) [`a22d71ff733`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a22d71ff733) - [ux] Select component now respects explicitly passed value set to aria-describedby attribute.
|
|
26
38
|
|
|
27
39
|
## 16.5.12
|
|
28
40
|
|
|
29
41
|
### Patch Changes
|
|
30
42
|
|
|
31
|
-
- [`872a49e0bd8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/872a49e0bd8) - Fixed color contrast for grouped text label in the Select component
|
|
43
|
+
- [#38708](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38708) [`872a49e0bd8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/872a49e0bd8) - Fixed color contrast for grouped text label in the Select component
|
|
32
44
|
|
|
33
45
|
## 16.5.11
|
|
34
46
|
|
|
35
47
|
### Patch Changes
|
|
36
48
|
|
|
37
|
-
- [`479e6a92e33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/479e6a92e33) - Move css styles out to top-level scope for more consistency.
|
|
49
|
+
- [#38796](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38796) [`479e6a92e33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/479e6a92e33) - Move css styles out to top-level scope for more consistency.
|
|
38
50
|
|
|
39
51
|
## 16.5.10
|
|
40
52
|
|
|
41
53
|
### Patch Changes
|
|
42
54
|
|
|
43
|
-
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
55
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
44
56
|
- Updated dependencies
|
|
45
57
|
|
|
46
58
|
## 16.5.9
|
|
47
59
|
|
|
48
60
|
### Patch Changes
|
|
49
61
|
|
|
50
|
-
- [`2c77d477cbb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c77d477cbb) - Ensures static linting occurs in the techstack, fixes one example's eslint error.
|
|
62
|
+
- [#38520](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38520) [`2c77d477cbb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c77d477cbb) - Ensures static linting occurs in the techstack, fixes one example's eslint error.
|
|
51
63
|
|
|
52
64
|
## 16.5.8
|
|
53
65
|
|
|
54
66
|
### Patch Changes
|
|
55
67
|
|
|
56
|
-
- [`5c22f7ade33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c22f7ade33) - Convert CSS tagged templates to explicit function calls with objects.
|
|
68
|
+
- [#38518](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38518) [`5c22f7ade33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c22f7ade33) - Convert CSS tagged templates to explicit function calls with objects.
|
|
57
69
|
|
|
58
70
|
## 16.5.7
|
|
59
71
|
|
|
60
72
|
### Patch Changes
|
|
61
73
|
|
|
62
|
-
- [`919bf219a91`](https://bitbucket.org/atlassian/atlassian-frontend/commits/919bf219a91) - use border token for border width
|
|
74
|
+
- [#36663](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36663) [`919bf219a91`](https://bitbucket.org/atlassian/atlassian-frontend/commits/919bf219a91) - use border token for border width
|
|
63
75
|
|
|
64
76
|
## 16.5.6
|
|
65
77
|
|
|
66
78
|
### Patch Changes
|
|
67
79
|
|
|
68
|
-
- [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) - Internal change to use shape tokens. There is no expected visual change.
|
|
80
|
+
- [#35441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35441) [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) - Internal change to use shape tokens. There is no expected visual change.
|
|
69
81
|
|
|
70
82
|
## 16.5.5
|
|
71
83
|
|
|
72
84
|
### Patch Changes
|
|
73
85
|
|
|
74
|
-
- [`96ac277d0d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96ac277d0d7) - [ux] - created custom onFocus function, which overwrites built in onFocus method for ariaLiveMessages;
|
|
86
|
+
- [#35267](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35267) [`96ac277d0d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96ac277d0d7) - [ux] - created custom onFocus function, which overwrites built in onFocus method for ariaLiveMessages;
|
|
75
87
|
|
|
76
88
|
- function is conditionally invoked only for grouped select options to enable group label announcement with it's group options;
|
|
77
89
|
|
|
@@ -79,73 +91,73 @@
|
|
|
79
91
|
|
|
80
92
|
### Patch Changes
|
|
81
93
|
|
|
82
|
-
- [`8f436f0c301`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f436f0c301) - extend border contrast feature flag to support confluence
|
|
94
|
+
- [#35111](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35111) [`8f436f0c301`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f436f0c301) - extend border contrast feature flag to support confluence
|
|
83
95
|
|
|
84
96
|
## 16.5.3
|
|
85
97
|
|
|
86
98
|
### Patch Changes
|
|
87
99
|
|
|
88
|
-
- [`774ed69ecef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/774ed69ecef) - Internal changes to use space tokens for spacing values. There is no visual change.
|
|
100
|
+
- [#34881](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34881) [`774ed69ecef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/774ed69ecef) - Internal changes to use space tokens for spacing values. There is no visual change.
|
|
89
101
|
|
|
90
102
|
## 16.5.2
|
|
91
103
|
|
|
92
104
|
### Patch Changes
|
|
93
105
|
|
|
94
|
-
- [`449ab6d341b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ab6d341b) - Clear control keyboard access for Select component
|
|
106
|
+
- [#33774](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33774) [`449ab6d341b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ab6d341b) - Clear control keyboard access for Select component
|
|
95
107
|
|
|
96
108
|
## 16.5.1
|
|
97
109
|
|
|
98
110
|
### Patch Changes
|
|
99
111
|
|
|
100
|
-
- [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration work. The change is internal only and should not introduce any changes for the component consumers.
|
|
112
|
+
- [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652) [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration work. The change is internal only and should not introduce any changes for the component consumers.
|
|
101
113
|
|
|
102
114
|
## 16.5.0
|
|
103
115
|
|
|
104
116
|
### Minor Changes
|
|
105
117
|
|
|
106
|
-
- [`3c38b01cfd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c38b01cfd9) - Added screen reader text to announce multi selects support multiple options. This will be announced prior to any placeholder text.
|
|
118
|
+
- [#34303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34303) [`3c38b01cfd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c38b01cfd9) - Added screen reader text to announce multi selects support multiple options. This will be announced prior to any placeholder text.
|
|
107
119
|
|
|
108
120
|
## 16.4.0
|
|
109
121
|
|
|
110
122
|
### Minor Changes
|
|
111
123
|
|
|
112
|
-
- [`45bcfb68efb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45bcfb68efb) - Testing behind a feature flag: reduce re-renders in `<PopupSelect>` by using an available renderProps to both disable and block scrolling at the right time as well as avoid rendering the `<Select>` to a portal not visible to the user.
|
|
124
|
+
- [#34251](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34251) [`45bcfb68efb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45bcfb68efb) - Testing behind a feature flag: reduce re-renders in `<PopupSelect>` by using an available renderProps to both disable and block scrolling at the right time as well as avoid rendering the `<Select>` to a portal not visible to the user.
|
|
113
125
|
|
|
114
126
|
## 16.3.1
|
|
115
127
|
|
|
116
128
|
### Patch Changes
|
|
117
129
|
|
|
118
|
-
- [`1cd0d824b3c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1cd0d824b3c) - NO-ISSUE Add basic memoization on CheckboxSelect and RadioSelect to avoid unnecessary re-renders with otherwise static references.
|
|
130
|
+
- [#34230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34230) [`1cd0d824b3c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1cd0d824b3c) - NO-ISSUE Add basic memoization on CheckboxSelect and RadioSelect to avoid unnecessary re-renders with otherwise static references.
|
|
119
131
|
|
|
120
132
|
## 16.3.0
|
|
121
133
|
|
|
122
134
|
### Minor Changes
|
|
123
135
|
|
|
124
|
-
- [`6e51e0d5358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e51e0d5358) - [ux] update border width from 2px to 1px and add 1px box-shadow when focus or error
|
|
136
|
+
- [#33475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33475) [`6e51e0d5358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e51e0d5358) - [ux] update border width from 2px to 1px and add 1px box-shadow when focus or error
|
|
125
137
|
|
|
126
138
|
## 16.2.3
|
|
127
139
|
|
|
128
140
|
### Patch Changes
|
|
129
141
|
|
|
130
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
142
|
+
- [#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
|
|
131
143
|
|
|
132
144
|
## 16.2.2
|
|
133
145
|
|
|
134
146
|
### Patch Changes
|
|
135
147
|
|
|
136
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
148
|
+
- [#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`
|
|
137
149
|
|
|
138
150
|
## 16.2.1
|
|
139
151
|
|
|
140
152
|
### Patch Changes
|
|
141
153
|
|
|
142
|
-
- [`ffeeae59446`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffeeae59446) - Migrates unit tests from enzyme to RTL.
|
|
154
|
+
- [#32947](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32947) [`ffeeae59446`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffeeae59446) - Migrates unit tests from enzyme to RTL.
|
|
143
155
|
|
|
144
156
|
## 16.2.0
|
|
145
157
|
|
|
146
158
|
### Minor Changes
|
|
147
159
|
|
|
148
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
160
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
149
161
|
|
|
150
162
|
### Patch Changes
|
|
151
163
|
|
|
@@ -155,31 +167,31 @@
|
|
|
155
167
|
|
|
156
168
|
### Patch Changes
|
|
157
169
|
|
|
158
|
-
- [`79ddcb13067`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79ddcb13067) - [ux] style(select): update fallback of select placeholder to N200'
|
|
170
|
+
- [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004) [`79ddcb13067`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79ddcb13067) - [ux] style(select): update fallback of select placeholder to N200'
|
|
159
171
|
|
|
160
172
|
## 16.1.8
|
|
161
173
|
|
|
162
174
|
### Patch Changes
|
|
163
175
|
|
|
164
|
-
- [`8a8aac2b848`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a8aac2b848) - [ux] Adds proper disabled styling to the isMulti component.
|
|
176
|
+
- [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299) [`8a8aac2b848`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a8aac2b848) - [ux] Adds proper disabled styling to the isMulti component.
|
|
165
177
|
|
|
166
178
|
## 16.1.7
|
|
167
179
|
|
|
168
180
|
### Patch Changes
|
|
169
181
|
|
|
170
|
-
- [`c3a92e0b058`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3a92e0b058) - Export placeholder props from figma plugin
|
|
182
|
+
- [#31495](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31495) [`c3a92e0b058`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3a92e0b058) - Export placeholder props from figma plugin
|
|
171
183
|
|
|
172
184
|
## 16.1.6
|
|
173
185
|
|
|
174
186
|
### Patch Changes
|
|
175
187
|
|
|
176
|
-
- [`74c1b81a476`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74c1b81a476) - Replaces use of `gridSize` with space tokens. There is no expected visual change.
|
|
188
|
+
- [#31338](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31338) [`74c1b81a476`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74c1b81a476) - Replaces use of `gridSize` with space tokens. There is no expected visual change.
|
|
177
189
|
|
|
178
190
|
## 16.1.5
|
|
179
191
|
|
|
180
192
|
### Patch Changes
|
|
181
193
|
|
|
182
|
-
- [`7f5f23dcb68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f5f23dcb68) - Introduce shape tokens to some packages.
|
|
194
|
+
- [#30125](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30125) [`7f5f23dcb68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f5f23dcb68) - Introduce shape tokens to some packages.
|
|
183
195
|
|
|
184
196
|
## 16.1.4
|
|
185
197
|
|
|
@@ -191,26 +203,26 @@
|
|
|
191
203
|
|
|
192
204
|
### Patch Changes
|
|
193
205
|
|
|
194
|
-
- [`22b754d311f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22b754d311f) - Updates usage of removed design token `utilities.UNSAFE_util.transparent` in favour of its replacement `utilities.UNSAFE.transparent`
|
|
206
|
+
- [#27634](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27634) [`22b754d311f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22b754d311f) - Updates usage of removed design token `utilities.UNSAFE_util.transparent` in favour of its replacement `utilities.UNSAFE.transparent`
|
|
195
207
|
- Updated dependencies
|
|
196
208
|
|
|
197
209
|
## 16.1.2
|
|
198
210
|
|
|
199
211
|
### Patch Changes
|
|
200
212
|
|
|
201
|
-
- [`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) - Internal change to update token references. There is no expected behaviour or visual change.
|
|
213
|
+
- [#29390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29390) [`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) - Internal change to update token references. There is no expected behaviour or visual change.
|
|
202
214
|
|
|
203
215
|
## 16.1.1
|
|
204
216
|
|
|
205
217
|
### Patch Changes
|
|
206
218
|
|
|
207
|
-
- [`81bb765f055`](https://bitbucket.org/atlassian/atlassian-frontend/commits/81bb765f055) - Missing export for type MultiValueRemoveProps added
|
|
219
|
+
- [#29396](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29396) [`81bb765f055`](https://bitbucket.org/atlassian/atlassian-frontend/commits/81bb765f055) - Missing export for type MultiValueRemoveProps added
|
|
208
220
|
|
|
209
221
|
## 16.1.0
|
|
210
222
|
|
|
211
223
|
### Minor Changes
|
|
212
224
|
|
|
213
|
-
- [`017e3dccdf3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/017e3dccdf3) - Add SelectInstance for export
|
|
225
|
+
- [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090) [`017e3dccdf3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/017e3dccdf3) - Add SelectInstance for export
|
|
214
226
|
- [`2368982b4d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2368982b4d2) - Add MultiValueRemoveProps, SelectInstance to export
|
|
215
227
|
|
|
216
228
|
### Patch Changes
|
|
@@ -233,7 +245,7 @@
|
|
|
233
245
|
|
|
234
246
|
### Patch Changes
|
|
235
247
|
|
|
236
|
-
- [`e7046ed0fb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7046ed0fb1) - - Add MultiValueRemoveProps to export
|
|
248
|
+
- [#27813](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27813) [`e7046ed0fb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7046ed0fb1) - - Add MultiValueRemoveProps to export
|
|
237
249
|
- Add SelectInstance for export
|
|
238
250
|
- Revert the onOpen and onClose logic in PopupSelect
|
|
239
251
|
|
|
@@ -241,7 +253,7 @@
|
|
|
241
253
|
|
|
242
254
|
### Major Changes
|
|
243
255
|
|
|
244
|
-
- [`95b3630e9b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95b3630e9b5) - Update `@atlaskit/select` to use react-select v5, and update types
|
|
256
|
+
- [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712) [`95b3630e9b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95b3630e9b5) - Update `@atlaskit/select` to use react-select v5, and update types
|
|
245
257
|
|
|
246
258
|
Use forwardRef for all wrapped components - this means that if you were accessing anything on the Select instance using a ref, the ref will now reference the internal Select directly (see below for how to upgrade)
|
|
247
259
|
|
|
@@ -340,7 +352,7 @@
|
|
|
340
352
|
|
|
341
353
|
### Patch Changes
|
|
342
354
|
|
|
343
|
-
- [`8048ae661df`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8048ae661df) - [ux] Fixed bug where consumers extending the styles of PopupSelect would not receive the correct base styles in their custom styles functions.
|
|
355
|
+
- [#27523](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27523) [`8048ae661df`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8048ae661df) - [ux] Fixed bug where consumers extending the styles of PopupSelect would not receive the correct base styles in their custom styles functions.
|
|
344
356
|
|
|
345
357
|
## 15.7.6
|
|
346
358
|
|
|
@@ -352,38 +364,38 @@
|
|
|
352
364
|
|
|
353
365
|
### Patch Changes
|
|
354
366
|
|
|
355
|
-
- [`a0bf7e532ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a0bf7e532ff) - Fix validationState taking precedent over isInvalid
|
|
367
|
+
- [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860) [`a0bf7e532ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a0bf7e532ff) - Fix validationState taking precedent over isInvalid
|
|
356
368
|
- Updated dependencies
|
|
357
369
|
|
|
358
370
|
## 15.7.4
|
|
359
371
|
|
|
360
372
|
### Patch Changes
|
|
361
373
|
|
|
362
|
-
- [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op change to introduce spacing tokens to design system components.
|
|
374
|
+
- [#26303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26303) [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op change to introduce spacing tokens to design system components.
|
|
363
375
|
|
|
364
376
|
## 15.7.3
|
|
365
377
|
|
|
366
378
|
### Patch Changes
|
|
367
379
|
|
|
368
|
-
- [`5e578b89178`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e578b89178) - Fixed an issue in PopupSelect that caused the page to scroll to the top.
|
|
380
|
+
- [#25307](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25307) [`5e578b89178`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e578b89178) - Fixed an issue in PopupSelect that caused the page to scroll to the top.
|
|
369
381
|
|
|
370
382
|
## 15.7.2
|
|
371
383
|
|
|
372
384
|
### Patch Changes
|
|
373
385
|
|
|
374
|
-
- [`bedbdec0e82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bedbdec0e82) - Update hover state appearance of subtle Textarea, Textfield and Select components to match the hover states of their default counterparts.
|
|
386
|
+
- [#25314](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25314) [`bedbdec0e82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bedbdec0e82) - Update hover state appearance of subtle Textarea, Textfield and Select components to match the hover states of their default counterparts.
|
|
375
387
|
|
|
376
388
|
## 15.7.1
|
|
377
389
|
|
|
378
390
|
### Patch Changes
|
|
379
391
|
|
|
380
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
392
|
+
- [#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`
|
|
381
393
|
|
|
382
394
|
## 15.7.0
|
|
383
395
|
|
|
384
396
|
### Minor Changes
|
|
385
397
|
|
|
386
|
-
- [`0fbb2840aba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0fbb2840aba) - Add isInvalid prop to `@atlastkit/Select`. The prop indicates whether if the component is in the error state. If true, it visually shows a red border around the input.
|
|
398
|
+
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004) [`0fbb2840aba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0fbb2840aba) - Add isInvalid prop to `@atlastkit/Select`. The prop indicates whether if the component is in the error state. If true, it visually shows a red border around the input.
|
|
387
399
|
|
|
388
400
|
This replaces validationState to make Select more consistent like other components that uses isInvalid prop.
|
|
389
401
|
|
|
@@ -401,25 +413,25 @@
|
|
|
401
413
|
|
|
402
414
|
### Patch Changes
|
|
403
415
|
|
|
404
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
416
|
+
- [#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`.
|
|
405
417
|
|
|
406
418
|
## 15.6.1
|
|
407
419
|
|
|
408
420
|
### Patch Changes
|
|
409
421
|
|
|
410
|
-
- [`d9f112c7b09`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9f112c7b09) - Reverts change to multiSelect's remove behaviour when using tokens, fixing issue with a pointer-events: none style
|
|
422
|
+
- [#24436](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24436) [`d9f112c7b09`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9f112c7b09) - Reverts change to multiSelect's remove behaviour when using tokens, fixing issue with a pointer-events: none style
|
|
411
423
|
|
|
412
424
|
## 15.6.0
|
|
413
425
|
|
|
414
426
|
### Minor Changes
|
|
415
427
|
|
|
416
|
-
- [`68cc8008851`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68cc8008851) - [ux] Introduces appearance prop to component, with 'default', 'subtle' and 'none' variants
|
|
428
|
+
- [#24008](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24008) [`68cc8008851`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68cc8008851) - [ux] Introduces appearance prop to component, with 'default', 'subtle' and 'none' variants
|
|
417
429
|
|
|
418
430
|
## 15.5.0
|
|
419
431
|
|
|
420
432
|
### Minor Changes
|
|
421
433
|
|
|
422
|
-
- [`c17c6943be2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c17c6943be2) - Updated appearance of multi-select tags; when delete button is hovered, the appearance now matches @atlaskit/tag. The change is only visible with design token CSS enabled (in light or dark mode)
|
|
434
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`c17c6943be2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c17c6943be2) - Updated appearance of multi-select tags; when delete button is hovered, the appearance now matches @atlaskit/tag. The change is only visible with design token CSS enabled (in light or dark mode)
|
|
423
435
|
- [`45cae79ec0f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45cae79ec0f) - [ux] Internal changes to <CountrySelect /> to no longer override container and menu width. The behaviour is now the same as the default Select component. Visual changes are possible if the <CountrySelect /> is being used in an unconstrained container (it will now expand to fill as is the default).
|
|
424
436
|
|
|
425
437
|
Component now also uses the correct types (previously set to `any`). Props are still passed through so there is no runtime effect, but this may effect compilation for users providing props that are unsupported by the runtime.
|
|
@@ -436,26 +448,26 @@
|
|
|
436
448
|
|
|
437
449
|
### Minor Changes
|
|
438
450
|
|
|
439
|
-
- [`4609a8a733a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4609a8a733a) - Made SelectWithoutAnalytics component and InputActionMeta type available from @atlaskit/select
|
|
451
|
+
- [#22818](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22818) [`4609a8a733a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4609a8a733a) - Made SelectWithoutAnalytics component and InputActionMeta type available from @atlaskit/select
|
|
440
452
|
|
|
441
453
|
## 15.3.2
|
|
442
454
|
|
|
443
455
|
### Patch Changes
|
|
444
456
|
|
|
445
|
-
- [`8a5bdb3c844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5bdb3c844) - Upgrading internal dependency (bind-event-listener) for improved internal types
|
|
457
|
+
- [#22614](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22614) [`8a5bdb3c844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5bdb3c844) - Upgrading internal dependency (bind-event-listener) for improved internal types
|
|
446
458
|
|
|
447
459
|
## 15.3.1
|
|
448
460
|
|
|
449
461
|
### Patch Changes
|
|
450
462
|
|
|
451
|
-
- [`8f6f225ac11`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f6f225ac11) - Updated prop types for Popup Select
|
|
463
|
+
- [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029) [`8f6f225ac11`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f6f225ac11) - Updated prop types for Popup Select
|
|
452
464
|
- [`e4b612d1c48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4b612d1c48) - Internal migration to bind-event-listener for safer DOM Event cleanup
|
|
453
465
|
|
|
454
466
|
## 15.3.0
|
|
455
467
|
|
|
456
468
|
### Minor Changes
|
|
457
469
|
|
|
458
|
-
- [`145c9cea461`](https://bitbucket.org/atlassian/atlassian-frontend/commits/145c9cea461) - [ux] Added 2 new props for controlling the open state of PopupSelect:
|
|
470
|
+
- [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570) [`145c9cea461`](https://bitbucket.org/atlassian/atlassian-frontend/commits/145c9cea461) - [ux] Added 2 new props for controlling the open state of PopupSelect:
|
|
459
471
|
|
|
460
472
|
- `isOpen` controls whether the popup is open (controlled)
|
|
461
473
|
- `defaultIsOpen` controls whether the popup is initially open on mount (uncontrolled)
|
|
@@ -476,7 +488,7 @@
|
|
|
476
488
|
|
|
477
489
|
### Patch Changes
|
|
478
490
|
|
|
479
|
-
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
491
|
+
- [#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
|
|
480
492
|
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Updated types for @atlaskit/select to support Typescript 4.2.4
|
|
481
493
|
|
|
482
494
|
## 15.2.11
|
|
@@ -489,7 +501,7 @@
|
|
|
489
501
|
|
|
490
502
|
### Patch Changes
|
|
491
503
|
|
|
492
|
-
- [`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.
|
|
504
|
+
- [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618) [`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.
|
|
493
505
|
- Updated dependencies
|
|
494
506
|
|
|
495
507
|
## 15.2.9
|
|
@@ -502,7 +514,7 @@
|
|
|
502
514
|
|
|
503
515
|
### Patch Changes
|
|
504
516
|
|
|
505
|
-
- [`b2c25c19e38`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2c25c19e38) - PopupSelect now uses `@atlaskit/visually-hidden` under the hood.
|
|
517
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`b2c25c19e38`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2c25c19e38) - PopupSelect now uses `@atlaskit/visually-hidden` under the hood.
|
|
506
518
|
- Updated dependencies
|
|
507
519
|
|
|
508
520
|
## 15.2.7
|
|
@@ -524,27 +536,27 @@
|
|
|
524
536
|
|
|
525
537
|
### Patch Changes
|
|
526
538
|
|
|
527
|
-
- [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving bundle size.
|
|
539
|
+
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998) [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving bundle size.
|
|
528
540
|
- Updated dependencies
|
|
529
541
|
|
|
530
542
|
## 15.2.4
|
|
531
543
|
|
|
532
544
|
### Patch Changes
|
|
533
545
|
|
|
534
|
-
- [`401179b652b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/401179b652b) - PopupSelect now returns focus to the "trigger" element on close.
|
|
546
|
+
- [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777) [`401179b652b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/401179b652b) - PopupSelect now returns focus to the "trigger" element on close.
|
|
535
547
|
- Updated dependencies
|
|
536
548
|
|
|
537
549
|
## 15.2.3
|
|
538
550
|
|
|
539
551
|
### Patch Changes
|
|
540
552
|
|
|
541
|
-
- [`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) - Internal upgrade of memoize-one to 6.0.0
|
|
553
|
+
- [#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
|
|
542
554
|
|
|
543
555
|
## 15.2.2
|
|
544
556
|
|
|
545
557
|
### Patch Changes
|
|
546
558
|
|
|
547
|
-
- [`6fb4421c4c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6fb4421c4c1) - Fixed the validation token for Select in the Dark theme.
|
|
559
|
+
- [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319) [`6fb4421c4c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6fb4421c4c1) - Fixed the validation token for Select in the Dark theme.
|
|
548
560
|
- Updated dependencies
|
|
549
561
|
|
|
550
562
|
## 15.2.1
|
|
@@ -557,7 +569,7 @@
|
|
|
557
569
|
|
|
558
570
|
### Minor Changes
|
|
559
571
|
|
|
560
|
-
- [`f7cbc6631cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7cbc6631cf) - Instrumented select with the new theming package, `@atlaskit/tokens`.
|
|
572
|
+
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864) [`f7cbc6631cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7cbc6631cf) - Instrumented select with the new theming package, `@atlaskit/tokens`.
|
|
561
573
|
|
|
562
574
|
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
|
|
563
575
|
|
|
@@ -572,26 +584,26 @@
|
|
|
572
584
|
|
|
573
585
|
### Minor Changes
|
|
574
586
|
|
|
575
|
-
- [`1dfc276fa55`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1dfc276fa55) - Expose InputActionMeta in atlaskit/select. Convert withSmarts from class to function component. Fix analytics.
|
|
587
|
+
- [#13477](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13477) [`1dfc276fa55`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1dfc276fa55) - Expose InputActionMeta in atlaskit/select. Convert withSmarts from class to function component. Fix analytics.
|
|
576
588
|
|
|
577
589
|
## 15.0.2
|
|
578
590
|
|
|
579
591
|
### Patch Changes
|
|
580
592
|
|
|
581
|
-
- [`ce350569ced`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce350569ced) - The `aria-live` prop is now `assertive` by default to help option selection to stay in sync with screen reader announcements.
|
|
593
|
+
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837) [`ce350569ced`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce350569ced) - The `aria-live` prop is now `assertive` by default to help option selection to stay in sync with screen reader announcements.
|
|
582
594
|
- Updated dependencies
|
|
583
595
|
|
|
584
596
|
## 15.0.1
|
|
585
597
|
|
|
586
598
|
### Patch Changes
|
|
587
599
|
|
|
588
|
-
- [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump `@atlaskit/theme` to version `^11.3.0`.
|
|
600
|
+
- [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880) [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump `@atlaskit/theme` to version `^11.3.0`.
|
|
589
601
|
|
|
590
602
|
## 15.0.0
|
|
591
603
|
|
|
592
604
|
### Major Changes
|
|
593
605
|
|
|
594
|
-
- [`8c9055949d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9055949d4) - [ux] Options and Placeholders are now easier to see for users with low vision. We have also improved the experience in Windows High Contrast Mode.
|
|
606
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328) [`8c9055949d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9055949d4) - [ux] Options and Placeholders are now easier to see for users with low vision. We have also improved the experience in Windows High Contrast Mode.
|
|
595
607
|
|
|
596
608
|
### Patch Changes
|
|
597
609
|
|
|
@@ -602,7 +614,7 @@
|
|
|
602
614
|
|
|
603
615
|
### Minor Changes
|
|
604
616
|
|
|
605
|
-
- [`1ffa16e7d54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ffa16e7d54) - [ux] An argument of `PopupSelect`'s `target` render props was extended with `aria-haspopup`, `aria-expanded`, and `aria-controls` fields . You should pass this fields to custom trigger like `({isOpen, ...triggerProps}) => <button {...triggerProps}>Trigger</button>`. Provided aria attributes help users who use assistive technologies understand a component better.
|
|
617
|
+
- [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649) [`1ffa16e7d54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ffa16e7d54) - [ux] An argument of `PopupSelect`'s `target` render props was extended with `aria-haspopup`, `aria-expanded`, and `aria-controls` fields . You should pass this fields to custom trigger like `({isOpen, ...triggerProps}) => <button {...triggerProps}>Trigger</button>`. Provided aria attributes help users who use assistive technologies understand a component better.
|
|
606
618
|
|
|
607
619
|
### Patch Changes
|
|
608
620
|
|
|
@@ -612,13 +624,13 @@
|
|
|
612
624
|
|
|
613
625
|
### Patch Changes
|
|
614
626
|
|
|
615
|
-
- [`76f16d562bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76f16d562bc) - Removed styled-components as a peerDependency
|
|
627
|
+
- [#12205](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12205) [`76f16d562bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76f16d562bc) - Removed styled-components as a peerDependency
|
|
616
628
|
|
|
617
629
|
## 14.0.0
|
|
618
630
|
|
|
619
631
|
### Major Changes
|
|
620
632
|
|
|
621
|
-
- [`1f493e1dc65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f493e1dc65) - Bump `react-select` to v4. This brings some API changes and it uses `emotion` v11.
|
|
633
|
+
- [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113) [`1f493e1dc65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f493e1dc65) - Bump `react-select` to v4. This brings some API changes and it uses `emotion` v11.
|
|
622
634
|
|
|
623
635
|
### Patch Changes
|
|
624
636
|
|
|
@@ -629,20 +641,20 @@
|
|
|
629
641
|
|
|
630
642
|
### Patch Changes
|
|
631
643
|
|
|
632
|
-
- [`0e3333cd10a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e3333cd10a) - Corrects usage of modal dialog types.
|
|
644
|
+
- [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230) [`0e3333cd10a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e3333cd10a) - Corrects usage of modal dialog types.
|
|
633
645
|
- Updated dependencies
|
|
634
646
|
|
|
635
647
|
## 13.3.0
|
|
636
648
|
|
|
637
649
|
### Minor Changes
|
|
638
650
|
|
|
639
|
-
- [`0115b3b722b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0115b3b722b) - Update PopupSelect dependency `@popperjs/core` to `^2.9.1`, fixing some positioning bugs, such as in parents with `will-change` CSS properties set. For more information on the specific changes, see the popper docs.
|
|
651
|
+
- [#8388](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8388) [`0115b3b722b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0115b3b722b) - Update PopupSelect dependency `@popperjs/core` to `^2.9.1`, fixing some positioning bugs, such as in parents with `will-change` CSS properties set. For more information on the specific changes, see the popper docs.
|
|
640
652
|
|
|
641
653
|
## 13.2.0
|
|
642
654
|
|
|
643
655
|
### Minor Changes
|
|
644
656
|
|
|
645
|
-
- [`c50a63f9f72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c50a63f9f72) - Upgrade `@types/react-select` to `v3.1.2` and fix type breaks
|
|
657
|
+
- [#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
|
|
646
658
|
|
|
647
659
|
### Patch Changes
|
|
648
660
|
|
|
@@ -653,19 +665,19 @@
|
|
|
653
665
|
|
|
654
666
|
### Patch Changes
|
|
655
667
|
|
|
656
|
-
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
668
|
+
- [#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
|
|
657
669
|
|
|
658
670
|
## 13.1.0
|
|
659
671
|
|
|
660
672
|
### Minor Changes
|
|
661
673
|
|
|
662
|
-
- [`c3d2088249`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3d2088249) - expose GroupedOptionsType type
|
|
674
|
+
- [#6228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6228) [`c3d2088249`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3d2088249) - expose GroupedOptionsType type
|
|
663
675
|
|
|
664
676
|
## 13.0.6
|
|
665
677
|
|
|
666
678
|
### Patch Changes
|
|
667
679
|
|
|
668
|
-
- [`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.
|
|
680
|
+
- [#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.
|
|
669
681
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
670
682
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
671
683
|
|
|
@@ -679,19 +691,19 @@
|
|
|
679
691
|
|
|
680
692
|
### Patch Changes
|
|
681
693
|
|
|
682
|
-
- [`fc8f6e61f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc8f6e61f3) - Fix codemod utilities being exposed through the codemod cli
|
|
694
|
+
- [#4346](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4346) [`fc8f6e61f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc8f6e61f3) - Fix codemod utilities being exposed through the codemod cli
|
|
683
695
|
|
|
684
696
|
## 13.0.3
|
|
685
697
|
|
|
686
698
|
### Patch Changes
|
|
687
699
|
|
|
688
|
-
- [`6360c46009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6360c46009) - Reenable integration tests for Edge browser
|
|
700
|
+
- [#4707](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4707) [`6360c46009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6360c46009) - Reenable integration tests for Edge browser
|
|
689
701
|
|
|
690
702
|
## 13.0.2
|
|
691
703
|
|
|
692
704
|
### Patch Changes
|
|
693
705
|
|
|
694
|
-
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
706
|
+
- [#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
|
|
695
707
|
|
|
696
708
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
697
709
|
to prevent duplicates of tslib being bundled.
|
|
@@ -700,13 +712,13 @@
|
|
|
700
712
|
|
|
701
713
|
### Patch Changes
|
|
702
714
|
|
|
703
|
-
- [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
|
|
715
|
+
- [#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
|
|
704
716
|
|
|
705
717
|
## 13.0.0
|
|
706
718
|
|
|
707
719
|
### Major Changes
|
|
708
720
|
|
|
709
|
-
- [`b85482c030`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85482c030) - Upgraded Popper JS to version 2.2.3, which comes with bug fixes, performance improvements and a reduced bundle size when combined with @popperjs/core. As a result, PopupSelect has some changes to the values accepted by the `popperProps` prop.
|
|
721
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823) [`b85482c030`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85482c030) - Upgraded Popper JS to version 2.2.3, which comes with bug fixes, performance improvements and a reduced bundle size when combined with @popperjs/core. As a result, PopupSelect has some changes to the values accepted by the `popperProps` prop.
|
|
710
722
|
|
|
711
723
|
Changes labelled with ⚙️ have codemod support:
|
|
712
724
|
|
|
@@ -735,7 +747,7 @@
|
|
|
735
747
|
`npx @atlaskit/codemod-cli --parser [PARSER] --extensions [FILE_EXTENSIONS] [TARGET_PATH]`
|
|
736
748
|
|
|
737
749
|
Or run `npx @atlaskit/codemod-cli -h` for more details on usage.
|
|
738
|
-
For Atlassians, refer to [this doc](https://
|
|
750
|
+
For Atlassians, refer to [this doc](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for more details on the codemod CLI.
|
|
739
751
|
|
|
740
752
|
### Patch Changes
|
|
741
753
|
|
|
@@ -746,19 +758,19 @@
|
|
|
746
758
|
|
|
747
759
|
### Patch Changes
|
|
748
760
|
|
|
749
|
-
- [`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The readme and package information has been updated to point to the new design system website.
|
|
761
|
+
- [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293) [`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The readme and package information has been updated to point to the new design system website.
|
|
750
762
|
|
|
751
763
|
## 12.0.1
|
|
752
764
|
|
|
753
765
|
### Patch Changes
|
|
754
766
|
|
|
755
|
-
- [`5ccf97c849`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ccf97c849) - Popup Select click and keydown events would not bubble if parent element stopped propagation. Have changed these events to use capture mode instead.
|
|
767
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428) [`5ccf97c849`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ccf97c849) - Popup Select click and keydown events would not bubble if parent element stopped propagation. Have changed these events to use capture mode instead.
|
|
756
768
|
|
|
757
769
|
## 12.0.0
|
|
758
770
|
|
|
759
771
|
### Major Changes
|
|
760
772
|
|
|
761
|
-
- [`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.
|
|
773
|
+
- [#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.
|
|
762
774
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
763
775
|
|
|
764
776
|
### Patch Changes
|
|
@@ -775,13 +787,13 @@
|
|
|
775
787
|
|
|
776
788
|
### Patch Changes
|
|
777
789
|
|
|
778
|
-
- [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and supporting files will no longer be published to npm
|
|
790
|
+
- [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866) [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and supporting files will no longer be published to npm
|
|
779
791
|
|
|
780
792
|
## 11.0.12
|
|
781
793
|
|
|
782
794
|
### Patch Changes
|
|
783
795
|
|
|
784
|
-
- [`6aec273747`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6aec273747) - FIX: Dropdown chevron fixed to reflect ADG spec
|
|
796
|
+
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137) [`6aec273747`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6aec273747) - FIX: Dropdown chevron fixed to reflect ADG spec
|
|
785
797
|
- Updated dependencies
|
|
786
798
|
|
|
787
799
|
## 11.0.11
|