hof 22.6.0-maxlength-beta → 22.6.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 +4 -0
- package/package.json +1 -1
- package/.nyc_output/78671554-16e5-423c-952b-a3a7dbe123f7.json +0 -1
- package/.nyc_output/processinfo/78671554-16e5-423c-952b-a3a7dbe123f7.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 -1
- package/sandbox/apps/sandbox/translations/en/default.json +0 -239
- 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-05-09, Version 22.6.0 (Stable), @vivekkumar-ho
|
2
|
+
### Changed
|
3
|
+
- Support for passing `maxlengthAttribute` property for input-text field. The HTML maxlength attribute is applied when `maxlengthAttribute: true` and the `maxlength` validator are specified in the field config
|
4
|
+
|
1
5
|
## 2025-05-06, Version 22.5.2 (Stable), @Rhodine-orleans-lindsay
|
2
6
|
### Fixed
|
3
7
|
- Hints for radio button options are now aligned correctly
|