Skip to content

v1.0.2

Latest

Choose a tag to compare

@roryford roryford released this 07 Apr 22:02
· 2 commits to main since this release

What's Changed

Added

  • CHANGELOG.md, CODE_OF_CONDUCT.md, .github/CONTRIBUTING.md
  • PR and issue templates
  • npm run clean and npm run test:coverage scripts
  • repository, homepage, and bugs fields to package.json

Fixed

  • Form-field <label> now properly associated with its input via for/id
  • Search bar wrapper has role="search"; eslint-disable suppression removed
  • Decorative PrimeIcons have aria-hidden="true" across all components
  • Stale VSCode debug config (Karma port 9876) replaced with Vitest note
  • MSW onUnhandledRequest changed from bypass to warn
  • @defer description corrected in production plan sketch
  • httpResource() experimental API risk callout added to simulation report

Security

  • GitHub Actions pinned to full commit SHAs
  • E2E Playwright step added to CI pipeline
  • HTTP security headers added to index.html (X-Content-Type-Options, X-Frame-Options, Referrer-Policy)

Full changelog: https://github.com/roryford/atomic-prototype/blob/main/CHANGELOG.md