@redocly/redoc-reef 0.126.0-next.13 → 0.126.0-next.15
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 +27 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/server/plugins/markdown/attribute-resolvers/resolve-native-md-link.d.ts.map +1 -1
- package/dist/server/plugins/markdown/attribute-resolvers/resolve-native-md-link.js +1 -1
- package/dist/server/plugins/markdown/attribute-resolvers/resolve-native-md-link.js.map +1 -1
- package/dist/server/plugins/nav-utils.d.ts.map +1 -1
- package/dist/server/plugins/nav-utils.js +1 -1
- package/dist/server/plugins/nav-utils.js.map +1 -1
- package/dist/server/plugins/openapi-docs/load-definition.d.ts.map +1 -1
- package/dist/server/plugins/openapi-docs/load-definition.js +3 -3
- package/dist/server/plugins/openapi-docs/load-definition.js.map +1 -1
- package/dist/server/plugins/openapi-docs/spec-download.api.d.ts.map +1 -1
- package/dist/server/plugins/openapi-docs/spec-download.api.js +1 -1
- package/dist/server/plugins/openapi-docs/spec-download.api.js.map +1 -1
- package/dist/server/plugins/openapi-docs/utils.d.ts.map +1 -1
- package/dist/server/plugins/openapi-docs/utils.js +1 -1
- package/dist/server/plugins/openapi-docs/utils.js.map +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @redocly/redoc-reef
|
|
2
2
|
|
|
3
|
+
## 0.126.0-next.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8a6d895a02: Fixed an issue where environment variables were not resolved inside `redocly.yaml` when building OpenAPI documents.
|
|
8
|
+
- 202f3aa329: Fixed search issue where queries with text enclosed in backticks in API descriptions returned no results.
|
|
9
|
+
- Updated dependencies [c40ebabced]
|
|
10
|
+
- @redocly/openapi-docs@3.14.0-next.11
|
|
11
|
+
- @redocly/asyncapi-docs@1.3.0-next.11
|
|
12
|
+
- @redocly/portal-plugin-mock-server@0.11.0-next.11
|
|
13
|
+
|
|
14
|
+
## 0.126.0-next.14
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 05761700ad: Added `icon` option to sidebar `separator`.
|
|
19
|
+
- 6fd93756fb: Updated `@redocly/openapi-core` to version `2.2.2`.
|
|
20
|
+
- e07bd37dee: Fixed double prefixes in image URLs.
|
|
21
|
+
- b587ff1b0d: Fixed an issue where the OpenAPI download URLs did not work with the `output` property if the output path was in the `/static/_spec/` directory.
|
|
22
|
+
- Updated dependencies [6fd93756fb]
|
|
23
|
+
- Updated dependencies [1502174244]
|
|
24
|
+
- @redocly/openapi-docs@3.14.0-next.10
|
|
25
|
+
- @redocly/theme@0.58.0-next.7
|
|
26
|
+
- @redocly/asyncapi-docs@1.3.0-next.10
|
|
27
|
+
- @redocly/portal-plugin-mock-server@0.11.0-next.10
|
|
28
|
+
- @redocly/graphql-docs@1.3.0-next.1
|
|
29
|
+
|
|
3
30
|
## 0.126.0-next.13
|
|
4
31
|
|
|
5
32
|
### Minor Changes
|