Skip to main content

Your privacy settings

We use cookies to help you with journey planning and relevant disruptions, remember your login and show you content you might be interested in. If you’re happy with the use of cookies by West Midlands Combined Authority and our selected partners, click ‘Accept all cookies’. Or click ‘Manage cookies’ to learn more.

Manage Cookies
Beta

This is a new service - your feedback will help us to improve it.

Docs

Releases

About

Transport for West Midlands Design System follows Semantic Versioning and stores all versions of the design system on Github and NPM.

Using this method of versioning enables Transport for West Midlands Design System to release new versions without breaking any projects dependant on previous releases.

This method also allows you to upgrade your project to the latest version of the design system when you are able to.

Accessing a previous releases

It is recommended that you use the latest release of Transport for West Midlands Design System in your project. This guide explains how to access a previous release for older documentation.

  1. Install Node.js If you have not already installed version 4.2.0 or later of Node.js, install the latest Long Term Support(LTS) version.

  2. Visit Transport for West Midlands Design System releases for previous releases. This log includes a list of bug fixes, new features, as well as any breaking changes.

  3. Click the link of the version number (prefixed with "v", for example v1.1.0).

  4. Under the Assets tab, download Source code (zip) and extract it to a folder on your computer.

  5. Navigate to the extracted folder and open a terminal. In your terminal, run:

    npm install
  6. When the installation finishes in step 5. In your terminal, run:

    npm start

This will launch a local webserver. When ready, your default web browser will automatically open with your selected release of the Transport for West Midlands Design System.

You can now browse the documentation for your selected release.