The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
December 31, 2020
- Eyeglass version bumped to v3.
October 19, 2020
$blue--light
variable (used for link outlines).$grey--midDark
variable (to match full array of PIE colours).
- Moved
v3
beta to full release, now the themes have consolidated into one PIE + JET theme.
July 30, 2020
$color-bg--darker
variable.
July 23, 2020
- Updated
$color-border--interactive
to be slightly darker grey.
July 21, 2020
- Updated
$color-text
to$grey--darkest
. - Updated border colours to match new PIE greys.
July 20, 2020
- 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.
June 18, 2020
- Themes now condensed down to one JET theme.
June 4, 2020
- Added Glaze back in to colours as still used on Payments UK (can delete when re-branding UK)
June 1, 2020
- 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!).
- Glaze colour scheme removed as no longer needed (these changes supercede Glaze).
January 2, 2020
- Security package update (handlebars)
November 25, 2019
- New colours to
_menulog.scss
June 14, 2019
- Yarn.lock update for indirect dependencies to fix vulnerability issues
- Travis uses node v8 & v10 to run builds.
May 31, 2019
- Added Glaze Colour Scheme
January 25, 2019
- Added available brand ray colours
- Added wallpaper colours
Sept 19, 2018
- Menulog
$green--dark
updated. - Secondary colour updated to be
$orange
for the Menulog theme.
- More Menulog theme updates. Removed custom Menulog
$red
overrides (as no longer required – the red and orange were very close in colour).
Sept 7, 2018
- 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.
June 20, 2018
- Added
prepare
npm script. - Added
lint
script to Travis config. - Added
files
property topackage.json
so that only the relevant files are published to npm.
- Bumped DangerJS version.
- Updated DangerJS config.
- Updated Travis config.
- Updated license date.
- Updated details in
package.json
.
June 20, 2018
- Added SCSS lint script.
June 19, 2018
- Fixes linting error introduced in 1.2.0
June 19, 2018
- Added menulog styles
April 19, 2018
- Updated
$brand--red
in line with new web palette
April 16, 2018
- 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.
$brand--lime
has been removed
February 5, 2018
- PR template image publicly available
January 31, 2018
$color-bg--accept
alias is corrected.
October 27, 2017
$color-text--success
,$color-text--danger
,$color-text--warning
aliases added.
October 24, 2017
$color-focus-outline
updated to$orange--light
.
October 20, 2017
$color-focus-outline
added.
October 18, 2017
- Moved
gulp-build-fozzie
intodevDependencies
.
August 24, 2017
$color-headings--highlight
added.
August 21, 2017
- Updated
gulp-build-fozzie
version.
- Removed config file and directory.
August 8, 2017
- 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).
- 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)
August 8, 2017
- 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 andpackage.json
versioning (if not marked as a trivial change).
- License updated
- PR template updated to be more relevant
July 26, 2017
- Adjusting
$color-text
variable to match the brand guidelines for default text colour.
May 26, 2017
- Base variables for the colour palette trimmed down and ported over from our current Just Eat colour palette.