Skip to content

Commit 37c4e84

Browse files
committed
Updated schema files
1 parent 2c3ea56 commit 37c4e84

File tree

6 files changed

+175
-52
lines changed

6 files changed

+175
-52
lines changed

Diff for: canedge-editor/index.html

+21-20
Large diffs are not rendered by default.

Diff for: canmod-editor/index.html

+21-20
Large diffs are not rendered by default.

Diff for: index.html

+120
Large diffs are not rendered by default.

Diff for: package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "config-editor",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "A React based JSON Schema editor",
55
"author": "CSS Electronics",
66
"license": "MIT",
@@ -42,7 +42,7 @@
4242
"babel-plugin-transform-object-rest-spread": "^6.26.0",
4343
"bootstrap": "^3.3.6",
4444
"classnames": "^2.2.6",
45-
"config-editor-base": "^2.1.4",
45+
"config-editor-base": "^2.2.0",
4646
"config-editor-tools": "^1.1.2",
4747
"crc": "^3.8.0",
4848
"crypto": "^1.0.1",

Diff for: src/browser/js/editor/Editor.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import AlertContainer from "../alert/AlertContainer";
1414

1515
// define editor title and version
1616
const title = TYPE + " config editor"
17-
const version = "v1.7.0"
17+
const version = "v1.8.2"
1818

1919
// define UIschema and Rule Schema names for auto-loading purposes
2020
export const uiSchemaAry = {"CANedge": [
@@ -29,6 +29,7 @@ export const schemaAry = {"CANedge": [
2929
"schema-01.06.json | CANedge1",
3030
"schema-01.07.json | CANedge2",
3131
"schema-01.07.json | CANedge1",
32+
"schema-01.07.json | CANedge3 GNSS",
3233
"schema-01.07.json | CANedge2 GNSS",
3334
"schema-01.07.json | CANedge1 GNSS",
3435
], "CANmod":[]}

0 commit comments

Comments
 (0)