Skip to content

v1.62.2

Choose a tag to compare

@CharGrnmn CharGrnmn released this 04 Jun 12:15
· 31 commits to main since this release

Summary

  • Fix proxy form actions so input-backed checkbox/radio choices commit through the native checked setter, React value-tracker reset, and bubbling input/change events.
  • Dispatch scoped framework-visible commit events after custom listbox selections, covering hidden-input-backed comboboxes and intl-tel-input-style country controls.
  • Add regressions for controlled checkbox groups and hidden-input-backed country selectors.

Migration notes

  • No breaking API changes.
  • No protocol changes.

Performance notes

  • No geometry, hit-test, text metrics, or protocol performance impact expected.
  • test:perf was not run for this proxy-only patch; proxy-focused verification completed locally.

Verification

  • npm run release:check-source -- 1.62.2
  • npm run release:verify-pack
  • npx vitest run packages/proxy/src/__tests__/dom-actions.test.ts
  • npm run check -w @geometra/proxy
  • git push pre-push lint hook passed