Romaric Pascal
Romaric Pascal
## What Investigate whether it's worth building a separate `dist` folder to upload to GitHub or if we could provide the built files for each release a different way (eg....
Improve documentation of `beforeInput(s)` and `afterInput(s)` options of our form control components
## What Research and document which kind of content is OK/not OK to put in the `beforeInput(s)` and `afterInput(s)` options of our form components, introduced in #4567 to ensure all...
## What Check that our CI will still be able to run tests with SauceLab come 2025 ## Why Sauce Connect 4 [reaches end of life at the end of...
1. Some `extends` were written as `extend` 2. Code blocks were using smart quotes rather than regular ones 3. `createAll` was using `null` instead of `undefined` as second argument Thanks...
## What Investigate which tools we could use to format or lint the code blocks inside our documentation. We have set up [Prettier](https://github.com/alphagov/govuk-frontend/blob/main/.prettierrc.js#L11C1-L17C7), [ESLint](https://github.com/alphagov/govuk-frontend/blob/main/.prettierrc.js#L11C1-L17C7) and [Stylelint](https://github.com/alphagov/govuk-frontend/blob/main/stylelint.config.js#L22-L43) for that on GOV.UK...
## What Ensure our pages consistently use `initialise`, rather than `instantiate`, when referring to components initialisation in the v5 part of the documentation. ## Why Since v5.0.0, instantiating a component...
## What Add some introductory content to pages having nothing between their H1 and H2: - [Install with Node.js package manager (npm)](https://frontend.design-system.service.gov.uk/installing-with-npm/) - [Sass API reference](https://frontend.design-system.service.gov.uk/sass-api-reference/) ## Why For consistency...
## What Add configuration options in [JavaScript API Reference](https://frontend.design-system.service.gov.uk/javascript-api-reference/) for the Password Input component and make a round of the other components to check that all their configuration options are...
## Brief Design and document a public API to enable components outside of GOV.UK Frontend to receive a configuration in the same fashion the components from GOV.UK Frontend do. This...
## What Prevent the [script creating a preview branch](https://github.com/alphagov/govuk-frontend/blob/main/bin/publish-preview.sh) from displaying error-looking messages, which judging by the message happens while `lint-staged` gets run during the commit. ## Why The logs...