Skip to content

docs-please: v0.2.0-beta.0

Pre-release
Pre-release

Choose a tag to compare

@pleaseai-release-bot pleaseai-release-bot released this 04 Dec 07:52
38985de

0.2.0-beta.0 (2025-12-04)

⚠ BREAKING CHANGES

  • layer: Tabs now use ::tabs-item{label="..."} syntax instead of ::tabs-list/::tabs-trigger/::tabs-content

Features

  • layer: add Accordion, Card UI and FeatureCard content components (1e8b02b)
  • layer: add custom content components and UI primitives for extending apps (#8) (7615ad7)
  • layer: add PageHero, PageSection, PageCard components and enhance ButtonA (#5) (220164d)
  • layer: add shadcn-vue CLI components and MDC content system (66a2f1d)
  • layer: enhance MDC tabs with icons, type safety, and accessibility (#6) (facd76c)

Bug Fixes

  • deps: add zod and zod-to-json-schema for Nuxt Content schema support (6ec61a2)
  • layer: add @source for TypeScript files in Tailwind CSS v4 (140b06c)
  • layer: add proper code block styling with Tailwind import (#7) (450599c)
  • layer: prerender index route for Cloudflare Pages D1 compatibility (52b8ad0)
  • layer: replace nuxt-shiki with @nuxt/content built-in highlighting (54b7a42)
  • layer: resolve i18n type error with any cast (28d6b25)
  • layer: resolve UI components from layer directory in multi-layer setup (#3) (1f40071)
  • layer: simplify landing collection query to fix prerender (a636fa2)
  • layer: use slot pattern for ProsePre to fix getShikiHighlighter error (bb2b132)