Fixed performance issue in the Tabs
component.
Changelog
- Realm
- Reef
- Revel
- Redoc
- Reunite
Next release
Try the "next" release candidate or wait until it is promoted to the latest version at the beginning of each month
Latest release
Previous releases
Reunitev2025-06-16.12025-06-16
Fixes
Configured
AssertionConsumerServiceURL
for SAML to use the correct value instead of the default first entry.
Realm0.122.02025-06-10
Features
Allowed debugging of API functions using
console
.Added the
lightboxStyle
attribute that customizes the image lightbox styles.Added submitter's IP address to feedback metadata.
Added programmatic configuration for server-specific request values. Added dynamic replacement of environment variables in custom code samples within
x-codeSamples
.Upgraded React to
19.x
.Removed header access from the API function context.
Renamed configuration option
catalog
tocatalogClassic
and theme componentCatalog
toCatalogClassic
. Deprecated the previous properties and components for future compatibility.Added support for closing the image lightbox using the Escape key.
Added a possibility to override icon colors for "Search with AI" stars.
Improved AI Search chunk content.
Added
llms.txt
file generation.Improved
Tabs
styles and added options to disable tabs and set their size tosmall
ormedium
.
Fixes
Fixed issues with
treeview
codeblock parsing to correctly support comments starting with # and accurately display file extensions.Fixed an issue where identical Markdown headings across different tag descriptions created sidebar entries with the same URL, causing UI jumping issues. This fix adds tag ID prefixing to heading IDs, ensuring each heading gets a unique URL based on its tag.
Fixed an issue where email addresses did not appear on the Feedback page in Reunite, if these emails were provided by anonymous users submitting feedback forms.
Updated the
dompurify
library to patch theCVE-2025-48050
security vulnerability.Fixed search indexing to include tag attributes and partials.
Fixed an issue where search results were not being filtered correctly for product index pages in a multi-product setup.
Fixed
curl
logo visibility in the language panel on dark theme.Fixed breadcrumbs appearing on pages not nested in the sidebar.
Fixed an issue where adding
x-enumDescription
duplicated the enum value.Fixed a 403 error in visual pull request review for projects with SSO configuration. This error occurred when previewing pages that were hidden by RBAC.
Fixed usability of the
Security
chip by updating its appearance. Reduced visual clutter by grouping optional scopes into a collapsed section.Fixed an issue where specifying a
logo
property in frontmatter caused the logo to be displayed incorrectly.Fixed an issue where links in the
Card
tag were not working when usingREDOCLY_PREFIX_PATHS
.Updated invitation handler to redirect users to the homepage if the invitation was already accepted.
Improved display of OpenAPI search results by cleaning up formatted text.
Removed access to headers through the
{% $headers %}
tag in Markdoc to prevent unauthorized modifications.Fixed default redirect navigating to an unintended system route.
Fixed search history behavior to prevent frequent or redundant query entries.
Fixed incorrect parsing of OpenAPI
summary
fields as Markdown.Fixed incorrect paths in Markdoc tags with
REDOCLY_PREFIX_PATHS
when paths were relative or included file extensions.Fixed incorrect download links generated by
@redocly/openapi-docs
whenREDOCLY_PREFIX_PATHS
was set.Fixed an issue where an OpenAPI page would jump unexpectedly while scrolling.
Fixed an issue where AI search failed to find information described in OpenAPI tags.
Fixed header display issue in files starting with a byte order mark (
BOM
).Fixed false positive errors for unclosed quotes in
markdoc
attributes.Fixed redirect handling for complex preview URLs.
Removed duplicate teams from
$rbac
variable.Fixed 403 error when previewing RBAC-hidden pages in visual pull request review for projects using SSO. This error occurred when previewing pages that were hidden by RBAC.
Fixed an issue that caused the project to crash when invalid code changes were made in the development mode.
Fixed an issue where the search dialog remained open after selecting a result on the current page.
Improved the wording of the message that warns users of unsupported file types.
Fixed list formatting in code walkthroughs.
Fixed RBAC conditional content visibility in search by restricting
Markdoc
conditional tags based on team permissions to prevent unauthorized access.
Reunitev2025-06-09.12025-06-09
Fixes
Implemented organization-specific branding on authentication screens.
Fixed fetching auto-merge errors on the Remote Content page.
Reunitev2025-06-04.32025-06-04
Fixes
Updated
@redocly/openapi-core
dependency to version0.0.0-snapshot.1748969604
.
Reunitev2025-05-29.22025-05-29
Fixes
Updated
@redocly/openapi-core
dependency to version0.0.0-snapshot.1748443305
.
Reunitev2025-05-29.12025-05-29
Features
Updated dark theme colors to improve readability and contrast.
Reunitev2025-05-27.12025-05-27
Fixes
Updated
@redocly/openapi-core
dependency to version0.0.0-snapshot.1748015905
.
Reunitev2025-05-26.12025-05-26
Fixes
Updated
@redocly/openapi-core
dependency to version0.0.0-snapshot.1747918074
.
Reunitev2025-05-20.22025-05-20
Fixes
Updated colors in the dark theme to improve contrast and consistency.
Reunitev2025-05-20.12025-05-20
Fixes
Fixed an issue where the actions button on the Environmental Variables page was not visible.
Reunitev2025-05-16.22025-05-16
Features
Added 90-day retention policy for Respect Monitoring preview data.
Added a confirmation prompt before deleting an SSO identity provider to prevent accidental loss of configuration.
Fixes
Fixed an issue where a horizontal scroll bar appeared on the
Settings > Environmental variables
page regardless of content size, pushing theEdit
andDelete
buttons out of view.
Reunitev2025-05-12.52025-05-12
Fixes
Made the
PUBLIC_REDOCLY_BRANCH_NAME
environment variable accessible in Realm projects.
Reunitev2025-05-09.32025-05-09
Fixes
Fixed an issue where hidden files where improperly handled by RBAC.
Realm0.121.12025-05-06
Fixes
Fixed an issue in the API functions plugin where route static data was resolved incorrectly, leading to failed requests.
Fixed
@codemirror/state
versions mismatch that caused embedded Replay to terminate.
Realm0.121.02025-05-05
Features
Introduced API functions.
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 likerbac
ordeveloperOnboarding
.Introduced the
concat
Markdoc function, enabling users to combine string values.Improved error reporting by printing the first 5 errors found during OpenAPI bundling instead of just the first one.
Updated the sidebar configuration in front matter. The use of
sidebar
as a direct path is deprecated.
Fixes
Fixed an issue where FlexSearch results for versioned content didn’t appear due to a low search limit.
Fixed an issue where invalid YAML file caused a crash which prevented a preview from starting.
Resolved an issue with displaying tooltips on hover for CodeBlock control buttons.
Fixed an issue where icons were not displayed for non-group elements in the footer.
Fixed localization of “last updated” in Markdown documents.
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.
Fixed an issue where RBAC configuration was not applied to content in the
static
folder.Resolved an issue where array schema in code samples was displayed incorrectly for
multipart/form-data
.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.Fixed an issue with resolving public environment variables for Markdoc content.
Fixed an issue where missing page errors appeared in all versions of sidebars instead of only showing in the relevant version.
Resolved an issue where the "TODAY" line would not update on Mermaid Gantt charts.
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.Fixed an issue where inline scripts on Markdown pages were not triggered after navigating from another page through a link.
Fixed an issue where using links to an OpenAPI file generated by the
output
configuration property caused errors which failed the build.Fixed an issue where the errors were not printed in logs if the preview failed to launch because a React page failed to compile.
Fixed an issue where changing the language in the mobile view could cause 404 errors in projects that have both localization and path prefixes.
Fixed the type definitions of code samples to support custom languages in
x-codeSamples
.Fixed an issue when icons were not displayed for non-group elements in the footer.