Skip to content

← All changelogs

@typestyles/astro

packages/astro/CHANGELOG.md

0.3.2

Patch Changes

  • #98 e17b8a0 Thanks @dbanksdesign! - Add npm landing-page READMEs for every published package, an examples index with contributor guidance, and doc-to-example cross-links (P2.13).

  • Updated dependencies [468375c, e17b8a0]:

0.3.1

Patch Changes

0.3.0

Minor Changes

  • #39: Add @typestyles/astro, an Astro integration that registers the existing @typestyles/vite plugin for dev HMR and optional build-time CSS extraction (mode / extract options re-exported from the Vite plugin).

    Dogfood the integration on the docs site: Astro config, client entry for dev HMR, refreshed layout and docs components (code blocks, alerts, theme toggle, mobile sidebar), markdown code highlighting helpers, and shared design-system patterns in examples (@examples/design-system, React adapters). Workspace-only packages (typestyles-docs, examples) are unchanged on npm; root package.json / turbo.json updates are monorepo tooling only.

  • #49: Add ESLint configuration across all packages, examples, and docs. Create shared eslint.base.js config with TypeScript rules and add lint scripts to all package.json files. Update CI workflow to run lint via turbo.

Patch Changes

  • #50: Add lint-staged for prettier formatting on pre-commit hook and format entire codebase
  • Updated dependencies [#49]
  • Updated dependencies [#50]
  • Updated dependencies [#54]
  • Updated dependencies [#60]