@redocly/revel-reef 0.123.0-rc.0 → 0.123.0-rc.1
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 +33 -4
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @redocly/revel-reef
|
|
2
2
|
|
|
3
|
+
## 0.123.0-rc.1
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 9d0e11015e: Exposed `usePageVersions` and `usePageActiveVersion` hooks to access the current page version in React pages.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 55e2e23cbf: Fixed detection of changes in partial folders.
|
|
12
|
+
- 3c64ba3fcb: Changed the default keyboard shortcut to open Search to `Cmd+K`/`Ctrl+K`.
|
|
13
|
+
- 17c910cd1c: Fixed performance issue in the `Tabs` component.
|
|
14
|
+
- 9503b3f5a2: Improved accessibility by adding descriptive `alt` text to footer icons.
|
|
15
|
+
- d67ef5d556: Fixed relative link issues in frontmatter for `Markdoc` tags.
|
|
16
|
+
- 2ff8ff8202: Fixed an issue where decorators were not used from the root `redocly.yaml`.
|
|
17
|
+
- 675c330acd: Fixed an issue where the Markdoc variable `$remoteAddr` returned incorrect values.
|
|
18
|
+
- a42747e35b: Improved validation of unclosed quotes in `markdoc` attributes.
|
|
19
|
+
- Updated dependencies [ef37d65adf]
|
|
20
|
+
- Updated dependencies [be38cc0eaa]
|
|
21
|
+
- Updated dependencies [3c64ba3fcb]
|
|
22
|
+
- Updated dependencies [17c910cd1c]
|
|
23
|
+
- Updated dependencies [9503b3f5a2]
|
|
24
|
+
- Updated dependencies [9d0e11015e]
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- @redocly/openapi-docs@3.11.0-rc.1
|
|
27
|
+
- @redocly/theme@0.55.0-rc.1
|
|
28
|
+
- @redocly/graphql-docs@0.12.0-rc.1
|
|
29
|
+
- @redocly/asyncapi-docs@0.4.0-rc.1
|
|
30
|
+
- @redocly/portal-plugin-mock-server@0.8.0-rc.1
|
|
31
|
+
|
|
3
32
|
## 0.123.0-rc.0
|
|
4
33
|
|
|
5
34
|
### Patch Changes
|
|
@@ -29,7 +58,7 @@
|
|
|
29
58
|
- 849287f8b1: Renamed configuration option `catalog` to `catalogClassic` and theme component `Catalog` to `CatalogClassic`. Deprecated the previous properties and components for future compatibility.
|
|
30
59
|
- 8b64036af9: Added support for closing the image lightbox using the Escape key.
|
|
31
60
|
- df0f3c5c85: Added a possibility to override icon colors for "Search with AI" stars.
|
|
32
|
-
- 3074dd4755: Improved AI Search
|
|
61
|
+
- 3074dd4755: Improved AI Search chunk content.
|
|
33
62
|
- 729d5d3fde: Added `llms.txt` file generation.
|
|
34
63
|
- 2d7f9eb75e: Improved `Tabs` styles and added options to disable tabs and set their size to `small` or `medium`.
|
|
35
64
|
|
|
@@ -50,7 +79,7 @@
|
|
|
50
79
|
- 171e8073e6: Fixed search history behavior to prevent frequent or redundant query entries.
|
|
51
80
|
- d0eefb30a8: Fixed incorrect paths in Markdoc tags with `REDOCLY_PREFIX_PATHS` when paths were relative or included file extensions.
|
|
52
81
|
- e8b1452c24: Fixed header display issue in files starting with a byte order mark (`BOM`).
|
|
53
|
-
- 5098a968ca:
|
|
82
|
+
- 5098a968ca: Fixed false positive errors for unclosed quotes in `markdoc` attributes.
|
|
54
83
|
- f7a73904b8: Fixed redirect handling for complex preview URLs.
|
|
55
84
|
- b2a05d83ab: Removed duplicate teams from `$rbac` variable.
|
|
56
85
|
- 083c0868d5: Fixed 403 error when previewing RBAC-hidden pages in visual pull request review for projects using SSO. This error occurred when previewing pages that were hidden by RBAC.
|
|
@@ -80,7 +109,7 @@
|
|
|
80
109
|
### Patch Changes
|
|
81
110
|
|
|
82
111
|
- 60695b00e5: Updated the `dompurify` library to patch the `CVE-2025-48050` security vulnerability.
|
|
83
|
-
- 5098a968ca:
|
|
112
|
+
- 5098a968ca: Fixed false positive errors for unclosed quotes in `markdoc` attributes.
|
|
84
113
|
- 3b21d8a849: Fixed RBAC conditional content visibility in search by restricting `Markdoc` conditional tags based on team permissions to prevent unauthorized access.
|
|
85
114
|
- Updated dependencies [60695b00e5]
|
|
86
115
|
- @redocly/openapi-docs@3.10.0-next.9
|
|
@@ -116,7 +145,7 @@
|
|
|
116
145
|
|
|
117
146
|
### Patch Changes
|
|
118
147
|
|
|
119
|
-
- 3074dd4755: Improved AI Search
|
|
148
|
+
- 3074dd4755: Improved AI Search chunk content.
|
|
120
149
|
- dc35e6b6d1: Fixed breadcrumbs appearing on pages not nested in the sidebar.
|
|
121
150
|
|
|
122
151
|
## 0.122.0-next.8
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/revel-reef",
|
|
3
|
-
"version": "0.123.0-rc.
|
|
3
|
+
"version": "0.123.0-rc.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -89,13 +89,13 @@
|
|
|
89
89
|
"xpath": "0.0.34",
|
|
90
90
|
"yaml-ast-parser": "0.0.43",
|
|
91
91
|
"@redocly/realm-asyncapi-sdk": "0.1.0-rc.0",
|
|
92
|
-
"@redocly/asyncapi-docs": "0.4.0-rc.
|
|
93
|
-
"@redocly/
|
|
94
|
-
"@redocly/
|
|
92
|
+
"@redocly/asyncapi-docs": "0.4.0-rc.1",
|
|
93
|
+
"@redocly/config": "0.27.0-rc.0",
|
|
94
|
+
"@redocly/graphql-docs": "0.12.0-rc.1",
|
|
95
|
+
"@redocly/openapi-docs": "3.11.0-rc.1",
|
|
95
96
|
"@redocly/portal-legacy-ui": "0.6.0-rc.0",
|
|
96
|
-
"@redocly/portal-plugin-mock-server": "0.8.0-rc.
|
|
97
|
-
"@redocly/
|
|
98
|
-
"@redocly/theme": "0.55.0-rc.0"
|
|
97
|
+
"@redocly/portal-plugin-mock-server": "0.8.0-rc.1",
|
|
98
|
+
"@redocly/theme": "0.55.0-rc.1"
|
|
99
99
|
},
|
|
100
100
|
"peerDependencies": {
|
|
101
101
|
"react": "^19.1.0",
|