Skip to content

Releases: ministryofjustice/moj-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)

v2.1.1

19 Feb 11:11
Compare
Choose a tag to compare

2.1.1 (2024-02-19)

Bug Fixes

  • sortable-table: support mixed content and floating values (e4f9e69), closes #559

v2.1.0

25 Jan 15:47
Compare
Choose a tag to compare

2.1.0 (2024-01-25)

Features

  • allow Elements to be used components' config (372d70b)
  • navigation: enhance hover styles of navigation links (cd0f9df), closes #447
  • primary-navigation: auto-hide search toggle when it loses focus (bedd163), closes #519