@redocly/realm 0.134.0-next.8 → 0.134.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,67 @@
1
1
  # @redocly/realm
2
2
 
3
+ ## 0.134.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a71b13d4a7: Added configuration options to control time-specific banner visibility.
8
+ - cdaa525bfa: Added support for the `template` Markdown setting to specify page templates with glob patterns.
9
+ - 369752b7a6: Added `renderForLlms` to custom Markdoc tag schemas to control output for LLMs.
10
+ - e718f5e702: Updated styles for the `cards` Markdoc tag.
11
+ - 5d34ebf32e: Added `Implemented by` section to interface types in `graphql-docs`.
12
+ - 508d0a99e9: Added support for default values in `redocly.yaml` environment variable references.
13
+ The default value is used only when the environment variable is not set.
14
+
15
+ ### Patch Changes
16
+
17
+ - 9128ceb60a: Fixed an issue where links inside schema descriptions rendered by the `json-schema` Markdoc tag did not include the project path prefix.
18
+ - fb00f8a128: Fixed an issue where schema fields inside `oneOf`, `anyOf`, or behind a `discriminator` weren't rendering in `llms.txt` API description pages.
19
+ - 44a5150d88: Fixed a bug that hid the `details` tag's focus outline during keyboard navigation.
20
+ - 3745b0efc6: Fixed an issue where the search dialog closed on window resize.
21
+ - feff7549f1: Fixed an issue where front matter errors would falsely appear resolved after edits to Markdown files.
22
+ - c57df6366d: Fixed page navigation buttons stretching excessively on large screens.
23
+ - 98c2a8d099: Fixed scroll synchronization between the editor and the Webview.
24
+ - 6fa900ddef: Fixed an issue where logout did not clear federated identity token cookies.
25
+ - c9c79a6716: Fixed security vulnerabilities `CVE-2026-47675`, `CVE-2026-47676`, `CVE-2026-47673`, `CVE-2026-47674` by upgrading `hono` to version `4.12.23`.
26
+ - 03d74403df: Fixed docs MCP server to flush response headers immediately and send SSE keepalive pings.
27
+ This strategy prevents proxy timeouts (504) during long-running tool calls.
28
+ - 7e8563e8a3: Fixed a bug where Google Analytics recorded duplicate page views for routes with and without trailing slashes.
29
+ - be0e05cb14: Fixed an issue where webhooks remained visible when all endpoints were hidden by `x-rbac` access control.
30
+ - 140606ccd0: Fixed an issue where the link checker incorrectly reported valid authentication links as broken.
31
+ - 25955d8f5d: Fixed an issue where custom Markdoc components were not working in OpenAPI operation `description` fields.
32
+ - 02019b9c71: Updated `styled-components` to version `6.4.2`.
33
+ - 5831ce6677: Updated `@redocly/openapi-core` to version `2.31.6`.
34
+ - d8df7b3ca3: Improved OpenAPI and AsyncAPI page rendering performance for projects with many Markdoc partials.
35
+ - ee9b6a26d8: Improved error handling for API function files that do not export default functions.
36
+ - 7c0530f339: Fixed an issue where failed search requests caused the search dialog to remain stuck on the loading spinner without displaying an error.
37
+ - 4d8d5cd53d: Fixed an issue where embedded Replay (`replay-openapi` Markdoc tag) could crash when using the mock server.
38
+ - 0f296111b7: Fixed an issue where sidebar entries were duplicated when multiple sidebar files existed in a versioned directory.
39
+ - 43168a71e2: Fixed an issue where IP addresses associated with submitted feedback were inaccurate due to proxy or CDN chains.
40
+ - Updated dependencies [44a5150d88]
41
+ - Updated dependencies [3745b0efc6]
42
+ - Updated dependencies [c57df6366d]
43
+ - Updated dependencies [106eaf2baa]
44
+ - Updated dependencies [369752b7a6]
45
+ - Updated dependencies [e718f5e702]
46
+ - Updated dependencies [45d17147cb]
47
+ - Updated dependencies [21803efd07]
48
+ - Updated dependencies [5d34ebf32e]
49
+ - Updated dependencies [082d73f2c3]
50
+ - Updated dependencies [82c2e4be09]
51
+ - Updated dependencies [02019b9c71]
52
+ - Updated dependencies [5831ce6677]
53
+ - Updated dependencies [d8df7b3ca3]
54
+ - Updated dependencies [13b090c01d]
55
+ - Updated dependencies [7c0530f339]
56
+ - Updated dependencies [4d8d5cd53d]
57
+ - @redocly/theme@0.66.0
58
+ - @redocly/realm-asyncapi-sdk@0.12.0
59
+ - @redocly/graphql-docs@1.11.0
60
+ - @redocly/portal-legacy-ui@0.17.0
61
+ - @redocly/asyncapi-docs@1.11.0
62
+ - @redocly/openapi-docs@3.22.0
63
+ - @redocly/portal-plugin-mock-server@0.19.0
64
+
3
65
  ## 0.134.0-next.8
