@redocly/redoc-reef 0.133.0-next.6 → 0.133.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 +91 -26
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,70 @@
1
1
  # @redocly/redoc-reef
2
2
 
3
+ ## 0.133.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 0f097a8536: Added multi-version API support for Docs MCP tools.
8
+ - e2b2f2e27f: Improved visibility and accessibility of Markdown links by adding an underline.
9
+ - 76cad3a2f3: Updated styles for page navigation buttons.
10
+ - b5906fb936: Updated the icon displayed alongside hyperlinks in the project.
11
+ - 0858f54ae5: Added Client ID Metadata Document (CIMD) support to the MCP OAuth flow.
12
+ - f2f525c850: Added support for callback URLs in `developerOnboarding`.
13
+ - 7e407eeb7c: Added `hreflang` alternate links for translated pages.
14
+ - 7e407eeb7c: Improved language picker accessibility by converting menu options to links.
15
+
16
+ ### Patch Changes
17
+
18
+ - e271a42c40: Prevented search engines from indexing Markdown pages generated by the `llms.txt` feature.
19
+ - ba76c06785: Fixed unauthenticated callback execution in the MCP docs server.
20
+ - 3367a23fae: Fixed an issue in OpenAPI docs route resolution where lines not tied to an operation generated incorrect URLs by duplicating the base slug.
21
+ - e13c79eb30: Fixed an issue where searching in projects without searchable content caused a server error.
22
+ - 36c67eafc2: Fixed rendering of non-Latin characters by enforcing UTF-8 encoding.
23
+ - f7725b9cc7: Fixed an issue where login and logout redirects caused 404 and URI mismatch errors in projects with path prefix.
24
+ - eeb767e9b4: Fixed an issue where preview login redirects failed when the branch hostname contained double hyphens.
25
+ - fac8607a7b: Fixed an issue where closing the search dialog modal locked page scrolling.
26
+ - 7cd2d9f19e: Fixed an issue in Realm Markdown image handling where inline `data:` image URLs were incorrectly treated as broken local routes.
27
+ - 84838a59f0: Excluded buttons and links from heading content to improve accessibility.
28
+ - 4d93e20695: Fixed an issue where MCP connect actions were hidden for OpenAPI pages excluded from search (`openapi.excludeFromSearch`).
29
+ - 86ded9afea: Fixed API function responses with status `204` to prevent errors when calling JSON or text helpers.
30
+ - c9c36d6ac3: Fixed curation in Typesense search.
31
+ - 7447d30745: Fixed security vulnerabilities `CVE-2026-44455`, `CVE-2026-44456`, `CVE-2026-44457`, `CVE-2026-44458` and `CVE-2026-44459` by upgrading `hono` to version `4.12.18`.
32
+ - a1bb760b29: Fixed an issue where the tooltips in API docs and Replay might partially render outside the viewport.
33
+ - c768a98d39: Fixed an issue where operation-level `x-rbac` rules removed the OpenAPI definition link from `llms.txt`.
34
+ - d3c1f3870c: Fixed an issue where API functions failed to hot-reload after files were added in Reunite's Webview or local preview.
35
+ - ba76c06785: Fixed an issue where MCP auth URLs were displayed after MCP docs had been disabled.
36
+ - 46f103f0c4: Updated `@redocly/openapi-core` to version `2.30.5`.
37
+ - Updated dependencies [e2b2f2e27f]
38
+ - Updated dependencies [76cad3a2f3]
39
+ - Updated dependencies [3367a23fae]
40
+ - Updated dependencies [b5906fb936]
41
+ - Updated dependencies [36c67eafc2]
42
+ - Updated dependencies [f2f525c850]
43
+ - Updated dependencies [49d39a0486]
44
+ - Updated dependencies [f2a18386e5]
45
+ - Updated dependencies [7e407eeb7c]
46
+ - Updated dependencies [fac8607a7b]
47
+ - Updated dependencies [5e5d990eac]
48
+ - Updated dependencies [84838a59f0]
49
+ - Updated dependencies [4d93e20695]
50
+ - Updated dependencies [7e407eeb7c]
51
+ - Updated dependencies [a1bb760b29]
52
+ - Updated dependencies [ab8c509bb9]
53
+ - Updated dependencies [e5a4a33708]
54
+ - Updated dependencies [4a857b489d]
55
+ - Updated dependencies [46f103f0c4]
56
+ - Updated dependencies [59198fb803]
57
+ - Updated dependencies [9f60402b86]
58
+ - Updated dependencies [4002f20f63]
59
+ - Updated dependencies [62ea0748ec]
60
+ - @redocly/theme@0.65.0
61
+ - @redocly/openapi-docs@3.21.0
62
+ - @redocly/asyncapi-docs@1.10.0
63
+ - @redocly/graphql-docs@1.10.0
64
+ - @redocly/realm-asyncapi-sdk@0.11.0
65
+ - @redocly/portal-plugin-mock-server@0.18.0
66
+ - @redocly/portal-legacy-ui@0.16.0
67
+
3
68
  ## 0.133.0-next.6
