@redocly/redoc-revel 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-revel
|
|
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
|
|
@@ -83,6 +107,8 @@
|
|
|
83
107
|
|
|
84
108
|
- 86f7780631: Added AI conversations UI with follow up questions.
|
|
85
109
|
Added configurable suggestions to AI search.
|
|
110
|
+
- ec9eff8ad9: Added support for partial loading of items included in large OpenAPI descriptions to improve performance.
|
|
111
|
+
Now, if a `tag` has more than 15 operations, the items are loaded quicker.
|
|
86
112
|
|
|
87
113
|
### Patch Changes
|
|
88
114
|
|
|
@@ -99,6 +125,10 @@
|
|
|
99
125
|
- c34c0da390: Fixed an issue where in development mode updates to `redocly.yaml` config were processed much longer than updates to other files.
|
|
100
126
|
- 463b9fb93e: Fixed an issue where the `navigation.nextButton.text` and `navigation.previousButton.text` config properties did not change the text of the navigation buttons.
|
|
101
127
|
- 7e80929731: Fixed an issue where the SEO `meta` tags were not updated during navigation between pages.
|
|
128
|
+
- b74163612d: Resolved an issue where active operation items were incorrectly rendered on the server side.
|
|
129
|
+
- 074dc10262: Improved the check for the `Complex` badge in `openapi-docs`. The badge now appears only when the nesting of `allOf` exceeds 5 levels.
|
|
130
|
+
- bcb712fe03: Resolved an issue where the discriminator did not update the property type.
|
|
131
|
+
- 328b992074: Resolved an issue where an additional slash was incorrectly added to the URL in code samples when using server variables.
|
|
102
132
|
|
|
103
133
|
## 0.119.0-next.7
|
|
104
134
|
|