Releases: HMPO/hmpo-form-wizard
Releases · HMPO/hmpo-form-wizard
15.0.0
Breaking Change
Default email
validator has been made stricter to disallow leading, trailing and consecutive dots in local part of email addresses.
If this new behaviour does not meet your requirements you will need to use a regex
validator or create a custom email address validator for use on the relevant fields instead.
The full new regular expression used is as follows:
/^(?!.*\.\.)[a-z0-9_%+-](?:[a-z0-9._%+-]*[a-z0-9_%+-])?@([a-z0-9]+([a-z0-9-]*[a-z0-9]+)?\.)+[a-z]{2,6}$/i
Commits
14.1.0
14.0.0
Breaking update:
- Dropped support for Node versions 14, 16, and 18, with support now limited to 20.x and 22.x.
Non-breaking updates:
Adding dependencies:
- Adding Husky ^9.1.6 then adding ./husky/pre-push
- globals ^15.9.0
Updated dependencies:
- body-parser 1.20.2 -> 1.20.3
- debug ^4.3.6 -> ^4.3.7
- hmpo-model ^5.0.1 -> ^6.0.1
- eslint ^8.57.0 -> ^9.12.0 and replacing .eslintrc with eslint.config.js
- mocha ^10.7.0 -> ^10.7.3
- express ^4.19.2 -> ^4.21.1
- nyc ^17.0.0 -> ^17.1.0
- Replacing reqres with hmpo-reqres ^2.0.0
- sinon ^18.0.0 -> ^19.0.2
13.0.2
13.0.1
- Merge pull request #200 from HMPO/update-deps 77b876c
- Minor and dev dependency updates 4eab345
- Merge pull request #196 from HMPO/dependabot/npm_and_yarn/word-wrap-1.2.5 2809547
- Bump word-wrap from 1.2.3 to 1.2.5 8d093e6
- Merge pull request #195 from HMPO/chore/document-continueOnEdit-step-option 3ca02d3
- CHORE: Document continueOnEdit step option in README. fca84ff
v13.0.0
v12.1.0
What's Changed
- ignore dividers in items list when auto-adding validator by @HughePaul in #189
- Update deps by @HughePaul in #190
Full Changelog: v12.0.6...v12.1.0