@redocly/redoc-reef 0.122.0-next.0 → 0.122.0-next.2

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,54 @@
1
1
  # @redocly/redoc-reef
2
2
 
3
+ ## 0.122.0-next.2
4
+
5
+ ### Minor Changes
6
+
7
+ - 7f1cd9f9d3: Added the `lightboxStyle` attribute that customizes the image lightbox styles.
8
+ - 8b64036af9: Added support for closing the image lightbox using the Escape key.
9
+
10
+ ### Patch Changes
11
+
12
+ - b5505fbfc3: Fixed issues with `treeview` codeblock parsing to correctly support comments starting with # and accurately display file extensions.
13
+ - 60bebcb252: Fixed an issue where identical markdown headings across different tag descriptions created sidebar entries with the same URL, causing UI jumping issues. This fix adds tag ID prefixing to heading IDs, ensuring each heading gets a unique URL based on its tag.
14
+ - 171e8073e6: Fixed search history behavior to prevent frequent or redundant query entries.
15
+ - b81217d65c: Fixed an issue where an OpenAPI page would jump unexpectedly while scrolling.
16
+ - Updated dependencies [b5505fbfc3]
17
+ - Updated dependencies [60bebcb252]
18
+ - Updated dependencies [7f1cd9f9d3]
19
+ - Updated dependencies [171e8073e6]
20
+ - Updated dependencies [b81217d65c]
21
+ - Updated dependencies [8b64036af9]
22
+ - @redocly/theme@0.54.0-next.2
23
+ - @redocly/openapi-docs@3.10.0-next.2
24
+ - @redocly/asyncapi-docs@0.3.0-next.2
25
+ - @redocly/graphql-docs@0.11.0-next.0
26
+ - @redocly/portal-plugin-mock-server@0.7.0-next.2
27
+
28
+ ## 0.121.1
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [6b9d845619]
33
+ - @redocly/portal-plugin-mock-server@0.6.1
34
+ - @redocly/openapi-docs@3.9.1
35
+ - @redocly/asyncapi-docs@0.2.1
36
+
37
+ ## 0.122.0-next.1
38
+
39
+ ### Patch Changes
40
+
41
+ - eced575d67: Fixed an issue where email addresses did not appear on the **Feedback** page in Reunite,
42
+ if these emails were provided by anonymous users submitting feedback forms.
43
+ - Updated dependencies [eced575d67]
44
+ - Updated dependencies [eced575d67]
45
+ - Updated dependencies [1342ff36e3]
46
+ - @redocly/theme@0.54.0-next.1
47
+ - @redocly/portal-plugin-mock-server@0.7.0-next.1
48
+ - @redocly/asyncapi-docs@0.3.0-next.1
49
+ - @redocly/graphql-docs@0.11.0-next.0
50
+ - @redocly/openapi-docs@3.10.0-next.1
51
+
3
52
  ## 0.122.0-next.0
4
53
 
5
54
  ### Patch Changes