@atlaskit/link-datasource 3.8.10 → 3.9.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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 3.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#164042](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/164042)
8
+ [`c10b60eefe529`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c10b60eefe529) -
9
+ [ux] Changing the menu placement of the inline edit status dropdown to auto
10
+
3
11
  ## 3.8.10
4
12
 
5
13
  ### Patch Changes
@@ -54,6 +54,7 @@ var StatusEditType = function StatusEditType(props) {
54
54
  isLoading: isLoading,
55
55
  defaultValue: currentValue === null || currentValue === void 0 || (_currentValue$values = currentValue.values) === null || _currentValue$values === void 0 ? void 0 : _currentValue$values[0],
56
56
  filterOption: filterOption,
57
+ menuPlacement: "auto",
57
58
  formatOptionLabel: function formatOptionLabel(option) {
58
59
  return /*#__PURE__*/_react.default.createElement(_lozenge.default, (0, _extends2.default)({
59
60
  testId: "inline-edit-status-option-".concat(option.text)
@@ -42,6 +42,7 @@ const StatusEditType = props => {
42
42
  isLoading: isLoading,
43
43
  defaultValue: currentValue === null || currentValue === void 0 ? void 0 : (_currentValue$values = currentValue.values) === null || _currentValue$values === void 0 ? void 0 : _currentValue$values[0],
44
44
  filterOption: filterOption,
45
+ menuPlacement: "auto",
45
46
  formatOptionLabel: option => /*#__PURE__*/React.createElement(Lozenge, _extends({
46
47
  testId: `inline-edit-status-option-${option.text}`
47
48
  }, option.style), option.text),
@@ -44,6 +44,7 @@ var StatusEditType = function StatusEditType(props) {
44
44
  isLoading: isLoading,
45
45
  defaultValue: currentValue === null || currentValue === void 0 || (_currentValue$values = currentValue.values) === null || _currentValue$values === void 0 ? void 0 : _currentValue$values[0],
46
46
  filterOption: filterOption,
47
+ menuPlacement: "auto",
47
48
  formatOptionLabel: function formatOptionLabel(option) {
48
49
  return /*#__PURE__*/React.createElement(Lozenge, _extends({
49
50
  testId: "inline-edit-status-option-".concat(option.text)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "3.8.10",
3
+ "version": "3.9.0",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",