Skip to content

Releases: justeat/f-header

v0.47.1

23 Oct 14:10
Compare
Choose a tag to compare

Fixed

  • Removed duplicate SCSS variable.

v0.47.0

23 Oct 13:23
Compare
Choose a tag to compare

Added

  • Added styles for c-header-buttonCount.

v0.46.0

23 Oct 12:00
Compare
Choose a tag to compare

Changed

  • Changed z-index on c-header-button to high - 1 to stop elm showing when popover components are active

v0.45.0

15 Oct 15:26
Compare
Choose a tag to compare

Changed

  • Babel config and packages removed from module as now added by gulp-build-fozzie.
  • Unfortunately cannot remove the espree resolution due to this needing to be locked down on a per package basis.

v0.44.0

10 Oct 13:36
Compare
Choose a tag to compare

Fixed

  • Travis build fixed by regenerating the yarn lock file.
  • Lint parsing error fixed by adding "espree" resolution.
  • Added f-logger to fix warnings about console logging in userData module.

v0.43.0

09 Oct 10:02
Compare
Choose a tag to compare

Changed

  • Added Menulog theme overrides that will be active when SCSS is compiled with $theme: ml;.
  • Updated dependencies to use Babel 7

Fixed

  • Updated Snapshot files from previous commit (to fix snapshot tests)
  • Added f-logger to fix warnings about console logging in userAuth module

v0.42.0

08 Oct 15:41
Compare
Choose a tag to compare

Changed

  • Updated data-nav-enhance to data-nav-button and data-nav-accessible-button to work with non-js accessible menu markup
  • Updated unit tests to work after removal of data-nav-enhance

Removed

  • Removed JS functionality to convert input to a button as creates a bug in Chrome checkbox selection

v0.41.0

04 Oct 10:16
Compare
Choose a tag to compare

Fixed

  • Header button z-index value updated so that it displays above elements.

v0.40.0

02 Oct 14:30
8b4aa5a
Compare
Choose a tag to compare

Changed

  • Moved base header styles into _header.scss file for better separation
  • Changed utils dependencies onto @justeat/f-utils module rather than using kickoff/utils
  • Updated package dependencies

v0.38.0

27 Sep 12:26
f4f9eaa
Compare
Choose a tag to compare

Added

  • Added transparent header modifier.
  • Slack build notifications from Travis.

Changed

  • Updated .gitignore.
  • Tweaked the unit test npm scripts.
  • Updated readme.
  • eslint auto fixed changes in JS modules.

Fixed

  • Removed extra padding top from nav which was causing a very slight jump when the nav opened on small screens.