Skip to content

Releases: zuplo/zudoku

Upcoming release

23 Apr 07:45
fa8fc94

Choose a tag to compare

Upcoming release Pre-release
Pre-release

What's Changed

New Features 🎉

  • feat: full-width page option with compact TOC popover by @mosch in #2365
  • Show authenticated code snippets per endpoint in sidecar by @dan-lee in #2366
  • Add invite-only sign-up support to authentication providers by @mosch in #2379

Bug Fixes 🐛

  • fix(typography): use currentColor for prose text by @dan-lee in #2377
  • fix: preserve 'ansi' language in CodeTabs by @nurof3n in #2380

Dependency Updates 📦

  • build(deps): bump @apidevtools/json-schema-ref-parser from 15.3.1 to 15.3.5 by @dependabot[bot] in #2376
  • build(deps): bump esbuild from 0.27.7 to 0.28.0 by @dependabot[bot] in #2375
  • build(deps-dev): bump lefthook from 2.1.2 to 2.1.6 by @dependabot[bot] in #2373
  • build(deps-dev): bump playwright from 1.58.2 to 1.59.1 by @dependabot[bot] in #2371
  • build(deps-dev): bump tar from 7.5.11 to 7.5.13 by @dependabot[bot] in #2372
  • build(deps): bump @docsearch/modal from 4.6.0 to 4.6.2 by @dependabot[bot] in #2368
  • build(deps): bump vite from 8.0.8 to 8.0.9 by @dependabot[bot] in #2378
  • build(deps-dev): bump size-limit and @size-limit/file by @dependabot[bot] in #2369
  • build(deps): bump the shiki-dependencies group across 1 directory with 5 updates by @dependabot[bot] in #2297
  • build(deps): bump react-router from 7.13.0 to 7.14.0 by @dependabot[bot] in #2301
  • build(deps): bump @sentry/node from 10.42.0 to 10.49.0 by @dependabot[bot] in #2370

Other Changes 🔄

  • docs: add reference page for exported hooks by @mosch in #2364

New Contributors

Full Changelog: v0.76.0...v0.0.0-zfa8fc940

v0.76.0

22 Apr 06:07

Choose a tag to compare

What's Changed

🚀 A big step forward for build performance

Zudoku now runs on Vite 8 with Rolldown, the new Rust-powered bundler. It's a big step forward for build performance, especially on larger docs sites. No config changes needed on your end, just update and you'll feel it.

Full Changelog: v0.75.1...v0.76.0

v0.75.1

21 Apr 10:00

Choose a tag to compare

What's Changed

New Features 🎉

  • Link named component refs in OpenAPI property lists by @dan-lee in #2345
  • Redesign API catalog with search, filtering, and enhanced metadata by @mosch in #2356

Bug Fixes 🐛

  • fix: security scheme tooltip styling and duplicated title by @mosch in #2321
  • Fix status page detection regex to match only root-level files by @mosch in #2355
  • fix: align playground URL box height with Send button by @dan-lee in #2346
  • fix: prefix basePath on favicon href and clarify GitHub Pages deploy by @dan-lee in #2359
  • Refactor MCP security extraction to use in-memory schema by @mosch in #2362
  • feat: spread userInfo into UserProfile via shared buildUserProfile by @mosch in #2363

Documentation 📚

  • Add docs guide: Configuring URL Redirects by @zuplo-integrations-app[bot] in #2203

Dependency Updates 📦

  • build(deps): bump hono from 4.12.12 to 4.12.14 by @dependabot[bot] in #2360
  • build(deps-dev): bump @clerk/clerk-js from 5.125.0 to 6.7.3 by @dependabot[bot] in #2352
  • build(deps): bump pagefind from 1.5.0-beta.1 to 1.5.2 by @dependabot[bot] in #2348
  • build(deps-dev): bump oxc-parser from 0.119.0 to 0.126.0 by @dependabot[bot] in #2349
  • build(deps-dev): bump @graphql-codegen/cli from 6.1.2 to 6.3.0 by @dependabot[bot] in #2351
  • build(deps): bump @docsearch/css from 4.6.0 to 4.6.2 by @dependabot[bot] in #2330
  • build(deps-dev): bump @inkeep/cxkit-types from 0.5.116 to 0.5.117 by @dependabot[bot] in #2347

Other Changes 🔄

New Contributors

  • @zuplo-integrations-app[bot] made their first contribution in #2203

Full Changelog: v0.75.0...v0.75.1

v0.75.0

17 Apr 12:45

Choose a tag to compare

What's Changed

New Features 🎉

  • feat: Support custom JSX components in OpenAPI descriptions by @dan-lee in #2312

Bug Fixes 🐛

  • Fix pagefind ENOBUFS by batching indexing after prerender by @dan-lee in #2336

Documentation 📚

  • fix: update Auth0 docs to use logout path by @dan-lee in #2339
  • Document Supported Extensions by @mosch in #2334
  • docs: add generic OIDC auth guide with Okta/Keycloak examples by @dan-lee in #2340

