Releases: nuxt-themes/docus
Releases · nuxt-themes/docus
v2.0.0-beta.6
- chore(deps): up (7fa9b5e)
v2.0.0-beta.5
- chore(deps): up (ba57707)
v2.0.0-beta.4
v2.0.0-beta.3
v2.0.0-beta.2
- chore(deps): up (654c6fb)
- docs: Drawer and Announce (5b3874e)
- docs: add typography docs; some restructure (62384c5)
- chore(docs): add docs icons (2416fc8)
- fix: update landing gradients (9996874)
- update Card padding (0b1ce39)
- chore(docs): init Docs docs (c050092)
- docs: App components (53cef78)
- chore(lockfile): update (1804617)
v1.12.3
v1.12.2
v1.12.1
- chore: update deps (a387c55)
- chore(up): lockfile up (10c7aad)
- chore(ci): fix dev ci (b849b38)
- chore(lockfile): fix lockfile & deployment (383621d)
- chore: use pnpm 8 (383e9d2)
- chore: add studio token (58ea13a)
- adds tiktok to social icons (#915) (7f0bcf1)
- chore(starters): upgrade starters (1.12.0) (f56cd8d)
v2.0.0-beta.1
- chore(starter): update starter to beta release (551419c)
- chore(deps): use beta releases of nuxt-themes dependencies (b9e0a1c)
- docs: AppHeader (9802f35)
- chore(cleanup): clean (20caedb)
- chore(merge): merge from main; update (1b080f0)
- chore(docs): Layout components docs (9a1b930)
- chore(starters): upgrade starters (1.12.0) (f56cd8d)
- chore(docs): SectionHeader docs (3cdfbf6)
- chore(docs): Card docs (5c99c3a)
- feat: add browser detection plugin and disable Glow in Firefox (79c10ae)
- chore(docs): hide header navigation; add CardGrid MDC example (bc0679e)
- feat: improve CardGrid; CardGrid docs; SectionHeader component (8248502)
- chore(docs): Hero docs (57a5c52)
- feat: improve Landing Glow gradients; init Hero docs (f44b861)
- chore(arch): restructure components (42137c2)
- feat: finish Landing and Layout components (7f14c82)
- feat: tokenize AppFooter (de7b7b1)
- feat: init components restructuring; finish Landing; finish AppHeader components (f0e00ff)
- feat: progress Landing (848c1aa)
- feat: DocsPrevNext rewrite (3d58ee5)
- feat: cleanup color tokens; RTL support (ad1e778)
- fix(DocsPageLayout): spacing (a3a0e67)
- feat: improve DocsAsideTree; add collapsible disabling option (effa138)
- chore: missing app config data (94a2a5e)
- refactor: move tokens, typography and elements to Docus (74c938d)
Breaking Changes
Docus
page
layout becomesbasic
<Ellipsis />
replaced by<Glow />
<Container />
becomes<ContainerSection />
collapsible
added to theaside
app.config key- Updated directory navigation flow (Aside changes)
- Design Tokens from Elements components moved to Docus
- A lot more of standalone Design Tokens for Docus (
tokens.config.ts
)
Elements
- v-model support removed from Callout as it's does not have collapse toggle feature anymore
- Callout summary slot removed (use title instead, or put everything in content slot)
- elements.surface tokens naming changed
- Title prop removed from CardGrid (use title slot instead)
- CodeBlock renamed to CodePreview
- TabsHeader renamed to CodeGroupTabs
- Container component removed
- CopyButton component removed
- SourceLink component removed
- ComponentPlayground removed
Typograpghy
typography
tokens are now fully standalone and do not rely on@nuxt-themes/tokens
.
This is a pre-release of v2
.
Track the release of this version in #909.
v1.12.0
- chore(lockfile): upgrade lockfile (ead6d06)
- docs: logo customization (#905) (b52509e)
- feat(rel): add rel support for textLinks and iconLinks too (838003d)
- Merge branch 'main' of github.com:nuxtlabs/docus (9d20ec9)
- feat: allow rel for socials links to be configured (#899) (fbd0971)
- chore(deps): up (117bd8b)
- chore(clean): clean comments (a710a9a)
- chore(deployment): add github action (97d6bb5)
- 1 deletion by Nuxt Studio (e277328)
- chore(deployment): add github action (b85ff39)
- chore(fix): iconLinks in starter (5d2eff5)
- feat(nuxt): fix nuxt version in starter (c62df23)
- chore(devtools): add devtools to starter (8000f2c)
- feat(starter): move
docus-starter
inside this repository (#904) (a8af7e6)