@scalar/api-reference 1.43.3 → 1.43.4

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,54 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.43.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7678](https://github.com/scalar/scalar/pull/7678): chore: add test for tagSorter
8
+ - [#7693](https://github.com/scalar/scalar/pull/7693): feat: markdown default line height
9
+ - [#7730](https://github.com/scalar/scalar/pull/7730): fix: ensure path params work on the client
10
+
11
+ #### Updated Dependencies
12
+
13
+ - **@scalar/api-client@2.18.0**
14
+ - [#7686](https://github.com/scalar/scalar/pull/7686): feat: add array + object functionality to code input
15
+ - [#7585](https://github.com/scalar/scalar/pull/7585): feat: add copy url button on the addressbar
16
+ - [#7713](https://github.com/scalar/scalar/pull/7713): fix: grab deprecated schema.example value
17
+ - [#7723](https://github.com/scalar/scalar/pull/7723): fix: remove use-color-mode hook from modal
18
+ - [#7730](https://github.com/scalar/scalar/pull/7730): fix: ensure path params work on the client
19
+
20
+ - **@scalar/components@0.16.19**
21
+ - [#7725](https://github.com/scalar/scalar/pull/7725): fix(components): support slot for nested items icon
22
+ - [#7693](https://github.com/scalar/scalar/pull/7693): feat: markdown default line height
23
+
24
+ - **@scalar/helpers@0.2.7**
25
+ - [#7720](https://github.com/scalar/scalar/pull/7720): feat: escape XML in json2xml
26
+
27
+ - **@scalar/openapi-upgrader@0.1.7**
28
+ - [#7739](https://github.com/scalar/scalar/pull/7739): fix: upgrade form to multipart/form
29
+ - [#7694](https://github.com/scalar/scalar/pull/7694): feat: migrate x-example and x-examples
30
+
31
+ - **@scalar/json-magic@0.9.0**
32
+ - [#7701](https://github.com/scalar/scalar/pull/7701): Made bundle external document extensions configurable
33
+
34
+ - **@scalar/sidebar@0.7.9**
35
+ - [#7678](https://github.com/scalar/scalar/pull/7678): fix: added deprecated sidebar support
36
+
37
+ - **@scalar/use-hooks@0.3.6**
38
+ - [#7678](https://github.com/scalar/scalar/pull/7678): feat: added object stringification to useClipboard
39
+
40
+ - **@scalar/oas-utils@0.6.16**
41
+
42
+ - **@scalar/object-utils@1.2.21**
43
+
44
+ - **@scalar/types@0.5.7**
45
+
46
+ - **@scalar/workspace-store@0.24.6**
47
+
48
+ - **@scalar/openapi-parser@0.23.13**
49
+
50
+ - **@scalar/snippetz@0.6.4**
51
+
3
52
  ## 1.43.3
4
53
 
5
54
  ### Patch Changes