@scalar/api-reference 1.48.7 → 1.49.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.
Files changed (43) hide show
  1. package/CHANGELOG.md +62 -0
  2. package/dist/browser/standalone.js +9910 -9857
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/ApiReference.vue.d.ts +0 -1
  5. package/dist/components/ApiReference.vue.d.ts.map +1 -1
  6. package/dist/components/ApiReference.vue.js +1 -1
  7. package/dist/components/ApiReference.vue2.js +8 -9
  8. package/dist/components/Content/Auth/helpers/get-default-security.d.ts.map +1 -1
  9. package/dist/components/Content/Auth/helpers/get-default-security.js +13 -1
  10. package/dist/components/Content/Content.vue.d.ts +2 -4
  11. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  12. package/dist/components/Content/Content.vue.js +77 -83
  13. package/dist/components/Content/Models/ModelTag.vue.d.ts +3 -3
  14. package/dist/components/Content/Models/ModelTag.vue.d.ts.map +1 -1
  15. package/dist/components/Content/Models/ModelTag.vue.js +42 -48
  16. package/dist/components/Content/Operations/TraversedEntry.vue.d.ts.map +1 -1
  17. package/dist/components/Content/Operations/TraversedEntry.vue.js +3 -2
  18. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  19. package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
  20. package/dist/components/Content/Schema/SchemaProperty.vue2.js +9 -1
  21. package/dist/components/Content/Schema/helpers/should-display-description.js +1 -1
  22. package/dist/components/Content/Tags/components/ModernLayout.vue.d.ts +2 -2
  23. package/dist/components/Content/Tags/components/ModernLayout.vue.d.ts.map +1 -1
  24. package/dist/components/Content/Tags/components/ModernLayout.vue.js +1 -1
  25. package/dist/components/Content/Tags/components/ModernLayout.vue2.js +18 -26
  26. package/dist/components/Lazy/Lazy.vue.d.ts +3 -0
  27. package/dist/components/Lazy/Lazy.vue.d.ts.map +1 -1
  28. package/dist/components/Lazy/Lazy.vue.js +93 -4
  29. package/dist/features/ask-agent-button/AskAgentButton.vue.d.ts.map +1 -1
  30. package/dist/features/ask-agent-button/AskAgentButton.vue.js +1 -1
  31. package/dist/features/ask-agent-button/AskAgentButton.vue2.js +18 -14
  32. package/dist/helpers/id-routing.d.ts +4 -0
  33. package/dist/helpers/id-routing.d.ts.map +1 -1
  34. package/dist/helpers/id-routing.js +51 -5
  35. package/dist/helpers/lazy-bus.d.ts +19 -19
  36. package/dist/helpers/lazy-bus.d.ts.map +1 -1
  37. package/dist/helpers/lazy-bus.js +63 -28
  38. package/dist/helpers/storage.d.ts +4 -4
  39. package/dist/ssr.d.ts +22 -0
  40. package/dist/ssr.d.ts.map +1 -0
  41. package/dist/ssr.js +14 -0
  42. package/dist/style.css +130 -125
  43. package/package.json +16 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,67 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.49.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#8409](https://github.com/scalar/scalar/pull/8409): feat: lazy rendering
8
+
9
+ ### Patch Changes
10
+
11
+ - [#8443](https://github.com/scalar/scalar/pull/8443): fix hash-prefixed basePath routing
12
+ - [#8467](https://github.com/scalar/scalar/pull/8467): feat(api-reference): improve Ask AI button consistency and a11y
13
+ - [#8442](https://github.com/scalar/scalar/pull/8442): fix object schema descriptions in parameter rendering
14
+
15
+ #### Updated Dependencies
16
+
17
+ - **@scalar/workspace-store@0.40.2**
18
+ - [#8468](https://github.com/scalar/scalar/pull/8468): fix: ignore response examples when generating navigation
19
+
20
+ - **@scalar/api-client@2.38.1**
21
+ - [#8468](https://github.com/scalar/scalar/pull/8468): fix: example extraction, environment navigation and general UI fixes
22
+ - [#8451](https://github.com/scalar/scalar/pull/8451): fix(api-client): default-close auth when not required
23
+
24
+ - **@scalar/openapi-parser@0.25.4**
25
+ - [#8448](https://github.com/scalar/scalar/pull/8448): fix parser validation for unused path parameters
26
+
27
+ - **@scalar/components@0.20.9**
28
+ - [#8453](https://github.com/scalar/scalar/pull/8453): refactor: remove @ts-expect-error from ScalarTextArea
29
+
30
+ - **@scalar/agent-chat@0.9.9**
31
+
32
+ - **@scalar/oas-utils@0.10.8**
33
+
34
+ - **@scalar/sidebar@0.8.9**
35
+
36
+ ## 1.48.8
37
+
38
+ ### Patch Changes
39
+
40
+ - [#8425](https://github.com/scalar/scalar/pull/8425): fix auth default OAuth scope fallback
41
+ - [#8416](https://github.com/scalar/scalar/pull/8416): fix: direct css import breaks build in react, vitepress and others
42
+ - [#8417](https://github.com/scalar/scalar/pull/8417): fix: document not defined in SSR environments
43
+
44
+ #### Updated Dependencies
45
+
46
+ - **@scalar/api-client@2.38.0**
47
+ - [#8444](https://github.com/scalar/scalar/pull/8444): feat: cache last response for an example
48
+ - [#8424](https://github.com/scalar/scalar/pull/8424): fix(api-client): persist oauth credentials location
49
+ - [#8428](https://github.com/scalar/scalar/pull/8428): fix: overflow issues for mac app version
50
+ - [#8447](https://github.com/scalar/scalar/pull/8447): fix: propagate schema to request body form-data table
51
+
52
+ - **@scalar/agent-chat@0.9.8**
53
+ - [#8416](https://github.com/scalar/scalar/pull/8416): fix: direct css import breaks build in react, vitepress and others
54
+
55
+ - **@scalar/workspace-store@0.40.1**
56
+ - [#8424](https://github.com/scalar/scalar/pull/8424): feat: export XScalarCredentialsLocation
57
+ - [#8445](https://github.com/scalar/scalar/pull/8445): fix: generate unique id for models
58
+
59
+ - **@scalar/oas-utils@0.10.7**
60
+
61
+ - **@scalar/sidebar@0.8.8**
62
+
63
+ - **@scalar/components@0.20.8**
64
+
3
65
  ## 1.48.7
4
66
 
5
67
  ### Patch Changes