@atlaskit/link-datasource 4.27.3 → 4.27.4
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
|
+
## 4.27.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`72222bda541f2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/72222bda541f2) -
|
|
8
|
+
Clean up feature flags.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 4.27.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -22,7 +22,6 @@ var _new = _interopRequireDefault(require("@atlaskit/button/new"));
|
|
|
22
22
|
var _dropdownMenu = _interopRequireWildcard(require("@atlaskit/dropdown-menu"));
|
|
23
23
|
var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/core/migration/chevron-down"));
|
|
24
24
|
var _chevronUp = _interopRequireDefault(require("@atlaskit/icon/core/migration/chevron-up"));
|
|
25
|
-
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
26
25
|
var _closestEdge = require("@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge");
|
|
27
26
|
var _box = require("@atlaskit/pragmatic-drag-and-drop-react-drop-indicator/box");
|
|
28
27
|
var _combine = require("@atlaskit/pragmatic-drag-and-drop/combine");
|
|
@@ -353,8 +352,7 @@ var DraggableTableHeading = exports.DraggableTableHeading = function DraggableTa
|
|
|
353
352
|
}) : null, onIsWrappedChange ? /*#__PURE__*/React.createElement(DropdownParent, null, /*#__PURE__*/React.createElement(_dropdownMenu.default, {
|
|
354
353
|
trigger: getTriggerButton,
|
|
355
354
|
onOpenChange: onDropdownOpenChange,
|
|
356
|
-
placement: 'bottom'
|
|
357
|
-
shouldRenderToParent: (0, _platformFeatureFlags.fg)('should-render-to-parent-should-be-true-linking-pla')
|
|
355
|
+
placement: 'bottom'
|
|
358
356
|
}, /*#__PURE__*/React.createElement(_dropdownMenu.DropdownItem, {
|
|
359
357
|
elemBefore: isWrapped ? /*#__PURE__*/React.createElement(_customIcons.UnwrapTextIcon, null) : /*#__PURE__*/React.createElement(_customIcons.WrapTextIcon, null),
|
|
360
358
|
testId: "".concat(id, "-column-dropdown-item-toggle-wrapping"),
|
|
@@ -14,7 +14,6 @@ import Button from '@atlaskit/button/new';
|
|
|
14
14
|
import DropdownMenu, { DropdownItem } from '@atlaskit/dropdown-menu';
|
|
15
15
|
import ChevronDown from '@atlaskit/icon/core/migration/chevron-down';
|
|
16
16
|
import ChevronUp from '@atlaskit/icon/core/migration/chevron-up';
|
|
17
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
18
17
|
import { attachClosestEdge, extractClosestEdge } from '@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge';
|
|
19
18
|
import { DropIndicator } from '@atlaskit/pragmatic-drag-and-drop-react-drop-indicator/box';
|
|
20
19
|
import { combine } from '@atlaskit/pragmatic-drag-and-drop/combine';
|
|
@@ -326,8 +325,7 @@ export const DraggableTableHeading = ({
|
|
|
326
325
|
}) : null, onIsWrappedChange ? /*#__PURE__*/React.createElement(DropdownParent, null, /*#__PURE__*/React.createElement(DropdownMenu, {
|
|
327
326
|
trigger: getTriggerButton,
|
|
328
327
|
onOpenChange: onDropdownOpenChange,
|
|
329
|
-
placement: 'bottom'
|
|
330
|
-
shouldRenderToParent: fg('should-render-to-parent-should-be-true-linking-pla')
|
|
328
|
+
placement: 'bottom'
|
|
331
329
|
}, /*#__PURE__*/React.createElement(DropdownItem, {
|
|
332
330
|
elemBefore: isWrapped ? /*#__PURE__*/React.createElement(UnwrapTextIcon, null) : /*#__PURE__*/React.createElement(WrapTextIcon, null),
|
|
333
331
|
testId: `${id}-column-dropdown-item-toggle-wrapping`,
|
|
@@ -22,7 +22,6 @@ import Button from '@atlaskit/button/new';
|
|
|
22
22
|
import DropdownMenu, { DropdownItem } from '@atlaskit/dropdown-menu';
|
|
23
23
|
import ChevronDown from '@atlaskit/icon/core/migration/chevron-down';
|
|
24
24
|
import ChevronUp from '@atlaskit/icon/core/migration/chevron-up';
|
|
25
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
26
25
|
import { attachClosestEdge, extractClosestEdge } from '@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge';
|
|
27
26
|
import { DropIndicator } from '@atlaskit/pragmatic-drag-and-drop-react-drop-indicator/box';
|
|
28
27
|
import { combine } from '@atlaskit/pragmatic-drag-and-drop/combine';
|
|
@@ -347,8 +346,7 @@ export var DraggableTableHeading = function DraggableTableHeading(_ref3) {
|
|
|
347
346
|
}) : null, onIsWrappedChange ? /*#__PURE__*/React.createElement(DropdownParent, null, /*#__PURE__*/React.createElement(DropdownMenu, {
|
|
348
347
|
trigger: getTriggerButton,
|
|
349
348
|
onOpenChange: onDropdownOpenChange,
|
|
350
|
-
placement: 'bottom'
|
|
351
|
-
shouldRenderToParent: fg('should-render-to-parent-should-be-true-linking-pla')
|
|
349
|
+
placement: 'bottom'
|
|
352
350
|
}, /*#__PURE__*/React.createElement(DropdownItem, {
|
|
353
351
|
elemBefore: isWrapped ? /*#__PURE__*/React.createElement(UnwrapTextIcon, null) : /*#__PURE__*/React.createElement(WrapTextIcon, null),
|
|
354
352
|
testId: "".concat(id, "-column-dropdown-item-toggle-wrapping"),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "4.27.
|
|
3
|
+
"version": "4.27.4",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -176,9 +176,6 @@
|
|
|
176
176
|
"dst-a11y__replace-anchor-with-link__linking-platfo": {
|
|
177
177
|
"type": "boolean"
|
|
178
178
|
},
|
|
179
|
-
"should-render-to-parent-should-be-true-linking-pla": {
|
|
180
|
-
"type": "boolean"
|
|
181
|
-
},
|
|
182
179
|
"lp_enable_datasource-table-view_height_override": {
|
|
183
180
|
"type": "boolean"
|
|
184
181
|
},
|