@redocly/revel-reef 0.121.0-next.6 → 0.122.0-next.0

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 CHANGED
@@ -1,5 +1,56 @@
1
1
  # @redocly/revel-reef
2
2
 
3
+ ## 0.122.0-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 8de513677e: Enter prerelease mode.
8
+ - Updated dependencies [2a134986ea]
9
+ - Updated dependencies [8de513677e]
10
+ - @redocly/theme@0.54.0-next.0
11
+ - @redocly/portal-plugin-mock-server@0.7.0-next.0
12
+ - @redocly/portal-legacy-ui@0.5.0-next.0
13
+ - @redocly/asyncapi-docs@0.3.0-next.0
14
+ - @redocly/graphql-docs@0.11.0-next.0
15
+ - @redocly/openapi-docs@3.10.0-next.0
16
+
17
+ ## 0.121.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 86a31ec361: Introduced API functions.
22
+ - 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`.
23
+ - b32baf2419: Introduced the `concat` Markdoc function, enabling users to combine string values.
24
+ - df5234368b: Updated the sidebar configuration in front matter. The use of `sidebar` as a direct path is deprecated.
25
+ Instead add `path: 'your-sidebar-path'` as a child of the `sidebar` object.
26
+
27
+ ### Patch Changes
28
+
29
+ - 39fc186904: Fixed an issue where FlexSearch results for versioned content didn’t appear due to a low search limit.
30
+ - a96c62f91c: Fixed an issue where invalid YAML file caused a crash which prevented a preview from starting.
31
+ - 759c026dd0: Resolved an issue with displaying tooltips on hover for CodeBlock control buttons.
32
+ - 436918e506: Fixed an issue where icons were not displayed for non-group elements in the footer.
33
+ - 1531e42f09: Fixed localization of “last updated” in Markdown documents.
34
+ - 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.
35
+ - 371ac2fedf: Fixed an issue where RBAC configuration was not applied to content in the `static` folder.
36
+ - 66eefd602b: Resolved an issue where array schema in code samples was displayed incorrectly for `multipart/form-data`.
37
+ - 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.
38
+ - 73ec23f2e4: Fixed an issue with resolving public environment variables for Markdoc content.
39
+ - b469a82072: Fixed an issue where missing page errors appeared in all versions of sidebars instead of only showing in the relevant version.
40
+ - 316b77d4e4: Updated version of the `@redocly/openapi-core` dependency to pre-release v2.
41
+ - 22917ffa08: Resolved an issue where the "TODAY" line would not update on Mermaid Gantt charts.
42
+ - a96c62f91c: Fixed an issue where invalid `versions.yaml` file caused a crash which prevented a preview from starting. Improved the error messages to help identify the issue.
43
+ - 3c1b6d37f3: Fixed an issue where inline scripts on Markdown pages were not triggered after navigating from another page through a link.
44
+ - a96c62f91c: Fixed an issue where the errors were not printed in logs if the preview failed to launch because a React page failed to compile.
45
+ - 6c3ea61d90: Fixed an issue where changing the language in the mobile view could cause 404 errors in projects that have both localization and path prefixes.
46
+ - Updated dependencies [6c3ea61d90]
47
+ - @redocly/openapi-docs@3.9.0
48
+ - @redocly/theme@0.53.0
49
+ - @redocly/portal-plugin-mock-server@0.6.0
50
+ - @redocly/portal-legacy-ui@0.4.0
51
+ - @redocly/graphql-docs@0.10.0
52
+ - @redocly/asyncapi-docs@0.2.0
53
+
3
54
  ## 0.121.0-next.6
4
55
 
5
56
  ### Minor Changes
@@ -23,7 +74,7 @@
23
74
  ### Minor Changes
24
75
 
25
76
  - 86a31ec361: Introduced API functions.
26
- - 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 ssoDirect or rbac.
77
+ - 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`.
27
78
 
28
79
  ### Patch Changes
29
80