@redocly/revel 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/revel
|
|
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
|
|
@@ -102,8 +124,6 @@
|
|
|
102
124
|
### Patch Changes
|
|
103
125
|
|
|
104
126
|
- 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
127
|
- Updated dependencies [98db54885b]
|
|
108
128
|
- Updated dependencies [98db54885b]
|
|
109
129
|
- Updated dependencies [636e76fd89]
|
|
@@ -182,7 +202,6 @@
|
|
|
182
202
|
### Patch Changes
|
|
183
203
|
|
|
184
204
|
- 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
205
|
- Updated dependencies [1f33e70f43]
|
|
187
206
|
- Updated dependencies [e12aa4660f]
|
|
188
207
|
- @redocly/config@0.18.0
|