Skip to content

Releases: justeat/fozzie-colour-palette

v1.1.0

19 Apr 15:19
602ac0f
Compare
Choose a tag to compare

Changed

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

v1.0.0

16 Apr 15:57
7290ce2
Compare
Choose a tag to compare

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

05 Feb 14:52
Compare
Choose a tag to compare

Fixed

  • PR template image publicly available

v0.9.0

30 Oct 11:31
Compare
Choose a tag to compare

Added

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

v0.8.1

24 Oct 12:12
Compare
Choose a tag to compare

Updated

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

v0.8.0

20 Oct 14:55
Compare
Choose a tag to compare

Added

  • $color-focus-outline added.

0.7.0

18 Oct 13:52
Compare
Choose a tag to compare

Changed

  • Moved gulp-build-fozzie into devDependencies.

v0.5.0

21 Aug 11:40
Compare
Choose a tag to compare

Changed

  • Updated gulp-build-fozzie version.

Removed

  • Removed config file and directory.

v0.4.0

21 Aug 11:40
Compare
Choose a tag to compare

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

21 Aug 11:40
Compare
Choose a tag to compare

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