@scalar/api-reference 1.0.3 → 1.0.5

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 CHANGED
@@ -1,5 +1,34 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - ff81f70: refactor: move getting started example to GettingStarted component
8
+ - 5da1fc6: security: update axios from 1.5.0 to 1.6.1
9
+ - ff81f70: fix: don’t overwrite the CodeMirror content when collaborative editing is enabled
10
+ - Updated dependencies [ff81f70]
11
+ - Updated dependencies [5da1fc6]
12
+ - Updated dependencies [ff81f70]
13
+ - @scalar/swagger-editor@0.7.3
14
+ - @scalar/api-client@0.7.30
15
+
16
+ ## 1.0.4
17
+
18
+ ### Patch Changes
19
+
20
+ - 7fb2302: feat: detect variables in URLs
21
+ - 54098d7: chore: better fallbacks for the operation.name
22
+ - dd06807: fix: optional chain for request bodies
23
+ - 551aa7d: fix: mobile sidebar always open by default
24
+ - 7fb2302: fix: show server variables for single URLs too
25
+ - 3eff44f: fix: show description component only when a description is specified
26
+ - f0dca6c: fix: add fallback if no summary or key is provided for examples
27
+ - Updated dependencies [54098d7]
28
+ - Updated dependencies [7fb2302]
29
+ - @scalar/swagger-parser@0.5.7
30
+ - @scalar/api-client@0.7.29
31
+
3
32
  ## 1.0.3
4
33
 
5
34
  ### Patch Changes
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Scalar API Reference
2
2
 
3
- ![Version](https://img.shields.io/npm/v/%40scalar/api-reference)
4
- ![Downloads](https://img.shields.io/npm/dm/%40scalar/api-reference)
5
- ![License](https://img.shields.io/npm/l/%40scalar%2Fapi-reference)
3
+ [![Version](https://img.shields.io/npm/v/%40scalar/api-reference)](https://www.npmjs.com/package/@scalar/api-reference)
4
+ [![Downloads](https://img.shields.io/npm/dm/%40scalar/api-reference)](https://www.npmjs.com/package/@scalar/api-reference)
5
+ [![License](https://img.shields.io/npm/l/%40scalar%2Fapi-reference)](https://www.npmjs.com/package/@scalar/api-reference)
6
6
  [![Discord](https://img.shields.io/discord/1135330207960678410?style=flat&color=5865F2)](https://discord.gg/8HeZcRGPFS)
7
7
 
8
8
  Generate interactive API documentations from Swagger files. [Try our Demo](https://docs.scalar.com/swagger-editor)