4
66
 
5
67
  ### Patch Changes
@@ -1 +1 @@
1
- import n from"path";import{readFile as d,writeFileSync as h}from"fs";import{logger as f}from"../tools/notifiers/logger.js";import{ensureDir as u}from"./fs.js";const a={},P=async(r,o,e)=>{const t=s(r,e);await a[r],h(u(t),o,{encoding:"utf-8",flush:!0})},g=async(r,o)=>{try{const e=s(r,o),t=new Promise(i=>d(e,"utf-8",(c,l)=>{i(c?void 0:JSON.parse(l))}));return a[r]=t,t.finally(()=>{delete a[r]})}catch(e){f.warnProd(`Failed to read shared data ${r} with error: ${e instanceof Error?e.message:"Unknown error"}`);return}},s=(r,o)=>{if(n.isAbsolute(r))throw new Error(`Invalid shared data id: ${r}`);const e=n.resolve(o,"page-data/shared"),t=n.resolve(e,`${r}.json`);if(n.relative(e,t).startsWith(".."))throw new Error(`Invalid shared data id: ${r}`);return t};export{g as readSharedData,P as writeSharedData};
1
+ import n from"path";import{readFile as c,writeFileSync as l}from"fs";import{getSharedDataUrl as f}from"../../utils/url/get-shared-data-url.js";import{logger as m}from"../tools/notifiers/logger.js";import{ensureDir as p}from"./fs.js";const s={},v=async(e,t,r)=>{const a=d(e,r);await s[a],l(p(a),t,{encoding:"utf-8",flush:!0})},P=async(e,t)=>{try{const r=d(e,t),a=new Promise(o=>c(r,"utf-8",(i,h)=>{o(i?void 0:JSON.parse(h))}));return s[r]=a,a.finally(()=>{delete s[r]})}catch(r){m.warnProd(`Failed to read shared data ${e} with error: ${r instanceof Error?r.message:"Unknown error"}`);return}},d=(e,t)=>{const r=n.join(t,f(e)),a=n.resolve(t,"page-data/shared"),o=n.resolve(t,r);if(n.relative(a,o).startsWith(".."))throw new Error(`Invalid shared data id: ${e}`);return o};export{P as readSharedData,v as writeSharedData};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/realm",
3
- "version": "0.134.0-next.8",
3
+ "version": "0.134.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "bin": {
@@ -91,14 +91,14 @@
91
91
  "xpath": "0.0.34",
92
92
  "yaml-ast-parser": "0.0.43",
93
93
  "zod": "^3.25.76",
94
- "@redocly/asyncapi-docs": "1.11.0-next.6",
94
+ "@redocly/openapi-docs": "3.22.0",
95
+ "@redocly/asyncapi-docs": "1.11.0",
96
+ "@redocly/portal-legacy-ui": "0.17.0",
97
+ "@redocly/portal-plugin-mock-server": "0.19.0",
98
+ "@redocly/graphql-docs": "1.11.0",
95
99
  "@redocly/config": "0.49.0",
96
- "@redocly/graphql-docs": "1.11.0-next.6",
97
- "@redocly/openapi-docs": "3.22.0-next.6",
98
- "@redocly/portal-legacy-ui": "0.17.0-next.1",
99
- "@redocly/portal-plugin-mock-server": "0.19.0-next.6",
100
- "@redocly/realm-asyncapi-sdk": "0.12.0-next.3",
101
- "@redocly/theme": "0.66.0-next.5"
100
+ "@redocly/theme": "0.66.0",
101
+ "@redocly/realm-asyncapi-sdk": "0.12.0"
102
102
  },
103
103
  "peerDependencies": {
104
104
  "react": "^19.2.4",