@redocly/redoc 0.80.3 → 0.81.1

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 CHANGED
@@ -1,5 +1,29 @@
1
1
  # @redocly/redoc
2
2
 
3
+ ## 0.81.1
4
+
5
+ ### Patch Changes
6
+
7
+ - b3f182a521: fix: Added support for ignoring relative paths in the `redocly.yaml` configuration file.
8
+ - Updated dependencies [571f059882]
9
+ - @redocly/openapi-docs@3.0.0-alpha.91
10
+ - @redocly/portal-plugin-mock-server@0.1.15
11
+
12
+ ## 0.81.0
13
+
14
+ ### Minor Changes
15
+
16
+ - 6380e0d826: feat: Added the `removeAttribution` configuration option for the Enterprise plan users. See [Remove attribution](/reference/remove-attribution.md) in the documentation for more information.
17
+
18
+ ### Patch Changes
19
+
20
+ - 16b7d5e657: fix: Fixed an issue removed the canonical URL meta tags from some pages.
21
+ - Updated dependencies [6380e0d826]
22
+ - @redocly/config@0.3.0
23
+ - @redocly/portal-plugin-mock-server@0.1.14
24
+ - @redocly/theme@0.36.1
25
+ - @redocly/openapi-docs@3.0.0-alpha.90
26
+
3
27
  ## 0.80.3
4
28
 
5
29
  ### Patch Changes