Changelog
0.4.1
- Improves GitHub Pages CLI errors when
dist/is still tracked by Git. - Allows the first deployment when
origin/gh-pagesdoes not exist yet. - Documents the real prerequisites for consumer projects and CI.
0.4.0
- Adds
micazoyolli-gh-pages-deploy, a shared CLI for publishingdistto GitHub Pages without creating commits onmain. - Documents the consumer deployment flow in English and Spanish.
- Keeps exports and runtime behavior unchanged.
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,upsertCanonicalandupsertAlternate. - 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.