@scalar/api-reference 1.44.13 → 1.44.15
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 +54 -0
- package/dist/blocks/scalar-info-block/components/IntroductionCardItem.vue.js +1 -1
- package/dist/browser/standalone.js +2540 -2481
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReference.vue.d.ts +2 -0
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.js +1 -1
- package/dist/components/ApiReference.vue2.js +3 -4
- package/dist/style.css +171 -195
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,59 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.44.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/workspace-store@0.30.0**
|
|
10
|
+
- [#8077](https://github.com/scalar/scalar/pull/8077): feat: support team workspaces
|
|
11
|
+
|
|
12
|
+
- **@scalar/api-client@2.25.0**
|
|
13
|
+
- [#8077](https://github.com/scalar/scalar/pull/8077): feat: support team workspaces
|
|
14
|
+
|
|
15
|
+
- **@scalar/components@0.18.0**
|
|
16
|
+
- [#8077](https://github.com/scalar/scalar/pull/8077): feat: support team workspaces
|
|
17
|
+
|
|
18
|
+
- **@scalar/agent-chat@0.5.6**
|
|
19
|
+
|
|
20
|
+
- **@scalar/oas-utils@0.6.37**
|
|
21
|
+
|
|
22
|
+
- **@scalar/sidebar@0.7.30**
|
|
23
|
+
|
|
24
|
+
## 1.44.14
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- [#8025](https://github.com/scalar/scalar/pull/8025): fix: use flex-start instead of start for better browser support
|
|
29
|
+
- [#8056](https://github.com/scalar/scalar/pull/8056): fix: hideModels not applying correctly
|
|
30
|
+
|
|
31
|
+
#### Updated Dependencies
|
|
32
|
+
|
|
33
|
+
- **@scalar/api-client@2.24.0**
|
|
34
|
+
- [#7989](https://github.com/scalar/scalar/pull/7989): fix: prevent API client modal from disappearing on reopen in Safari
|
|
35
|
+
- [#8049](https://github.com/scalar/scalar/pull/8049): fix: gracefully handle import errors when importing from command palette
|
|
36
|
+
- [#8061](https://github.com/scalar/scalar/pull/8061): fix: correctly display watch mode toggle state
|
|
37
|
+
- [#8062](https://github.com/scalar/scalar/pull/8062): fix: correctly handle redirect after the document deletion
|
|
38
|
+
- [#8070](https://github.com/scalar/scalar/pull/8070): chore: remove the import modal and change the workspace picker to support groups
|
|
39
|
+
- [#8045](https://github.com/scalar/scalar/pull/8045): feat: manage active environments
|
|
40
|
+
|
|
41
|
+
- **@scalar/workspace-store@0.29.0**
|
|
42
|
+
- [#8061](https://github.com/scalar/scalar/pull/8061): fix: do not throw when try to update a non existent document metadata
|
|
43
|
+
- [#8045](https://github.com/scalar/scalar/pull/8045): feat: manage active environments
|
|
44
|
+
|
|
45
|
+
- **@scalar/oas-utils@0.6.36**
|
|
46
|
+
- [#8037](https://github.com/scalar/scalar/pull/8037): Improve error message when running oas-utils tests while test-servers are not running
|
|
47
|
+
|
|
48
|
+
- **@scalar/components@0.17.6**
|
|
49
|
+
- [#8070](https://github.com/scalar/scalar/pull/8070): chore: remove the import modal and change the workspace picker to support groups
|
|
50
|
+
|
|
51
|
+
- **@scalar/agent-chat@0.5.5**
|
|
52
|
+
|
|
53
|
+
- **@scalar/openapi-parser@0.24.8**
|
|
54
|
+
|
|
55
|
+
- **@scalar/sidebar@0.7.29**
|
|
56
|
+
|
|
3
57
|
## 1.44.13
|
|
4
58
|
|
|
5
59
|
### Patch Changes
|
|
@@ -8,7 +8,7 @@ function _sfc_render(_ctx, _cache) {
|
|
|
8
8
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
9
9
|
]);
|
|
10
10
|
}
|
|
11
|
-
const IntroductionCardItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
11
|
+
const IntroductionCardItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-81efafa3"]]);
|
|
12
12
|
export {
|
|
13
13
|
IntroductionCardItem as default
|
|
14
14
|
};
|