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.
Changelog
- Realm
- Reef
- Revel
- Redoc
- Reunite
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.
Reunitev2024-10-30.32024-10-30
Added Connections settings to the user profile modal that provide users the ability to view, switch, and remove their OAuth2 accounts connected to their organization.
Realm0.108.12024-10-29
Resolved an issue with SEO image tags in markdown pages, allowing both absolute and relative paths.
Improved text in search component when no results are returned.
Reunitev2024-10-29.22024-10-29
Added the Organization slug field to organization General settings allowing the users to customize the URL of the the organization.
Reunitev2024-10-29.12024-10-29
Improved the user experience of the View project drop-down navigation menu by updating the design and button labels.
Fixed a problem where the number of comments on a pull request was incorrect on the list page.
Realm0.108.02024-10-28
Added value specific configuration to feedback reasons settings.
Resolved an issue where the
openapi-docs
package crashed when the value ofpatternProperties
contained special characters.
Realm0.107.42024-10-24
Fixed an issue where Redoc selected one of the API operations to be the home page of an API description file, instead of the
info
section. The issue occurred when asidebars.yaml
file was present.Added animation to the search dialog.
Realm0.107.32024-10-23
Fixed an issue where OpenAPI description were not loaded.
Fixed a crash caused by the
openapi-code-sample
tag whenmockServer
was explicitly configured inredocly.yaml
.Fixed an issue where the Download OpenAPI button did not function for OpenAPI description files with spaces in their names.
Realm0.107.22024-10-22
Fixed an issue where the SEO title was not using the first heading from a Markdoc partial.
Realm0.107.12024-10-22
Fixed an issue where Markdoc partials tags in OpenAPI definition files were not resolved and could cause builds to fail.
Realm0.107.02024-10-22
Extended the
target
object in scorecard configuration by adding therules
option. This enables users to override rules for specific targets.
Resolved an issue where Replay did not save edits to the request body.
Realm0.106.32024-10-21
Raised the version of the
@redocly/config
package.
Resolved a crash caused by
x-rbac
functionality encountering unexpected null values in OpenAPI specifications.
Realm0.106.22024-10-17
Fixed an issue where description would not display for items that had a
oneOf
keyword nested insideallOf
.Fixed an issue where the URLs and references in
externalValue
in an OpenAPI description were not resolved inredocly-cli
.Fixed an issue where clicking the Download OpenAPI description links did not start file downloads. The issue occurred when the
output
option was used.Added validation for Markdoc admonition tag types, which provides users with error message direction to avoid invalid admonition types.
Resolved an issue where the displayed code samples did not change when users selected different code samples from the dropdown.
Resolved an issue where a security schema marked as
x-internal
was rendered as an empty part of a list of security schemas.Resolved an issue in a rendered API description where the right panel could overlap schemas listed in a nested
oneOf
list.