4
69
 
5
70
  ### Patch Changes
@@ -196,7 +261,7 @@
196
261
  - e88064ce2d: Added support for Excalidraw and PlantUML diagrams.
197
262
  Improved dark mode for Mermaid diagrams.
198
263
  - ae3272861b: Added support for `x-badges` in OpenAPI and AsyncAPI parameters and schema properties.
199
- Badges can now be rendered before and after field names.
264
+ Badges can be rendered before and after field names.
200
265
  - ce5a165177: Added support for `or` functions in RBAC conditions within Markdoc content.
201
266
 
202
267
  ### Patch Changes
@@ -406,7 +471,7 @@
406
471
  - 6561be12489: Fixed an issue where the "Last updated" date displayed incorrect values on project pages.
407
472
  - 60b9b77bc39: Fixed a bug that caused search result highlighting to break in Flexsearch when the query contained duplicate words.
408
473
  - ae3272861b4: Added support for `x-badges` in OpenAPI and AsyncAPI parameters and schema properties.
409
- Badges can now be rendered before and after field names.
474
+ Badges can be rendered before and after field names.
410
475
  - 87a97521127: Fixed an issue where `partial` Markdoc tags in OpenAPI and AsyncAPI `description` fields did not resolve when path separators differed.
411
476
  - Updated dependencies [4003b73d9ca]
412
477
  - Updated dependencies [ae3272861b4]
@@ -501,14 +566,14 @@
501
566
  - f7b6c52055: Improved appearance and deep linking for the `tabs` Markdoc tag.
502
567
  - d0b99c0768: Fixed URL fragment duplication when opening docs for endpoints with path parameters (e.g. `/foo/{id}/bar`).
503
568
  - 2d305eec36: Fixed the built-in CORS proxy failing with "fetch failed" for certain URLs.
504
- Now the browser's `accept-encoding` header isn't forwarded and the error message surfaces the underlying cause.
569
+ The browser's `accept-encoding` header isn't forwarded and the error message surfaces the underlying cause.
505
570
  - 1eb287db9f: Fixed code sample generation when path parameter examples contain integer values.
506
571
  - 807547ecbd: Improved build memory usage for large projects.
507
572
  - 7276b4e5d6: Fixed an issue in AI Search where clearing the product tag would still include the product in the search request.
508
573
  - a9a1ee0fe1: Fixed an issue where page actions remained visible even though `search` was disabled.
509
574
  - 9b9b43a1b4: Improved the accessibility of AsyncAPI docs.
510
575
  - 1cc1909566: Fixed an issue where optional properties of API operations were inconsistently displayed between API docs and Replay.
511
- The optional properties are now respect the configuration in `redocly.yaml`.
576
+ The optional properties respect the configuration in `redocly.yaml`.
512
577
  - 130c111688: Fixed security vulnerability `CVE-2026-26996` by upgrading `minimatch` to version `10.2.1`.
513
578
  - 7e3400d4a8: Fixed page actions overlapping the navbar.
514
579
  - d264713872: Fixed an issue where `rbac` configuration ignored versioned content folder paths with leading slashes.
@@ -572,7 +637,7 @@
572
637
  ### Patch Changes
573
638
 
574
639
  - 2d305eec36a: Fixed the built-in CORS proxy failing with "fetch failed" for certain URLs.
575
- Now the browser's `accept-encoding` header isn't forwarded and the error message surfaces the underlying cause.
640
+ The browser's `accept-encoding` header isn't forwarded and the error message surfaces the underlying cause.
576
641
 
577
642
  ## 0.131.0-next.13
578
643
 
@@ -602,7 +667,7 @@
602
667
  - 43955ab32fd: Improved the accessibility of OpenAPI and GraphQL docs.
603
668
  - 7276b4e5d63: Fixed an issue in AI Search where clearing the product tag would still include the product in the search request.
604
669
  - 1cc1909566f: Fixed an issue where optional properties of API operations were inconsistently displayed between API docs and Replay.
605
- The optional properties are now displayed or hidden according to configuration in `redocly.yaml`.
670
+ The optional properties are displayed or hidden according to configuration in `redocly.yaml`.
606
671
  - d59b5669cea: Updated `@redocly/openapi-core` to version `2.20.4`.
