@typestyles/astro
packages/astro/CHANGELOG.md
0.3.1
Patch Changes
- Updated dependencies [
8bf64b0,28a3f82]:- @typestyles/vite@0.4.0
0.3.0
Minor Changes
#39: Add
@typestyles/astro, an Astro integration that registers the existing@typestyles/viteplugin for dev HMR and optional build-time CSS extraction (mode/extractoptions 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; rootpackage.json/turbo.jsonupdates are monorepo tooling only.#49: Add ESLint configuration across all packages, examples, and docs. Create shared
eslint.base.jsconfig with TypeScript rules and add lint scripts to all package.json files. Update CI workflow to run lint via turbo.