Added a Back to templates command to the Create a project > Configure dialog window. This enables users to change the chosen project template without having to exit the dialog.
Changelog
- Realm
- Reef
- Revel
- Redoc
- Reunite
Realm0.111.22024-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.
Realm0.111.12024-12-11
Extended configuration to support additional automated jobs.
Updated version of the
@redocly/openapi-core
dependency to1.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.
Reunitev2024-12-09.42024-12-09
Significantly improved AI search quality by introducing reranking and hybrid search mechanisms.
Reunitev2024-12-09.22024-12-09
Renamed
ssoOnPrem
tossoDirect
and added it to plan gates config.Enhanced the user experience for the Webview preview pane by making the dev mode login state persist. This enhancement means when users log in to the Webview preview pane, if they open the Webview preview pane in a new window, they do not have to log in again.
Realm0.111.02024-12-06
Added new features for code snippet highlighting: highlighting lines, words and symbols, and marking lines as focused, added or removed.
Fixed an issue where icons were not displaying correctly in OpenAPI sidebar items.
Resolved an issue where decorators and plugins in OpenAPI description documentation were not applied to locales other than the default locale.
Added
iconPosition
property to Markdoccard
tag. This allows the icon in a card to be positioned independently of the card alignment.
Realm0.110.02024-12-05
Added
ignore
flag to the scorecard config, which allows users to skip scorecard calculations for specified files or directories.
Added support for regular expressions in scorecard's
where metadata
object.Renamed
ssoOnPrem
tossoDirect
and added it to plan gates config.
Realm0.109.52024-12-03
Fixed an issue where the block of text included in a details HTML tag in Markdown documents was not indented enough, making it difficult to distinguish from other text on the page.
Realm0.109.42024-12-02
Updated version of the
@redocly/openapi-core
dependency to1.25.15
.Added CORS configuration for feedback requests. This feature prevents automated request scanners from adding feedback entries.
Updated openapi-sampler package from 1.6.0 to 1.6.1 version.
Realm0.109.32024-11-29
Resolved an issue where
openapi-sampler
caused the Webview to throw an error during the build process.Resolved an issue where redirects to routes containing Cyrillic symbols caused an
Internal Server Error
.Fixed an issue where linking to fragment within a file could cause the link checker to return false positive errors.
Resolved an issue where the
openapi-docs
package crashed when the OpenAPI description had a complex discriminator structure.Updated
redocly.yaml
AI search configuration schema.Updated
ajv
package from8.6.3
to8.17.1
version.
Realm0.109.22024-11-27
Fixed an issue where the
info.summary
field from OpenAPI definitions was not being used for catalog cards.Resolved an issue where APIs in the catalog would disappear when switching to a different language. This occurred because the selected language (e.g., Spanish) added a localized path (/es-es/), which caused the APIs to not display.
Fixed an issue where user-submitted feedback did not appear on the Feedback page. This issue occurred when
requiresLogin
option was enabled for the feedback form inredocly.yaml
and could persist whenrequiresLogin
was disabled afterward.Fixed an issue where the sidebar occasionally failed to scroll to the currently active item.
Reunitev2024-11-27.12024-11-27
Updated the version of the
@redocly/openapi-core
dependency to1.25.14
.
Realm0.109.12024-11-25
Added total pages counter in development mode with console output and floating info box for Reunite users.
Resolved an issue where pattern-based RBAC configuration did not function correctly for search in certain edge cases.
Added support for restricting access to the
/apps/
route through role-based access control (RBAC).Updated the version of the
@redocly/openapi-core
dependency to1.25.14
.Resolved an issue where anchor links did not work when added to Markdown headings.
Realm0.109.02024-11-22
Added support for XML code samples in Redoc.
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.