@truedat/bg 4.58.4 → 4.58.6

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.58.5] 2022-12-23
4
+
5
+ ### Added
6
+
7
+ - [TD-5368] IsModification for editable templates
8
+
3
9
  ## [4.58.3] 2022-12-21
4
10
 
5
11
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/bg",
3
- "version": "4.58.4",
3
+ "version": "4.58.6",
4
4
  "description": "Truedat Web Business Glossary",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -34,7 +34,7 @@
34
34
  "@testing-library/jest-dom": "^5.16.5",
35
35
  "@testing-library/react": "^12.0.0",
36
36
  "@testing-library/user-event": "^13.2.1",
37
- "@truedat/test": "4.58.4",
37
+ "@truedat/test": "4.58.6",
38
38
  "babel-jest": "^28.1.0",
39
39
  "babel-plugin-dynamic-import-node": "^2.3.3",
40
40
  "babel-plugin-lodash": "^3.3.4",
@@ -86,8 +86,8 @@
86
86
  ]
87
87
  },
88
88
  "dependencies": {
89
- "@truedat/core": "4.58.4",
90
- "@truedat/df": "4.58.4",
89
+ "@truedat/core": "4.58.6",
90
+ "@truedat/df": "4.58.6",
91
91
  "decode-uri-component": "^0.2.2",
92
92
  "file-saver": "^2.0.5",
93
93
  "moment": "^2.29.4",
@@ -110,5 +110,5 @@
110
110
  "react-dom": ">= 16.8.6 < 17",
111
111
  "semantic-ui-react": ">= 2.0.3 < 2.2"
112
112
  },
113
- "gitHead": "852f36764d42a458272b3d5a5d204d928d5243c4"
113
+ "gitHead": "6d62fbef2dea9d23cb1f3908bdc48ba36f4fd55d"
114
114
  }
@@ -164,6 +164,7 @@ export class ConceptEdit extends React.Component {
164
164
  <DynamicForm
165
165
  onChange={this.handleContentChange}
166
166
  content={content}
167
+ isModification={true}
167
168
  />
168
169
  )}
169
170
  <Button