@redocly/redoc-reef 0.120.0-next.7 → 0.120.2
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
CHANGED
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
# @redocly/redoc-reef
|
|
2
2
|
|
|
3
|
+
## 0.120.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4a4316e308: Fixed an issue where using links to an OpenAPI file generated by the `output` configuration property caused errors which failed the build.
|
|
8
|
+
|
|
9
|
+
## 0.120.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Fixed an issue where the published version crashed because of a missing dependency.
|
|
14
|
+
|
|
15
|
+
## 0.120.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- fdbef85d8a: Added file version filtering for the Typesense search engine.
|
|
20
|
+
- abe90fe330: Added virtualization to the Catalog and Scorecard features. This change improves performance for large API sets.
|
|
21
|
+
- b19347b9b9: Added context to configure function to programmatically setup request values.
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- 6f37c95299: Fixed an issue where after clicking on a search result, the section of text that matched was not scrolled into view.
|
|
26
|
+
- e382c50c10: Fixed an issue where saving files with broken links could cause inconsistent results in link checker during builds.
|
|
27
|
+
- cd7eed02fb: Fixed an error message related to syntax in `sidebars.yaml` files.
|
|
28
|
+
- 6f37c95299: Fixed an issue where the page data preload link was constructed incorrectly for the project index page, causing a warning in the browser's console.
|
|
29
|
+
- 79b25fc29f: Resolved ambiguity in the AI search responses by changing "X resources found" to "Based on X resources".
|
|
30
|
+
- 41a1290a44: Fixed an issue where external navbar links within groups opened in the same tab instead of a new one.
|
|
31
|
+
- d7c9eeeedb: Fixed an issue where AsyncAPI pages were incorrectly rendered during server-side rendering (SSR) on Windows platforms.
|
|
32
|
+
- cd07c8a3f3: Fixed an issue where links to an OpenAPI `index.yaml` pages were falsely reported as broken.
|
|
33
|
+
- f4f2bb981f: Fixed an issue where OpenAPI and GraphQL pages could not be opened when using a path prefix for project.
|
|
34
|
+
- 2cf5c1e4e5: Resolved an issue where the AI search might have provided empty code snippets.
|
|
35
|
+
- 6f37c95299: Fixed an issue where clicking on a link to another page in Markdown did not display a load progress bar at the top of the page.
|
|
36
|
+
- 04e8663406: Fixed an issue with malformed cookies that were not processed.
|
|
37
|
+
- d7c9eeeedb: Fixed an issue where the build error page was displayed in the production environment instead of in the webview.
|
|
38
|
+
- 146baa5cc3: Updated version of the `@redocly/openapi-core` dependency to `1.34.1`.
|
|
39
|
+
- Updated dependencies [146baa5cc3]
|
|
40
|
+
- @redocly/theme@0.52.0
|
|
41
|
+
- @redocly/portal-plugin-mock-server@0.5.0
|
|
42
|
+
- @redocly/openapi-docs@3.8.0
|
|
43
|
+
- @redocly/graphql-docs@0.9.0
|
|
44
|
+
- @redocly/portal-legacy-ui@0.3.0
|
|
45
|
+
|
|
3
46
|
## 0.120.0-next.7
|
|
4
47
|
|
|
5
48
|
### Patch Changes
|
|
@@ -62,7 +105,7 @@
|
|
|
62
105
|
|
|
63
106
|
### Patch Changes
|
|
64
107
|
|
|
65
|
-
-
|
|
108
|
+
- e2afa2d1f7: Resolved vulnerabilities `CVE-2025-29774` and `CVE-2025-29775` by updating the `xml-crypto` library to a version `6.0.1` with a security patch.
|
|
66
109
|
|
|
67
110
|
## 0.120.0-next.3
|
|
68
111
|
|