Releases: justeat/f-header
Releases · justeat/f-header
v0.47.1
Fixed
- Removed duplicate SCSS variable.
v0.47.0
Added
- Added styles for
c-header-buttonCount
.
v0.46.0
Changed
- Changed
z-index
onc-header-button
tohigh - 1
to stop elm showing when popover components are active
v0.45.0
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
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
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
Changed
- Updated
data-nav-enhance
todata-nav-button
anddata-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
Fixed
- Header button
z-index
value updated so that it displays above elements.
v0.40.0
Changed
- Moved base header styles into
_header.scss
file for better separation - Changed utils dependencies onto
@justeat/f-utils
module rather than usingkickoff/utils
- Updated package dependencies
v0.38.0
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.