Releases: justeat/f-footer
Releases · justeat/f-footer
v1.11.0
Added
- Amex icon (not SafeKey) in resource json file
- Visa icon in resource json file
- MasterCard icon in resource json file
Changed
- Amex, Visa & MasterCard icon for AU & NZ footer template json
Removed
- Paypal icon for NZ footer template json
v1.10.0
Added
- Using
concurrently
to run npm scripts concurrently...!
Changed
- Call Jest directly from npm scripts to avoid failed test runs exiting with 0 code.
matchMedia
mock updated in jest setup file to allow us to modify thematches
function return value in the unit tests.- Unit tests explicitly state
matchMedia.matches
return value. matchMedia.matches
setup moved into a separate function.- Upgraded yarn dependencies.
- Updated Travis config.
Fixed
test
task run as part ofprepare
rather thanlint
task.
v1.9.1
Added
- New footer link for Italy to become a driver partner.
v1.9.0
v1.8.2
v1.8.1
Fixed
- Adding missing Danish, Italian and Norwegian translations.
- Updated the casing of the pseudo-locale language code so it works with .NET Core on Linux.
v1.8.0
v1.7.0
v1.6.0
Changed
- Updated an
http
link to usehttps
.
Fixed
- Adding missing Spanish translations.
v1.5.0
Changed
- Switched
kickoff-utils
package for the@justeat/f-utils
package (SCSS helpers). - Updated
fozzie
andfozzie-colour-palette
versions so Menulog theming cascades intof-footer
. - Minor package updates.
Removed
- Babel 7 dependencies removed from
package.json
(as now installed as part ofgulp-build-fozzie
).