Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-05-24 11:05:52 +00:00
parent 155ffbaf7f
commit bcc563abe9
268 changed files with 3502 additions and 722 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-techdocs-react
## 1.0.1-next.0
### Patch Changes
- 3b45ad701f: Creates a `TechDocsShadowDom` component that takes a tree of elements and an `onAppend` handler:
- Calls the `onAppend` handler when appending the element tree to the shadow root;
- Also dispatches an event when styles are loaded to let transformers know that the computed styles are ready to be consumed.
- Updated dependencies
- @backstage/core-components@0.9.5-next.0
## 1.0.0
### Major Changes