@scalar/api-reference 1.44.0 → 1.44.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 +18 -0
- package/dist/browser/standalone.js +151 -138
- 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 -1
- package/dist/style.css +45 -28
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.44.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7961](https://github.com/scalar/scalar/pull/7961): fix(agent): make agent ui responsive
|
|
8
|
+
- [#7967](https://github.com/scalar/scalar/pull/7967): fix(agent): remove ui jump on uploading document
|
|
9
|
+
|
|
10
|
+
#### Updated Dependencies
|
|
11
|
+
|
|
12
|
+
- **@scalar/agent-chat@0.4.1**
|
|
13
|
+
- [#7960](https://github.com/scalar/scalar/pull/7960): fix: update agent pricing per message
|
|
14
|
+
- [#7966](https://github.com/scalar/scalar/pull/7966): feat(agent): add remaining message information
|
|
15
|
+
- [#7961](https://github.com/scalar/scalar/pull/7961): fix(agent): make agent ui responsive
|
|
16
|
+
- [#7967](https://github.com/scalar/scalar/pull/7967): fix(agent): remove ui jump on uploading document
|
|
17
|
+
|
|
18
|
+
- **@scalar/api-client@2.22.1**
|
|
19
|
+
- [#7965](https://github.com/scalar/scalar/pull/7965): Adds exports for creating external actions
|
|
20
|
+
|
|
3
21
|
## 1.44.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|