@scalar/api-reference 1.44.17 → 1.44.18
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 +35 -0
- package/dist/browser/standalone.js +11732 -11765
- 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 +2 -1
- package/dist/helpers/map-config-plugins.d.ts +1 -1
- package/dist/helpers/map-config-plugins.d.ts.map +1 -1
- package/dist/style.css +105 -135
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.44.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#8109](https://github.com/scalar/scalar/pull/8109): feat: keep the sidebar scrolled near the top
|
|
8
|
+
- [#8134](https://github.com/scalar/scalar/pull/8134): fix(components): change caret position to right
|
|
9
|
+
- [#8121](https://github.com/scalar/scalar/pull/8121): chore: moved client plugin types to oas-utils so they can be shared
|
|
10
|
+
|
|
11
|
+
#### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- **@scalar/sidebar@0.7.33**
|
|
14
|
+
- [#8109](https://github.com/scalar/scalar/pull/8109): feat: keep the sidebar scrolled near the top
|
|
15
|
+
- [#8134](https://github.com/scalar/scalar/pull/8134): fix(components): change caret position to right
|
|
16
|
+
|
|
17
|
+
- **@scalar/workspace-store@0.31.2**
|
|
18
|
+
- [#8120](https://github.com/scalar/scalar/pull/8120): refactor: make navigation router-agnostic
|
|
19
|
+
- [#8121](https://github.com/scalar/scalar/pull/8121): feat: added post response scripts/testing to api client v2
|
|
20
|
+
|
|
21
|
+
- **@scalar/api-client@2.26.2**
|
|
22
|
+
- [#8120](https://github.com/scalar/scalar/pull/8120): refactor: make navigation router-agnostic
|
|
23
|
+
- [#8075](https://github.com/scalar/scalar/pull/8075): Use Vue Transition for modal animation for better cross browser support.
|
|
24
|
+
- [#8121](https://github.com/scalar/scalar/pull/8121): feat: added post response scripts/testing to api client v2
|
|
25
|
+
- [#8134](https://github.com/scalar/scalar/pull/8134): fix(components): change caret position to right
|
|
26
|
+
|
|
27
|
+
- **@scalar/components@0.19.2**
|
|
28
|
+
- [#8134](https://github.com/scalar/scalar/pull/8134): fix(components): change caret position to right
|
|
29
|
+
|
|
30
|
+
- **@scalar/icons@0.5.3**
|
|
31
|
+
- [#8134](https://github.com/scalar/scalar/pull/8134): fix(components): change caret position to right
|
|
32
|
+
|
|
33
|
+
- **@scalar/oas-utils@0.6.40**
|
|
34
|
+
- [#8121](https://github.com/scalar/scalar/pull/8121): chore: moved client plugin types to oas-utils so they can be shared
|
|
35
|
+
|
|
36
|
+
- **@scalar/agent-chat@0.5.9**
|
|
37
|
+
|
|
3
38
|
## 1.44.17
|
|
4
39
|
|
|
5
40
|
### Patch Changes
|