|
14 | 14 | - **Built-in docs renderer proxy paths** Added `openapi.docs.assetsPublicPath` for prefix-stripping reverse proxies, so browser-facing docs assets and source-aware data endpoints can differ from Vext's internal `docs.assetsPath`; validation now checks `source.access` field shapes and the docs clarify that `jsonPublicPath` is the public canonical OpenAPI spec URL rather than the built-in source-aware data endpoint. |
15 | 15 | - **Built-in docs Try it out** Added OpenAPI server variable controls and browser-side request hooks. Try it out now resolves `servers[].variables` into URL previews, Copy URL, samples, and Send requests, validates enum/default values, can load an optional `openapi.docs.tryItOut.hookScript`, calls `window[hookGlobal].beforeRequest` / `afterResponse` around the browser fetch pipeline, and shows hook diagnostics without importing or executing backend project code. |
16 | 16 | - **Built-in docs Try it out** Clarified hook UI behavior so `hookGlobal` alone is treated as a browser lookup name; hook notes and sample diagnostics are shown only when a hook script is configured or the runtime global actually exposes `beforeRequest` / `afterResponse`. |
| 17 | +- **Built-in docs Try it out** Refined server selection so OpenAPI `servers[]` are preferred by default, `Same origin` is configurable through `openapi.docs.tryItOut.sameOrigin`, users can temporarily enter a Custom server URL, server variable panels are hidden when empty, fixed local endpoints are documented and tested as complete server URLs instead of `{port}` variables, and `/docs` renders an inline critical loading shell during refresh/source loading instead of showing a blank page. |
| 18 | +- **Built-in docs Try it out** Removed the separate Auth tab and merged auth state into the Headers tab, where Authorize-injected credentials, manual header overrides, and the effective headers preview can be checked in one place. |
17 | 19 | - **Built-in docs renderer UI** Fixed code-doc navigation indentation so plugin/middleware leaves align under their parent tree instead of the top-level caret, distinguishes default and named plugin/middleware symbols such as `stats.increment`, renders multi-line JSDoc descriptions as paragraphs/lists/code blocks in vanilla JS, and adds an inline favicon to keep `/docs` browser probes free of favicon 404 noise. |
18 | 20 | - **Built-in docs renderer UI** Polished the default docs interaction model by rendering HTTP API / Pages operation cards directly without tag section headings such as `General`, reducing root navigation guide lines, keeping Try it out results in a fixed scrollable output area to avoid Send-time layout jumps, moving Try it out tabs before Send actions, stacking the header so the title, search box, filters, and global Authorize panel do not compete for one row, adding hover/focus feedback to API and code cards, flattening the Overview shell, using the outline only on wide screens, improving mobile navigation, and making the desktop sidebar auto-sized with persisted manual resize. |
19 | 21 | - **Built-in docs renderer UI** Refined the default docs experience with `openapi.docs.ui.theme` / `density`, preserved middle dynamic path segments when they lead to stable child resources, added keyboard search shortcuts, category filters, highlighted matches, a desktop outline, copy buttons, deep links, and an Overview workspace with counts, OpenAPI source, access mode, and asset version metadata. |
20 | 22 | - **Built-in docs renderer UI** Simplified the default documentation surface by hiding Locales / Config / Styles / Preload from the default top-level navigation unless explicitly enabled as static code sources, moving filters to their own header row, and adding package startup/build/verification commands to the Overview workspace. |
21 | | -- **Built-in docs Try it out** Upgraded each operation console with server selection, full URL preview plus Copy URL, tabbed Params / Headers / Body / Auth / Samples / History / Response panels, structured query/header rows plus raw fallbacks, compact empty states, auth injection notes, cURL/browser fetch/Node fetch/Axios samples with copy actions, local request history that does not persist automatically injected Authorize tokens, and a fixed response viewer with pretty/raw body modes. |
| 23 | +- **Built-in docs Try it out** Upgraded each operation console with server selection, full URL preview plus Copy URL, tabbed Params / Headers / Body / Samples / History / Response panels, structured query/header rows plus raw fallbacks, compact empty states, auth status and effective header previews in the Headers tab, cURL/browser fetch/Node fetch/Axios samples with copy actions, local request history that does not persist automatically injected Authorize tokens, and a fixed response viewer with pretty/raw body modes. |
22 | 24 | - **Built-in docs Try it out** Fixed request header usability by exporting `validate.header` as OpenAPI `parameters[in=header]`, pre-filling those headers in the console, showing the actual sent request headers alongside response headers, and keeping the Send status in a stable inline slot to avoid response-area flicker. |
23 | 25 |
|
24 | 26 | ## 2026-06-23 |
|
0 commit comments