@redocly/revel-reef 0.123.0-next.4 → 0.123.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 CHANGED
@@ -1,5 +1,35 @@
1
1
  # @redocly/revel-reef
2
2
 
3
+ ## 0.123.0-next.6
4
+
5
+ ### Patch Changes
6
+
7
+ - c6e0f5403a: Fixes a bug that caused invite routes to be hidden behind the login screen when `requiresLogin: true`.
8
+ - 5dd4415ebc: Improved keyboard accessibility and screen reader support for the `version picker` component.
9
+ - e3d8354887: Updated `@redocly/openapi-core` dependency to version `0.0.0-snapshot.1750261968`.
10
+ - Updated dependencies [5dd4415ebc]
11
+ - @redocly/theme@0.55.0-next.5
12
+ - @redocly/openapi-docs@3.11.0-next.5
13
+ - @redocly/asyncapi-docs@0.4.0-next.5
14
+ - @redocly/graphql-docs@0.12.0-next.1
15
+ - @redocly/portal-plugin-mock-server@0.8.0-next.5
16
+
17
+ ## 0.123.0-next.5
18
+
19
+ ### Patch Changes
20
+
21
+ - fb44f26b41: Removed headers from page data to prevent exposing sensitive cookie information.
22
+ - a8e5f57c9f: Fixed `apiFunctions.folders` configuration to correctly handle custom folder paths with leading or trailing slashes.
23
+ - a38803beaa: Fixed keyboard accessibility issues in sidebar elements that prevented focusing and clicking.
24
+ - 7102730b8b: Updated `@redocly/openapi-core` dependency to version `0.0.0-snapshot.1750178129`.
25
+ - 507ff04bf8: Removed a warning about the React Router future flag from the browser console.
26
+ - Updated dependencies [a38803beaa]
27
+ - @redocly/theme@0.55.0-next.4
28
+ - @redocly/asyncapi-docs@0.4.0-next.4
29
+ - @redocly/graphql-docs@0.12.0-next.1
30
+ - @redocly/openapi-docs@3.11.0-next.4
31
+ - @redocly/portal-plugin-mock-server@0.8.0-next.4
32
+
3
33
  ## 0.123.0-next.4
4
34
 
5
35
  ### Patch Changes