govuk_publishing_components icon indicating copy to clipboard operation
govuk_publishing_components copied to clipboard

A gem to document and distribute frontend components for GOV.UK applications

Results 185 govuk_publishing_components issues
Sort by recently updated
recently updated
newest added

Stylesheets imported from GOV.UK Frontend contain both screen and print styles in the same file: [Example](https://github.com/alphagov/govuk-frontend/blob/cdd027bef7fbbea83756e514808cbde00f46aa2e/src/govuk/helpers/_typography.scss#L30-L32): ```scss @mixin govuk-typography-common($font-family: $govuk-font-family) { ... @include govuk-media-query($media-type: print) { font-family: $govuk-font-family-print; } }...

# What: [Share links](https://components.publishing.service.gov.uk/component-guide/share_links) open in a new window without informing the user. Example URLs: * https://www.gov.uk/government/news/new-system-for-international-travel * https://www.gov.uk/government/news/self-isolation-removed-for-double-jabbed-close-contacts-from-16-august * https://www.gov.uk/government/news/argentina-sale-de-la-lista-roja-del-reino-unido * https://www.gov.uk/government/organisations/hm-revenue-customs # Why: This can be disorientating for...

accessibility

## What: Screen reader users were unable to identify the destination or purpose of the **email** and **feed** [subscription links](https://components.publishing.service.gov.uk/component-guide/subscription_links) at the bottom of the page when navigating out of...

accessibility
acknowledged

[Trello](https://trello.com/c/6LsKqHIO/2231-update-version-of-govuk-frontend-in-govukpublishingcomponents-l) ## What Make changes in govuk_publishing_components to allow us to update to govuk-frontend v5. ### Asset Changes - Update references to assets (config, Javascript, CSS, fonts, images) in govuk-frontend...

do not merge

## What Temporary branch with font-size changes required for testing other apps. **DO NOT MERGE**. This is v2 which includes the node_modules update for `stylistic`. This branch includes manual changes...

do not merge

All references to `filterLocale` from within the class appear to have been removed in 4631b19eca590790809a645a6cee9b5a558eefb6 and [there don't appear to be any other instances of it within alphagov](https://github.com/search?q=org%3Aalphagov%20filterLocale&type=code). https://github.com/alphagov/govuk_publishing_components/blob/656cee60338659445ef169d16d4737aa4d88f64f/app/assets/javascripts/govuk_publishing_components/components/accordion.js#L117-L124 On...

technical debt

Bumps [rubocop-govuk](https://github.com/alphagov/rubocop-govuk) from 4.14.0 to 4.16.1. Changelog Sourced from rubocop-govuk's changelog. 4.16.1 Update dependencies 4.16.0 Disable Style/MultilineBlockChain Update rubocop-rails to 2.24.1 4.15.0 Update rubocop to 1.62.1 Update rubocop-ast to 1.31.2...

dependencies
ruby

Bumps [axe-core](https://github.com/dequelabs/axe-core) from 4.8.4 to 4.9.0. Release notes Sourced from axe-core's releases. Release 4.9.0 Features adding the wcag131 tag to the aria-hidden-body rule (#4349) (dd4c3c3), closes #4315 checks: deprecate aria-busy...

dependencies
javascript

Bumps [govuk-frontend](https://github.com/alphagov/govuk-frontend) from 4.8.0 to 5.3.0. Release notes Sourced from govuk-frontend's releases. GOV.UK Frontend v5.3.0 To install this version with npm, run npm install [email protected]. You can also find more...

dependencies
javascript

Problem with 'Deploy an emergency banner' (https://docs.publishing.service.gov.uk/manual/emergency-publishing.html) The Local Emergency Banner doesn't seem to pass colour contrast checks. I'm getting [an AA fail on WebAIM Colour contrast check](https://webaim.org/resources/contrastchecker/?fcolor=FFFFFF&bcolor=29A298).

accessibility