The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
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.