Skip to content

Latest commit

 

History

History
323 lines (212 loc) · 7.07 KB

CHANGELOG.md

File metadata and controls

323 lines (212 loc) · 7.07 KB

Changelog

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v3.1.0

December 31, 2020

Changed

  • Eyeglass version bumped to v3.

v3.0.0

October 19, 2020

Added

  • $blue--light variable (used for link outlines).
  • $grey--midDark variable (to match full array of PIE colours).

Changed

  • Moved v3 beta to full release, now the themes have consolidated into one PIE + JET theme.

v3.0.0-beta.6

July 30, 2020

Added

  • $color-bg--darker variable.

v3.0.0-beta.5

July 23, 2020

Changed

  • Updated $color-border--interactive to be slightly darker grey.

v3.0.0-beta.4

July 21, 2020

Changed

  • Updated $color-text to $grey--darkest.
  • Updated border colours to match new PIE greys.

v3.0.0-beta.3

July 20, 2020

Changed

  • Updated colours to be more in-line with PIE redesign colour scheme. The next step to move to full v3 will be to integrate the PIE colour tokens into this package so the colours being used are from the same source as the apps.

v3.0.0-beta.2

June 18, 2020

Changed

  • Themes now condensed down to one JET theme.

v3.0.0-beta.1

June 4, 2020

Changed

  • Added Glaze back in to colours as still used on Payments UK (can delete when re-branding UK)

v3.0.0-beta.0

June 1, 2020

Changed

  • Menulog theme updated in line with new takeaway.com brand colours refresh. These will eventually move to be the default theme in the full release of v3.0.0. These changes will be versioned as a beta release to save on a number of full version bumps as there will be some big changes to the core themes in a short space of time as we move to one consolidated theme (woop!).

Removed

  • Glaze colour scheme removed as no longer needed (these changes supercede Glaze).

v2.5.1

January 2, 2020

Fixed

  • Security package update (handlebars)

v2.5.0

November 25, 2019

Added

  • New colours to _menulog.scss

v2.4.0

June 14, 2019

Changed

  • Yarn.lock update for indirect dependencies to fix vulnerability issues
  • Travis uses node v8 & v10 to run builds.

v2.3.0

May 31, 2019

Added

  • Added Glaze Colour Scheme

v2.2.0

January 25, 2019

Added

  • Added available brand ray colours
  • Added wallpaper colours

v2.1.0

Sept 19, 2018

Changed

  • Menulog $green--dark updated.
  • Secondary colour updated to be $orange for the Menulog theme.

Removed

  • More Menulog theme updates. Removed custom Menulog $red overrides (as no longer required – the red and orange were very close in colour).

v2.0.0

Sept 7, 2018

Changed

  • Menulog theming updated (breaking change). The Menulog colours are now specified as a mixin that is called as part of individual modules if the $theme variable is set to 'ml'. This is so that each project importing fozzie modules only has to specify the theme variable once and each module will take care of it's own colour/variable overrides.
  • Menulog Colour Scheme has been updated in line with the global UI palette provided by AU design team.

v1.4.0

June 20, 2018

Added

  • Added prepare npm script.
  • Added lint script to Travis config.
  • Added files property to package.json so that only the relevant files are published to npm.

Changed

  • Bumped DangerJS version.
  • Updated DangerJS config.
  • Updated Travis config.
  • Updated license date.
  • Updated details in package.json.

v1.3.0

June 20, 2018

Added

  • Added SCSS lint script.

v1.2.1

June 19, 2018

Fixes

  • Fixes linting error introduced in 1.2.0

v1.2.0

June 19, 2018

Added

  • Added menulog styles

v1.1.0

April 19, 2018

Changed

  • Updated $brand--red in line with new web palette

v1.0.0

April 16, 2018

Changed

  • Brand colours (for larger text and background highlights) modified in line with UI design updates. main changes:
    • $green--light has been removed and replaced by $brand--green
    • $pink has been replaced by $brand--pink
    • $brand--blue, $brand--orange and $brand--red have been updated.

Removed

  • $brand--lime has been removed

v0.9.2

February 5, 2018

Fixed

  • PR template image publicly available

v0.9.1

January 31, 2018

Fixed

  • $color-bg--accept alias is corrected.

v0.9.0

October 27, 2017

Added

  • $color-text--success, $color-text--danger, $color-text--warning aliases added.

v0.8.1

October 24, 2017

Updated

  • $color-focus-outline updated to $orange--light.

v0.8.0

October 20, 2017

Added

  • $color-focus-outline added.

v0.7.0

October 18, 2017

Changed

  • Moved gulp-build-fozzie into devDependencies.

v0.6.0

August 24, 2017

Added

  • $color-headings--highlight added.

v0.5.0

August 21, 2017

Changed

  • Updated gulp-build-fozzie version.

Removed

  • Removed config file and directory.

v0.4.0

August 8, 2017

Fixed

  • Use of --offWhite was inconsistent in it’s casing across variables. Has now been normalised.
  • $green--dark was actually an orange colour (as it was listed wrong in the design spec).

Changed

  • Updating background variable colour names to be consistent with the naming of other colour variables.
  • $hr-color updated to correct shade of grey.
  • $color-border--interactive added, for the borders of interactive elements (such as checkboxes)

v0.3.0

August 8, 2017

Added

  • Added $color-headings variable to provide an abstraction variable for styling heading colour consistently, in line with the brand guidelines.
  • Added $color-text--hint variable to provide an abstraction variable for styling text hints in line with the brand guidelines.
  • dangerfile.js added to check PRs for changelog entries and package.json versioning (if not marked as a trivial change).

Changed

  • License updated
  • PR template updated to be more relevant

v0.2.0

July 26, 2017

Changed

  • Adjusting $color-text variable to match the brand guidelines for default text colour.

v0.1.0

May 26, 2017

Added

  • Base variables for the colour palette trimmed down and ported over from our current Just Eat colour palette.