Skip to content

Releases: pleaseai/docs

docs-please: v0.2.6

23 Dec 03:29
56edc7d

Choose a tag to compare

docs-please: v0.2.6 Pre-release
Pre-release

0.2.6 (2025-12-22)

Bug Fixes

  • correct zod import path from 'zod/v4' to 'zod' (#25) (9455e92)

docs-please-v0.2.2

22 Dec 04:28
5e88751

Choose a tag to compare

What's Changed

  • chore: update dependencies and release workflow by @amondnet in #14
  • fix: export utils directory from @pleaseai/docs layer by @amondnet in #15
  • chore(main): release docs-please 0.2.2-beta.0 by @pleaeai-bot[bot] in #16

Full Changelog: docs-please-v0.2.1-beta.0...docs-please-v0.2.2

docs-please: v0.2.5

22 Dec 11:52
a6c9a74

Choose a tag to compare

docs-please: v0.2.5 Pre-release
Pre-release

0.2.5 (2025-12-22)

Bug Fixes

  • move @nuxtjs/robots and nuxt-llms to dependencies (#23) (cc1453a)

docs-please: v0.2.4

22 Dec 09:05
135cce9

Choose a tag to compare

docs-please: v0.2.4 Pre-release
Pre-release

0.2.4 (2025-12-22)

Bug Fixes

  • revert @nuxt/content import to /nitro for layer compatibility (#20) (cb4270b)

docs-please: v0.2.3

22 Dec 05:43
8569036

Choose a tag to compare

docs-please: v0.2.3 Pre-release
Pre-release

0.2.3 (2025-12-22)

Bug Fixes

  • ensure @nuxt/content layer compatibility and update deprecated imports (#18) (1099ea0)

docs-please: v0.2.2-beta.0

22 Dec 04:16
5e88751

Choose a tag to compare

Pre-release

0.2.2-beta.0 (2025-12-22)

Bug Fixes

  • export utils directory from @pleaseai/docs layer (#15) (b696032)

docs-please: v0.2.1-beta.0

21 Dec 09:39
119cf82

Choose a tag to compare

Pre-release

0.2.1-beta.0 (2025-12-19)

Features

  • layer: add header search with command dialog (#12) (ac26c66)
  • layer: add LLM support with raw markdown endpoint and SEO modules (a5ec790)
  • layer: add MDC content components for accordion, badge, and collapsible (d6f543a)

docs-please: v0.2.0-beta.0

04 Dec 07:52
38985de

Choose a tag to compare

Pre-release

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)