@redocly/redoc 0.79.3 → 0.80.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/client/app/Markdown/MarkdownTemplate.js +1 -1
- package/dist/client/app/Markdown/MarkdownTemplate.js.map +1 -1
- package/dist/server/plugins/default-theme/resolve-products-config.js +1 -1
- package/dist/server/plugins/default-theme/resolve-products-config.js.map +1 -1
- package/dist/server/plugins/markdown/markdown-static-data-loader.d.ts.map +1 -1
- package/dist/server/plugins/markdown/markdown-static-data-loader.js +1 -1
- package/dist/server/plugins/markdown/markdown-static-data-loader.js.map +1 -1
- package/dist/shared/types/feedback.d.ts +1 -0
- package/dist/shared/types/feedback.d.ts.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @redocly/redoc
|
|
2
2
|
|
|
3
|
+
## 0.80.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8dbb3d3b1f: feat: Added the ability to configure feedback on a per-product basis for multi-product projects. See the [Add multiple products](/author/how-to/multiple-products.md) page for details.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [8dbb3d3b1f]
|
|
12
|
+
- @redocly/theme@0.36.0
|
|
13
|
+
- @redocly/config@0.2.0
|
|
14
|
+
- @redocly/graphql-docs@0.6.40
|
|
15
|
+
- @redocly/openapi-docs@3.0.0-alpha.90
|
|
16
|
+
- @redocly/portal-plugin-mock-server@0.1.13
|
|
17
|
+
|
|
3
18
|
## 0.79.3
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|