Skip to content

Releases: justeattakeaway/fozzie-components

[email protected]

08 Jun 12:05
f6d9263
Compare
Choose a tag to compare
- Introduce a new base page that infers the calling component which c…

[email protected]

07 Jun 13:26
9514c3e
Compare
Choose a tag to compare
- Swapped CaretIcon with CaretDownFilledIcon via @justeattakeaway/pie…

[email protected]

07 Jun 14:58
aad81e7
Compare
Choose a tag to compare
- Refactor WebDriverIO tests to use async in order to support Node 16…

[email protected]

06 Jun 09:28
9c33d91
Compare
Choose a tag to compare

Changed

New load function to make it easier to pass in storybook args in our component, a11y & visual tests

Footer example:

Before:
footer.withQuery('args', 'locale:en-GB;showCountrySelector:true');
footer.load();

After:
footer.load(footer.component, { locale: 'en-GB', showCountrySelector: true });

[email protected]

06 Jun 09:18
9c33d91
Compare
Choose a tag to compare

Updated

  • Version of f-form-field so checkbox label is no longer grey when disabled (for better visibility)

[email protected]: [email protected] - Use external redirection for login page (#1899)

01 Jun 13:43
82b468c
Compare
Choose a tag to compare
* f-account-info - Removed debug code + used external redi for 403 errors + fixed up tests and storybook

* f-account-info - Forgot to remove debug code, doh

Co-authored-by: billy.oliver <[email protected]>

[email protected]: - Temp logging to record if auth expired or not

30 May 11:13
7288895
Compare
Choose a tag to compare
- Prop for 'login path' which is now used for 403 responses when getting data.

[email protected]

06 May 12:08
a7d92d5
Compare
Choose a tag to compare

Changed

  • f-services version

[email protected]

04 May 14:03
64ec3f3
Compare
Choose a tag to compare
[email protected] - Added temp extra logging for auth exp (2) (#…

[email protected]

14 Apr 09:45
0c967e4
Compare
Choose a tag to compare

Changed

  • added font size and color to nav buttons
  • refactored UserNavigationPanel to take in NavLink component