Dependency Updates 📦

  • build(deps-dev): bump @playwright/test from 1.58.2 to 1.59.1 by @dependabot[bot] in #2331
  • build(deps): bump graphql from 16.13.1 to 16.13.2 by @dependabot[bot] in #2326
  • build(deps-dev): bump the nx-dependencies group across 1 directory with 3 updates by @dependabot[bot] in #2325

Other Changes 🔄

  • feat: MCP server security schemes and app-aware configuration UI by @mosch in #2335
  • Hide the Endpoint component entirely when there's a single server by @mosch in #2337

Full Changelog: v0.74.3...v0.75.0

v0.74.3

15 Apr 18:29

Choose a tag to compare

What's Changed

Other Changes 🔄

Full Changelog: v0.74.2...v0.74.3

v0.74.2

15 Apr 12:33

Choose a tag to compare

What's Changed

Bug Fixes 🐛

  • Fix header CLS during auth hydration by @dan-lee in #2319
  • fix: update Claude MCP instructions from Integrations to Connectors by @mosch in #2318
  • Use x-displayName for tags on API info page by @dan-lee in #2317

Full Changelog: v0.74.1...v0.74.2

v0.74.1

14 Apr 15:40

Choose a tag to compare

Full Changelog: v0.74.0...v0.74.1

v0.74.0

14 Apr 14:57

Choose a tag to compare

What's Changed

New Features 🎉

  • feat: OpenAPI security schemes support by @mosch in #2188
  • Add customizable notFoundPage configuration option by @mosch in #2311
  • Support x-code-samples extension in OpenAPI operations by @mosch in #2308

Bug Fixes 🐛

  • fix: Do not wrap-anywhere if code element belongs to a table by @jesi-rgb in #2286

Dependency Updates 📦

  • build(deps): bump actions/github-script from 8 to 9 by @dependabot[bot] in #2288
  • build(deps): bump hono from 4.12.5 to 4.12.12 by @dependabot[bot] in #2289
  • build(deps): bump dependabot/fetch-metadata from 2 to 3 by @dependabot[bot] in #2287
  • build(deps): bump @supabase/supabase-js from 2.98.0 to 2.103.0 by @dependabot[bot] in #2302
  • build(deps): bump @tanstack/react-query from 5.90.21 to 5.97.0 by @dependabot[bot] in #2300
  • build(deps-dev): bump tar from 7.5.11 to 7.5.13 by @dependabot[bot] in #2299
  • build(deps-dev): bump the nx-dependencies group across 1 directory with 3 updates by @dependabot[bot] in #2296
  • build(deps): bump @hono/node-server from 1.19.11 to 1.19.13 by @dependabot[bot] in #2290
  • build(deps): bump @tanem/react-nprogress from 6.0.2 to 6.0.3 by @dependabot[bot] in #2232
  • fix: resolve audit vulnerabilities with overrides and vite bump by @dan-lee in #2309

Other Changes 🔄

  • Add aria-hidden and aria-label attributes for improved accessibility by @mosch in #2277
  • Fix supabase auth documentation by @lcampos in #2266
  • feat: improve Callout component accessibility by @mosch in #2282
  • Fix auth provider bugs and update dependencies by @mosch in #2276
  • Upgrade to Typescript 6 by @dan-lee in #2200
  • fix: "Open Markdown page" redirects to correct URL when path differs from filename by @mosch in #2293
  • fix: add color-scheme to native select dropdowns for dark mode by @mosch in #2292
  • Update MCP configuration for Claude, ChatGPT, and VS Code by @mosch in #2295
  • fix: prevent flash to / during OAuth provider logout redirect by @mosch in #2202
  • refactor: remove schemas section from info by @mosch in #2283
  • fix: use undefined instead of empty string for missing name by @jfainberg in #2310

New Contributors

Full Changelog: v0.73.2...v0.74.0

v0.73.2

08 Apr 22:56

Choose a tag to compare

What's Changed

Other Changes 🔄

  • Fix cross-category and cross-phase plan comparison in SwitchPlanModal by @dan-lee in #2255
  • Show empty state on pricing page when no plans returned by @mosch in #2257
  • Documentation updates: navigation types, config options, and API improvements by @ntotten in #2258
  • Replace zudoku deploy key with release app token by @vazexqi in #2267
  • Surface auth provider on zuplo build output by @lcampos in #2268
  • Fix release app token not bypassing branch protection by @vazexqi in #2275

Full Changelog: v0.73.1...v0.73.2

v0.73.1

01 Apr 12:50

Choose a tag to compare

What's Changed

New Features 🎉

Dependency Updates 📦

  • build(deps): bump happy-dom from 20.8.3 to 20.8.9 by @dependabot[bot] in #2238

Other Changes 🔄

Full Changelog: v0.73.0...v0.73.1