Raised version of the @redocly/openapi-core
dependency to 1.25.1
Changelog
- Realm
- Reef
- Revel
- Redoc
- Reunite
Realm0.100.12024-09-13
Added an additional path to breadcrumbs that shows the current API title.
Fixed client-side routing issue for
card
components withto
attribute.Resolved an issue where the server list dropdown did not display the full server URL with the operation path.
Realm0.100.02024-09-13
Added built-in
card
andcards
Markdoc components for enhanced content presentation.
Realm0.99.22024-09-12
Improved the way long schema field names are rendered in API reference documentation.
Realm0.99.12024-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.
Realm0.99.02024-09-11
Added the localization feature to graphql-docs.
Used
reunite.ignoreLint
instead ofscorecard.ignoreNonCompliant
for processing scorecard.Added
reunite.ignoreLint
property. Deprecatedscorecard.ignoreNonCompliant
property.
Inlined initial CSS code for faster page rendering.
Introduced the
inline
option in thescripts
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.
Realm0.98.22024-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 optionconfig.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.
Realm0.98.12024-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.
Realm0.98.02024-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 to1.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 theContent-Type
header.
Realm0.97.72024-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.
Realm0.97.62024-08-29
Resolved a regression in nested config processing that could cause crashes in certain scenarios.
Realm0.97.52024-08-29
Fixed an issue where plugins didn't load when a project had multiple products set up.
Realm0.97.42024-08-28
Ensured proper validation of
openapi
andapis
configuration within product-levelredocly.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 byredocly.yaml
files within 'product' folders.Fixed an issue where the
apis.*.root
setting in nestedredocly.yaml
was always being resolved from the project root, instead of the nested configuration's location.
Realm0.97.32024-08-27
Fixed an issue where a theme's path was being resolved incorrectly, and the eject command was not working.
Realm0.97.22024-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.
Realm0.97.02024-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.