Versioning
Find out more about the versioning system used within the mdsp-css framework.
Temporary versioning before v1.0
Before releasing v1.0 we version the MDSP-CSS by incrementing the minor
version number for every sprint in which content is significantly added.
Our versioning scheme
We version our MDSP-CSS frameset by using the Semantic Versioning (SemVer) conventions:
major.minor.patch
Major
The general look and feel of the Design System is expressed in the major number, e.g. a new look and feel (different colors, different icons, …) changes the major version.
Minor
For incompatible (markup as well as classname- and id) changes the minor version gets incremented: In this case markups of apps has to be adapted or adjusted in order to work with a new version.
Patch
Adding or adapting backwards-compatible functionality increments the patch version. In this case no actions have to be taken by a developer when updating the CSS.
Changelog
A detailed list of changes as well as enhancements can be found
in the releases section of the MindSphere Design System website.