Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Releases: justeat/fozzie

v0.16.0

18 Oct 15:18
Compare
Choose a tag to compare

Changed

  • Updated dependencies.

v0.15.0

04 Oct 07:32
Compare
Choose a tag to compare

Changed

  • Updated btnToggle styles.

Removed

  • Removed icons SCSS partial — now using SCSS from f-icons module.

v0.14.0

26 Sep 13:44
Compare
Choose a tag to compare

Changed

  • Tidied up gulp setup and config.
  • Moved build packages in devDependencies.

Removed

  • Removed icons — they now live in the f-icons module.
  • Removed require-dir package.
  • Removed placeholder JavaScript.

v0.13.0

06 Sep 13:56
Compare
Choose a tag to compare

Changed

  • Publish only src/ to npm.
  • Specify icons as contained in src/ rather than dist/

v0.12.0

31 Aug 07:06
Compare
Choose a tag to compare

Added

  • Base button class o-btn
  • A range of button colour and design modifiers
  • Toggle button component
  • Base icon class c-icon
  • Icon size modifiers
  • Tick icon classes
  • Operator icon classes (plus & minus)
  • SVG files for tick and operator icons
  • Assets manifest in package.json, specifying the icons to be copied into

Changed

  • Updated gulp-build-fozzie
  • Made the scss path variables overridable

v0.11.1

29 Aug 07:14
Compare
Choose a tag to compare

Changed

  • Production flag added to lint task

v0.11.0

29 Aug 07:13
Compare
Choose a tag to compare

Added

  • Lint task to run on travis so we can see any failures before they get published

Changed

  • Couple of small updates in line with the linting errors
  • Path for local scripts changed in line with new build config

v0.10.0

25 Aug 13:37
Compare
Choose a tag to compare

Added

  • Custom bullets on unordered lists.
  • u-bordered class for adding a border around a block.
  • Added narrow view type sizes for headings

Changed

  • Updated line-height for jumbo homepage text.
  • Updated the l-content class so that it can contain a header and main that are appropriately spaced for content pages.
  • Updated packages

v0.9.0

25 Aug 13:37
Compare
Choose a tag to compare

Added

  • Table Styling
  • $border-radius variable added to standardise the radius of rounded components.
  • Utility class u-lightenBg added so that a lighter background colour can be applied to a page or section of a page.

Changed

  • Better list item spacing. By default now adds spacing between lis (which can be removed by applying the u-unstyled class).
  • More sensible typographic spacing based on baseline spacing.

v0.8.0

09 Aug 14:54
Compare
Choose a tag to compare

Added

  • CHANGELOG (changelog inception ✨)

Changed

  • Updated dependencies for gulp-build-fozzie and fozzie-colour-palette
  • hr styling updated to use border rather than background as more native

Removed

  • @debug statement in line-height function