Skip to content

Release v2.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Sep 22:13
· 4 commits to main since this release

Release v2.3.0

Changelog

Changed

  • Web Component: the form theme now renders <nowo-password-strength> (light DOM). password-strength.js defines the custom element and still initializes legacy [data-password-strength-field] hosts. Nested PasswordToggle uses <nowo-password-toggle> when that bundle is present.
  • Deps (dev): bump rector/rector, friendsofphp/php-cs-fixer, @types/node, happy-dom; refresh Composer lockfiles.

Notes

  • Integrators: keep loading password-strength.js. Custom theme copies should wrap the field in <nowo-password-strength>.

What's Changed

  • feat: wrap password-strength widget in nowo-password-strength by @HecFranco in #30
  • chore(deps): bump friendsofphp/php-cs-fixer from 3.95.22 to 3.95.23 by @dependabot[bot] in #32
  • chore(deps): bump rector/rector from 2.6.3 to 2.6.4 by @dependabot[bot] in #31
  • chore(deps): bump happy-dom from 20.11.6 to 20.11.12 by @dependabot[bot] in #33
  • chore(deps): bump @types/node from 26.2.0 to 26.4.0 by @dependabot[bot] in #34

New Contributors

Full Changelog: v2.2.3...v2.3.0