@redocly/redoc 0.120.0-next.4 → 0.120.0-next.6
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 +30 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/server/plugins/markdown/get-server-props.d.ts.map +1 -1
- package/dist/server/plugins/markdown/get-server-props.js +1 -1
- package/dist/server/plugins/markdown/get-server-props.js.map +1 -1
- package/dist/server/plugins/markdown/utils/stringify-tag-children-objects.d.ts +1 -1
- package/dist/server/plugins/markdown/utils/stringify-tag-children-objects.d.ts.map +1 -1
- package/dist/server/plugins/markdown/utils/stringify-tag-children-objects.js +1 -1
- package/dist/server/plugins/markdown/utils/stringify-tag-children-objects.js.map +1 -1
- package/dist/server/plugins/search/engines/typesense/index.d.ts.map +1 -1
- package/dist/server/plugins/search/engines/typesense/index.js +1 -1
- package/dist/server/plugins/search/engines/typesense/index.js.map +1 -1
- package/dist/server/version.d.ts.map +1 -1
- package/dist/server/version.js.map +1 -1
- package/dist/server/web-server/routes/info.d.ts.map +1 -1
- package/dist/server/web-server/routes/info.js +1 -1
- package/dist/server/web-server/routes/info.js.map +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @redocly/redoc
|
|
2
2
|
|
|
3
|
+
## 0.120.0-next.6
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- fdbef85d8a: Added file version filtering for the Typesense search engine.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 146baa5cc3: Updated version of the `@redocly/openapi-core` dependency to `1.34.1`.
|
|
12
|
+
- Updated dependencies [584a812365]
|
|
13
|
+
- Updated dependencies [584a812365]
|
|
14
|
+
- Updated dependencies [146baa5cc3]
|
|
15
|
+
- @redocly/theme@0.52.0-next.4
|
|
16
|
+
- @redocly/portal-plugin-mock-server@0.5.0-next.5
|
|
17
|
+
- @redocly/openapi-docs@3.8.0-next.5
|
|
18
|
+
- @redocly/graphql-docs@0.9.0-next.0
|
|
19
|
+
|
|
20
|
+
## 0.120.0-next.5
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- @redocly/openapi-docs@3.8.0-next.4
|
|
25
|
+
- @redocly/portal-plugin-mock-server@0.5.0-next.4
|
|
26
|
+
|
|
3
27
|
## 0.120.0-next.4
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
|
@@ -76,6 +100,8 @@
|
|
|
76
100
|
|
|
77
101
|
### Minor Changes
|
|
78
102
|
|
|
103
|
+
- ec9eff8ad9: Added support for partial loading of items included in large OpenAPI descriptions to improve performance.
|
|
104
|
+
Now, if a `tag` has more than 15 operations, the items are loaded quicker.
|
|
79
105
|
- 86f7780631: Added AI conversations UI with follow up questions.
|
|
80
106
|
Added configurable suggestions to AI search.
|
|
81
107
|
|
|
@@ -89,6 +115,10 @@
|
|
|
89
115
|
- 6b9933d961: Fixed script handling in single page application (SPA) mode. Inline scripts are now executed on navigation.
|
|
90
116
|
- c34c0da390: Fixed an issue where in development mode updates to `redocly.yaml` config were processed much longer than updates to other files.
|
|
91
117
|
- 463b9fb93e: Fixed an issue where the `navigation.nextButton.text` and `navigation.previousButton.text` config properties did not change the text of the navigation buttons.
|
|
118
|
+
- b74163612d: Resolved an issue where active operation items were incorrectly rendered on the server side.
|
|
119
|
+
- 074dc10262: Improved the check for the `Complex` badge in `openapi-docs`. The badge now appears only when the nesting of `allOf` exceeds 5 levels.
|
|
120
|
+
- bcb712fe03: Resolved an issue where the discriminator did not update the property type.
|
|
121
|
+
- 328b992074: Resolved an issue where an additional slash was incorrectly added to the URL in code samples when using server variables.
|
|
92
122
|
|
|
93
123
|
## 0.119.0-next.7
|
|
94
124
|
|