Skip to content

v5.0.6

Choose a tag to compare

@ankitskvmdam ankitskvmdam released this 01 Jul 16:57
de53f74

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 / clubSidebarItems no 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, and Implemented By sections, plus Inherited from / Overrides / Implementation of member captions.
  • @group tag recognized, @inheritDoc resolved, native TypeDoc projectDocuments rendered 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.