@truedat/dq 4.50.3 → 4.50.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,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.50.4] 2022-08-31
4
+
5
+ ## Added
6
+
7
+ - [TD-5091] Add labels attribute for DomainSelector component
8
+
3
9
  ## [4.50.0] 2022-08-18
4
10
 
5
11
  ## Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/dq",
3
- "version": "4.50.3",
3
+ "version": "4.50.4",
4
4
  "description": "Truedat Web Data Quality Module",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -93,8 +93,8 @@
93
93
  },
94
94
  "dependencies": {
95
95
  "@apollo/client": "^3.6.4",
96
- "@truedat/core": "4.50.3",
97
- "@truedat/df": "4.50.3",
96
+ "@truedat/core": "4.50.4",
97
+ "@truedat/df": "4.50.4",
98
98
  "graphql": "^15.5.3",
99
99
  "path-to-regexp": "^1.7.0",
100
100
  "prop-types": "^15.8.1",
@@ -114,5 +114,5 @@
114
114
  "react-dom": ">= 16.8.6 < 17",
115
115
  "semantic-ui-react": ">= 0.88.2 < 2.1"
116
116
  },
117
- "gitHead": "ecf9302d2b22a74d3339a85398788a68e086c428"
117
+ "gitHead": "d9f12f551a3780a8785197e02c6842b89ab24ec3"
118
118
  }
@@ -90,6 +90,7 @@ export const InformationForm = ({
90
90
  domainActions={domainActions}
91
91
  onLoad={(data) => onDomainsLoad(data.domains)}
92
92
  onChange={(_e, { value }) => onChange("domain_id", value)}
93
+ labels
93
94
  />
94
95
  </Form.Field>
95
96
  ) : (
@@ -211,6 +211,7 @@ export const RuleImplementationRawForm = ({
211
211
  domainActions={domainActions}
212
212
  onLoad={(data) => setDomains(data.domains)}
213
213
  onChange={(_e, { value }) => onChange("domain_id", value)}
214
+ labels
214
215
  />
215
216
  </Form.Field>
216
217
  ) : (