Use modern JSX runtime with Babel, named exports, verbatim syntax#271
Merged
colinrotherham merged 52 commits intomainfrom Oct 8, 2025
Merged
Use modern JSX runtime with Babel, named exports, verbatim syntax#271colinrotherham merged 52 commits intomainfrom
colinrotherham merged 52 commits intomainfrom
Conversation
d39e9d7 to
6637a46
Compare
9c0c651 to
0caef1e
Compare
…terator]()' method that returns an iterator"
02c4bd2 to
6dfd3d3
Compare
Upgrade to React v19 alongside v18
Upgrade to ESLint v9, fix all React issues
Collaborator
Author
…f-react-storybook-and-scss
Collaborator
Author
|
Thanks @ricksmith130 I've merged #270 into here too |
Add panel component, prepare beta release
|
JoshuaBates-NHS
approved these changes
Oct 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR ensures dependencies like
classnamesandtslibare no longer bundled by Rollup and includes:Rollup also preserves (non-minified) CommonJS and ES modules with the correct file extensions too:
Following on from v6.0.0-beta.0 this PR also fixes these missing exports:
describe('Index', () => { it('contains all expected elements', () => { @@ -15,8 +15,10 @@ 'Breadcrumb', 'Button', 'Card', + 'CardContext', 'CharacterCount', 'Checkboxes', + 'CheckboxesContext', 'ChevronRightCircleIcon', 'Clearfix', 'Col', @@ -24,6 +26,7 @@ 'ContentsList', 'CrossIcon', 'DateInput', + 'DateInputContext', 'Details', 'DoAndDontList', 'ErrorMessage', @@ -31,10 +34,15 @@ 'Fieldset', 'Footer', 'Form', + 'FormContext', 'FormGroup', + 'FormGroupContext', 'Header', + 'HeaderContext', + 'HeadingLevel', 'Hero', 'HintText', + 'Icon', 'Images', 'InsetText', 'Label', @@ -43,6 +51,7 @@ 'NavAZ', 'Pagination', 'Radios', + 'RadiosContext', 'ReadingWidth', 'ReviewDate', 'Row', @@ -51,6 +60,9 @@ 'SkipLink', 'SummaryList', 'Table', + 'TableContext', + 'TableSection', + 'TableSectionContext', 'Tabs', 'Tag', 'Textarea',