Changelog

Realm
0.100.1
2024-09-13

  • Raised version of the @redocly/openapi-core dependency to 1.25.1

  • Added an additional path to breadcrumbs that shows the current API title.

  • Fixed client-side routing issue for card components with to attribute.

  • Resolved an issue where the server list dropdown did not display the full server URL with the operation path.

Realm
0.100.0
2024-09-13

  • Added built-in card and cards Markdoc components for enhanced content presentation.

Realm
0.99.2
2024-09-12

  • Improved the way long schema field names are rendered in API reference documentation.

Realm
0.99.1
2024-09-11

  • Fixed an issue that caused the warning React does not recognize the 'separatorLine' prop on a DOM to appear in console when using separators in the navbar.

  • Fixed an issue where the logo override in product config wasn't resolved correctly.

Realm
0.99.0
2024-09-11

  • Added the localization feature to graphql-docs.

  • Used reunite.ignoreLint instead of scorecard.ignoreNonCompliant for processing scorecard.

  • Added reunite.ignoreLint property. Deprecated scorecard.ignoreNonCompliant property.

  • Inlined initial CSS code for faster page rendering.

  • Introduced the inline option in the scripts configuration, allowing scripts to be directly embedded into the page for improved performance or specific use cases.

  • Fixed an issue where the path submitted with user feedback was invalid.

Realm
0.98.2
2024-09-09

  • Improved ejection prompt instructions to better explain the prompt interface.

  • Resolved an issue where the OpenAPI layout option did not work.

  • Fixed an issue where the config.mockServer option should be used instead of deprecated option config.theme.mockServer.

  • Removed Experience it firsthand in the API Explorer! text from the UI.

  • Fixed an issue that caused errors when adding values to server variables in Replay.

Realm
0.98.1
2024-09-04

  • Fixed an issue where the eject command did not terminate properly and continued to run in the terminal after execution.

  • Fixed an issue where the logo image wasn't resolved correctly when an absolute link style was used.

  • Fixed an issue where an incorrect header could be saved in history if the user had changed the header value before the response arrived.

Realm
0.98.0
2024-09-02

  • Implemented sitemap priorities: 0.5 for all pages, and 0.3 for non-default versioned content.

  • Raised version of the @redocly/openapi-core dependency to 1.22.1.

  • Fixed input hotkeys (Ctrl+Z, Ctrl+A, etc.) not functioning on Windows in Replay.

  • Fixed a bug where deleted text would reappear after subsequent input in Replay.

  • If no body is provided in the request, Replay no longer sends the Content-Type header.

Realm
0.97.8
2024-08-31

  • Fixed mock server functionality by correcting routing matching logic.

Realm
0.97.7
2024-08-30

  • Fixed an issue where an index.yaml file being an OpenAPI page could cause the project's UI to display incorrectly.

  • Fixed an issue where the plugin located in the root directory of the project caused production and preview builds to crash.

  • Resolved an issue where the sitemap was empty for projects using RBAC.

Realm
0.97.6
2024-08-29

  • Resolved a regression in nested config processing that could cause crashes in certain scenarios.

Realm
0.97.5
2024-08-29

  • Fixed an issue where plugins didn't load when a project had multiple products set up.

Realm
0.97.4
2024-08-28

  • Ensured proper validation of openapi and apis configuration within product-level redocly.yaml files.

  • Resolved an issue where the sitemaps and the canonical URLs had extra trailing slashes.

  • Resolved issue where configuration settings in the root redocly.yaml were not being inherited by redocly.yaml files within 'product' folders.

  • Fixed an issue where the apis.*.root setting in nested redocly.yaml was always being resolved from the project root, instead of the nested configuration's location.

Realm
0.97.3
2024-08-27

  • Fixed an issue where a theme's path was being resolved incorrectly, and the eject command was not working.

Realm
0.97.2
2024-08-27

  • Fixed issue with link resolvers in Markdown attributes when multiple attributes are present on a tag.

  • Fixed an issue with displaying the active item in the navigation bar.

Realm
0.97.1
2024-08-25

  • Resolved issue where OpenAPI routes were not included in the default sidebar.

Realm
0.97.0
2024-08-23

  • Add ability to set multiple custom slugs for Markdown and React pages using front matter configuration

  • Updated hono to v4.5.8

  • Fixed the backwards compatibility of the theme configuration property in the front matter.

  • Fixed the backwards compatibility of the theme.imports configuration property.

  • Removed the logo that was previously displayed in the default theme footer.

  • Resolved an issue where the copyright text would not display if footer items were empty.

Realm
0.96.0
2024-08-23

  • Renamed the translations command to translate.

Realm
0.95.0
2024-08-22

  • Renamed command options for consistency with Redocly CLI. This includes renaming contentDir into project-dir and changing locale into positional argument.

Realm
0.94.2
2024-08-22

  • Resolved an issue where mockServer could not be disabled in the recent realm versions.