Changelog

Realm
0.118.2
2025-01-31

  • Added error handling with proper error messages for AI Search dialog.

  • Fixed an issue where loading fonts from external URL in CSS produced an error stating that the fonts could not be resolved.

  • Fixed an issue where requests in Replay were missing predefined data that had to be manually defined.

Realm
0.118.1
2025-01-29

  • Fixed an issue where the withLightbox property was not working in the Markdoc img tag.

Realm
0.118.0
2025-01-29

  • Added lightbox support to the Markdoc img tag. The new withLightbox property can be enabled on an image by setting the property to true in the Markdoc tag.

  • Fixed an issue where disabling Mock Server in the redocly.yaml file when using the openapi-code-sample Markdoc tag caused an error.

Realm
0.117.1
2025-01-28

  • Fixed an issue where the configure function did not set up request values after being ejected.

Realm
0.117.0
2025-01-27

  • Enhanced search so you can search for specific operation parameters in API reference documents, then click on a search results item with the highlighted parameter and be directed to the correct place in the API reference document.

  • Added a functionality that enables users to programatically setup request values.

Realm
0.116.1
2025-01-24

  • Added CSS variables to CompilationError component.

Realm
0.116.0
2025-01-23

  • Enhanced development mode error handling showing compilation errors instead of Internal Server Error page.

Realm
0.115.1
2025-01-17

  • Updated the header size of the optional email input field in feedback configuration.

  • Added 'Authorization Code with PKCE' grant type. You can now configure PKCE in OAuth 2.0 and OpenID Connect authorization types.

Realm
0.115.0
2025-01-14

  • Added a disclaimer to AI search dialog, stating that the results sometimes may be incomplete or incorrect.

  • Added support for API request tabs. You can now open API requests in separate tabs, enabling you to set up parameter values individually in each tab.

  • Fixed a performance issue where in develop mode changing a lot of files at once could cause an update to take a very long time making the development server unresponsive for the duration. An example of such changes are a global search and replace or deleting a directory with a lot of files.

Realm
0.114.1
2025-01-07

  • Updated oneOf and anyOf tabs in api descriptions to appear as dropdown lists when displayed on narrow screens.

  • Fixed an issue where 204 No Content responses displayed an error message. 204 No Content responses now display a No content message in the right panel. This text is customizable through translation keys.

  • Fixed an issue where an empty languages array in code samples caused the application to crash.

Realm
0.114.0
2025-01-03

  • Added an optional email input field to feedback configuration.

  • Enhanced redocly.yaml configuration properties for advanced search. Note that this update may introduce breaking changes if the project contains the following ejected components: SearchDialog, SearchFilter, SearchFilterField, or SearchGroups.

  • Updated feedback components to support an optional email input field in feedback forms.

  • Feedback forms include an optional email field for anonymous users.

  • Enhanced redocly.yaml configuration properties for advanced search. Note that this update may introduce breaking changes if the project contains the following ejected components: SearchDialog, SearchFilter, SearchFilterField, or SearchGroups.

Realm
0.113.0
2025-01-03

  • Improved resolving of plugins and ensured that each plugin will only be initialized once during the project build.

  • Fixed multiple issues related to the asset resolution to ensure that the way assets are resolved is consistent across all of the features and handle localization, static directory, and the absolute style path support.

  • Fixed an issue where adding a custom label to the Payload language caused it to disappear from the language selector on operation pages.

  • Fixed an issue where Required scopes on the Security popup could overflow the their designated area instead of wrapping.

Realm
0.112.2
2025-01-02

  • Set the shiki package to the latest minor version that does not contain breaking changes.

  • Fixed an issue where the Servers and Languages panels were duplicated in stacked layout.

Realm
0.112.1
2024-12-23

  • Resolved an issue with the mock server where the first matching API route was selected instead of the longest matching route, which led to inaccurate request handling.

  • Added default email value to the developer server login form.

Realm
0.112.0
2024-12-20

  • Added an img Markdoc tag that provides users the ability to size and style images in Markdown.

  • Improved the OpenAPI definition bundling error message by including the path to the file, making it easier to identify the location of the error.

  • Headers are now excluded from page data for anonymous users to prevent potential cache deception attacks.

  • Improved AI search dialog: now links opening in new tabs, the search button is always enabled, and the search field label is updated.

  • Changed the text color in the total page counter to improve readability in light mode.

  • Updated version of the @redocly/openapi-core dependency to 1.26.1.

Realm
0.111.5
2024-12-17

  • Improved multi-product selection with different locales or relative path configuration.

Realm
0.111.4
2024-12-13

  • Fixed an issue where removing card titles with the development server running caused an error.

  • Added the ability to render Markdown formatting used within the markdoc-example Markdoc tag with the renderDemo attribute.

  • Extended rbac configuration with a features property so elements of features can be controlled such as the visibility of the Search with AI button for AI search.

Realm
0.111.3
2024-12-12

  • Fixed a UI issue where lengthy error text was not wrapped to the next line.

  • Added a close button for search on mobile devices.

  • Updated the exampleKey behavior for openapi-code-sample Markdoc tags in the following ways: if exampleKey is not specified, both request and response examples are displayed; if exampleKey is specified, only the relevant example (request or response) is displayed.

  • Resolved an issue with the developer onboarding feature where the /apps/ route was secured with RBAC, but the link to My Apps was still visible in the user menu even when the user was not granted access.

Realm
0.111.2
2024-12-11

  • Fixed an issue where HTML image tags that referenced images either in the static folder or in a nested folder, were not being resolved. Also, fixed source issues with HTML iframe tags.

  • Resolved an issue with the multi-product feature where redirects of the index page of a product were not directing traffic to the assigned page.

Realm
0.111.1
2024-12-11

  • Updated version of the @redocly/openapi-core dependency to 1.26.0.

  • Improved error handling in the project: project pages that display an error message are now automatically refreshed after the user resolves the error in the editor.

  • Fixed an issue where clicking Show array properties displayed a redundant button instead of nested array properties.

  • Resolved an issue where multipart/form-data was selected in the Request samples panel and arrays were incorrectly displayed.