Skip to content

Releases: HMPO/hmpo-components

v10.0.0

01 Apr 14:06
bd5ff6f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.0.0...v10.0.0

v9.0.0

09 Mar 15:37

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.2...v9.0.0

v8.0.6

29 Jan 14:44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.2...v8.0.6

v8.0.5

27 Nov 15:55

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.2...v8.0.5

v8.0.4

27 Aug 16:24
21b82e6

Choose a tag to compare

What's Changed

  • DD-679 add crown logo to hmpo-footer as required for govuk frontend 5 by @cmcgee4801995 in #181
  • DD-786 updated hmpo-template to use new service navigation component by @leeservice in #182

New Contributors

Full Changelog: v8.0.2...v8.0.4

v8.0.3

12 Jun 14:39
001a2f4

Choose a tag to compare

What's New

  • Added crown logo to hmpo-footer component as required for govuk frontend 5 #181

Full Changelog: v8.0.2...v8.0.3

v8.0.2

09 Jun 10:26
91e9e57

Choose a tag to compare

What’s New

  • This release updates hmpo-components to work with GOV.UK Frontend v5 and ESM modules. See #180 for full details.

Important:

  • Versions 8.0.0 and 8.0.1 are not compatible with govuk-frontend v5 and will be deprecated.
  • These versions were published with an oversight: govuk-frontend v5 is now ESM-only, but those hmpo-components versions do not work with ESM.
  • If you want to use govuk-frontend v5 with hmpo-components, please skip versions 8.0.0 and 8.0.1 and upgrade directly to v8.0.2.

Full Changelog:
v8.0.1...v8.0.2

8.0.1

03 Jun 10:37
3701af7

Choose a tag to compare

What's Changed

  • Removed legacy --legacy-peer-deps command from GitHub workflow YAML #179
  • The legacy peer deps flag was previously required due to a circular dependency conflict: During the upgrade to govuk-frontendv5 hmpo-components depended on hmpo-nunjucks-test, which referenced an older hmpo-components v7.1.1 release requiring govuk-frontend v4.
  • With hmpo-components now updated to support govuk-frontend v5 and v8.0.0 now released, this workaround is no longer needed and has been removed.

Full Changelog: v8.0.0...v8.0.1


⚠️ DEPRECATION NOTICE

  • Version 8.0.1 is deprecated. This version (and 8.0.0) does not include proper support for govuk-frontend v5 as it is now strictly ESM (ECMAScript Modules).
  • Please upgrade to v8.0.2 or later, which correctly supports ESM and govuk-frontend v5.

8.0.0

02 Jun 13:13
627059f

Choose a tag to compare

What’s New

  • Updated README and added a contribution guide #176
  • Upgraded GOV.UK Frontend to v5.10.2 #178

What’s New

  • Updated README and added a contribution guide #176
  • Upgraded GOV.UK Frontend to v5.10.2 #178

Compare changes

Breaking Update

  • hmpo-components now requires govuk-frontend@v5.
    If your project or any dependencies still use govuk-frontend@v4, this upgrade may cause version conflicts or build failures.

  • GOVUK Frontend paths have changed — direct references must use govuk-frontend/dist.
    This affects test setups, template overrides, or any logic that directly imports or renders templates from govuk-frontend inside node_modules.

For example:

$govuk-assets-path: "/apply/public/";

@import "node_modules/govuk-frontend/dist/govuk/all";
@import "all";

Full Changelog: v7.1.1...v8.0.0


⚠️ DEPRECATION NOTICE

  • Version 8.0.0 is deprecated. This version (and 8.0.1) does not include proper support for govuk-frontend v5 as it is now strictly ESM (ECMAScript Modules).
  • Please upgrade to v8.0.2 or later, which correctly supports ESM and govuk-frontend v5.

7.1.1

04 Feb 14:54
23b45fc

Choose a tag to compare

  • Merge pull request #175 from HMPO/dependabot/npm_and_yarn/undici-6.21.1 ab97d10
  • Bump undici from 6.19.8 to 6.21.1 a53f53e
  • Merge pull request #174 from HMPO/FOR-469-amend-readme f1036ee
  • FOR-469: Update README 644a6a0

v7.1.0...v7.1.1