@scalar/api-reference 1.44.12 → 1.44.14

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 CHANGED
@@ -1,5 +1,59 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.44.14
4
+
5
+ ### Patch Changes
6
+
7
+ - [#8025](https://github.com/scalar/scalar/pull/8025): fix: use flex-start instead of start for better browser support
8
+ - [#8056](https://github.com/scalar/scalar/pull/8056): fix: hideModels not applying correctly
9
+
10
+ #### Updated Dependencies
11
+
12
+ - **@scalar/api-client@2.24.0**
13
+ - [#7989](https://github.com/scalar/scalar/pull/7989): fix: prevent API client modal from disappearing on reopen in Safari
14
+ - [#8049](https://github.com/scalar/scalar/pull/8049): fix: gracefully handle import errors when importing from command palette
15
+ - [#8061](https://github.com/scalar/scalar/pull/8061): fix: correctly display watch mode toggle state
16
+ - [#8062](https://github.com/scalar/scalar/pull/8062): fix: correctly handle redirect after the document deletion
17
+ - [#8070](https://github.com/scalar/scalar/pull/8070): chore: remove the import modal and change the workspace picker to support groups
18
+ - [#8045](https://github.com/scalar/scalar/pull/8045): feat: manage active environments
19
+
20
+ - **@scalar/workspace-store@0.29.0**
21
+ - [#8061](https://github.com/scalar/scalar/pull/8061): fix: do not throw when try to update a non existent document metadata
22
+ - [#8045](https://github.com/scalar/scalar/pull/8045): feat: manage active environments
23
+
24
+ - **@scalar/oas-utils@0.6.36**
25
+ - [#8037](https://github.com/scalar/scalar/pull/8037): Improve error message when running oas-utils tests while test-servers are not running
26
+
27
+ - **@scalar/components@0.17.6**
28
+ - [#8070](https://github.com/scalar/scalar/pull/8070): chore: remove the import modal and change the workspace picker to support groups
29
+
30
+ - **@scalar/agent-chat@0.5.5**
31
+
32
+ - **@scalar/openapi-parser@0.24.8**
33
+
34
+ - **@scalar/sidebar@0.7.29**
35
+
36
+ ## 1.44.13
37
+
38
+ ### Patch Changes
39
+
40
+ #### Updated Dependencies
41
+
42
+ - **@scalar/workspace-store@0.28.4**
43
+ - [#8047](https://github.com/scalar/scalar/pull/8047): fix: unpack proxy when update an environment
44
+
45
+ - **@scalar/api-client@2.23.4**
46
+ - [#8058](https://github.com/scalar/scalar/pull/8058): fix: correctly drop changes when modal closes
47
+ - [#8059](https://github.com/scalar/scalar/pull/8059): fix: harden auth secret extraction plus tests
48
+
49
+ - **@scalar/agent-chat@0.5.4**
50
+
51
+ - **@scalar/oas-utils@0.6.35**
52
+
53
+ - **@scalar/sidebar@0.7.28**
54
+
55
+ - **@scalar/components@0.17.5**
56
+
3
57
  ## 1.44.12
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-708aae59"]]);
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
  };