@scalar/api-reference 1.42.0 → 1.43.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 +54 -0
- package/dist/browser/standalone.js +25 -22
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.js +1 -1
- package/dist/components/ApiReference.vue2.js +1 -0
- package/dist/style.css +52 -52
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,59 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.43.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7673](https://github.com/scalar/scalar/pull/7673): fix: pass in reactive auth config to client
|
|
8
|
+
|
|
9
|
+
#### Updated Dependencies
|
|
10
|
+
|
|
11
|
+
- **@scalar/api-client@2.17.6**
|
|
12
|
+
- [#7630](https://github.com/scalar/scalar/pull/7630): feat: add clear button to password field
|
|
13
|
+
- [#7673](https://github.com/scalar/scalar/pull/7673): fix: pass in reactive auth config to client
|
|
14
|
+
- [#7664](https://github.com/scalar/scalar/pull/7664): fix: example resolution in request body
|
|
15
|
+
|
|
16
|
+
## 1.43.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [#7661](https://github.com/scalar/scalar/pull/7661): feat: api client v2 integration
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
#### Updated Dependencies
|
|
25
|
+
|
|
26
|
+
- **@scalar/workspace-store@0.24.4**
|
|
27
|
+
- [#7661](https://github.com/scalar/scalar/pull/7661): fix: all issues for client modal v2 preparation
|
|
28
|
+
|
|
29
|
+
- **@scalar/api-client@2.17.5**
|
|
30
|
+
- [#7661](https://github.com/scalar/scalar/pull/7661): fix: all issues for client modal v2 preparation
|
|
31
|
+
|
|
32
|
+
- **@scalar/use-hooks@0.3.5**
|
|
33
|
+
- [#7661](https://github.com/scalar/scalar/pull/7661): fix: all issues for client modal v2 preparation
|
|
34
|
+
|
|
35
|
+
- **@scalar/helpers@0.2.6**
|
|
36
|
+
- [#7661](https://github.com/scalar/scalar/pull/7661): fix: all issues for client modal v2 preparation
|
|
37
|
+
|
|
38
|
+
- **@scalar/types@0.5.6**
|
|
39
|
+
- [#7661](https://github.com/scalar/scalar/pull/7661): fix: all issues for client modal v2 preparation
|
|
40
|
+
|
|
41
|
+
- **@scalar/oas-utils@0.6.14**
|
|
42
|
+
|
|
43
|
+
- **@scalar/sidebar@0.7.6**
|
|
44
|
+
|
|
45
|
+
- **@scalar/components@0.16.16**
|
|
46
|
+
|
|
47
|
+
- **@scalar/json-magic@0.8.10**
|
|
48
|
+
|
|
49
|
+
- **@scalar/object-utils@1.2.20**
|
|
50
|
+
|
|
51
|
+
- **@scalar/openapi-parser@0.23.11**
|
|
52
|
+
|
|
53
|
+
- **@scalar/openapi-upgrader@0.1.6**
|
|
54
|
+
|
|
55
|
+
- **@scalar/snippetz@0.6.3**
|
|
56
|
+
|
|
3
57
|
## 1.42.0
|
|
4
58
|
|
|
5
59
|
### Minor Changes
|