Changelog

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

Realm
0.123.0
latest
2025-07-03

Features

  • Exposed usePageVersions and useActivePageVersion hooks to access the current page version in React pages.

  • Added page and label front matter properties to navigation buttons.

  • Exposed useUserTeams hook to access teams assigned to the active user.

  • Improved trigger points for code-walkthrough steps.

  • Added Skip to content button to enhance keyboard navigation.

  • Added highlighting for path parameters in request URLs.

  • Replaced variables with servers and inputs for Arazzo format compatibility. Added Path tab to edit request path parameters.

  • Added support for displaying deprecated queries, mutations, and subscriptions in the GraphQL documentation.

Fixes

  • Fixed decoding errors in encoded content returned by API functions, for example, gzip-compressed data.

  • Fixed broken openapi.events configuration to ensure custom event hooks trigger as expected.

  • Fixed an issue with api filter in scorecard that prevented details from displaying.

  • Removed headers from page data to prevent exposing sensitive cookie information.

  • Fixed apiFunctions.folders configuration to correctly handle custom folder paths with leading or trailing slashes.

  • Fixed detection of changes in partial folders.

  • Fixed search indexing to include code-snippet content.

  • Fixed SSR style attribute issue in img tag string formatting.

  • Changed the default keyboard shortcut to open Search to Cmd+K/Ctrl+K.

  • Fixed keyboard accessibility issues in sidebar elements that prevented focusing and clicking.

  • Fixed missing content in Markdown code blocks and {% markdoc-example %} tags in AI Search and llms.txt chunks.

  • Updated @redocly/openapi-core dependency to version 0.0.0-snapshot.1750342295.

  • Improved accessibility by adding descriptive alt text to footer icons.

  • Fixed relative link issues in front matter for Markdoc tags.

  • Fixed external links being incorrectly prefixed with REDOCLY_PREFIX_PATHS.

  • Fixed an issue where decorators were not used from the root redocly.yaml.

  • Fixes a bug that caused invite routes to be hidden behind the login screen when requiresLogin: true.

  • Fixed an issue where the Markdoc variable $remoteAddr returned incorrect values.

  • Improved validation of unclosed quotes in Markdoc tag attributes.

  • Fixed occasional errors in long AI search conversations.

  • Fixed incorrect auto-scrolling to anchor elements.

  • Fixed malformed content handling in the Markdown parsing pipeline.

  • Fixed incorrect values in the Rule status scorecard.

  • Removed a warning about the React Router future flag from the browser console.

  • Improved keyboard accessibility and screen reader support for the version picker component.

  • Fixed Replay crash when form-data example value was not a string.

  • Fixed missing boundary in content-type: multipart/form-data header.

  • Added CSS variables to highlight path parameters in Replay.

  • Fixed extra bottom padding in the Admonition component.

Reunite
v2025-07-04.2
latest
2025-07-04

Fixes

  • Fixed crash when deleting a remote subfolder.

Previous releases

Reunite
v2025-07-01.2
2025-07-01

Fixes

  • Resolved permissions conflict that restricted project administrators’ access with the MEMBER organization role.

  • Fixed issue where user session omitted some teams after SSO login.

  • Added email notifications for failed remote content auto-merges.

Reunite
v2025-06-26.3
2025-06-26

Fixes

  • Fixed API registry snapshot details not displaying in the UI.

Reunite
v2025-06-24.1
2025-06-24

Fixes

  • Improved error handling for JavaScript heap out of memory during project build.

Realm
0.122.3
2025-06-24

Fixes

  • Fixed an issue where the Markdoc tabs tag incorrectly set the active state for the selected tab.

Reunite
v2025-06-23.1
2025-06-23

Fixes

  • Updated authentication email templates for clarity and consistency.

Realm
0.122.2
2025-06-20

Fixes

  • Fixed an issue where the tabs drop-down disappeared immediately after touch was released, preventing users from switching between tabs on mobile devices.

Reunite
v2025-06-17.2
2025-06-17

Fixes

  • Fixed file path insertion in the editor for non-Markdown files by using plain paths instead of Markdown link format.

Reunite
v2025-06-16.3
2025-06-16

Fixes

  • Fixed project build failure when redocly.yaml was missing.

Reunite
v2025-06-16.1
2025-06-16

Fixes

  • Configured AssertionConsumerServiceURL for SAML to use the correct value instead of the default first entry.

Realm
0.122.1
2025-06-11

Fixes

  • Fixed performance issue in the Tabs component.

  • Fixed false positive errors for unclosed quotes in markdoc attributes.

Realm
0.122.0
2025-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 to catalogClassic and theme component Catalog to CatalogClassic. 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 to small or medium.

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 the CVE-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 using REDOCLY_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 when REDOCLY_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.

Reunite
v2025-06-09.1
2025-06-09

Fixes

  • Implemented organization-specific branding on authentication screens.

  • Fixed fetching auto-merge errors on the Remote Content page.

Reunite
v2025-06-04.3
2025-06-04

Fixes

  • Updated @redocly/openapi-core dependency to version 0.0.0-snapshot.1748969604.

Reunite
v2025-06-02.4
2025-06-02

Fixes

  • Fixed issue preventing editing of GitHub Remote Content.

Reunite
v2025-06-02.3
2025-06-02

Features

  • Added auto-merge failure reason on the Remote Content page.

Reunite
v2025-05-29.2
2025-05-29

Fixes

  • Updated @redocly/openapi-core dependency to version 0.0.0-snapshot.1748443305.

Reunite
v2025-05-29.1
2025-05-29

Features

  • Updated dark theme colors to improve readability and contrast.

Reunite
v2025-05-27.1
2025-05-27

Fixes

  • Updated @redocly/openapi-core dependency to version 0.0.0-snapshot.1748015905.

Reunite
v2025-05-26.1
2025-05-26

Fixes

  • Updated @redocly/openapi-core dependency to version 0.0.0-snapshot.1747918074.

Reunite
v2025-05-23.2
2025-05-23

Features

  • Upgraded React to 19.x.