@atlaskit/link-datasource 4.0.1 → 4.0.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,24 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 4.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#128679](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128679)
8
+ [`8468ebc2097e0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8468ebc2097e0) -
9
+ Clean up ff enable_datasource_supporting_actions. This permanently enables saving supporting
10
+ actions to the action store.
11
+ - [#128098](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128098)
12
+ [`2c7474b012df9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2c7474b012df9) -
13
+ Update slack help channel name
14
+ - Updated dependencies
15
+
16
+ ## 4.0.2
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+
3
22
  ## 4.0.1
4
23
 
5
24
  ### Patch Changes
@@ -93,7 +93,7 @@ var actions = exports.actions = {
93
93
  return _objectSpread(_objectSpread({}, acc), {}, (0, _defineProperty2.default)({}, action.integrationKey, _objectSpread(_objectSpread({}, acc[action.integrationKey]), {}, (0, _defineProperty2.default)({}, fieldKey, _objectSpread({
94
94
  actionKey: action.actionKey,
95
95
  type: action.type
96
- }, fetchAction && (0, _platformFeatureFlags.fg)('enable_datasource_supporting_actions') && {
96
+ }, fetchAction && {
97
97
  fetchAction: {
98
98
  actionKey: fetchAction.actionKey,
99
99
  type: fetchAction.type,
@@ -116,7 +116,6 @@ var InlineEditableCell = function InlineEditableCell(_ref3) {
116
116
  }
117
117
 
118
118
  // if the field requires to fetch options to execute, then is editable only if `executeFetch` is defined
119
- // `executeFetch` is returned only when ff:`enable_datasource_supporting_actions` is enabled
120
119
  if ((0, _editType.isEditTypeSelectable)(values.type) && !executeFetch) {
121
120
  return readView;
122
121
  }
@@ -79,7 +79,7 @@ export const actions = {
79
79
  [fieldKey]: {
80
80
  actionKey: action.actionKey,
81
81
  type: action.type,
82
- ...(fetchAction && fg('enable_datasource_supporting_actions') && {
82
+ ...(fetchAction && {
83
83
  fetchAction: {
84
84
  actionKey: fetchAction.actionKey,
85
85
  type: fetchAction.type,
@@ -109,7 +109,6 @@ const InlineEditableCell = ({
109
109
  }
110
110
 
111
111
  // if the field requires to fetch options to execute, then is editable only if `executeFetch` is defined
112
- // `executeFetch` is returned only when ff:`enable_datasource_supporting_actions` is enabled
113
112
  if (isEditTypeSelectable(values.type) && !executeFetch) {
114
113
  return readView;
115
114
  }
@@ -87,7 +87,7 @@ export var actions = {
87
87
  return _objectSpread(_objectSpread({}, acc), {}, _defineProperty({}, action.integrationKey, _objectSpread(_objectSpread({}, acc[action.integrationKey]), {}, _defineProperty({}, fieldKey, _objectSpread({
88
88
  actionKey: action.actionKey,
89
89
  type: action.type
90
- }, fetchAction && fg('enable_datasource_supporting_actions') && {
90
+ }, fetchAction && {
91
91
  fetchAction: {
92
92
  actionKey: fetchAction.actionKey,
93
93
  type: fetchAction.type,
@@ -109,7 +109,6 @@ var InlineEditableCell = function InlineEditableCell(_ref3) {
109
109
  }
110
110
 
111
111
  // if the field requires to fetch options to execute, then is editable only if `executeFetch` is defined
112
- // `executeFetch` is returned only when ff:`enable_datasource_supporting_actions` is enabled
113
112
  if (isEditTypeSelectable(values.type) && !executeFetch) {
114
113
  return readView;
115
114
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -49,7 +49,7 @@
49
49
  "@atlaskit/dropdown-menu": "^13.0.0",
50
50
  "@atlaskit/editor-prosemirror": "7.0.0",
51
51
  "@atlaskit/empty-state": "^9.0.0",
52
- "@atlaskit/flag": "^17.0.0",
52
+ "@atlaskit/flag": "^17.1.0",
53
53
  "@atlaskit/form": "^12.0.0",
54
54
  "@atlaskit/heading": "^5.1.0",
55
55
  "@atlaskit/icon": "^25.0.0",
@@ -66,7 +66,7 @@
66
66
  "@atlaskit/linking-types": "^9.6.0",
67
67
  "@atlaskit/logo": "^16.0.0",
68
68
  "@atlaskit/lozenge": "^12.2.0",
69
- "@atlaskit/modal-dialog": "^13.1.0",
69
+ "@atlaskit/modal-dialog": "^13.2.0",
70
70
  "@atlaskit/outbound-auth-flow-client": "^3.4.0",
71
71
  "@atlaskit/platform-feature-flags": "^1.1.0",
72
72
  "@atlaskit/popup": "^2.0.0",
@@ -74,10 +74,10 @@
74
74
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.0",
75
75
  "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^2.0.0",
76
76
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.0.0",
77
- "@atlaskit/primitives": "^14.1.0",
77
+ "@atlaskit/primitives": "^14.2.0",
78
78
  "@atlaskit/react-select": "^2.0.0",
79
79
  "@atlaskit/select": "^20.0.0",
80
- "@atlaskit/smart-card": "^35.2.0",
80
+ "@atlaskit/smart-card": "^36.0.0",
81
81
  "@atlaskit/smart-user-picker": "^8.0.0",
82
82
  "@atlaskit/spinner": "^18.0.0",
83
83
  "@atlaskit/tag": "^14.0.0",
@@ -159,9 +159,6 @@
159
159
  "./elements": "./src/elements.ts"
160
160
  },
161
161
  "platform-feature-flags": {
162
- "enable_datasource_supporting_actions": {
163
- "type": "boolean"
164
- },
165
162
  "enable_datasource_fetch_action_inputs": {
166
163
  "type": "boolean"
167
164
  },