607
672
  - Updated dependencies [43955ab32fd]
608
673
  - Updated dependencies [7276b4e5d63]
@@ -859,7 +924,7 @@
859
924
  - ac12b3523a: Added an interactive lightbox viewer for Mermaid diagrams with zoom, pan, and keyboard navigation.
860
925
  - 85818157d8: Added bundling support for OpenAPI 3.2 `components/mediaTypes` references used in request and response content.
861
926
  - 1ff6da217d: Added support for branch-specific configuration in `redocly.yaml`.
862
- - 12fd642835: Transitioned AI Search to agent mode, now featuring expanded search capabilities and direct integration with the Docs MCP.
927
+ - 12fd642835: Transitioned AI Search to agent mode, featuring expanded search capabilities and direct integration with the Docs MCP.
863
928
  - ec292cdaaa: Made the **403 Forbidden** error page layout ejectable and improved its styling.
864
929
  - f117f86b3b: Added `login-button` Markdoc tag to render a login button on project pages.
865
930
  - 053051e82f: Added `rbac` support for banners to allow conditional visibility based on user team membership.
@@ -926,7 +991,7 @@
926
991
 
927
992
  ### Minor Changes
928
993
 
929
- - 12fd642835: Transitioned AI Search to agent mode, now featuring expanded search capabilities and direct integration with the Docs MCP.
994
+ - 12fd642835: Transitioned AI Search to agent mode, featuring expanded search capabilities and direct integration with the Docs MCP.
930
995
  - 053051e82f: Added `rbac` support for banners to allow conditional visibility based on user team membership.
931
996
 
932
997
  ### Patch Changes
@@ -3849,7 +3914,7 @@
3849
3914
  ### Minor Changes
3850
3915
 
3851
3916
  - ec9eff8ad9: Added support for partial loading of items included in large OpenAPI descriptions to improve performance.
3852
- Now, if a `tag` has more than 15 operations, the items are loaded quicker.
3917
+ If a `tag` has more than 15 operations, the items are loaded quicker.
3853
3918
  - 86f7780631: Added AI conversations UI with follow up questions.
3854
3919
  Added configurable suggestions to AI search.
3855
3920
 
@@ -3862,12 +3927,12 @@
3862
3927
  - 34a049d3d0: Fixed an issue where Markdown pages with `frontmatter.slug` directed users to a 404 error page when selected in a different language locale.
3863
3928
  - 03608f2a01: Fixed AI search error handling for Unauthorized and Forbidden errors.
3864
3929
  - a85ddf0b86: Resolved an issue with AI search resource styles being overridden by custom styles for `<Tag>` component.
3865
- - 6b9933d961: Fixed script handling in single page application (SPA) mode. Inline scripts are now executed on navigation.
3930
+ - 6b9933d961: Fixed script handling in single page application (SPA) mode. Inline scripts are executed on navigation.
3866
3931
  - c34c0da390: Fixed an issue where in development mode updates to `redocly.yaml` config were processed much longer than updates to other files.
3867
3932
  - 463b9fb93e: Fixed an issue where the `navigation.nextButton.text` and `navigation.previousButton.text` config properties did not change the text of the navigation buttons.
3868
3933
  - 7e80929731: Fixed an issue where the SEO `meta` tags were not updated during navigation between pages.
3869
3934
  - b74163612d: Resolved an issue where active operation items were incorrectly rendered on the server side.
3870
- - 074dc10262: Improved the check for the `Complex` badge in `openapi-docs`. The badge now appears only when the nesting of `allOf` exceeds 5 levels.
3935
+ - 074dc10262: Improved the check for the `Complex` badge in `openapi-docs`. The badge appears only when the nesting of `allOf` exceeds 5 levels.
3871
3936
  - bcb712fe03: Resolved an issue where the discriminator did not update the property type.
3872
3937
  - 328b992074: Resolved an issue where an additional slash was incorrectly added to the URL in code samples when using server variables.
3873
3938
 
@@ -3938,8 +4003,8 @@
3938
4003
  ### Patch Changes
3939
4004
 
3940
4005
  - 99358a34e5: Resolved an issue where switching to a product opened a non-priority page instead of an index page.
3941
- Now, if a product has an index page, it is displayed first.
3942
- - 6b9933d961: Fixed script handling in single page application (SPA) mode. Inline scripts are now executed on navigation.
4006
+ If a product has an index page, it is displayed first.
4007
+ - 6b9933d961: Fixed script handling in single page application (SPA) mode. Inline scripts are executed on navigation.
3943
4008
  - Updated dependencies [bcb712fe03]
