@atlaskit/react-select 3.8.1 → 3.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/react-select
|
|
2
2
|
|
|
3
|
+
## 3.8.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 3.8.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 3.8.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -80,7 +92,6 @@
|
|
|
80
92
|
|
|
81
93
|
- [`d281a835c4897`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d281a835c4897) -
|
|
82
94
|
[ux]
|
|
83
|
-
|
|
84
95
|
- `TeamCreateDialog`
|
|
85
96
|
- Fixed incorrect ariaDescribedBy identifier so that VoiceOver can read out the error message.
|
|
86
97
|
- Programmatically focus the input on submit when there is an error.
|
|
@@ -4,8 +4,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.defaultAriaLiveMessages = void 0;
|
|
7
|
-
/* eslint-disable @atlaskit/platform/ensure-feature-flag-prefix */
|
|
8
|
-
|
|
9
7
|
var defaultAriaLiveMessages = exports.defaultAriaLiveMessages = {
|
|
10
8
|
onChange: function onChange(props) {
|
|
11
9
|
var action = props.action,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/react-select",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.3",
|
|
4
4
|
"description": "A forked version of react-select to only be used in atlaskit/select",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
"@atlaskit/icon": "^28.5.0",
|
|
25
25
|
"@atlaskit/layering": "^3.1.0",
|
|
26
26
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
27
|
-
"@atlaskit/primitives": "^
|
|
27
|
+
"@atlaskit/primitives": "^15.0.0",
|
|
28
28
|
"@atlaskit/spinner": "^19.0.0",
|
|
29
|
-
"@atlaskit/tokens": "^
|
|
29
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
30
30
|
"@babel/runtime": "^7.0.0",
|
|
31
|
-
"@compiled/react": "^0.18.
|
|
31
|
+
"@compiled/react": "^0.18.6",
|
|
32
32
|
"@floating-ui/dom": "^1.0.1",
|
|
33
33
|
"memoize-one": "^6.0.0",
|
|
34
34
|
"use-isomorphic-layout-effect": "^1.1.2"
|