Added support for XML code samples in Redoc.
Changelog
- Realm
- Reef
- Revel
- Redoc
- Reunite
Realm0.109.02024-11-22
Added support for the
src
andsrcset
attributes in HTML tags in Markdown files.Added custom virtualization to boost performance of the initial render in Redoc operations.
Resolved an issue where GraphQL types and objects search results did not direct users to the expected paths.
Realm0.108.112024-11-22
Added a feature that enables users to exclude specific files and directories from scorecard linting.
Fixed an issue where accessing an anchor link on a project page would navigate the user to a location different than the link's intended target.
Fixed an issue where the Search modal was resized each time the content height changed.
Reunitev2024-11-21.12024-11-21
Improved the Checklists functionality with better responsiveness and fixed minor bugs.
Realm0.108.102024-11-20
Fixed SEO tags to use
redocly.yaml
config values as fallback to front matter.Fixed an issue where a duplicated scroll bar was displayed on the search dialog's right panel.
Realm0.108.92024-11-19
Resolved an issue with search when the
requiresLogin
option is configured. The configuration option did not affect the search results as intended, resulting in a potential data leak through the search endpoint.Resolved an issue where the application displayed incorrect links and page content.
Reunitev2024-11-17.22024-11-17
Improved the API Keys table by adding a Created date column with support for sorting.
Realm0.108.82024-11-15
Resolved an issue in a rendered API description where the right panel could overlap schemas listed in a nested
oneOf
list.Resolved an issue where HTTP 500 errors were caused by malformed URLs or mishandling invalid page data URLs.
Resolved an issue where descriptions placed next to
$ref
were not displayed in OpenAPI 3.1 description files.
Reunitev2024-11-15.32024-11-15
Enabled users to configure RBAC for API keys.
Improved the accuracy of contributor tracking by excluding commits from
noreply@github.com
.
Reunitev2024-11-14.42024-11-14
Enhanced the responsiveness of the Feedback Details Page, improving the the display of the page at different window sizes.
Realm0.108.72024-11-14
Fixed a major performance regression that significantly impacted large OpenAPI documents.
Realm0.108.62024-11-13
Resolved an issue where the catalog tiles descriptions displayed Markdown symbols instead of rendering the Markdown as expected.
Resolved an issue where searches using API paths returned no results.
Realm0.108.52024-11-12
Improved the
output
property forapis
configuration. The property now works as a reference fromopenapi
Markdoc tags.Fixed an issue where if you set
REDOCLY_PREFIX_PATHS
in the environment variables for a project, the Reunite Webview would stop updating based on the page selected in the editor.Fixed an issue where, on mobile devices, the Back button remained visible when users returned to the Main Menu from the drilled-down sidebar.
Resolved an issue where the default feedback type was not set. This issue has been resolved by setting
sentiment
as the default option.
Reunitev2024-11-12.12024-11-12
Improved the layout of the Commit tab in editor: moved the Revert button to line up with "All changes" and reduced the commit message text area.
Realm0.108.42024-11-07
Fixed type and import issues in ejectable components that could cause errors in Realm when these components are ejected.
Realm0.108.32024-11-06
Fixed an issue where code samples displayed an empty object when the payload's
value
parameter contained a root array.
Reunitev2024-11-05.12024-11-05
Added support for component eject (not generally available) in Reunite.
Reunitev2024-11-04.22024-11-04
Updated the version of the
@redocly/openapi-core
dependency to1.25.10
.
Realm0.108.22024-11-04
Fixed an issue where header anchor links in generated OpenAPI reference documents were not valid.
Updated the version of the
@redocly/openapi-core
dependency to1.25.10
.Improved
ignore
configuration to ignore sidebars files.Improved the loading state when opening the search dialog.