@redocly/revel-reef 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 +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/revel-reef
|
|
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
|
+
- Updated dependencies [8a95d02982]
|
|
20
|
+
- Updated dependencies [9ad4cb6e05]
|
|
21
|
+
- Updated dependencies [619031bfcd]
|
|
22
|
+
- @redocly/openapi-docs@3.5.17
|
|
23
|
+
- @redocly/portal-plugin-mock-server@0.3.69
|
|
24
|
+
|
|
3
25
|
## 0.114.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
|
@@ -92,8 +114,6 @@
|
|
|
92
114
|
### Patch Changes
|
|
93
115
|
|
|
94
116
|
- b29c4de5de: Fixed an issue where removing card titles with the development server running caused an error.
|
|
95
|
-
- 98db54885b: Added an optional email input field to feedback configuration.
|
|
96
|
-
This input field allows anonymous users to include an email address together with their feedback.
|
|
97
117
|
- Updated dependencies [98db54885b]
|
|
98
118
|
- Updated dependencies [98db54885b]
|
|
99
119
|
- Updated dependencies [636e76fd89]
|
|
@@ -176,7 +196,6 @@
|
|
|
176
196
|
### Patch Changes
|
|
177
197
|
|
|
178
198
|
- e6f9766323: Added support for regular expressions in scorecard's `where metadata` object.
|
|
179
|
-
- e12aa4660f: Renamed `ssoOnPrem` to `ssoDirect` and added it to plan gates config.
|
|
180
199
|
- Updated dependencies [1f33e70f43]
|
|
181
200
|
- Updated dependencies [e12aa4660f]
|
|
182
201
|
- @redocly/config@0.18.0
|