@scalar/api-reference 1.54.0 → 1.55.0
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 +15 -0
- package/dist/browser/standalone.js +201 -201
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReference.vue.script.js +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.55.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#9045](https://github.com/scalar/scalar/pull/9045): feat(api-reference): show an "auth required" / "auth optional" badge next to each operation's path. Requirements are resolved via `operation.security ?? document.security`; hover reveals the scheme names, types, and any required scopes.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#9045](https://github.com/scalar/scalar/pull/9045): fix(api-reference): flatten deepObject query parameter display in parameter rendering
|
|
12
|
+
- [#9045](https://github.com/scalar/scalar/pull/9045): fix inline composed schema descriptions in api-reference
|
|
13
|
+
- [#9045](https://github.com/scalar/scalar/pull/9045): fix(api-reference): ignore undefined examples on flattened deepObject parameters
|
|
14
|
+
- [#9045](https://github.com/scalar/scalar/pull/9045): fix: remove extraneous eventBus prop from AgentScalarDrawer to eliminate Vue warning
|
|
15
|
+
- [#9043](https://github.com/scalar/scalar/pull/9043): chore: move test documents to cdn
|
|
16
|
+
- [#9045](https://github.com/scalar/scalar/pull/9045): chore: move scalar version logs
|
|
17
|
+
|
|
3
18
|
## 1.54.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|