hof 22.9.0-fix-timeout-back-button-bug-beta.5 → 22.9.1
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 +3 -1
- package/package.json +1 -1
- package/sandbox/yarn.lock +1 -6
- package/.nyc_output/d19462a9-7a59-4994-a0b9-a2e6b3f07638.json +0 -1
- package/.nyc_output/processinfo/d19462a9-7a59-4994-a0b9-a2e6b3f07638.json +0 -1
- package/.nyc_output/processinfo/index.json +0 -1
- package/frontend/govuk-template/govuk_template_generated.html +0 -102
- package/sandbox/.env +0 -4
- package/sandbox/apps/sandbox/translations/en/default.json +0 -245
- 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,9 +1,11 @@
|
|
1
|
-
## 2025-09-
|
1
|
+
## 2025-09-09, Version 22.9.0 (Stable), @Rhodine-orleans-lindsay
|
2
2
|
### Fixed
|
3
3
|
- Fixed bug where if text on session-timeout page was not being populated when the browser back button is used.
|
4
4
|
### Changed
|
5
5
|
- Session timeout page is now only available when there is a 'SESSION_TIMEOUT' error. If there is no such error and user navigates to '/session-timeout, the 'Page not found' error is shown.
|
6
6
|
- 👊 Impact : '/session-timeout' step can be removed from the steps array if it has been set in the project's apps/*/index.js file. This routing is now handled in the hof framework.
|
7
|
+
### Security
|
8
|
+
- Updates minor dependencies in sandbox
|
7
9
|
|
8
10
|
## 2025-08-28, Version 22.8.5 (Stable), @Rhodine-orleans-lindsay
|
9
11
|
### Fixed
|
package/package.json
CHANGED
package/sandbox/yarn.lock
CHANGED
@@ -130,12 +130,7 @@ is-number@^7.0.0:
|
|
130
130
|
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
|
131
131
|
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
|
132
132
|
|
133
|
-
jquery@>=1.11:
|
134
|
-
version "3.6.0"
|
135
|
-
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470"
|
136
|
-
integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==
|
137
|
-
|
138
|
-
jquery@^3.7.1:
|
133
|
+
jquery@>=1.11, jquery@^3.7.1:
|
139
134
|
version "3.7.1"
|
140
135
|
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de"
|
141
136
|
integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==
|