Skip to content

Latest commit

 

History

History
157 lines (93 loc) · 16.1 KB

CHANGELOG.md

File metadata and controls

157 lines (93 loc) · 16.1 KB

2.4.0 (2021-12-09)

Bug Fixes

Features

2.3.1 (2021-12-09)

Reverts

2.2.0 (2021-10-19)

Features

2.1.0 (2021-08-26)

Features

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)

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.

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)

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)

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)

1.7.1 (2021-05-20)

Bug Fixes

1.7.0 (2021-05-19)

Bug Fixes

  • journey planner & buy a ticket buttons (#795) (5f50d2c), closes #788
  • journey planner homepage (#792) (fb7aca8)
  • journey planner updates (#769) (f968ff0)
  • Re-added linter to check PR titles for semantic versioning (#774) (0c8f5ea)
  • Updated Content-Type for CSS files when being redirected. (#758) (602bb9b)
  • Updated domain redirects so they now point to tfwm.org.uk (#793) (47a64c7)
  • Updated transport banner font color to white for all html tags (#773) (17c16c1)

Features

1.6.0 (2021-05-05)

Bug Fixes

  • increase list counter width for large numbers (#738) (52b93bf)
  • replace eScooter icon (#745) (41981c0)
  • Replace sustainable color in order to meet colour contrast standards. (#743) (a2a42d1)
  • svg background spacing bug (#739) (4aae15c)
  • Updated incorrect branch name in release notes preview GitHub Action (#753) (93b6ddd)

Features