@redocly/redoc-reef 0.135.0-next.7 → 0.135.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +59 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,64 @@
1
1
  # @redocly/redoc-reef
2
2
 
3
+ ## 0.135.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 76189db569: Added `GraphQL` support to Docs MCP server.
8
+ - d88f0270a1: Adds validation and logging for mutually exclusive `access.idps` and `access.sso` in `redocly.yaml`.
9
+ - 736405a589: Added `title` attribute to the `json-schema` Markdoc tag to display a heading above the rendered schema.
10
+ - ed259391ab: Updated the `img` Markdoc tag with `framed`, `caption`, and `images` properties.
11
+ - a614929940: Added annotations to the MCP tools.
12
+ - 8358282927: Added support for the `openapi-code-sample` and `openapi-response-sample` Markdoc tags in `llms.txt`.
13
+ - 914428551a: Added a setup instructions page which is displayed when users open the Docs MCP server URL `/mcp` in a browser.
14
+
15
+ ### Patch Changes
16
+
17
+ - d3d0786f4b: Fixed an issue where the Docs MCP server `search` tool returned results from all locales.
18
+ After the fix, search results are filtered by the requested locale, defaulting to the project's default locale.
19
+ - b93a2a6166: Fixed an issue where the login button did not return users to their previous page after signing in.
20
+ - 08dea43493: Fixed scroll synchronization between the Webview and editor: dragging the Webview scrollbar scrolls the editor, and mouse-wheel scrolling maintains alignment.
21
+ - 612676ed50: Fixed an issue where setting an empty string in `openapi.corsProxyUrl` did not disable the CORS proxy server.
22
+ - 63244207e9: Fixed an issue where search results prioritized matches in page text over matches in page titles.
23
+ - 054f8d0400: Fixed issues in the breadcrumbs dropdown component where the chevron icon did not change and a focus outline was added on click.
24
+ - 413e45fabe: Fixed an issue where the selected version persisted across versioned content sets instead of resetting to each set's default version.
25
+ - ed64b3849b: Fixed an issue where italic or bold text inside headings was excluded from generated anchor links.
26
+ - f07927efd7: Fixed an issue where Markdown output for `llms.txt` was missing blank lines after Markdoc tags.
27
+ - 735eee33a0: Fixed an issue where MCP page actions were hidden on pages for which `llms.txt` files weren't generated.
28
+ - 09ad3982eb: Updated `@redocly/openapi-core` to version `2.37.0`.
29
+ - 2115596347: Fixed layout shift in the sidebar that happened when users selected a sidebar item.
30
+ - 4267dc2f1e: Fixed an issue where the Markdoc `tabs` tag crashed if it contained content without a `label` attribute.
31
+ - e811ac08af: Fixed an issue where API functions could stop working and return errors after a function had been edited, added, or renamed during preview.
32
+ Changes are picked up automatically.
33
+ A full restart of Webview is no longer required.
34
+ - f52a2b04b5: Fixed an issue where the deprecated badge didn't appear in search dialog results for the Typesense search engine.
35
+ - c202a2acd4: Improved HTTP caching for public and private pages.
36
+ - ead3c5da07: Fixed an issue where search results were incorrectly scoped to the selected product, version, or filter.
37
+ This issue occurred when names of products, versions or filters included the same word, for example: `Version` and `Version 2`.
38
+ - Updated dependencies [359a05ad5d]
39
+ - Updated dependencies [46970189d8]
40
+ - Updated dependencies [5f5fcd52f7]
41
+ - Updated dependencies [63244207e9]
42
+ - Updated dependencies [054f8d0400]
43
+ - Updated dependencies [9df2991666]
44
+ - Updated dependencies [735eee33a0]
45
+ - Updated dependencies [09ad3982eb]
46
+ - Updated dependencies [4800c0c1f2]
47
+ - Updated dependencies [2115596347]
48
+ - Updated dependencies [4267dc2f1e]
49
+ - Updated dependencies [ed259391ab]
50
+ - Updated dependencies [2d154630f3]
51
+ - Updated dependencies [8358282927]
52
+ - Updated dependencies [914428551a]
53
+ - Updated dependencies [33b827ed76]
54
+ - @redocly/realm-asyncapi-sdk@0.13.0
55
+ - @redocly/theme@0.67.0
56
+ - @redocly/openapi-docs@3.23.0
57
+ - @redocly/portal-plugin-mock-server@0.20.0
58
+ - @redocly/asyncapi-docs@1.12.0
59
+ - @redocly/graphql-docs@1.12.0
60
+ - @redocly/portal-legacy-ui@0.18.0
61
+
3
62
  ## 0.135.0-next.7
4
63
 
5
64
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/redoc-reef",
3
- "version": "0.135.0-next.7",
3
+ "version": "0.135.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "bin": {
@@ -93,14 +93,14 @@
93
93
  "xpath": "0.0.34",
94
94
  "yaml-ast-parser": "0.0.43",
95
95
  "zod": "^3.25.76",
96
- "@redocly/asyncapi-docs": "1.12.0-next.7",
96
+ "@redocly/graphql-docs": "1.12.0",
97
+ "@redocly/openapi-docs": "3.23.0",
98
+ "@redocly/portal-plugin-mock-server": "0.20.0",
99
+ "@redocly/realm-asyncapi-sdk": "0.13.0",
100
+ "@redocly/theme": "0.67.0",
97
101
  "@redocly/config": "0.50.1",
98
- "@redocly/graphql-docs": "1.12.0-next.7",
99
- "@redocly/openapi-docs": "3.23.0-next.7",
100
- "@redocly/portal-legacy-ui": "0.18.0-next.0",
101
- "@redocly/portal-plugin-mock-server": "0.20.0-next.7",
102
- "@redocly/realm-asyncapi-sdk": "0.13.0-next.4",
103
- "@redocly/theme": "0.67.0-next.6"
102
+ "@redocly/portal-legacy-ui": "0.18.0",
103
+ "@redocly/asyncapi-docs": "1.12.0"
104
104
  },
105
105
  "peerDependencies": {
106
106
  "react": "^19.2.4",