Releases: justeattakeaway/fozzie-components
Releases · justeattakeaway/fozzie-components
[email protected]
- Introduce a new base page that infers the calling component which c…
[email protected]
- Swapped CaretIcon with CaretDownFilledIcon via @justeattakeaway/pie…
[email protected]
- Refactor WebDriverIO tests to use async in order to support Node 16…
[email protected]
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]
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)
* 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
- Prop for 'login path' which is now used for 403 responses when getting data.
[email protected]
Changed
f-services
version
[email protected]
[email protected] - Added temp extra logging for auth exp (2) (#…
[email protected]
Changed
- added font size and color to nav buttons
- refactored
UserNavigationPanel
to take inNavLink
component