v5.0.6
clean-jsdoc-theme v5.0.6
TypeDoc output parity with TypeDoc's default theme. TypeDoc flavor only — JSDoc output is unchanged (byte-identical). This release is a no-op for JSDoc users.
✨ TypeDoc improvements
- Default-theme sidebar. The TypeDoc sidebar now mirrors TypeDoc's own default theme — a module/folder hierarchy (folders from your source layout, single-child folders merged, clickable + expandable module nodes, members nested and kind-ordered) — instead of global kind buckets. Under the TypeDoc flavor the module hierarchy owns the API sidebar, so
@category/@group/@order/sectionOrder/clubSidebarItemsno longer shape it (doc groups,menu, and tutorials still apply). These levers are unchanged for the JSDoc template. - Inheritance & relationships on class/interface pages:
Hierarchy,Implements, andImplemented Bysections, plusInherited from/Overrides/Implementation ofmember captions. @grouptag recognized,@inheritDocresolved, native TypeDocprojectDocumentsrendered as pages, an async modifier badge, and inline object-literal types expanded into linked property tables.
🐛 Fixes
- Deduplicated relationship rendering and top-level nav headers on TypeDoc pages; root-scope symbols now appear in the sidebar.
📚 Docs
- Documented the TypeDoc sidebar model and TypeDoc-specific rendering, in English, Hindi, Japanese, and Chinese.
🔒 Security
- No security-relevant changes in this release.
JSDoc users: no action needed — output is byte-identical to 5.0.5.