@redocly/revel-reef 0.121.0 → 0.122.0-next.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 +32 -3
- package/dist/.tsbuildinfo +1 -1
- package/dist/cli/prepare/analytics/collect-analytics.d.ts.map +1 -1
- package/dist/cli/prepare/analytics/collect-analytics.js +1 -1
- package/dist/cli/prepare/analytics/collect-analytics.js.map +1 -1
- package/dist/cli/prepare/analytics/collectors/get-async-api-usage.d.ts +3 -0
- package/dist/cli/prepare/analytics/collectors/get-async-api-usage.d.ts.map +1 -0
- package/dist/cli/prepare/analytics/collectors/get-async-api-usage.js +1 -0
- package/dist/cli/prepare/analytics/collectors/get-async-api-usage.js.map +1 -0
- package/dist/server/plugins/api-functions/api-functions-handler-runner.js +1 -1
- package/dist/server/plugins/api-functions/api-functions-handler-runner.js.map +1 -1
- package/dist/server/store.d.ts +1 -0
- package/dist/server/store.d.ts.map +1 -1
- package/dist/server/store.js +1 -1
- package/dist/server/store.js.map +1 -1
- package/dist/server/web-server/routes/feedback.d.ts +3 -3
- package/dist/server/web-server/routes/feedback.js +1 -1
- package/dist/server/web-server/routes/feedback.js.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,40 @@
|
|
|
1
1
|
# @redocly/revel-reef
|
|
2
2
|
|
|
3
|
+
## 0.122.0-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- eced575d67: Fixed an issue where email addresses did not appear on the **Feedback** page in Reunite,
|
|
8
|
+
if these emails were provided by anonymous users submitting feedback forms.
|
|
9
|
+
- Updated dependencies [eced575d67]
|
|
10
|
+
- Updated dependencies [eced575d67]
|
|
11
|
+
- Updated dependencies [1342ff36e3]
|
|
12
|
+
- @redocly/theme@0.54.0-next.1
|
|
13
|
+
- @redocly/portal-plugin-mock-server@0.7.0-next.1
|
|
14
|
+
- @redocly/asyncapi-docs@0.3.0-next.1
|
|
15
|
+
- @redocly/graphql-docs@0.11.0-next.0
|
|
16
|
+
- @redocly/openapi-docs@3.10.0-next.1
|
|
17
|
+
|
|
18
|
+
## 0.122.0-next.0
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- 8de513677e: Enter prerelease mode.
|
|
23
|
+
- Updated dependencies [2a134986ea]
|
|
24
|
+
- Updated dependencies [8de513677e]
|
|
25
|
+
- @redocly/theme@0.54.0-next.0
|
|
26
|
+
- @redocly/portal-plugin-mock-server@0.7.0-next.0
|
|
27
|
+
- @redocly/portal-legacy-ui@0.5.0-next.0
|
|
28
|
+
- @redocly/asyncapi-docs@0.3.0-next.0
|
|
29
|
+
- @redocly/graphql-docs@0.11.0-next.0
|
|
30
|
+
- @redocly/openapi-docs@3.10.0-next.0
|
|
31
|
+
|
|
3
32
|
## 0.121.0
|
|
4
33
|
|
|
5
34
|
### Minor Changes
|
|
6
35
|
|
|
7
36
|
- 86a31ec361: Introduced API functions.
|
|
8
|
-
- b1128ddf40: Enabled usage of environment variables in any Redocly config option in the entire `redocly.yaml` where a string value is expected. Previously, environment variables were only supported in a limited number of options like `
|
|
37
|
+
- b1128ddf40: Enabled usage of environment variables in any Redocly config option in the entire `redocly.yaml` where a string value is expected. Previously, environment variables were only supported in a limited number of options like `rbac` or `developerOnboarding`.
|
|
9
38
|
- b32baf2419: Introduced the `concat` Markdoc function, enabling users to combine string values.
|
|
10
39
|
- df5234368b: Updated the sidebar configuration in front matter. The use of `sidebar` as a direct path is deprecated.
|
|
11
40
|
Instead add `path: 'your-sidebar-path'` as a child of the `sidebar` object.
|
|
@@ -20,7 +49,7 @@
|
|
|
20
49
|
- 96e84600ac: Resolved an issue where adding a redirect to an absolute URL from the root of the project caused the redirect to forward users to unintended pages in the project.
|
|
21
50
|
- 371ac2fedf: Fixed an issue where RBAC configuration was not applied to content in the `static` folder.
|
|
22
51
|
- 66eefd602b: Resolved an issue where array schema in code samples was displayed incorrectly for `multipart/form-data`.
|
|
23
|
-
- b47fb1a8ee:
|
|
52
|
+
- b47fb1a8ee: Resolved an issue where AI Search did not respect the RBAC conditions inside of the `{% if %}` tags by temporarily excluding the content of these tags from being indexed until a proper fix is implemented.
|
|
24
53
|
- 73ec23f2e4: Fixed an issue with resolving public environment variables for Markdoc content.
|
|
25
54
|
- b469a82072: Fixed an issue where missing page errors appeared in all versions of sidebars instead of only showing in the relevant version.
|
|
26
55
|
- 316b77d4e4: Updated version of the `@redocly/openapi-core` dependency to pre-release v2.
|
|
@@ -60,7 +89,7 @@
|
|
|
60
89
|
### Minor Changes
|
|
61
90
|
|
|
62
91
|
- 86a31ec361: Introduced API functions.
|
|
63
|
-
- b1128ddf40: Enabled usage of environment variables in any Redocly config option in the entire redocly.yaml where a string value is expected. Previously, environment variables were only supported in a limited number of options like `
|
|
92
|
+
- b1128ddf40: Enabled usage of environment variables in any Redocly config option in the entire redocly.yaml where a string value is expected. Previously, environment variables were only supported in a limited number of options like `rbac` or `developerOnboarding`.
|
|
64
93
|
|
|
65
94
|
### Patch Changes
|
|
66
95
|
|