diff --git a/docs/docs/guides/deployment-and-configuration.md b/docs/docs/guides/deployment-and-configuration.md deleted file mode 100644 index a480a24..0000000 --- a/docs/docs/guides/deployment-and-configuration.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Deployment and configuration -sidebar_position: 5 ---- diff --git a/docs/docs/guides/version-compatability.md b/docs/docs/guides/version-compatability.md new file mode 100644 index 0000000..605359f --- /dev/null +++ b/docs/docs/guides/version-compatability.md @@ -0,0 +1,22 @@ +--- +title: Version compatability +sidebar_position: 5 +--- + +## Component version compatibility matrix + +The Development Framework has many different component, and not all versions of these +are neccesarily compatible with one another. + +This table shows which versions of which component _are_ compatible. Expressed in semantic versioning. +For a description on the _semver_ syntax you could have a look at [this page](https://semver.npmjs.com). + +| `COMPONENT` | DMSS | DM-Job | @dm-core | react | +|-------------|---------|-------- |----------|-------| +|DM-Job | >1.0.0 | - | - | - | +|@dm-core | >1.0.0 | >1.0.4 | - | ^17* | +|@form | - | - | >1.0.29| - | +|@blueprint | - | - | >1.0.29| - | + +Cells marked with `-` indicate no hard relationship between the components. +Components prefixed with `@` are NPM pacakges under the `development-framework@` group. diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..fb57ccd --- /dev/null +++ b/yarn.lock @@ -0,0 +1,4 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + +