@atlaskit/link-datasource 2.4.2 → 2.5.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,19 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 2.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#115247](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115247)
8
+ [`251d23ff9e6c8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/251d23ff9e6c8) -
9
+ upgrade adf-schema version to 38.0.0
10
+
11
+ ## 2.4.3
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 2.4.2
4
18
 
5
19
  ### Patch Changes
@@ -125,9 +125,6 @@ var DateRangePicker = exports.DateRangePicker = function DateRangePicker(_ref) {
125
125
  testId: "date-from-picker",
126
126
  dateFormat: "D MMM YYYY",
127
127
  onChange: setCustomFromDate,
128
- onDelete: function onDelete() {
129
- return setCustomFromDate(undefined);
130
- },
131
128
  defaultValue: fromDate,
132
129
  placeholder: formatMessage(_messages.dateRangeMessages.dateRangeFrom),
133
130
  isInvalid: Boolean(invalidDateRange),
@@ -151,9 +148,6 @@ var DateRangePicker = exports.DateRangePicker = function DateRangePicker(_ref) {
151
148
  testId: "date-to-picker",
152
149
  dateFormat: "D MMM YYYY",
153
150
  onChange: setCustomToDate,
154
- onDelete: function onDelete() {
155
- return setCustomToDate(undefined);
156
- },
157
151
  defaultValue: toDate,
158
152
  placeholder: formatMessage(_messages.dateRangeMessages.dateRangeTo),
159
153
  isInvalid: Boolean(invalidDateRange),
@@ -96,7 +96,6 @@ export const DateRangePicker = ({
96
96
  testId: "date-from-picker",
97
97
  dateFormat: "D MMM YYYY",
98
98
  onChange: setCustomFromDate,
99
- onDelete: () => setCustomFromDate(undefined),
100
99
  defaultValue: fromDate,
101
100
  placeholder: formatMessage(dateRangeMessages.dateRangeFrom),
102
101
  isInvalid: Boolean(invalidDateRange),
@@ -119,7 +118,6 @@ export const DateRangePicker = ({
119
118
  testId: "date-to-picker",
120
119
  dateFormat: "D MMM YYYY",
121
120
  onChange: setCustomToDate,
122
- onDelete: () => setCustomToDate(undefined),
123
121
  defaultValue: toDate,
124
122
  placeholder: formatMessage(dateRangeMessages.dateRangeTo),
125
123
  isInvalid: Boolean(invalidDateRange),
@@ -115,9 +115,6 @@ export var DateRangePicker = function DateRangePicker(_ref) {
115
115
  testId: "date-from-picker",
116
116
  dateFormat: "D MMM YYYY",
117
117
  onChange: setCustomFromDate,
118
- onDelete: function onDelete() {
119
- return setCustomFromDate(undefined);
120
- },
121
118
  defaultValue: fromDate,
122
119
  placeholder: formatMessage(dateRangeMessages.dateRangeFrom),
123
120
  isInvalid: Boolean(invalidDateRange),
@@ -141,9 +138,6 @@ export var DateRangePicker = function DateRangePicker(_ref) {
141
138
  testId: "date-to-picker",
142
139
  dateFormat: "D MMM YYYY",
143
140
  onChange: setCustomToDate,
144
- onDelete: function onDelete() {
145
- return setCustomToDate(undefined);
146
- },
147
141
  defaultValue: toDate,
148
142
  placeholder: formatMessage(dateRangeMessages.dateRangeTo),
149
143
  isInvalid: Boolean(invalidDateRange),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "2.4.2",
3
+ "version": "2.5.0",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -35,7 +35,7 @@
35
35
  "analytics:codegen": "yarn workspace @atlassian/analytics-tooling run analytics:codegen link-datasource --output ./src/analytics/generated"
36
36
  },
37
37
  "dependencies": {
38
- "@atlaskit/adf-schema": "^37.0.0",
38
+ "@atlaskit/adf-schema": "^38.0.0",
39
39
  "@atlaskit/analytics-next": "^9.3.0",
40
40
  "@atlaskit/avatar": "^21.10.0",
41
41
  "@atlaskit/avatar-group": "^9.8.0",
@@ -47,7 +47,7 @@
47
47
  "@atlaskit/empty-state": "^7.9.0",
48
48
  "@atlaskit/form": "^10.4.0",
49
49
  "@atlaskit/heading": "^2.4.0",
50
- "@atlaskit/icon": "^22.4.0",
50
+ "@atlaskit/icon": "^22.5.0",
51
51
  "@atlaskit/icon-object": "^6.4.0",
52
52
  "@atlaskit/image": "^1.3.0",
53
53
  "@atlaskit/intl-messages-provider": "^1.0.0",
@@ -67,9 +67,9 @@
67
67
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.0",
68
68
  "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^1.1.0",
69
69
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.0",
70
- "@atlaskit/primitives": "^8.2.0",
70
+ "@atlaskit/primitives": "^9.0.0",
71
71
  "@atlaskit/select": "^17.11.0",
72
- "@atlaskit/smart-card": "^27.7.0",
72
+ "@atlaskit/smart-card": "^27.8.0",
73
73
  "@atlaskit/smart-user-picker": "6.9.3",
74
74
  "@atlaskit/spinner": "^16.2.0",
75
75
  "@atlaskit/tag": "^12.3.0",