-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: version compatability matrix
- Loading branch information
Showing
3 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||
# yarn lockfile v1 | ||
|
||
|