@redocly/realm 0.129.0-next.6 → 0.129.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 +50 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,54 @@
|
|
|
1
1
|
# @redocly/realm
|
|
2
2
|
|
|
3
|
+
## 0.129.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 13cdd871a0: Added `access` configuration object to group authentication settings (`requiresLogin`, `logoutReturnUrl`, `residency`, `sso`, `rbac`) and `logoutReturnUrl` option to customize post-logout redirect URL.
|
|
8
|
+
|
|
9
|
+
Fixed config validation error formatting to handle cases where location source may be undefined or not a proper Source object, preventing errors when formatting validation problems.
|
|
10
|
+
|
|
11
|
+
- ebaff45e00: Added tooltips to items in the API docs overview section.
|
|
12
|
+
- 39c941417d: Added support for OpenAPI 3.2 `dataValue` and `serializedValue`.
|
|
13
|
+
- eb3abbb06e: Added support for OpenAPI 3.2 Sequential and Streaming Data.
|
|
14
|
+
- 8fdaab071f: Added `useColorSwitcher` React hook to receive color mode updates in components.
|
|
15
|
+
- dd42fb73d2: Added support for the `json-example` Markdoc tag to embed JSON snippets in documentation.
|
|
16
|
+
- b28161bbc8: Added product-specific CSS class to the root element for targeted styling by product name.
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- e408a095cf: Fixed a bug where scorecard custom targets did not match.
|
|
21
|
+
- 77452207bf: Fixed an issue where a trailing slash was automatically added to URLs in the **Servers** section of API docs.
|
|
22
|
+
- edb34c5f33: Fixed an issue where breadcrumbs appeared on non-nested pages in projects with a path prefix.
|
|
23
|
+
- 1937581907: Fixed layout shift in `x-tags` with `schemaDefinition`.
|
|
24
|
+
- 93df42565c: Fixed an issue where image assets were incorrectly flagged as broken links in OpenAPI description.
|
|
25
|
+
- b63f469f50: Improved loading of description files for the MCP Docs server.
|
|
26
|
+
- ecc3ea32aa: Fixed an issue where the path prefix was added twice to the login page.
|
|
27
|
+
- 1245fefad6: Fixed an issue where Docs MCP required authentication for publicly available docs.
|
|
28
|
+
- 49ac84d0cb: Fixed a bug that prevented `scorecard` configurations from applying in development mode.
|
|
29
|
+
- 49ddba9c14: Fixed Y-axis scroll position when deep linking to pages with banners.
|
|
30
|
+
- 29a7308fe1: Updated `@redocly/openapi-core` to version `2.14.3`.
|
|
31
|
+
- Updated dependencies [77452207bf]
|
|
32
|
+
- Updated dependencies [ebaff45e00]
|
|
33
|
+
- Updated dependencies [edb34c5f33]
|
|
34
|
+
- Updated dependencies [1937581907]
|
|
35
|
+
- Updated dependencies [4c662c0042]
|
|
36
|
+
- Updated dependencies [39c941417d]
|
|
37
|
+
- Updated dependencies [eb3abbb06e]
|
|
38
|
+
- Updated dependencies [de9da5f277]
|
|
39
|
+
- Updated dependencies [8fdaab071f]
|
|
40
|
+
- Updated dependencies [9f686fedb3]
|
|
41
|
+
- Updated dependencies [b28161bbc8]
|
|
42
|
+
- Updated dependencies [49ddba9c14]
|
|
43
|
+
- Updated dependencies [29a7308fe1]
|
|
44
|
+
- @redocly/openapi-docs@3.17.0
|
|
45
|
+
- @redocly/theme@0.61.0
|
|
46
|
+
- @redocly/portal-plugin-mock-server@0.14.0
|
|
47
|
+
- @redocly/realm-asyncapi-sdk@0.7.0
|
|
48
|
+
- @redocly/asyncapi-docs@1.6.0
|
|
49
|
+
- @redocly/graphql-docs@1.6.0
|
|
50
|
+
- @redocly/portal-legacy-ui@0.12.0
|
|
51
|
+
|
|
3
52
|
## 0.129.0-next.6
|
|
4
53
|
|
|
5
54
|
### Minor Changes
|
|
@@ -80,7 +129,7 @@
|
|
|
80
129
|
|
|
81
130
|
- 8d09c7d474: Updated `@redocly/openapi-core` to version `2.13.0`.
|
|
82
131
|
- e408a095cf: Fixed a bug where scorecard custom targets did not match.
|
|
83
|
-
- 49ddba9c14: Fixed dismissed banner briefly
|
|
132
|
+
- 49ddba9c14: Fixed an issue where the dismissed banner briefly appeared back after page refresh.
|
|
84
133
|
- b28161bbc8: Added product-specific CSS class to the root element for targeted styling by product name.
|
|
85
134
|
- 49ddba9c14: Fixed Y-axis scroll position when deep linking to pages with banners.
|
|
86
135
|
- Updated dependencies [8d09c7d474]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/realm",
|
|
3
|
-
"version": "0.129.0
|
|
3
|
+
"version": "0.129.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -93,14 +93,14 @@
|
|
|
93
93
|
"xml-crypto": "6.0.1",
|
|
94
94
|
"xpath": "0.0.34",
|
|
95
95
|
"yaml-ast-parser": "0.0.43",
|
|
96
|
-
"@redocly/asyncapi-docs": "1.6.0-next.5",
|
|
97
96
|
"@redocly/config": "0.41.2",
|
|
98
|
-
"@redocly/
|
|
99
|
-
"@redocly/openapi-docs": "3.17.0
|
|
100
|
-
"@redocly/
|
|
101
|
-
"@redocly/
|
|
102
|
-
"@redocly/
|
|
103
|
-
"@redocly/
|
|
97
|
+
"@redocly/asyncapi-docs": "1.6.0",
|
|
98
|
+
"@redocly/openapi-docs": "3.17.0",
|
|
99
|
+
"@redocly/realm-asyncapi-sdk": "0.7.0",
|
|
100
|
+
"@redocly/theme": "0.61.0",
|
|
101
|
+
"@redocly/graphql-docs": "1.6.0",
|
|
102
|
+
"@redocly/portal-plugin-mock-server": "0.14.0",
|
|
103
|
+
"@redocly/portal-legacy-ui": "0.12.0"
|
|
104
104
|
},
|
|
105
105
|
"peerDependencies": {
|
|
106
106
|
"react": "19.2.3",
|