diff --git a/packages/components/organisms/f-footer/CHANGELOG.md b/packages/components/organisms/f-footer/CHANGELOG.md index 1a9660fef9..52a11b441a 100644 --- a/packages/components/organisms/f-footer/CHANGELOG.md +++ b/packages/components/organisms/f-footer/CHANGELOG.md @@ -3,6 +3,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## v8.8.0 + +_May 21, 2024_ + +### Changed + +- Stop Portugal, Romania, and New Zealand support. +- Support new country Slovakia. +- Redirect user from Twitter to X Just Eat page. + ## v8.7.0 _March 13, 2024_ diff --git a/packages/components/organisms/f-footer/data/en-NZ.json b/packages/components/organisms/f-footer/data/en-NZ.json deleted file mode 100644 index 787c5d8a51..0000000000 --- a/packages/components/organisms/f-footer/data/en-NZ.json +++ /dev/null @@ -1,212 +0,0 @@ -{ - "sections": [ - { - "name": "Cuisines", - "id": "footer-cuisines", - "links": [ - { - "text": "Chinese", - "href": "https://www.menulog.co.nz/browse/cuisines/chinese", - "alt": "", - "rel": "", - "target": "", - "gtmLabel": "click_cuisines_chinese" - }, - { - "text": "Indian", - "href": "https://www.menulog.co.nz/browse/cuisines/indian", - "alt": "", - "rel": "", - "target": "", - "gtmLabel": "click_cuisines_indian" - }, - { - "text": "Thai", - "href": "https://www.menulog.co.nz/browse/cuisines/thai", - "alt": "", - "rel": "", - "target": "", - "gtmLabel": "click_cuisines_thai" - }, - { - "text": "Pizza", - "href": "https://www.menulog.co.nz/browse/cuisines/pizza", - "alt": "", - "rel": "", - "target": "", - "gtmLabel": "click_cuisines_pizza" - }, - { - "text": "View all cuisines", - "href": "https://www.menulog.co.nz/browse", - "alt": "", - "rel": "", - "target": "", - "gtmLabel": "click_cuisines_view_all" - } - ] - }, - { - "name": "Cities", - "id": "footer-cities", - "links": [ - { - "text": "Auckland", - "href": "https://www.menulog.co.nz/browse/locations/auckland/", - "alt": "", - "rel": "", - "target": "", - "gtmLabel": "click_cities_auckland" - }, - { - "text": "Wellington", - "href": "https://www.menulog.co.nz/browse/locations/wellington/", - "alt": "", - "rel": "", - "target": "", - "gtmLabel": "click_cities_wellington" - }, - { - "text": "Christchurch", - "href": "https://www.menulog.co.nz/browse/locations/christchurch/", - "alt": "", - "rel": "", - "target": "", - "gtmLabel": "click_cities_christchurch" - }, - { - "text": "Dunedin", - "href": "https://www.menulog.co.nz/browse/locations/dunedin/", - "alt": "", - "rel": "", - "target": "", - "gtmLabel": "click_cities_dunedin" - }, - { - "text": "View all cities", - "href": "https://www.menulog.co.nz/takeaway/", - "alt": "", - "rel": "", - "target": "", - "gtmLabel": "click_cities_view_all" - } - ] - }, - { - "name": "About Us", - "id": "footer-about-us", - "links": [ - { - "text": "Get to know us", - "href": "https://www.menulog.co.nz/info/about-us", - "alt": "", - "rel": "", - "target": "", - "gtmLabel": "click_about_get_to_know_us" - }, - { - "text": "Contact us", - "href": "https://www.menulog.co.nz/info/contact-us", - "alt": "", - "rel": "", - "target": "", - "gtmLabel": "click_about_contact_us" - }, - { - "text": "Help Centre", - "href": "https://www.menulog.co.nz/help", - "alt": "", - "rel": "", - "target": "", - "gtmLabel": "click_about_help" - }, - { - "text": "Menulog Blog", - "href": "https://www.menulog.co.nz/blog", - "alt": "", - "rel": "", - "target": "", - "gtmLabel": "click_about_blog" - }, - { - "text": "Privacy Policy / Terms & Conditions", - "href": "https://www.menulog.co.nz/info/privacy-policy", - "alt": "", - "rel": "", - "target": "", - "gtmLabel": "click_about_privacy_policy" - }, - { - "text": "Manage Restaurant", - "href": "https://partner.menulog.co.nz/", - "alt": "", - "rel": "", - "target": "", - "gtmLabel": "click_about_manage_restaurant" - }, - { - "text": "List your Restaurant", - "href": "https://www.menulog.co.nz/join_takeaway_section", - "alt": "", - "rel": "", - "target": "", - "gtmLabel": "click_about_list_your_restaurant" - }, - { - "text": "Ethics hotline", - "href": "https://app.convercent.com/en-NZ/LandingPage/d8e86634-ec59-ec11-a985-000d3ab9f296", - "alt": "", - "rel": "", - "target": "_blank", - "gtmLabel": "click_ethics_hotline" - } - ] - }, - { - "name": "Brands", - "id": "footer-brands", - "links": [ - { - "text": "Burger King Delivery", - "href": "https://www.menulog.co.nz/takeaway/brands/burger-king", - "alt": "", - "rel": "", - "target": "", - "gtmLabel": "" - }, - { - "text": "KFC Delivery", - "href": "https://www.menulog.co.nz/takeaway/brands/kfc", - "alt": "", - "rel": "", - "target": "", - "gtmLabel": "" - }, - { - "text": "Mad Mex Delivery", - "href": "https://www.menulog.co.nz/takeaway/brands/mad-mex", - "alt": "", - "rel": "", - "target": "", - "gtmLabel": "" - }, - { - "text": "McDonald's Delivery", - "href": "https://www.menulog.co.nz/takeaway/brands/mcdonalds", - "alt": "", - "rel": "", - "target": "", - "gtmLabel": "" - }, - { - "text": "Taco Bell Delivery", - "href": "https://www.menulog.co.nz/takeaway/brands/taco-bell", - "alt": "", - "rel": "", - "target": "", - "gtmLabel": "" - } - ] - } - ] -} diff --git a/packages/components/organisms/f-footer/package.json b/packages/components/organisms/f-footer/package.json index b8d2dbda8b..006d8814fe 100644 --- a/packages/components/organisms/f-footer/package.json +++ b/packages/components/organisms/f-footer/package.json @@ -1,6 +1,6 @@ { "name": "@justeat/f-footer", - "version": "8.7.0", + "version": "8.8.0", "main": "dist/f-footer.umd.min.js", "maxBundleSize": "80kB", "files": [ diff --git a/packages/components/organisms/f-footer/src/components/AppStoreIcon.vue b/packages/components/organisms/f-footer/src/components/AppStoreIcon.vue index 1602925255..1810d5a498 100644 --- a/packages/components/organisms/f-footer/src/components/AppStoreIcon.vue +++ b/packages/components/organisms/f-footer/src/components/AppStoreIcon.vue @@ -24,7 +24,6 @@ export default { AndroidIconEnGb, AndroidIconEnIe: AndroidIconEnGb, AndroidIconEnAu: AndroidIconEnGb, - AndroidIconEnNz: AndroidIconEnGb, AndroidIconEsEs, AndroidIconItIt, AndroidIconNbNo, @@ -32,7 +31,6 @@ export default { IosIconEnGb, IosIconEnIe: IosIconEnGb, IosIconEnAu: IosIconEnGb, - IosIconEnNz: IosIconEnGb, IosIconEsEs, IosIconItIt, IosIconNbNo, diff --git a/packages/components/organisms/f-footer/src/components/BaseProviderIcon.vue b/packages/components/organisms/f-footer/src/components/BaseProviderIcon.vue index c1cc76bc81..75e58b0bd7 100644 --- a/packages/components/organisms/f-footer/src/components/BaseProviderIcon.vue +++ b/packages/components/organisms/f-footer/src/components/BaseProviderIcon.vue @@ -20,7 +20,8 @@ import { // Social icons import { SocialFacebookIcon as FacebookIcon, - SocialTwitterIcon as TwitterIcon, + // TODO: Update to latest icon package with the correct logos + SocialTwitterIcon as XIcon, SocialYoutubeIcon as YoutubeIcon, SocialPinterestIcon as PinterestIcon, SocialInstagramIcon as InstagramIcon, @@ -32,7 +33,7 @@ import iconPropsMixin from '../mixins/iconProps.mixin'; export default { components: { FacebookIcon, - TwitterIcon, + XIcon, YoutubeIcon, PinterestIcon, InstagramIcon, diff --git a/packages/components/organisms/f-footer/src/components/FlagIcon.vue b/packages/components/organisms/f-footer/src/components/FlagIcon.vue index ea22edca7e..eceb56be50 100644 --- a/packages/components/organisms/f-footer/src/components/FlagIcon.vue +++ b/packages/components/organisms/f-footer/src/components/FlagIcon.vue @@ -4,28 +4,26 @@