Skip to content

Releases: ministryofjustice/moj-frontend

v3.0.1

30 Oct 09:11
Compare
Choose a tag to compare

3.0.1 (2024-10-30)

The header component has a new crest

This needs to be updated in MoJ services but not urgently.

The GOV.UK Design System footer also features the new crest. You may also need to update your version of GOV.UK Frontend.

v2.2.5

29 Oct 18:23
Compare
Choose a tag to compare

2.2.5 (2024-10-29)

The header component has a new crest

This needs to be updated in MoJ services but not urgently.

The GOV.UK Design System footer also features the new crest. You may also need to update your version of GOV.UK Frontend.

v3.0.0

28 Oct 13:24
Compare
Choose a tag to compare

3.0.0 (2024-10-28)

Updated feature

Use the button menu component to show tasks to users in a collapsible menu

This component no longer has a dependency on jQuery.

The button menu component enables users to:

  • open and view a collapsible menu
  • select tasks (as buttons) from the menu

Breaking changes

There are 2 breaking changes:

  1. The button menu component no longer works as a button group. You need to change any occurrences of it to the GOV.UK button group container.
  2. The component no longer switches between a button group and menu according to screen size. There are options for displaying buttons in groups.

If you’re using the page header actions and identity bar components in your service, you also need to check them. This is because they contain the button menu.

You can sign up to emails about MoJ Design System releases.

v2.2.4

25 Sep 09:42
Compare
Choose a tag to compare

2.2.4 (2024-09-25)

Bug Fixes

v2.2.3

23 Sep 10:12
Compare
Choose a tag to compare

2.2.3 (2024-09-23)

Bug Fixes

  • datepicker: fix issues with leadingZeros config option (#754) (5224918), closes #753

v2.2.2

19 Sep 09:55
Compare
Choose a tag to compare

2.2.2 (2024-09-19)

Bug Fixes

  • datepicker: prevent double initialization on datepicker components (#752) (7f84baf), closes #751

v2.2.1

17 Sep 09:15
Compare
Choose a tag to compare

2.2.1 (2024-09-17)

Reverts

v2.2.0

31 Jul 14:52
Compare
Choose a tag to compare

2.2.0 (2024-07-31)

You can find out how to stay up-to-date with new releases.

New feature: use the date picker component to help users select dates

The date picker component enables users to:

  • select a date from the calendar view
  • also enter a date using a text input
  • identify available dates

v2.1.3

07 May 09:05
Compare
Choose a tag to compare

2.1.3 (2024-05-07)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#592) (d815589)

v2.1.2

13 Mar 18:05
Compare
Choose a tag to compare

2.1.2 (2024-03-13)

Bug Fixes

  • filter toggle button: ensure button appears (#581) (fbe6407)