@redocly/revel-reef 0.120.0-next.7 → 0.120.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 +36 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @redocly/revel-reef
|
|
2
2
|
|
|
3
|
+
## 0.120.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed an issue where the published version crashed because of a missing dependency.
|
|
8
|
+
|
|
9
|
+
## 0.120.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- fdbef85d8a: Added file version filtering for the Typesense search engine.
|
|
14
|
+
- c014f2f4b7: Added support for customizable sitemap priorities.
|
|
15
|
+
- abe90fe330: Added virtualization to the Catalog and Scorecard features. This change improves performance for large API sets.
|
|
16
|
+
- b19347b9b9: Added context to configure function to programmatically setup request values.
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 6f37c95299: Fixed an issue where after clicking on a search result, the section of text that matched was not scrolled into view.
|
|
21
|
+
- e382c50c10: Fixed an issue where saving files with broken links could cause inconsistent results in link checker during builds.
|
|
22
|
+
- cd7eed02fb: Fixed an error message related to syntax in `sidebars.yaml` files.
|
|
23
|
+
- 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.
|
|
24
|
+
- 79b25fc29f: Resolved ambiguity in the AI search responses by changing "X resources found" to "Based on X resources".
|
|
25
|
+
- 41a1290a44: Fixed an issue where external navbar links within groups opened in the same tab instead of a new one.
|
|
26
|
+
- 2cf5c1e4e5: Resolved an issue where the AI search might have provided empty code snippets.
|
|
27
|
+
- 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.
|
|
28
|
+
- 04e8663406: Fixed an issue with malformed cookies that were not processed.
|
|
29
|
+
- d7c9eeeedb: Fixed an issue where the build error page was displayed in the production environment instead of in the webview.
|
|
30
|
+
- 146baa5cc3: Updated version of the `@redocly/openapi-core` dependency to `1.34.1`.
|
|
31
|
+
- Updated dependencies [146baa5cc3]
|
|
32
|
+
- @redocly/theme@0.52.0
|
|
33
|
+
- @redocly/portal-plugin-mock-server@0.5.0
|
|
34
|
+
- @redocly/openapi-docs@3.8.0
|
|
35
|
+
- @redocly/graphql-docs@0.9.0
|
|
36
|
+
- @redocly/portal-legacy-ui@0.3.0
|
|
37
|
+
|
|
3
38
|
## 0.120.0-next.7
|
|
4
39
|
|
|
5
40
|
### Patch Changes
|
|
@@ -62,7 +97,7 @@
|
|
|
62
97
|
|
|
63
98
|
### Patch Changes
|
|
64
99
|
|
|
65
|
-
-
|
|
100
|
+
- 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
101
|
|
|
67
102
|
## 0.120.0-next.3
|
|
68
103
|
|