Romaric Pascal
Romaric Pascal
## Description of the issue After copying a code example using the "Copy code" button, its label switches to "Code copied", announced to screen readers thanks to the `aria-live="assertive"` on...
## What Improve [our Sass workflow](https://github.com/alphagov/govuk-frontend/blob/main/.github/workflows/sass.yaml) to verify that Libsass and Ruby Sass correctly transform all the Sass variables and functions in our code. ## Why Our Sass code can...
## What Research if there's way we can improve our interaction with teams that use govuk-frontend. This includes: - how we can help them anticipating the changes of new versions...
## What Remove our fallback implementation for `Intl.PluralRules` used by the Character Count. For browsers that do not support `Intl.PluralRules`, fall back to always using the 'other' translation. ## Why...
## What Update CharacterCount component so its `attributes` option sets attributes on the root tag of the component, instead of the textarea. To still allow setting attributes on the `textarea`,...
## What Find out which benefits we get from splitting our Jest configuration per workspace (for ex. improving the behaviour of `npx jest --watch` which watches the whole repository or...
## What Update our package tests to look at the files that'll actually end up in the package rather than the file system. [`npm pack --dry-run`](https://docs.npmjs.com/cli/v8/commands/npm-pack) might be a helpful...
## What Investigate how we could regroup all examples used for testing our components in the same place (likely the `govuk-frontend` package): both those from the YAML files used for...
## What Review the benefits of keeping a top level `src` directory with symlinks to the `govuk-frontend` and `govuk-prototype-kit` folders maintaining a similar structure to v4. ## Why These symlinks...
## What Introduce a base class for the components to gather shared behaviours (like receiving configuration, internationalisation, error handling). ## Why Having a base class to handle the behaviours shared...