Skip to content

Releases: wmcadigital/wmn-design-system

v2.4.0

09 Dec 14:56
Compare
Choose a tag to compare

2.4.0 (2021-12-09)

Bug Fixes

Features

v2.3.1

09 Dec 14:48
Compare
Choose a tag to compare

2.3.1 (2021-12-09)

Reverts

v2.3.0

09 Dec 10:40
Compare
Choose a tag to compare

Bug Fixes

Features

v2.2.0

19 Oct 10:28
Compare
Choose a tag to compare

2.2.0 (2021-10-19)

Features

v2.1.0

26 Aug 10:39
Compare
Choose a tag to compare

2.1.0 (2021-08-26)

Features

v2.0.1

04 Aug 13:04
Compare
Choose a tag to compare

2.0.1 (2021-08-04)

Bug Fixes

  • Added new "main" branch name to package json (#865) (68f452d)
  • Updated github actions to use new branch names (#863) (e61a75f)

v2.0.0

29 Jul 15:42
Compare
Choose a tag to compare

2.0.0 (2021-07-29)

  • feat!: Stopped design system CSS leaking on to other websites (393f1fd)

BREAKING CHANGES

  • This change stops our CSS leaking into other peoples websites when using our CSS.
    Things that have been changed are:

Removing generic element selectors such as h1, h2, a etc. and replaced them with a wrapped [class*="wmnds-"], this ensures that we only apply styling to generic elements if it is a child of one of our design system classes

Updated the generic h1, h2, h3, h4, h5, h6 classes so they are now prefixed with wmnds e.g. wmnds-h1, wmnds-h2 etc.

Gone through all components and patterns to ensure any missing styles that were previously inheritted from generic styles are now part of the component styling itself. For instance if we had a p.wmnds-example that was reliant on the general element p margins, that component would have been updated to have the margins on the .wmnds-example class itself.

v1.8.0

08 Jul 10:14
Compare
Choose a tag to compare

1.8.0 (2021-07-08)

Bug Fixes

  • amending cookies manager html code and fix bug with cookie banner (#751) (bd7d3b7)
  • Expand clickable area on header mobile (#837) (692cdd4), closes #828 #828
  • Fixed a prettier issue in header JS (c81875c)
  • update buy a ticket (#841) (420ea80)
  • Update journey planner components (#843) (fec8874)
  • Updated CSS so long route names display correctly in travel updates widget (#830) (4d27fd4)
  • Updated npm packages (7da191f)

Features

  • Adding transport modals to branded banner (#831) (4733689)

v1.7.3

14 Jun 09:58
Compare
Choose a tag to compare

1.7.3 (2021-06-14)

Bug Fixes

  • Cookies are now set for parent and sub domains of TfWM (#816) (28ae6dd)
  • Fonts now point to absolute URL (#815) (79ca2bb)

v1.7.2

03 Jun 11:03
Compare
Choose a tag to compare

1.7.2 (2021-06-03)

Bug Fixes

  • n-icons now replace text without removing event handlers (#800) (546550f)
  • plan your journey font weight (#802) (999579a)
  • remove deprecated 'addListener' in footer js (#811) (acb572b)
  • update travel updates widget styling (#803) (fbabc99)