Releases: HMPO/hmpo-components
Releases · HMPO/hmpo-components
v10.0.0
What's Changed
- add hmpoTaskList component by @beattryan in #197
New Contributors
- @beattryan made their first contribution in #197
Full Changelog: v9.0.0...v10.0.0
v9.0.0
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
- FOR-646 Added 'nonce' value to <script> tag. by @FionaJosephSamyHO in #186
- FOR-479 Marked hmpo-chars-left component as deprecated. by @FionaJosephSamyHO in #187
- FOR-479 Downgrade version to match current release version. by @FionaJosephSamyHO in #188
- Revert "FOR-646 Added 'nonce' value to <script> tag." by @cmcgee4801995 in #191
- DD-1040 SPIKE - Determine upgrade path to govuk-frontend 5.13 by @ntotten-hmpo in #189
- DD-1050 bump package version to match latest release by @ntotten-hmpo in #193
- DD-1111 upgrade to Node 24 by @ntotten-hmpo in #194
New Contributors
- @leeservice made their first contribution in #182
- @FionaJosephSamyHO made their first contribution in #186
- @ntotten-hmpo made their first contribution in #189
Full Changelog: v8.0.2...v9.0.0
v8.0.6
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
- FOR-646 Added 'nonce' value to <script> tag. by @FionaJosephSamyHO in #186
- FOR-479 Marked hmpo-chars-left component as deprecated. by @FionaJosephSamyHO in #187
- FOR-479 Downgrade version to match current release version. by @FionaJosephSamyHO in #188
- Revert "FOR-646 Added 'nonce' value to <script> tag." by @cmcgee4801995 in #191
- DD-1040 SPIKE - Determine upgrade path to govuk-frontend 5.13 by @ntotten-hmpo in #189
New Contributors
- @leeservice made their first contribution in #182
- @FionaJosephSamyHO made their first contribution in #186
Full Changelog: v8.0.2...v8.0.6
v8.0.5
What's Changed
- FOR-646 Added 'nonce' value to <script> tag. by @FionaJosephSamyHO in #186
- FOR-479 Marked hmpo-chars-left component as deprecated. by @FionaJosephSamyHO in #187
New Contributors
- @FionaJosephSamyHO made their first contribution in #186
Full Changelog: v8.0.2...v8.0.5
v8.0.4
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
- @leeservice made their first contribution in #182
Full Changelog: v8.0.2...v8.0.4
v8.0.3
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
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.0and8.0.1are not compatible withgovuk-frontendv5 and will be deprecated. - These versions were published with an oversight:
govuk-frontendv5 is now ESM-only, but thosehmpo-componentsversions do not work with ESM. - If you want to use
govuk-frontendv5 withhmpo-components, please skip versions 8.0.0 and 8.0.1 and upgrade directly tov8.0.2.
Full Changelog:
v8.0.1...v8.0.2
8.0.1
What's Changed
- Removed legacy
--legacy-peer-depscommand from GitHub workflow YAML #179 - The legacy peer deps flag was previously required due to a circular dependency conflict: During the upgrade to
govuk-frontendv5hmpo-componentsdepended onhmpo-nunjucks-test, which referenced an olderhmpo-componentsv7.1.1 release requiringgovuk-frontendv4. - With
hmpo-componentsnow updated to supportgovuk-frontendv5 and v8.0.0 now released, this workaround is no longer needed and has been removed.
Full Changelog: v8.0.0...v8.0.1
- Version 8.0.1 is deprecated. This version (and 8.0.0) does not include proper support for
govuk-frontendv5 as it is now strictly ESM (ECMAScript Modules). - Please upgrade to v8.0.2 or later, which correctly supports ESM and
govuk-frontendv5.
8.0.0
What’s New
What’s New
Breaking Update
-
hmpo-componentsnow requiresgovuk-frontend@v5.
If your project or any dependencies still usegovuk-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 fromgovuk-frontendinsidenode_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
- Version 8.0.0 is deprecated. This version (and 8.0.1) does not include proper support for
govuk-frontendv5 as it is now strictly ESM (ECMAScript Modules). - Please upgrade to v8.0.2 or later, which correctly supports ESM and
govuk-frontendv5.