@atlaskit/react-select 1.7.4 → 1.7.5
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 +8 -0
- package/dist/cjs/select.js +1 -1
- package/dist/es2019/select.js +1 -1
- package/dist/esm/select.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/react-select
|
|
2
2
|
|
|
3
|
+
## 1.7.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#114403](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114403)
|
|
8
|
+
[`73c26a58b3d36`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/73c26a58b3d36) -
|
|
9
|
+
Update rendering of multiselect description to support SSR
|
|
10
|
+
|
|
3
11
|
## 1.7.4
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/dist/cjs/select.js
CHANGED
|
@@ -1782,7 +1782,7 @@ var Select = exports.default = /*#__PURE__*/function (_Component) {
|
|
|
1782
1782
|
}),
|
|
1783
1783
|
isDisabled: isDisabled,
|
|
1784
1784
|
isFocused: isFocused
|
|
1785
|
-
}), this.renderLiveRegion(), commonProps.isMulti && this.
|
|
1785
|
+
}), this.renderLiveRegion(), commonProps.isMulti && this.renderMultiselectMessage(), /*#__PURE__*/_react.default.createElement(Control, (0, _extends2.default)({}, commonProps, {
|
|
1786
1786
|
innerRef: this.getControlRef,
|
|
1787
1787
|
innerProps: _objectSpread({
|
|
1788
1788
|
onMouseDown: this.onControlMouseDown,
|
package/dist/es2019/select.js
CHANGED
|
@@ -1816,7 +1816,7 @@ export default class Select extends Component {
|
|
|
1816
1816
|
},
|
|
1817
1817
|
isDisabled: isDisabled,
|
|
1818
1818
|
isFocused: isFocused
|
|
1819
|
-
}), this.renderLiveRegion(), commonProps.isMulti && this.
|
|
1819
|
+
}), this.renderLiveRegion(), commonProps.isMulti && this.renderMultiselectMessage(), /*#__PURE__*/React.createElement(Control, _extends({}, commonProps, {
|
|
1820
1820
|
innerRef: this.getControlRef,
|
|
1821
1821
|
innerProps: {
|
|
1822
1822
|
onMouseDown: this.onControlMouseDown,
|
package/dist/esm/select.js
CHANGED
|
@@ -1773,7 +1773,7 @@ var Select = /*#__PURE__*/function (_Component) {
|
|
|
1773
1773
|
}),
|
|
1774
1774
|
isDisabled: isDisabled,
|
|
1775
1775
|
isFocused: isFocused
|
|
1776
|
-
}), this.renderLiveRegion(), commonProps.isMulti && this.
|
|
1776
|
+
}), this.renderLiveRegion(), commonProps.isMulti && this.renderMultiselectMessage(), /*#__PURE__*/React.createElement(Control, _extends({}, commonProps, {
|
|
1777
1777
|
innerRef: this.getControlRef,
|
|
1778
1778
|
innerProps: _objectSpread({
|
|
1779
1779
|
onMouseDown: this.onControlMouseDown,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/react-select",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.5",
|
|
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",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@atlaskit/ds-lib": "^3.5.0",
|
|
33
33
|
"@atlaskit/icon": "^23.9.0",
|
|
34
|
-
"@atlaskit/platform-feature-flags": "^1.
|
|
34
|
+
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
35
35
|
"@atlaskit/primitives": "^13.5.0",
|
|
36
36
|
"@atlaskit/spinner": "^17.1.0",
|
|
37
37
|
"@atlaskit/tokens": "^3.3.0",
|