@redocly/redoc 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 +87 -24
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,68 @@
1
1
  # @redocly/redoc
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
+ - c9c36d6ac3: Fixed curation in Typesense search.
30
+ - 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`.
31
+ - a1bb760b29: Fixed an issue where the tooltips in API docs and Replay might partially render outside the viewport.
32
+ - c768a98d39: Fixed an issue where operation-level `x-rbac` rules removed the OpenAPI definition link from `llms.txt`.
33
+ - ba76c06785: Fixed an issue where MCP auth URLs were displayed after MCP docs had been disabled.
34
+ - 46f103f0c4: Updated `@redocly/openapi-core` to version `2.30.5`.
35
+ - Updated dependencies [e2b2f2e27f]
36
+ - Updated dependencies [76cad3a2f3]
37
+ - Updated dependencies [3367a23fae]
38
+ - Updated dependencies [b5906fb936]
39
+ - Updated dependencies [36c67eafc2]
40
+ - Updated dependencies [f2f525c850]
41
+ - Updated dependencies [49d39a0486]
42
+ - Updated dependencies [f2a18386e5]
43
+ - Updated dependencies [7e407eeb7c]
44
+ - Updated dependencies [fac8607a7b]
45
+ - Updated dependencies [5e5d990eac]
46
+ - Updated dependencies [84838a59f0]
47
+ - Updated dependencies [4d93e20695]
48
+ - Updated dependencies [7e407eeb7c]
49
+ - Updated dependencies [a1bb760b29]
50
+ - Updated dependencies [ab8c509bb9]
51
+ - Updated dependencies [e5a4a33708]
52
+ - Updated dependencies [4a857b489d]
53
+ - Updated dependencies [46f103f0c4]
54
+ - Updated dependencies [59198fb803]
55
+ - Updated dependencies [9f60402b86]
56
+ - Updated dependencies [4002f20f63]
57
+ - Updated dependencies [62ea0748ec]
58
+ - @redocly/theme@0.65.0
59
+ - @redocly/openapi-docs@3.21.0
60
+ - @redocly/asyncapi-docs@1.10.0
61
+ - @redocly/graphql-docs@1.10.0
62
+ - @redocly/realm-asyncapi-sdk@0.11.0
63
+ - @redocly/portal-plugin-mock-server@0.18.0
64
+ - @redocly/portal-legacy-ui@0.16.0
65
+
3
66
  ## 0.133.0-next.6
4
67
 
5
68
  ### Patch Changes
@@ -191,7 +254,7 @@
191
254
  ### Minor Changes
192
255
 
193
256
  - ae3272861b: Added support for `x-badges` in OpenAPI and AsyncAPI parameters and schema properties.
194
- Badges can now be rendered before and after field names.
257
+ Badges can be rendered before and after field names.
195
258
  - ce5a165177: Added support for `or` functions in RBAC conditions within Markdoc content.
196
259
 
197
260
  ### Patch Changes
@@ -383,7 +446,7 @@
383
446
 
384
447
  - 60b9b77bc39: Fixed a bug that caused search result highlighting to break in Flexsearch when the query contained duplicate words.
385
448
  - ae3272861b4: Added support for `x-badges` in OpenAPI and AsyncAPI parameters and schema properties.
386
- Badges can now be rendered before and after field names.
449
+ Badges can be rendered before and after field names.
387
450
  - 87a97521127: Fixed an issue where `partial` Markdoc tags in OpenAPI and AsyncAPI `description` fields did not resolve when path separators differed.
388
451
  - Updated dependencies [4003b73d9ca]
389
452
  - Updated dependencies [ae3272861b4]
@@ -476,14 +539,14 @@
476
539
  - f7b6c52055: Improved appearance and deep linking for the `tabs` Markdoc tag.
477
540
  - d0b99c0768: Fixed URL fragment duplication when opening docs for endpoints with path parameters (e.g. `/foo/{id}/bar`).
478
541
  - 2d305eec36: Fixed the built-in CORS proxy failing with "fetch failed" for certain URLs.
479
- Now the browser's `accept-encoding` header isn't forwarded and the error message surfaces the underlying cause.
542
+ The browser's `accept-encoding` header isn't forwarded and the error message surfaces the underlying cause.
480
543
  - 1eb287db9f: Fixed code sample generation when path parameter examples contain integer values.
481
544
  - 807547ecbd: Improved build memory usage for large projects.
482
545
  - 7276b4e5d6: Fixed an issue in AI Search where clearing the product tag would still include the product in the search request.
483
546
  - a9a1ee0fe1: Fixed an issue where page actions remained visible even though `search` was disabled.
484
547
  - 9b9b43a1b4: Improved the accessibility of AsyncAPI docs.
485
548
  - 1cc1909566: Fixed an issue where optional properties of API operations were inconsistently displayed between API docs and Replay.
486
- The optional properties are now respect the configuration in `redocly.yaml`.
549
+ The optional properties respect the configuration in `redocly.yaml`.
487
550
  - 130c111688: Fixed security vulnerability `CVE-2026-26996` by upgrading `minimatch` to version `10.2.1`.
488
551
  - 7e3400d4a8: Fixed page actions overlapping the navbar.
489
552
  - d264713872: Fixed an issue where `rbac` configuration ignored versioned content folder paths with leading slashes.
@@ -545,7 +608,7 @@
545
608
  ### Patch Changes
546
609
 
547
610
  - 2d305eec36a: Fixed the built-in CORS proxy failing with "fetch failed" for certain URLs.
548
- Now the browser's `accept-encoding` header isn't forwarded and the error message surfaces the underlying cause.
611
+ The browser's `accept-encoding` header isn't forwarded and the error message surfaces the underlying cause.
549
612
 
550
613
  ## 0.131.0-next.13
551
614
 
@@ -575,7 +638,7 @@
575
638
  - 43955ab32fd: Improved the accessibility of OpenAPI and GraphQL docs.
576
639
  - 7276b4e5d63: Fixed an issue in AI Search where clearing the product tag would still include the product in the search request.
577
640
  - 1cc1909566f: Fixed an issue where optional properties of API operations were inconsistently displayed between API docs and Replay.
578
- The optional properties are now displayed or hidden according to configuration in `redocly.yaml`.
641
+ The optional properties are displayed or hidden according to configuration in `redocly.yaml`.
579
642
  - d59b5669cea: Updated `@redocly/openapi-core` to version `2.20.4`.
580
643
  - Updated dependencies [43955ab32fd]
581
644
  - Updated dependencies [7276b4e5d63]
@@ -829,7 +892,7 @@
829
892
 
830
893
  - 85818157d8: Added bundling support for OpenAPI 3.2 `components/mediaTypes` references used in request and response content.
831
894
  - 1ff6da217d: Added support for branch-specific configuration in `redocly.yaml`.
832
- - 12fd642835: Transitioned AI Search to agent mode, now featuring expanded search capabilities and direct integration with the Docs MCP.
895
+ - 12fd642835: Transitioned AI Search to agent mode, featuring expanded search capabilities and direct integration with the Docs MCP.
833
896
  - c585ce5de8: Improved tooltip positioning and performance.
834
897
  - 053051e82f: Added `rbac` support for banners to allow conditional visibility based on user team membership.
835
898
 
@@ -893,7 +956,7 @@
893
956
 
894
957
  ### Minor Changes
895
958
 
896
- - 12fd642835: Transitioned AI Search to agent mode, now featuring expanded search capabilities and direct integration with the Docs MCP.
959
+ - 12fd642835: Transitioned AI Search to agent mode, featuring expanded search capabilities and direct integration with the Docs MCP.
897
960
  - 053051e82f: Added `rbac` support for banners to allow conditional visibility based on user team membership.
898
961
 
899
962
  ### Patch Changes
@@ -3662,7 +3725,7 @@
3662
3725
  ### Minor Changes
3663
3726
 
3664
3727
  - ec9eff8ad9: Added support for partial loading of items included in large OpenAPI descriptions to improve performance.
3665
- Now, if a `tag` has more than 15 operations, the items are loaded quicker.
3728
+ If a `tag` has more than 15 operations, the items are loaded quicker.
3666
3729
  - 86f7780631: Added AI conversations UI with follow up questions.
3667
3730
  Added configurable suggestions to AI search.
3668
3731
 
@@ -3673,11 +3736,11 @@
3673
3736
  - 9e76b1f148: Updated version of the `@markdoc/markdoc` from `0.4.0` to `0.5.1`
3674
3737
  - 03608f2a01: Fixed AI search error handling for Unauthorized and Forbidden errors.
3675
3738
  - a85ddf0b86: Resolved an issue with AI search resource styles being overridden by custom styles for `<Tag>` component.
3676
- - 6b9933d961: Fixed script handling in single page application (SPA) mode. Inline scripts are now executed on navigation.
3739
+ - 6b9933d961: Fixed script handling in single page application (SPA) mode. Inline scripts are executed on navigation.
3677
3740
  - c34c0da390: Fixed an issue where in development mode updates to `redocly.yaml` config were processed much longer than updates to other files.
3678
3741
  - 463b9fb93e: Fixed an issue where the `navigation.nextButton.text` and `navigation.previousButton.text` config properties did not change the text of the navigation buttons.
3679
3742
  - b74163612d: Resolved an issue where active operation items were incorrectly rendered on the server side.
3680
- - 074dc10262: Improved the check for the `Complex` badge in `openapi-docs`. The badge now appears only when the nesting of `allOf` exceeds 5 levels.
3743
+ - 074dc10262: Improved the check for the `Complex` badge in `openapi-docs`. The badge appears only when the nesting of `allOf` exceeds 5 levels.
3681
3744
  - bcb712fe03: Resolved an issue where the discriminator did not update the property type.
3682
3745
  - 328b992074: Resolved an issue where an additional slash was incorrectly added to the URL in code samples when using server variables.
3683
3746
 
@@ -3746,7 +3809,7 @@
3746
3809
  ### Patch Changes
3747
3810
 
3748
3811
  - 99358a34e5: Resolved an issue where switching to a product opened a non-priority page instead of an index page.
3749
- Now, if a product has an index page, it is displayed first.
3812
+ If a product has an index page, it is displayed first.
3750
3813
  - Updated dependencies [bcb712fe03]
3751
3814
  - Updated dependencies [ec9eff8ad9]
3752
3815
  - @redocly/openapi-docs@3.7.0-next.2
@@ -3850,7 +3913,7 @@
3850
3913
  ### Minor Changes
3851
3914
 
3852
3915
  - bc13399880: Enhanced development mode error handling showing compilation errors instead of `Internal Server Error` page.
3853
- CSS errors now display in an a toast message.
3916
+ CSS errors display in an a toast message.
3854
3917
  Pages automatically rebuild after fixing errors without server restart.
3855
3918
 
3856
3919
  ## 0.115.1
@@ -3943,8 +4006,8 @@
3943
4006
  ### Patch Changes
3944
4007
 
3945
4008
  - 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.
3946
- - f08b1cfdd2: Headers are now excluded from page data for anonymous users to prevent potential cache deception attacks.
3947
- - 7a285f0828: Improved AI search dialog: now links opening in new tabs, the search button is always enabled, and the search field label is updated.
4009
+ - f08b1cfdd2: Headers are excluded from page data for anonymous users to prevent potential cache deception attacks.
4010
+ - 7a285f0828: Improved AI search dialog: links open in new tabs, the search button is always enabled, and the search field label is updated.
3948
4011
  - 44110c4c7c: Changed the text color in the total page counter to improve readability in light mode.
3949
4012
  - 698f536b5c: Updated version of the `@redocly/openapi-core` dependency to `1.26.1`.
3950
4013
  - Updated dependencies [44110c4c7c]
@@ -4013,7 +4076,7 @@
4013
4076
  ### Patch Changes
4014
4077
 
4015
4078
  - 5ffc1db4e8: Updated version of the `@redocly/openapi-core` dependency to `1.26.0`.
4016
- - 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.
4079
+ - 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.
4017
4080
  This occurs both for Reunite and local projects.
4018
4081
  - Updated dependencies [5ffc1db4e8]
4019
4082
  - Updated dependencies [b6b91308d6]
@@ -4201,7 +4264,7 @@
4201
4264
 
4202
4265
  ### Patch Changes
4203
4266
 
4204
- - ae03d1fc71: Improved the `output` property for `apis` configuration. The property now works as a reference from `openapi` Markdoc tags.
4267
+ - ae03d1fc71: Improved the `output` property for `apis` configuration. The property works as a reference from `openapi` Markdoc tags.
4205
4268
  - 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.
4206
4269
  - Updated dependencies [9574a87b33]
4207
4270
  - Updated dependencies [47065856c6]
@@ -4391,7 +4454,7 @@
4391
4454
 
4392
4455
  ### Patch Changes
4393
4456
 
4394
- - 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.
4457
+ - 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.
4395
4458
 
4396
4459
  ## 0.104.3
4397
4460
 
@@ -4720,8 +4783,8 @@
4720
4783
 
4721
4784
  ### Minor Changes
4722
4785
 
4723
- - 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.
4724
- - 7e71bf855b: Deprecated the `theme` property of `redocly.yaml` config. All of the configuration properties under `theme` now reside in the root of the config.
4786
+ - 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.
4787
+ - 7e71bf855b: Deprecated the `theme` property of `redocly.yaml` config. All of the configuration properties under `theme` reside in the root of the config.
4725
4788
 
4726
4789
  ### Patch Changes
4727
4790
 
@@ -4814,13 +4877,13 @@
4814
4877
 
4815
4878
  ### Patch Changes
4816
4879
 
4817
- - ed391e8607: Resolved an issue with audience verification. Users without access permissions to the project are now redirected to the sign up page.
4880
+ - ed391e8607: Resolved an issue with audience verification. Users without access permissions to the project are redirected to the sign up page.
4818
4881
 
4819
4882
  ## 0.92.2
4820
4883
 
4821
4884
  ### Patch Changes
4822
4885
 
4823
- - 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.
4886
+ - 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.
4824
4887
  - Updated dependencies [ac665b40f7]
4825
4888
  - Updated dependencies [a0e2645687]
4826
4889
  - Updated dependencies [c848158ee4]
@@ -4838,7 +4901,7 @@
4838
4901
 
4839
4902
  ### Minor Changes
4840
4903
 
4841
- - 2ad34ae141: **IMPORTANT**: Markdoc errors will now fail a production build.\
4904
+ - 2ad34ae141: **IMPORTANT**: Markdoc errors fail production builds.\
4842
4905
  To make Realm ignore Markdoc errors during production builds, set the `reunite.ignoreMarkdocErrors` property in `redocly.yaml` to `true`.
4843
4906
 
4844
4907
  ### Patch Changes
@@ -5009,7 +5072,7 @@
5009
5072
  ### Patch Changes
5010
5073
 
5011
5074
  - 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.
5012
- Now the navbar groups and separators are displayed only for the corresponding version chosen in the version picker.
5075
+ The navbar groups and separators are displayed only for the corresponding version chosen in the version picker.
5013
5076
 
5014
5077
  ## 0.88.2
5015
5078
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/redoc",
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",
93
+ "@redocly/graphql-docs": "1.10.0",
94
94
  "@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"
95
+ "@redocly/portal-legacy-ui": "0.16.0",
96
+ "@redocly/asyncapi-docs": "1.10.0",
97
+ "@redocly/theme": "0.65.0",
98
+ "@redocly/openapi-docs": "3.21.0",
99
+ "@redocly/portal-plugin-mock-server": "0.18.0",
100
+ "@redocly/realm-asyncapi-sdk": "0.11.0"
101
101
  },
102
102
  "peerDependencies": {
103
103
  "react": "^19.2.4",