3944
4009
  - Updated dependencies [ec9eff8ad9]
3945
4010
  - @redocly/openapi-docs@3.7.0-next.2
@@ -4043,7 +4108,7 @@
4043
4108
  ### Minor Changes
4044
4109
 
4045
4110
  - bc13399880: Enhanced development mode error handling showing compilation errors instead of `Internal Server Error` page.
4046
- CSS errors now display in an a toast message.
4111
+ CSS errors display in an a toast message.
4047
4112
  Pages automatically rebuild after fixing errors without server restart.
4048
4113
 
4049
4114
  ## 0.115.1
@@ -4142,8 +4207,8 @@
4142
4207
  ### Patch Changes
4143
4208
 
4144
4209
  - a058d3103e: Improved the OpenAPI definition bundling error message by including the path to the file, making it easier to identify the location of the error.
4145
- - f08b1cfdd2: Headers are now excluded from page data for anonymous users to prevent potential cache deception attacks.
4146
- - 7a285f0828: Improved AI search dialog: now links opening in new tabs, the search button is always enabled, and the search field label is updated.
4210
+ - f08b1cfdd2: Headers are excluded from page data for anonymous users to prevent potential cache deception attacks.
4211
+ - 7a285f0828: Improved AI search dialog: links opening in new tabs, the search button is always enabled, and the search field label is updated.
4147
4212
  - 44110c4c7c: Changed the text color in the total page counter to improve readability in light mode.
4148
4213
  - 698f536b5c: Updated version of the `@redocly/openapi-core` dependency to `1.26.1`.
4149
4214
  - Updated dependencies [44110c4c7c]
@@ -4214,7 +4279,7 @@
4214
4279
  ### Patch Changes
4215
4280
 
4216
4281
  - 5ffc1db4e8: Updated version of the `@redocly/openapi-core` dependency to `1.26.0`.
4217
- - 001406d157: Improved error handling in the project: project pages that display an error message are now automatically refreshed after the user resolves the error in the editor.
4282
+ - 001406d157: Improved error handling in the project: project pages that display an error message are automatically refreshed after the user resolves the error in the editor.
4218
4283
  This occurs both for Reunite and local projects.
4219
4284
  - Updated dependencies [5ffc1db4e8]
4220
4285
  - Updated dependencies [b6b91308d6]
@@ -4407,7 +4472,7 @@
4407
4472
 
4408
4473
  ### Patch Changes
4409
4474
 
4410
- - ae03d1fc71: Improved the `output` property for `apis` configuration. The property now works as a reference from `openapi` Markdoc tags.
4475
+ - ae03d1fc71: Improved the `output` property for `apis` configuration. The property works as a reference from `openapi` Markdoc tags.
4411
4476
  - be7d2e6286: Fixed an issue where if you set `REDOCLY_PREFIX_PATHS` in the environment variables for a project, the Reunite Webview would stop updating based on the page selected in the editor.
4412
4477
  - Updated dependencies [9574a87b33]
4413
4478
  - Updated dependencies [47065856c6]
@@ -4601,7 +4666,7 @@
4601
4666
 
4602
4667
  ### Patch Changes
4603
4668
 
4604
- - 5e5916b415: Resolved an issue that caused the page to crash when using the OpenAPI Code Sample Markdoc tags if the `descriptionFile` value was an incorrect path. Now if the path is invalid, users are presented with an error directing them to correct it.
4669
+ - 5e5916b415: Resolved an issue that caused the page to crash when using the OpenAPI Code Sample Markdoc tags if the `descriptionFile` value was an incorrect path. If the path is invalid, users are presented with an error directing them to correct it.
4605
4670
 
4606
4671
  ## 0.104.3
4607
4672
 
@@ -4933,8 +4998,8 @@
4933
4998
 
4934
4999
  ### Minor Changes
4935
5000
 
4936
- - 176b280257: Deprecated the `theme.imports` property. Themes and plugins must now be enabled through the `plugins` configuration property. Using the `theme.imports` does not fail the build for now, but produces warnings in the build log.
4937
- - 7e71bf855b: Deprecated the `theme` property of `redocly.yaml` config. All of the configuration properties under `theme` now reside in the root of the config.
5001
+ - 176b280257: Deprecated the `theme.imports` property. Themes and plugins must be enabled through the `plugins` configuration property. Using the `theme.imports` does not fail the build, but produces warnings in the build log.
5002
+ - 7e71bf855b: Deprecated the `theme` property of `redocly.yaml` config. All of the configuration properties under `theme` reside in the root of the config.
4938
5003
 
