@redocly/redoc 0.114.0 → 0.115.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 +23 -3
- package/dist/.tsbuildinfo +1 -1
- package/dist/cli/prepare/collect-analytics.d.ts.map +1 -1
- package/dist/cli/prepare/collect-analytics.js +1 -1
- package/dist/cli/prepare/collect-analytics.js.map +1 -1
- package/dist/client/app/hooks/useScrollTracker.d.ts.map +1 -1
- package/dist/client/app/hooks/useScrollTracker.js +1 -1
- package/dist/client/app/hooks/useScrollTracker.js.map +1 -1
- package/dist/client/app/utils/getBlocksHeight.d.ts +20 -7
- package/dist/client/app/utils/getBlocksHeight.d.ts.map +1 -1
- package/dist/client/app/utils/getBlocksHeight.js +1 -1
- package/dist/client/app/utils/getBlocksHeight.js.map +1 -1
- package/dist/client/app/utils/syncScrollWithEditor.d.ts.map +1 -1
- package/dist/client/app/utils/syncScrollWithEditor.js +1 -1
- package/dist/client/app/utils/syncScrollWithEditor.js.map +1 -1
- package/dist/server/fs/cache.d.ts.map +1 -1
- package/dist/server/fs/cache.js +1 -1
- package/dist/server/fs/cache.js.map +1 -1
- package/dist/server/fs/utils/async-storage.d.ts +1 -0
- package/dist/server/fs/utils/async-storage.d.ts.map +1 -1
- package/dist/server/fs/utils/async-storage.js +1 -1
- package/dist/server/fs/utils/async-storage.js.map +1 -1
- package/dist/server/plugins/markdown/code-walkthrough/file-chunk-parser.js +2 -2
- package/dist/server/plugins/markdown/code-walkthrough/file-chunk-parser.js.map +1 -1
- package/dist/server/plugins/markdown/compiler.d.ts.map +1 -1
- package/dist/server/plugins/markdown/compiler.js +1 -1
- package/dist/server/plugins/markdown/compiler.js.map +1 -1
- package/dist/server/plugins/markdown/markdoc/custom-components/openapi/replay-openapi.js +1 -1
- package/dist/server/plugins/markdown/markdoc/custom-components/openapi/replay-openapi.js.map +1 -1
- package/dist/shared/l10n/default-translations.d.ts.map +1 -1
- package/dist/shared/l10n/default-translations.js +1 -1
- package/dist/shared/l10n/default-translations.js.map +1 -1
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @redocly/redoc
|
|
2
2
|
|
|
3
|
+
## 0.115.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 0c7c605b84: Added a disclaimer to AI search dialog, stating that the results sometimes may be incomplete or incorrect.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 7c1bd47c41: Fixed a performance issue where in develop mode changing a lot of files at once could cause an update to take a very long time making the development server unresponsive for the duration. An example of such changes are a global search and replace or deleting a directory with a lot of files.
|
|
12
|
+
- @redocly/openapi-docs@3.5.18
|
|
13
|
+
- @redocly/portal-plugin-mock-server@0.3.70
|
|
14
|
+
|
|
15
|
+
## 0.114.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 9ad4cb6e05: Updated **oneOf** and **anyOf** tabs in api descriptions to appear as dropdown lists when displayed on narrow screens.
|
|
20
|
+
- Updated dependencies [8a95d02982]
|
|
21
|
+
- Updated dependencies [9ad4cb6e05]
|
|
22
|
+
- Updated dependencies [619031bfcd]
|
|
23
|
+
- @redocly/openapi-docs@3.5.17
|
|
24
|
+
- @redocly/portal-plugin-mock-server@0.3.69
|
|
25
|
+
|
|
3
26
|
## 0.114.0
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|
|
@@ -85,8 +108,6 @@
|
|
|
85
108
|
|
|
86
109
|
### Patch Changes
|
|
87
110
|
|
|
88
|
-
- 98db54885b: Added an optional email input field to feedback configuration.
|
|
89
|
-
This input field allows anonymous users to include an email address together with their feedback.
|
|
90
111
|
- Updated dependencies [98db54885b]
|
|
91
112
|
- Updated dependencies [98db54885b]
|
|
92
113
|
- Updated dependencies [636e76fd89]
|
|
@@ -163,7 +184,6 @@
|
|
|
163
184
|
### Patch Changes
|
|
164
185
|
|
|
165
186
|
- e6f9766323: Added support for regular expressions in scorecard's `where metadata` object.
|
|
166
|
-
- e12aa4660f: Renamed `ssoOnPrem` to `ssoDirect` and added it to plan gates config.
|
|
167
187
|
- Updated dependencies [1f33e70f43]
|
|
168
188
|
- Updated dependencies [e12aa4660f]
|
|
169
189
|
- @redocly/config@0.18.0
|