Skip to content

Releases: HMPO/hmpo-form-wizard

15.0.0

01 Nov 13:25
cf631e6
Compare
Choose a tag to compare

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

  • Merge pull request #207 from HMPO/stricter-email-validation cabb55d
  • Make email validator stricter 59ebff2

v14.1.0...v15.0.0

14.1.0

28 Oct 14:58
534f800
Compare
Choose a tag to compare
  • Merge pull request #204 from HMPO/FOR-469-create-new-character-counter-using-gds-component 72791d6
  • Merge pull request #206 from HMPO/update-example-sass fc40b48
  • Change node-sass to dart-sass in example app. d903151
  • FOR-469: Add support for gds word and character counter f3acefc

v14.0.0...v14.1.0

14.0.0

21 Oct 15:24
d0ad2a0
Compare
Choose a tag to compare

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

v13.0.2...v14.0.0

13.0.2

18 Sep 12:05
93ad17e
Compare
Choose a tag to compare
  • Merge pull request #201 from HMPO/dependabot/npm_and_yarn/multi-d66d039ac5 679be8c
  • Bump serve-static and express f51dc2b

v13.0.1...v13.0.2

13.0.1

01 Aug 14:27
86279d4
Compare
Choose a tag to compare
  • 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...v13.0.1

v13.0.0

27 Apr 20:09
a45c5d5
Compare
Choose a tag to compare
  • Merge pull request #191 from HMPO/update/deps 0316793
  • Update deps and minimum node 14 9486590

v12.1.0...v13.0.0

v12.1.0

28 Feb 12:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.0.6...v12.1.0

v12.0.4

23 Jun 11:23
Compare
Choose a tag to compare

v12.0.3...v12.0.4

v12.0.3

11 Apr 10:11
Compare
Choose a tag to compare

v12.0.2...v12.0.3

v12.0.2

02 Mar 11:40
Compare
Choose a tag to compare
  • Merge pull request #173 from HMPO/update/deps 39d918c
  • Update deps 330426b
  • Merge pull request #172 from HMPO/feature/github-actions 9089c1d
  • Switch to github actions d22f0db
  • Merge pull request #170 from MattBidewell/ReadMe-typo abd3f1a
  • Typo fix on readme for conditions around steps c1deb27

v12.0.1...v12.0.2