Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 04 Jun 04:59
· 0 commits to 9ae2caaf227ada0771bb09c37572f42b036686c1 since this release

Highlights

  • OpenAPI endpoint pages, closer to Mintlify. Endpoint pages now render an Authorizations section derived from the spec's security scheme, a breadcrumb method/path header with an inline Try it button, left-aligned method badges in the sidebar, and request bodies that expand anyOf/oneOf/allOf schemas (with spurious GET/HEAD bodies suppressed).
  • Theme polish. Cleaner code blocks: a single border with square top and rounded bottom corners, readable underline tabs, and a Copy button with a clipboard icon (a check on success). The sidebar keeps your place across navigations and gained bottom padding so the last item is not clipped under the announcement banner.

Changes

Features

  • feat(theme-ui): bring OpenAPI endpoint pages to Mintlify parity (eba59d4)

Fixes

  • fix(theme-ui): force white text on primary navbar button (4ad013a)
  • fix(theme-ui): add sidebar bottom padding so the last nav item clears the fold (9d25f71)
  • fix(theme-ui): tidy code block chrome (corners, borders, tabs, copy icon) (169ebe7)
  • fix(theme-ui): keep sidebar scrolled to active page across navigations (aacd7ab)

Chore

  • chore(tangly): drop unused exports flagged by knip (e3f49ea)