@scalar/api-reference 1.43.1 → 1.43.3
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 +36 -0
- package/README.md +1 -1
- package/dist/browser/standalone.js +1242 -1177
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/features/toolbar/ApiReferenceToolbarSdks.vue.js +1 -1
- package/dist/helpers/storage.d.ts +12 -16
- package/dist/helpers/storage.d.ts.map +1 -1
- package/dist/style.css +8 -76
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.43.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/workspace-store@0.24.5**
|
|
10
|
+
- [#7699](https://github.com/scalar/scalar/pull/7699): feat: added ui for oauth2 credentials location
|
|
11
|
+
|
|
12
|
+
- **@scalar/api-client@2.17.8**
|
|
13
|
+
- [#7699](https://github.com/scalar/scalar/pull/7699): feat: added ui for oauth2 credentials location
|
|
14
|
+
- [#7715](https://github.com/scalar/scalar/pull/7715): fix: remove scrollbar from buttons
|
|
15
|
+
|
|
16
|
+
- **@scalar/openapi-parser@0.23.12**
|
|
17
|
+
- [#7719](https://github.com/scalar/scalar/pull/7719): fix: self-referencing causes infinite loop in `dereference`
|
|
18
|
+
|
|
19
|
+
- **@scalar/oas-utils@0.6.15**
|
|
20
|
+
|
|
21
|
+
- **@scalar/sidebar@0.7.8**
|
|
22
|
+
|
|
23
|
+
- **@scalar/components@0.16.18**
|
|
24
|
+
|
|
25
|
+
## 1.43.2
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
#### Updated Dependencies
|
|
30
|
+
|
|
31
|
+
- **@scalar/components@0.16.17**
|
|
32
|
+
- [#7680](https://github.com/scalar/scalar/pull/7680): feat(components): simplify nested sidebar items styles
|
|
33
|
+
|
|
34
|
+
- **@scalar/api-client@2.17.7**
|
|
35
|
+
- [#7675](https://github.com/scalar/scalar/pull/7675): fix: ensure patch is uppercased
|
|
36
|
+
|
|
37
|
+
- **@scalar/sidebar@0.7.7**
|
|
38
|
+
|
|
3
39
|
## 1.43.1
|
|
4
40
|
|
|
5
41
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ Interactive API Reference from OpenAPI/Swagger Documents [Try our Demo](https://
|
|
|
44
44
|
|
|
45
45
|
## Documentation
|
|
46
46
|
|
|
47
|
-
[Read the documentation here](https://guides.scalar.com/
|
|
47
|
+
[Read the documentation here](https://guides.scalar.com/products/api-references/integrations/html-js)
|
|
48
48
|
|
|
49
49
|
## Community
|
|
50
50
|
|