4939
5004
  ### Patch Changes
4940
5005
 
@@ -5027,13 +5092,13 @@
5027
5092
 
5028
5093
  ### Patch Changes
5029
5094
 
5030
- - ed391e8607: Resolved an issue with audience verification. Users without access permissions to the project are now redirected to the sign up page.
5095
+ - ed391e8607: Resolved an issue with audience verification. Users without access permissions to the project are redirected to the sign up page.
5031
5096
 
5032
5097
  ## 0.92.2
5033
5098
 
5034
5099
  ### Patch Changes
5035
5100
 
5036
- - 8b3aa69af2: Each error in the `redocly.yaml` file is now reported separately. Previously, all validation errors from `redocly.yaml` were bundled and reported as one error.
5101
+ - 8b3aa69af2: Each error in the `redocly.yaml` file is reported separately. Previously, all validation errors from `redocly.yaml` were bundled and reported as one error.
5037
5102
  - Updated dependencies [ac665b40f7]
5038
5103
  - Updated dependencies [a0e2645687]
5039
5104
  - Updated dependencies [c848158ee4]
@@ -5051,7 +5116,7 @@
5051
5116
 
5052
5117
  ### Minor Changes
5053
5118
 
5054
- - 2ad34ae141: **IMPORTANT**: Markdoc errors will now fail a production build.\
5119
+ - 2ad34ae141: **IMPORTANT**: Markdoc errors fail production builds.\
5055
5120
  To make Realm ignore Markdoc errors during production builds, set the `reunite.ignoreMarkdocErrors` property in `redocly.yaml` to `true`.
5056
5121
 
5057
5122
  ### Patch Changes
@@ -5169,7 +5234,7 @@
5169
5234
 
5170
5235
  - 0fdd7f22f9: Changed the order of moods in the mood feedback type to "from negative to positive".
5171
5236
  - 67100a3e83: fix(project): Adjusted cache headers to prevent browser caching to ensure users always receive the latest version of the content.
5172
- - fde6bd8184: Improved the default behavior for versioned items in sidebars. When items from different versioned folders are available, the sidebar now prefers and displays items with the same version as the currently active page.
5237
+ - fde6bd8184: Improved the default behavior for versioned items in sidebars. When items from different versioned folders are available, the sidebar prefers and displays items with the same version as the currently active page.
5173
5238
  - Updated dependencies [0fdd7f22f9]
5174
5239
  - Updated dependencies [1b6abdc7af]
5175
5240
  - @redocly/theme@0.38.2
@@ -5225,7 +5290,7 @@
5225
5290
  ### Patch Changes
5226
5291
 
5227
5292
  - e50e90b554: Fixed an issue when versioned content had a separate sidebars.yaml defined for each version, the navbar groups and separators were displayed for all versions of the content.
5228
- Now the navbar groups and separators are displayed only for the corresponding version chosen in the version picker.
5293
+ The navbar groups and separators are displayed only for the corresponding version chosen in the version picker.
5229
5294
 
5230
5295
  ## 0.88.2
5231
5296
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/redoc-reef",
3
- "version": "0.133.0-next.6",
3
+ "version": "0.133.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "bin": {
@@ -90,14 +90,14 @@
90
90
  "xpath": "0.0.34",
91
91
  "yaml-ast-parser": "0.0.43",
92
92
  "zod": "^3.25.76",
93
- "@redocly/asyncapi-docs": "1.10.0-next.6",
94
93
  "@redocly/config": "0.48.1",
95
- "@redocly/graphql-docs": "1.10.0-next.6",
96
- "@redocly/openapi-docs": "3.21.0-next.6",
97
- "@redocly/portal-legacy-ui": "0.16.0-next.0",
98
- "@redocly/portal-plugin-mock-server": "0.18.0-next.6",
99
- "@redocly/realm-asyncapi-sdk": "0.11.0-next.4",
100
- "@redocly/theme": "0.65.0-next.5"
94
+ "@redocly/graphql-docs": "1.10.0",
95
+ "@redocly/portal-plugin-mock-server": "0.18.0",
96
+ "@redocly/portal-legacy-ui": "0.16.0",
97
+ "@redocly/openapi-docs": "3.21.0",
98
+ "@redocly/asyncapi-docs": "1.10.0",
99
+ "@redocly/realm-asyncapi-sdk": "0.11.0",
100
+ "@redocly/theme": "0.65.0"
101
101
  },
102
102
  "peerDependencies": {
103
103
  "react": "^19.2.4",