Skip to content

Changelog

0.3.2

  • Updates the public branding for the documentation site.
  • Adds dedicated favicons, manifest icons, apple-touch-icon and Open Graph image.
  • Refines the README for GitHub and npm.
  • Does not change exports or runtime behavior.

0.3.1

  • Refines the documentation site and npm README.
  • Improves code readability, hero, footer and integrated examples.
  • Does not change exports or runtime behavior.

0.3.0

  • Adds client-side metadata DOM helpers: updateDocumentTitle, upsertMeta, upsertCanonical and upsertAlternate.
  • Adds DOM accessibility primitives: focusable elements, body scroll lock, focus restore, Tab trap and Escape handler.
  • Adds tests with node:test.
  • Keeps the package React-free and brand-free.

0.2.0

  • Adds pure SEO/build helpers: HTML/XML escaping, canonical normalization, sitemap XML generation, HTML metadata replacement and static route output paths.

0.1.x

  • Public npm release.
  • Base SCSS tokens.
  • Breakpoints and responsive mixins.
  • cx.
  • Small TypeScript guards.
  • Basic DOM, keyboard and protected media utilities.