@redocly/revel-reef 0.122.0-next.1 → 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 +32 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/client/app/hooks/codeHighlight/treeview-transformer.d.ts.map +1 -1
- package/dist/client/app/hooks/codeHighlight/treeview-transformer.js +1 -1
- package/dist/client/app/hooks/codeHighlight/treeview-transformer.js.map +1 -1
- package/dist/client/app/search/useSearch.d.ts.map +1 -1
- package/dist/client/app/search/useSearch.js +1 -1
- package/dist/client/app/search/useSearch.js.map +1 -1
- package/dist/compiled/svgo/svgo-node.js +45 -45
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @redocly/revel-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
|
+
- 171e8073e6: Fixed search history behavior to prevent frequent or redundant query entries.
|
|
14
|
+
- Updated dependencies [b5505fbfc3]
|
|
15
|
+
- Updated dependencies [60bebcb252]
|
|
16
|
+
- Updated dependencies [7f1cd9f9d3]
|
|
17
|
+
- Updated dependencies [171e8073e6]
|
|
18
|
+
- Updated dependencies [b81217d65c]
|
|
19
|
+
- Updated dependencies [8b64036af9]
|
|
20
|
+
- @redocly/theme@0.54.0-next.2
|
|
21
|
+
- @redocly/openapi-docs@3.10.0-next.2
|
|
22
|
+
- @redocly/asyncapi-docs@0.3.0-next.2
|
|
23
|
+
- @redocly/graphql-docs@0.11.0-next.0
|
|
24
|
+
- @redocly/portal-plugin-mock-server@0.7.0-next.2
|
|
25
|
+
|
|
26
|
+
## 0.121.1
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- Updated dependencies [6b9d845619]
|
|
31
|
+
- @redocly/portal-plugin-mock-server@0.6.1
|
|
32
|
+
- @redocly/openapi-docs@3.9.1
|
|
33
|
+
- @redocly/asyncapi-docs@0.2.1
|
|
34
|
+
|
|
3
35
|
## 0.122.0-next.1
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|