Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Package updates #127

Merged
merged 4 commits into from
Dec 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,22 @@

## Releases

### v6.2.0

#### Features

- Update to govuk-frontend@3.14.0 (https://github.com/surevine/govuk-react-jsx/pull/127)
- See https://github.com/alphagov/govuk-frontend/releases/tag/v3.14.0 for full release notes

#### Fixes

- Fix misaligned govuk crown in header (https://github.com/surevine/govuk-react-jsx/pull/127)
- Fixes https://github.com/surevine/govuk-react-jsx/issues/125

### v6.1.0

#### Features

- Update to govuk-frontend@3.13.0 (https://github.com/surevine/govuk-react-jsx/pull/118)
- Add a 'none' option and 'or' divider to checkboxes (See [known issues in readme](https://github.com/surevine/govuk-react-jsx#known-issues) - this is somewhat of a non functional "stub" at the moment)
- Change approach to fallback PNG in the header to fix blank data URI from triggering CSP error
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GOV.UK React components (govuk-react-jsx)

[![govuk-frontend 3.13.0](https://img.shields.io/badge/govuk--frontend%20version-3.13.0-005EA5?logo=gov.uk&style=flat-square)](https://github.com/alphagov/govuk-frontend/releases/tag/v3.13.0)
[![govuk-frontend 3.14.0](https://img.shields.io/badge/govuk--frontend%20version-3.14.0-005EA5?logo=gov.uk&style=flat-square)](https://github.com/alphagov/govuk-frontend/releases/tag/v3.14.0)
[![version](https://img.shields.io/npm/v/govuk-react-jsx.svg?style=flat-square)](https://www.npmjs.com/package/govuk-react-jsx)
![(Pipeline)](https://github.com/surevine/govuk-react-jsx/workflows/Pipeline/badge.svg)
[![MIT License](https://img.shields.io/npm/l/govuk-react-jsx.svg?style=flat-square)](https://github.com/surevine/govuk-react-jsx/blob/main/LICENSE)
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "govuk-react-jsx",
"version": "6.1.0",
"version": "6.2.0",
"description": "React component ports of govuk-frontend nunjucks macros. Directly consuming govuk-frontend CSS & JS.",
"main": "src/govuk/index.js",
"scripts": {
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"homepage": "https://github.com/surevine/govuk-react-jsx#readme",
"dependencies": {
"govuk-frontend": "3.13.0",
"govuk-frontend": "3.14.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/surevine/govuk-react-jsx#readme",
"peerDependencies": {
"govuk-frontend": "3.13.0",
"govuk-frontend": "3.14.0",
"react-router-dom": "5",
"react-router": "5",
"react": ">=16 <=17",
Expand Down
2 changes: 1 addition & 1 deletion src/govuk/components/header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function Header(props) {
<svg
aria-hidden="true"
focusable="false"
className="govuk-header__logotype-crown"
class="govuk-header__logotype-crown"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 132 97"
height="30"
Expand Down