hof 22.7.5-beta-fix-svg.2 → 22.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/package.json +1 -1
- package/.nyc_output/1db6a5da-f5e3-44d3-af39-e162a3e3ffad.json +0 -1
- package/.nyc_output/processinfo/1db6a5da-f5e3-44d3-af39-e162a3e3ffad.json +0 -1
- package/.nyc_output/processinfo/index.json +0 -1
- package/.vscode/settings.json +0 -13
- package/frontend/govuk-template/govuk_template_generated.html +0 -102
- package/sandbox/.env +0 -1
- package/sandbox/apps/sandbox/translations/en/default.json +0 -248
- package/sandbox/public/css/app.css +0 -9552
- package/sandbox/public/images/icons/icon-caret-left.png +0 -0
- package/sandbox/public/images/icons/icon-complete.png +0 -0
- package/sandbox/public/images/icons/icon-cross-remove-sign.png +0 -0
- package/sandbox/public/js/bundle.js +0 -47603
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
## 2025-07-09, Version 22.7.6 (Stable), @robertdeniszczyc2 @sulthan-ahmed
|
2
|
+
### Changed
|
3
|
+
- Updated SVG handling and related dependencies to address issues and improve compatibility.
|
4
|
+
|
1
5
|
## 2025-05-29, Version 22.7.2 (Stable), @Rhodine-orleans-lindsay
|
2
6
|
### Fixed
|
3
7
|
- Service unavailable text can now use html
|