@scalar/api-reference 1.40.9 → 1.41.1

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,83 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.41.1
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/components@0.16.14**
10
+ - [#7654](https://github.com/scalar/scalar/pull/7654): fix(components): explicitly set line height for buttons and sections
11
+
12
+ - **@scalar/api-client@2.17.3**
13
+
14
+ - **@scalar/code-highlight@0.2.2**
15
+
16
+ - **@scalar/helpers@0.2.4**
17
+
18
+ - **@scalar/icons@0.5.2**
19
+
20
+ - **@scalar/json-magic@0.8.8**
21
+
22
+ - **@scalar/oas-utils@0.6.12**
23
+
24
+ - **@scalar/object-utils@1.2.18**
25
+
26
+ - **@scalar/openapi-parser@0.23.9**
27
+
28
+ - **@scalar/openapi-types@0.5.3**
29
+
30
+ - **@scalar/openapi-upgrader@0.1.6**
31
+
32
+ - **@scalar/sidebar@0.7.4**
33
+
34
+ - **@scalar/snippetz@0.6.1**
35
+
36
+ - **@scalar/themes@0.13.26**
37
+
38
+ - **@scalar/types@0.5.4**
39
+
40
+ - **@scalar/use-hooks@0.3.3**
41
+
42
+ - **@scalar/use-toasts@0.9.1**
43
+
44
+ - **@scalar/workspace-store@0.24.2**
45
+
46
+ ## 1.41.0
47
+
48
+ ### Minor Changes
49
+
50
+ - [#7633](https://github.com/scalar/scalar/pull/7633): feat(api-reference): support rendering custom components for paths
51
+ - [#7583](https://github.com/scalar/scalar/pull/7583): feat: show empty schema message for object with no properties
52
+
53
+ ### Patch Changes
54
+
55
+ - [#7597](https://github.com/scalar/scalar/pull/7597): fix: show more button appears even if tags don't have any children
56
+
57
+ #### Updated Dependencies
58
+
59
+ - **@scalar/components@0.16.13**
60
+ - [#7584](https://github.com/scalar/scalar/pull/7584): fix: remove internal unused export
61
+ - `CARD_Heading_SYMBOL`
62
+ - `FORM_GROUP_SYMBOL`
63
+ - `formatHotKey#isDefault`
64
+ - `LoadingCompletionOptions`
65
+ - `MaybeElement`
66
+ - `ScalarComboBox#isGroup`
67
+
68
+ - [#7584](https://github.com/scalar/scalar/pull/7584): fix: remove unused `@scalar/use-toasts` dependency
69
+ - [#7604](https://github.com/scalar/scalar/pull/7604): fix(components): improve sidebar groups
70
+ - [#7589](https://github.com/scalar/scalar/pull/7589): chore(components): upgrade to Storybook 10
71
+
72
+ - **@scalar/workspace-store@0.24.2**
73
+ - [#7643](https://github.com/scalar/scalar/pull/7643): chore: update typebox
74
+
75
+ - **@scalar/api-client@2.17.2**
76
+
77
+ - **@scalar/sidebar@0.7.3**
78
+
79
+ - **@scalar/oas-utils@0.6.12**
80
+
3
81
  ## 1.40.9
4
82
 
5
83
  ### Patch Changes