@scalar/api-reference 1.57.3 → 1.57.5
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 +10 -0
- package/dist/browser/standalone.js +234 -234
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReference.vue.script.js +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue.js +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue.js.map +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue.script.js +9 -9
- package/dist/features/Operation/components/ParameterListItem.vue.script.js.map +1 -1
- package/dist/style.css +20 -20
- package/dist/vue-styles.css +20 -20
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.57.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#9318](https://github.com/scalar/scalar/pull/9318): fix: restore response content type selector when expandAllResponses is enabled
|
|
8
|
+
|
|
9
|
+
Move the content type picker after the disclosure panel so it stacks above expanded response content and remains clickable when `expandAllResponses` is true.
|
|
10
|
+
|
|
11
|
+
## 1.57.4
|
|
12
|
+
|
|
3
13
|
## 1.57.3
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|