@redocly/redoc 0.114.1 → 0.115.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 +22 -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,27 @@
|
|
|
1
1
|
# @redocly/redoc
|
|
2
2
|
|
|
3
|
+
## 0.115.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0d3bdb4aae: Updated the header size of the optional `email` input field in feedback configuration.
|
|
8
|
+
- Updated dependencies [0d3bdb4aae]
|
|
9
|
+
- @redocly/theme@0.48.1
|
|
10
|
+
- @redocly/openapi-docs@3.5.19
|
|
11
|
+
- @redocly/portal-plugin-mock-server@0.3.71
|
|
12
|
+
|
|
13
|
+
## 0.115.0
|
|
14
|
+
|
|
15
|
+
### Minor Changes
|
|
16
|
+
|
|
17
|
+
- 0c7c605b84: Added a disclaimer to AI search dialog, stating that the results sometimes may be incomplete or incorrect.
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- 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.
|
|
22
|
+
- @redocly/openapi-docs@3.5.18
|
|
23
|
+
- @redocly/portal-plugin-mock-server@0.3.70
|
|
24
|
+
|
|
3
25
|
## 0.114.1
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -96,8 +118,6 @@
|
|
|
96
118
|
|
|
97
119
|
### Patch Changes
|
|
98
120
|
|
|
99
|
-
- 98db54885b: Added an optional email input field to feedback configuration.
|
|
100
|
-
This input field allows anonymous users to include an email address together with their feedback.
|
|
101
121
|
- Updated dependencies [98db54885b]
|
|
102
122
|
- Updated dependencies [98db54885b]
|
|
103
123
|
- Updated dependencies [636e76fd89]
|
|
@@ -174,7 +194,6 @@
|
|
|
174
194
|
### Patch Changes
|
|
175
195
|
|
|
176
196
|
- e6f9766323: Added support for regular expressions in scorecard's `where metadata` object.
|
|
177
|
-
- e12aa4660f: Renamed `ssoOnPrem` to `ssoDirect` and added it to plan gates config.
|
|
178
197
|
- Updated dependencies [1f33e70f43]
|
|
179
198
|
- Updated dependencies [e12aa4660f]
|
|
180
199
|
- @redocly/config@0.18.0
|