Releases: justeat/fozzie-colour-palette
Releases · justeat/fozzie-colour-palette
v1.1.0
Changed
- Updated
$brand--red
in line with new web palette
v1.0.0
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
Fixed
- PR template image publicly available
v0.9.0
Added
$color-text--success
,$color-text--danger
,$color-text--warning
aliases added.
v0.8.1
Updated
$color-focus-outline
updated to$orange--light
.
v0.8.0
Added
$color-focus-outline
added.
0.7.0
Changed
- Moved
gulp-build-fozzie
intodevDependencies
.
v0.5.0
Changed
- Updated
gulp-build-fozzie
version.
Removed
- Removed config file and directory.
v0.4.0
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
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 andpackage.json
versioning (if not marked as a trivial change).
Changed
- License updated
- PR template updated to be more relevant