@scalar/api-reference 1.46.0 → 1.46.2
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 +56 -0
- package/dist/blocks/scalar-server-selector-block/components/Selector.vue.js +1 -1
- package/dist/browser/standalone.js +4996 -4982
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/Auth/Auth.vue.d.ts.map +1 -1
- package/dist/components/Content/Auth/Auth.vue.js +2 -2
- package/dist/features/Operation/components/callbacks/Callback.vue.js +1 -1
- package/dist/features/Operation/components/callbacks/Callback.vue2.js +1 -1
- package/dist/style.css +98 -76
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,61 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.46.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/themes@0.14.3**
|
|
10
|
+
- [#8315](https://github.com/scalar/scalar/pull/8315): feat(theme): standardize tailwind line height behavior
|
|
11
|
+
|
|
12
|
+
- **@scalar/agent-chat@0.7.2**
|
|
13
|
+
|
|
14
|
+
- **@scalar/api-client@2.31.2**
|
|
15
|
+
|
|
16
|
+
- **@scalar/code-highlight@0.2.4**
|
|
17
|
+
|
|
18
|
+
- **@scalar/components@0.19.14**
|
|
19
|
+
|
|
20
|
+
- **@scalar/oas-utils@0.8.2**
|
|
21
|
+
|
|
22
|
+
- **@scalar/sidebar@0.7.45**
|
|
23
|
+
|
|
24
|
+
## 1.46.1
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- [#8294](https://github.com/scalar/scalar/pull/8294): default createAnySecurityScheme to false and fix index clamp issue
|
|
29
|
+
|
|
30
|
+
#### Updated Dependencies
|
|
31
|
+
|
|
32
|
+
- **@scalar/workspace-store@0.35.2**
|
|
33
|
+
- [#8310](https://github.com/scalar/scalar/pull/8310): refactor: move helpers to the helpers package to share primitive helpers
|
|
34
|
+
- [#8294](https://github.com/scalar/scalar/pull/8294): default createAnySecurityScheme to false and fix index clamp issue
|
|
35
|
+
- [#8287](https://github.com/scalar/scalar/pull/8287): consider path-level parameters in syncPathParameters instead of creating bare synthetic ones
|
|
36
|
+
|
|
37
|
+
- **@scalar/api-client@2.31.1**
|
|
38
|
+
- [#8310](https://github.com/scalar/scalar/pull/8310): refactor: move helpers to the helpers package to share primitive helpers
|
|
39
|
+
- [#8294](https://github.com/scalar/scalar/pull/8294): default createAnySecurityScheme to false and fix index clamp issue
|
|
40
|
+
|
|
41
|
+
- **@scalar/helpers@0.2.17**
|
|
42
|
+
- [#8310](https://github.com/scalar/scalar/pull/8310): refactor: move helpers to the helpers package to share primitive helpers
|
|
43
|
+
|
|
44
|
+
- **@scalar/oas-utils@0.8.1**
|
|
45
|
+
- [#8310](https://github.com/scalar/scalar/pull/8310): fix: correctly handle circular documents during the migration to indexdb
|
|
46
|
+
|
|
47
|
+
- **@scalar/agent-chat@0.7.1**
|
|
48
|
+
|
|
49
|
+
- **@scalar/sidebar@0.7.44**
|
|
50
|
+
|
|
51
|
+
- **@scalar/components@0.19.13**
|
|
52
|
+
|
|
53
|
+
- **@scalar/openapi-parser@0.24.16**
|
|
54
|
+
|
|
55
|
+
- **@scalar/types@0.6.9**
|
|
56
|
+
|
|
57
|
+
- **@scalar/snippetz@0.6.18**
|
|
58
|
+
|
|
3
59
|
## 1.46.0
|
|
4
60
|
|
|
5
61
|
### Minor Changes
|
|
@@ -49,7 +49,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
49
49
|
}, {
|
|
50
50
|
default: withCtx(() => [
|
|
51
51
|
createVNode(unref(ScalarButton), {
|
|
52
|
-
class: "bg-b-1 text-c-1 h-auto w-full justify-start gap-1.5 overflow-x-auto rounded-t-none !rounded-b-xl px-3 py-1.5 text-base font-normal whitespace-nowrap -outline-offset-1",
|
|
52
|
+
class: "bg-b-1 text-c-1 h-auto w-full justify-start gap-1.5 overflow-x-auto rounded-t-none !rounded-b-xl px-3 py-1.5 text-base/5.25 font-normal whitespace-nowrap -outline-offset-1",
|
|
53
53
|
variant: "ghost"
|
|
54
54
|
}, {
|
|
55
55
|
default: withCtx(() => [
|