diff --git a/.changeset/2722.md b/.changeset/2722.md new file mode 100644 index 0000000000..fd5c719c1a --- /dev/null +++ b/.changeset/2722.md @@ -0,0 +1,11 @@ +--- +'@backstage/plugin-api-docs': minor +--- + +There were some missing features and markdown was not rendered properly, but this is fixed now. + +Details: + +- [asyncapi/asyncapi-react#149](https://github.com/asyncapi/asyncapi-react/pull/149) - fix: improve markdown rendering of nested fields +- [asyncapi/asyncapi-react#150](https://github.com/asyncapi/asyncapi-react/pull/150) - feat: display the description of channels and operations +- [asyncapi/asyncapi-react#153](https://github.com/asyncapi/asyncapi-react/pull/153) - fix: let the list of enums break into multiple lines