@scalar/api-reference 1.46.4 → 1.47.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 +64 -0
- package/dist/browser/standalone.js +1694 -1681
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/AgentScalar/AgentScalarDrawer.vue.d.ts.map +1 -1
- package/dist/components/AgentScalar/AgentScalarDrawer.vue.js +1 -1
- package/dist/components/AgentScalar/AgentScalarDrawer.vue2.js +54 -29
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.js +1 -1
- package/dist/components/ApiReference.vue2.js +12 -3
- package/dist/features/developer-tools/DeveloperTools.vue.d.ts.map +1 -1
- package/dist/features/developer-tools/DeveloperTools.vue.js +1 -1
- package/dist/helpers/lazy-bus.d.ts +6 -0
- package/dist/helpers/lazy-bus.d.ts.map +1 -1
- package/dist/helpers/lazy-bus.js +1 -0
- package/dist/style.css +41 -113
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,69 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.47.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#8340](https://github.com/scalar/scalar/pull/8340): fix: delay when clicking "show more" button
|
|
12
|
+
- [#8340](https://github.com/scalar/scalar/pull/8340): refactor(api-reference): update AgentScalarDrawer
|
|
13
|
+
- [#8340](https://github.com/scalar/scalar/pull/8340): chore: enable perf logs only for dev environment
|
|
14
|
+
|
|
15
|
+
#### Updated Dependencies
|
|
16
|
+
|
|
17
|
+
- **@scalar/workspace-store@0.36.0**
|
|
18
|
+
- [#8340](https://github.com/scalar/scalar/pull/8340): feat: support navigation options on server store
|
|
19
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
20
|
+
- [#8340](https://github.com/scalar/scalar/pull/8340): chore: disable perf logs by default
|
|
21
|
+
|
|
22
|
+
- **@scalar/code-highlight@0.3.0**
|
|
23
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
24
|
+
|
|
25
|
+
- **@scalar/openapi-parser@0.25.0**
|
|
26
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
27
|
+
|
|
28
|
+
- **@scalar/openapi-types@0.6.0**
|
|
29
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
30
|
+
|
|
31
|
+
- **@scalar/agent-chat@0.8.0**
|
|
32
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
33
|
+
|
|
34
|
+
- **@scalar/api-client@2.32.0**
|
|
35
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
36
|
+
|
|
37
|
+
- **@scalar/components@0.20.0**
|
|
38
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
39
|
+
|
|
40
|
+
- **@scalar/use-toasts@0.10.0**
|
|
41
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
42
|
+
|
|
43
|
+
- **@scalar/oas-utils@0.9.0**
|
|
44
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
45
|
+
|
|
46
|
+
- **@scalar/use-hooks@0.4.0**
|
|
47
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
48
|
+
|
|
49
|
+
- **@scalar/snippetz@0.7.0**
|
|
50
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
51
|
+
|
|
52
|
+
- **@scalar/helpers@0.3.0**
|
|
53
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
54
|
+
|
|
55
|
+
- **@scalar/sidebar@0.8.0**
|
|
56
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
57
|
+
|
|
58
|
+
- **@scalar/themes@0.15.0**
|
|
59
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
60
|
+
|
|
61
|
+
- **@scalar/icons@0.6.0**
|
|
62
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
63
|
+
|
|
64
|
+
- **@scalar/types@0.7.0**
|
|
65
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
66
|
+
|
|
3
67
|
## 1.46.4
|
|
4
68
|
|
|
5
69
|
### Patch Changes
|