@redocly/revel-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.
- package/CHANGELOG.md +88 -24
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,69 @@
|
|
|
1
1
|
# @redocly/revel-reef
|
|
2
2
|
|
|
3
|
+
## 0.133.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 0f097a8536: Added multi-version API support for Docs MCP tools.
|
|
8
|
+
- 76cad3a2f3: Updated styles for page navigation buttons.
|
|
9
|
+
- b5906fb936: Updated the icon displayed alongside hyperlinks in the project.
|
|
10
|
+
- 0858f54ae5: Added Client ID Metadata Document (CIMD) support to the MCP OAuth flow.
|
|
11
|
+
- f2f525c850: Added support for callback URLs in `developerOnboarding`.
|
|
12
|
+
- 7e407eeb7c: Added `hreflang` alternate links for translated pages.
|
|
13
|
+
- 7e407eeb7c: Improved language picker accessibility by converting menu options to links.
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- e271a42c40: Prevented search engines from indexing Markdown pages generated by the `llms.txt` feature.
|
|
18
|
+
- ba76c06785: Fixed unauthenticated callback execution in the MCP docs server.
|
|
19
|
+
- 3367a23fae: Fixed an issue in OpenAPI docs route resolution where lines not tied to an operation generated incorrect URLs by duplicating the base slug.
|
|
20
|
+
- e13c79eb30: Fixed an issue where searching in projects without searchable content caused a server error.
|
|
21
|
+
- 36c67eafc2: Fixed rendering of non-Latin characters by enforcing UTF-8 encoding.
|
|
22
|
+
- f7725b9cc7: Fixed an issue where login and logout redirects caused 404 and URI mismatch errors in projects with path prefix.
|
|
23
|
+
- eeb767e9b4: Fixed an issue where preview login redirects failed when the branch hostname contained double hyphens.
|
|
24
|
+
- 49d39a0486: Fixed 404 error when opening login from locale-prefixed URLs.
|
|
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
|
+
- 86ded9afea: Fixed API function responses with status `204` to prevent errors when calling JSON or text helpers.
|
|
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
|
+
- d3c1f3870c: Fixed an issue where API functions failed to hot-reload after files were added in Reunite's Webview or local preview.
|
|
32
|
+
- ba76c06785: Fixed an issue where MCP auth URLs were displayed after MCP docs had been disabled.
|
|
33
|
+
- 46f103f0c4: Updated `@redocly/openapi-core` to version `2.30.5`.
|
|
34
|
+
- 9f60402b86: Fixed an issue where navigating on a code walkthrough page prevented automatic scrolling to the active step.
|
|
35
|
+
- 49d39a0486: Fixed an issue where the login page didn't respect language preferences selected by the user.
|
|
36
|
+
- Updated dependencies [e2b2f2e27f]
|
|
37
|
+
- Updated dependencies [76cad3a2f3]
|
|
38
|
+
- Updated dependencies [3367a23fae]
|
|
39
|
+
- Updated dependencies [b5906fb936]
|
|
40
|
+
- Updated dependencies [36c67eafc2]
|
|
41
|
+
- Updated dependencies [f2f525c850]
|
|
42
|
+
- Updated dependencies [49d39a0486]
|
|
43
|
+
- Updated dependencies [f2a18386e5]
|
|
44
|
+
- Updated dependencies [7e407eeb7c]
|
|
45
|
+
- Updated dependencies [fac8607a7b]
|
|
46
|
+
- Updated dependencies [5e5d990eac]
|
|
47
|
+
- Updated dependencies [84838a59f0]
|
|
48
|
+
- Updated dependencies [4d93e20695]
|
|
49
|
+
- Updated dependencies [7e407eeb7c]
|
|
50
|
+
- Updated dependencies [a1bb760b29]
|
|
51
|
+
- Updated dependencies [ab8c509bb9]
|
|
52
|
+
- Updated dependencies [e5a4a33708]
|
|
53
|
+
- Updated dependencies [4a857b489d]
|
|
54
|
+
- Updated dependencies [46f103f0c4]
|
|
55
|
+
- Updated dependencies [59198fb803]
|
|
56
|
+
- Updated dependencies [9f60402b86]
|
|
57
|
+
- Updated dependencies [4002f20f63]
|
|
58
|
+
- Updated dependencies [62ea0748ec]
|
|
59
|
+
- @redocly/theme@0.65.0
|
|
60
|
+
- @redocly/openapi-docs@3.21.0
|
|
61
|
+
- @redocly/asyncapi-docs@1.10.0
|
|
62
|
+
- @redocly/graphql-docs@1.10.0
|
|
63
|
+
- @redocly/realm-asyncapi-sdk@0.11.0
|
|
64
|
+
- @redocly/portal-plugin-mock-server@0.18.0
|
|
65
|
+
- @redocly/portal-legacy-ui@0.16.0
|
|
66
|
+
|
|
3
67
|
## 0.133.0-next.6
|
|
4
68
|
|
|
5
69
|
### Patch Changes
|
|
@@ -193,7 +257,7 @@
|
|
|
193
257
|
- e88064ce2d: Added support for Excalidraw and PlantUML diagrams.
|
|
194
258
|
Improved dark mode for Mermaid diagrams.
|
|
195
259
|
- ae3272861b: Added support for `x-badges` in OpenAPI and AsyncAPI parameters and schema properties.
|
|
196
|
-
Badges can
|
|
260
|
+
Badges can be rendered before and after field names.
|
|
197
261
|
- ce5a165177: Added support for `or` functions in RBAC conditions within Markdoc content.
|
|
198
262
|
|
|
199
263
|
### Patch Changes
|
|
@@ -410,7 +474,7 @@
|
|
|
410
474
|
- 60b9b77bc39: Fixed a bug that caused search result highlighting to break in Flexsearch when the query contained duplicate words.
|
|
411
475
|
- f1edba375c0: Updated translate memoization to depend on the active language, ensuring hooks recompute and translations update on language switch.
|
|
412
476
|
- ae3272861b4: Added support for `x-badges` in OpenAPI and AsyncAPI parameters and schema properties.
|
|
413
|
-
Badges can
|
|
477
|
+
Badges can be rendered before and after field names.
|
|
414
478
|
- 87a97521127: Fixed an issue where `partial` Markdoc tags in OpenAPI and AsyncAPI `description` fields did not resolve when path separators differed.
|
|
415
479
|
- Updated dependencies [4003b73d9ca]
|
|
416
480
|
- Updated dependencies [ae3272861b4]
|
|
@@ -497,7 +561,7 @@
|
|
|
497
561
|
- 466f4ca3ba: Fixed an issue where custom Markdoc heading IDs were not used in search results.
|
|
498
562
|
- f7b6c52055: Improved appearance and deep linking for the `tabs` Markdoc tag.
|
|
499
563
|
- 2d305eec36: Fixed the built-in CORS proxy failing with "fetch failed" for certain URLs.
|
|
500
|
-
|
|
564
|
+
The browser's `accept-encoding` header isn't forwarded and the error message surfaces the underlying cause.
|
|
501
565
|
- 807547ecbd: Improved build memory usage for large projects.
|
|
502
566
|
- 7276b4e5d6: Fixed an issue in AI Search where clearing the product tag would still include the product in the search request.
|
|
503
567
|
- a9a1ee0fe1: Fixed an issue where page actions remained visible even though `search` was disabled.
|
|
@@ -558,7 +622,7 @@
|
|
|
558
622
|
### Patch Changes
|
|
559
623
|
|
|
560
624
|
- 2d305eec36a: Fixed the built-in CORS proxy failing with "fetch failed" for certain URLs.
|
|
561
|
-
|
|
625
|
+
The browser's `accept-encoding` header isn't forwarded and the error message surfaces the underlying cause.
|
|
562
626
|
|
|
563
627
|
## 0.131.0-next.13
|
|
564
628
|
|
|
@@ -828,7 +892,7 @@
|
|
|
828
892
|
|
|
829
893
|
- ac12b3523a: Added an interactive lightbox viewer for Mermaid diagrams with zoom, pan, and keyboard navigation.
|
|
830
894
|
- 1ff6da217d: Added support for branch-specific configuration in `redocly.yaml`.
|
|
831
|
-
- 12fd642835: Transitioned AI Search to agent mode,
|
|
895
|
+
- 12fd642835: Transitioned AI Search to agent mode, featuring expanded search capabilities and direct integration with the Docs MCP.
|
|
832
896
|
- ec292cdaaa: Made the **403 Forbidden** error page layout ejectable and improved its styling.
|
|
833
897
|
- f117f86b3b: Added `login-button` Markdoc tag to render a login button on project pages.
|
|
834
898
|
- 053051e82f: Added `rbac` support for banners to allow conditional visibility based on user team membership.
|
|
@@ -890,7 +954,7 @@
|
|
|
890
954
|
|
|
891
955
|
### Minor Changes
|
|
892
956
|
|
|
893
|
-
- 12fd642835: Transitioned AI Search to agent mode,
|
|
957
|
+
- 12fd642835: Transitioned AI Search to agent mode, featuring expanded search capabilities and direct integration with the Docs MCP.
|
|
894
958
|
- 053051e82f: Added `rbac` support for banners to allow conditional visibility based on user team membership.
|
|
895
959
|
|
|
896
960
|
### Patch Changes
|
|
@@ -3681,13 +3745,13 @@
|
|
|
3681
3745
|
- 470c8696d4: Fixed an issue with links inside Markdown files, where links to OpenAPI documents were not resolved properly.
|
|
3682
3746
|
- 27ac3236e5: Fixed an issue that caused launching with the `redocly preview` command to fail if you installed dependencies using `yarn`.
|
|
3683
3747
|
- 99358a34e5: Resolved an issue where switching to a product opened a non-priority page instead of an index page.
|
|
3684
|
-
|
|
3748
|
+
If a product has an index page, it is displayed first.
|
|
3685
3749
|
- 0cbb078d72: Updated version of the `@redocly/openapi-core` dependency to `1.31.1`.
|
|
3686
3750
|
- 9e76b1f148: Updated version of the `@markdoc/markdoc` from `0.4.0` to `0.5.1`
|
|
3687
3751
|
- 34a049d3d0: Fixed an issue where Markdown pages with `frontmatter.slug` directed users to a 404 error page when selected in a different language locale.
|
|
3688
3752
|
- 03608f2a01: Fixed AI search error handling for Unauthorized and Forbidden errors.
|
|
3689
3753
|
- a85ddf0b86: Resolved an issue with AI search resource styles being overridden by custom styles for `<Tag>` component.
|
|
3690
|
-
- 6b9933d961: Fixed script handling in single page application (SPA) mode. Inline scripts are
|
|
3754
|
+
- 6b9933d961: Fixed script handling in single page application (SPA) mode. Inline scripts are executed on navigation.
|
|
3691
3755
|
- c34c0da390: Fixed an issue where in development mode updates to `redocly.yaml` config were processed much longer than updates to other files.
|
|
3692
3756
|
- 463b9fb93e: Fixed an issue where the `navigation.nextButton.text` and `navigation.previousButton.text` config properties did not change the text of the navigation buttons.
|
|
3693
3757
|
- 7e80929731: Fixed an issue where the SEO `meta` tags were not updated during navigation between pages.
|
|
@@ -3759,9 +3823,9 @@
|
|
|
3759
3823
|
### Patch Changes
|
|
3760
3824
|
|
|
3761
3825
|
- 99358a34e5: Resolved an issue where switching to a product opened a non-priority page instead of an index page.
|
|
3762
|
-
|
|
3826
|
+
If a product has an index page, it is displayed first.
|
|
3763
3827
|
- 34a049d3d0: Fixed an issue where Markdown pages with `frontmatter.slug` directed users to a 404 error page when selected in a different language locale.
|
|
3764
|
-
- 6b9933d961: Fixed script handling in single page application (SPA) mode. Inline scripts are
|
|
3828
|
+
- 6b9933d961: Fixed script handling in single page application (SPA) mode. Inline scripts are executed on navigation.
|
|
3765
3829
|
- Updated dependencies [bcb712fe03]
|
|
3766
3830
|
- Updated dependencies [ec9eff8ad9]
|
|
3767
3831
|
- @redocly/openapi-docs@3.7.0-next.2
|
|
@@ -3860,7 +3924,7 @@
|
|
|
3860
3924
|
### Minor Changes
|
|
3861
3925
|
|
|
3862
3926
|
- bc13399880: Enhanced development mode error handling showing compilation errors instead of `Internal Server Error` page.
|
|
3863
|
-
CSS errors
|
|
3927
|
+
CSS errors display in an a toast message.
|
|
3864
3928
|
Pages automatically rebuild after fixing errors without server restart.
|
|
3865
3929
|
|
|
3866
3930
|
## 0.115.1
|
|
@@ -3957,8 +4021,8 @@
|
|
|
3957
4021
|
|
|
3958
4022
|
### Patch Changes
|
|
3959
4023
|
|
|
3960
|
-
- f08b1cfdd2: Headers are
|
|
3961
|
-
- 7a285f0828: Improved AI search dialog:
|
|
4024
|
+
- f08b1cfdd2: Headers are excluded from page data for anonymous users to prevent potential cache deception attacks.
|
|
4025
|
+
- 7a285f0828: Improved AI search dialog: links opening in new tabs, the search button is always enabled, and the search field label is updated.
|
|
3962
4026
|
- 44110c4c7c: Changed the text color in the total page counter to improve readability in light mode.
|
|
3963
4027
|
- 698f536b5c: Updated version of the `@redocly/openapi-core` dependency to `1.26.1`.
|
|
3964
4028
|
- Updated dependencies [44110c4c7c]
|
|
@@ -4031,7 +4095,7 @@
|
|
|
4031
4095
|
### Patch Changes
|
|
4032
4096
|
|
|
4033
4097
|
- 5ffc1db4e8: Updated version of the `@redocly/openapi-core` dependency to `1.26.0`.
|
|
4034
|
-
- 001406d157: Improved error handling in the project: project pages that display an error message are
|
|
4098
|
+
- 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.
|
|
4035
4099
|
This occurs both for Reunite and local projects.
|
|
4036
4100
|
- Updated dependencies [5ffc1db4e8]
|
|
4037
4101
|
- Updated dependencies [b6b91308d6]
|
|
@@ -4218,7 +4282,7 @@
|
|
|
4218
4282
|
|
|
4219
4283
|
### Patch Changes
|
|
4220
4284
|
|
|
4221
|
-
- ae03d1fc71: Improved the `output` property for `apis` configuration. The property
|
|
4285
|
+
- ae03d1fc71: Improved the `output` property for `apis` configuration. The property works as a reference from `openapi` Markdoc tags.
|
|
4222
4286
|
- 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.
|
|
4223
4287
|
- Updated dependencies [9574a87b33]
|
|
4224
4288
|
- Updated dependencies [47065856c6]
|
|
@@ -4400,7 +4464,7 @@
|
|
|
4400
4464
|
|
|
4401
4465
|
### Patch Changes
|
|
4402
4466
|
|
|
4403
|
-
- 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.
|
|
4467
|
+
- 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.
|
|
4404
4468
|
|
|
4405
4469
|
## 0.104.3
|
|
4406
4470
|
|
|
@@ -4726,8 +4790,8 @@
|
|
|
4726
4790
|
|
|
4727
4791
|
### Minor Changes
|
|
4728
4792
|
|
|
4729
|
-
- 176b280257: Deprecated the `theme.imports` property. Themes and plugins must
|
|
4730
|
-
- 7e71bf855b: Deprecated the `theme` property of `redocly.yaml` config. All of the configuration properties under `theme`
|
|
4793
|
+
- 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.
|
|
4794
|
+
- 7e71bf855b: Deprecated the `theme` property of `redocly.yaml` config. All of the configuration properties under `theme` reside in the root of the config.
|
|
4731
4795
|
|
|
4732
4796
|
### Patch Changes
|
|
4733
4797
|
|
|
@@ -4825,13 +4889,13 @@
|
|
|
4825
4889
|
|
|
4826
4890
|
### Patch Changes
|
|
4827
4891
|
|
|
4828
|
-
- ed391e8607: Resolved an issue with audience verification. Users without access permissions to the project are
|
|
4892
|
+
- ed391e8607: Resolved an issue with audience verification. Users without access permissions to the project are redirected to the sign up page.
|
|
4829
4893
|
|
|
4830
4894
|
## 0.92.2
|
|
4831
4895
|
|
|
4832
4896
|
### Patch Changes
|
|
4833
4897
|
|
|
4834
|
-
- 8b3aa69af2: Each error in the `redocly.yaml` file is
|
|
4898
|
+
- 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.
|
|
4835
4899
|
- Updated dependencies [ac665b40f7]
|
|
4836
4900
|
- Updated dependencies [a0e2645687]
|
|
4837
4901
|
- Updated dependencies [c848158ee4]
|
|
@@ -4849,7 +4913,7 @@
|
|
|
4849
4913
|
|
|
4850
4914
|
### Minor Changes
|
|
4851
4915
|
|
|
4852
|
-
- 2ad34ae141: **IMPORTANT**: Markdoc errors
|
|
4916
|
+
- 2ad34ae141: **IMPORTANT**: Markdoc errors fail production builds.\
|
|
4853
4917
|
To make Realm ignore Markdoc errors during production builds, set the `reunite.ignoreMarkdocErrors` property in `redocly.yaml` to `true`.
|
|
4854
4918
|
|
|
4855
4919
|
### Patch Changes
|
|
@@ -4917,7 +4981,7 @@
|
|
|
4917
4981
|
|
|
4918
4982
|
### Patch Changes
|
|
4919
4983
|
|
|
4920
|
-
- 9f25cc7efb: References to partials `@i18n` folder using absolute links must
|
|
4984
|
+
- 9f25cc7efb: References to partials `@i18n` folder using absolute links must start with `/@i18n`. Previously, this part was omitted and the path would start from the locale directory name.
|
|
4921
4985
|
|
|
4922
4986
|
## 0.90.0
|
|
4923
4987
|
|
|
@@ -4972,7 +5036,7 @@
|
|
|
4972
5036
|
|
|
4973
5037
|
- 0fdd7f22f9: Changed the order of moods in the mood feedback type to "from negative to positive".
|
|
4974
5038
|
- 67100a3e83: fix(project): Adjusted cache headers to prevent browser caching to ensure users always receive the latest version of the content.
|
|
4975
|
-
- fde6bd8184: Improved the default behavior for versioned items in sidebars. When items from different versioned folders are available, the sidebar
|
|
5039
|
+
- 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.
|
|
4976
5040
|
- Updated dependencies [0fdd7f22f9]
|
|
4977
5041
|
- Updated dependencies [1b6abdc7af]
|
|
4978
5042
|
- @redocly/theme@0.38.2
|
|
@@ -5032,7 +5096,7 @@
|
|
|
5032
5096
|
### Patch Changes
|
|
5033
5097
|
|
|
5034
5098
|
- 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.
|
|
5035
|
-
|
|
5099
|
+
The navbar groups and separators are displayed only for the corresponding version chosen in the version picker.
|
|
5036
5100
|
|
|
5037
5101
|
## 0.88.2
|
|
5038
5102
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/revel-reef",
|
|
3
|
-
"version": "0.133.0
|
|
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/
|
|
93
|
+
"@redocly/graphql-docs": "1.10.0",
|
|
94
|
+
"@redocly/asyncapi-docs": "1.10.0",
|
|
94
95
|
"@redocly/config": "0.48.1",
|
|
95
|
-
"@redocly/
|
|
96
|
-
"@redocly/
|
|
97
|
-
"@redocly/
|
|
98
|
-
"@redocly/
|
|
99
|
-
"@redocly/
|
|
100
|
-
"@redocly/theme": "0.65.0-next.5"
|
|
96
|
+
"@redocly/portal-legacy-ui": "0.16.0",
|
|
97
|
+
"@redocly/portal-plugin-mock-server": "0.18.0",
|
|
98
|
+
"@redocly/realm-asyncapi-sdk": "0.11.0",
|
|
99
|
+
"@redocly/openapi-docs": "3.21.0",
|
|
100
|
+
"@redocly/theme": "0.65.0"
|
|
101
101
|
},
|
|
102
102
|
"peerDependencies": {
|
|
103
103
|
"react": "^19.2.4",
|