Upgrade to NHS.UK frontend v10.3, prepare beta release#323
Upgrade to NHS.UK frontend v10.3, prepare beta release#323colinrotherham merged 44 commits intomainfrom
Conversation
b5a442f to
ba70e15
Compare
ba70e15 to
fac75a6
Compare
|
Not sure if you'd be up for reviewing this please @mikeathan-nhs? I could do with adding some extra bits to the migration guide but the component changes are ready to review |
fac75a6 to
8b64fbb
Compare
Hi yes i can do. we have sprint ceremonies today so when i get a chance will go through the changes, Thanks |
src/components/form-elements/checkboxes/components/CheckboxesItem.tsx
Outdated
Show resolved
Hide resolved
|
The work in this branch aligns with the latest updates to |
05cd605 to
ae375ca
Compare
|
Pushed some extra commits after testing with React Server Components (RSC) Due to const headingItem = items.find((child) => childIsOfComponentType(child, CardHeading));
const actionItems = items.filter((child) => childIsOfComponentType(child, CardAction));To fix this, I've made sure card components can be fully server-rendered. We also had an issue with See the following new commits:
|
ae375ca to
2c4e7fb
Compare
|


This PR upgrades the React components to NHS.UK frontend v10.3
The file upload component, card actions and interruption panel variant are all included