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

Releases: surevine/govuk-react-jsx

Release v7.1.0

07 Jul 15:51
9b400ab
Compare
Choose a tag to compare

Features

  • React 18 support (Simply by loosening the peer dependency requirement).

Release v7.0.1

12 Mar 12:44
2d1f0e9
Compare
Choose a tag to compare
Merge pull request #144 from surevine/govuk-frontend-4-0-1

Govuk frontend 4.0.1

Release v7.0.0

29 Jan 15:21
8743ffa
Compare
Choose a tag to compare

Breaking changes

Fixes

  • Add null check to ref before calling govuk-frontend radios or checkboxes JS (4e7cd84)

Release v6.2.1

08 Dec 08:54
18b0f00
Compare
Choose a tag to compare

Fixes

  • Fix misaligned govuk crown in header. (Missed an instance in the previous release) (#128)

Release v6.2.0

08 Dec 08:37
b9d44dc
Compare
Choose a tag to compare

Features

Fixes

  • Fix misaligned govuk crown in header (#127)

Release v6.1.0

18 Oct 16:16
f1293af
Compare
Choose a tag to compare

Features

Release v6.0.0

13 Jun 20:17
f9bafdd
Compare
Choose a tag to compare

Fixes

  • Fix badly destructured react list keys on some components (#114)
  • Fix Template not passing text correctly to SkipLink component (#116)

Breaking changes

  • Table data structure changed in order to accomodate react list keys. Each row in the rows array now has a cells key instead of simply being a nested array of rows / cells.
    See the updated demos on the storybook.
    This breaking change was necessary in order to accomodate react list keys on table rows.

Features

Release v5.1.0

19 Mar 15:37
4a4339b
Compare
Choose a tag to compare

Fixes

  • Fix overeager instantiation of govuk JS (#110)
    Fixes #99

Features

Release v5.0.0

30 Jan 14:24
c36f191
Compare
Choose a tag to compare

Breaking Changes

  • ErrorSummary focusing fixes
    The error summary no longer focuses itself at all when it is rendered - it is now fully up to the calling app to focus the error summary when appropriate. The ErrorSummary component accepts a ref which you can use to achieve this. A formik based demo of this is available in https://github.com/surevine/govuk-react-jsx-examples/blob/master/src/forms/Formik.js
    This has been done to expand the range of scenarios in which the ErrorSummary can work - prior to this the focusing behaviour was causing problems with some form libraries.

Fixes

Release v4.1.1

30 Jan 12:20
05510c4
Compare
Choose a tag to compare

Fixes