@redocly/revel 0.114.1 → 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 +12 -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 +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @redocly/revel
|
|
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
|
+
|
|
3
15
|
## 0.114.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -102,8 +114,6 @@
|
|
|
102
114
|
### Patch Changes
|
|
103
115
|
|
|
104
116
|
- b29c4de5de: Fixed an issue where removing card titles with the development server running caused an error.
|
|
105
|
-
- 98db54885b: Added an optional email input field to feedback configuration.
|
|
106
|
-
This input field allows anonymous users to include an email address together with their feedback.
|
|
107
117
|
- Updated dependencies [98db54885b]
|
|
108
118
|
- Updated dependencies [98db54885b]
|
|
109
119
|
- Updated dependencies [636e76fd89]
|
|
@@ -182,7 +192,6 @@
|
|
|
182
192
|
### Patch Changes
|
|
183
193
|
|
|
184
194
|
- e6f9766323: Added support for regular expressions in scorecard's `where metadata` object.
|
|
185
|
-
- e12aa4660f: Renamed `ssoOnPrem` to `ssoDirect` and added it to plan gates config.
|
|
186
195
|
- Updated dependencies [1f33e70f43]
|
|
187
196
|
- Updated dependencies [e12aa4660f]
|
|
188
197
|
- @redocly/config@0.18.0
|