@scalar/api-reference 1.0.0 → 1.0.2

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,23 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - a7e6c25: fix: externalize remark/rehype dependencies to fix SSG builds
8
+ - 4253b4a: fix: move footer below sidebar and editor when toggled
9
+ - Updated dependencies [a7e6c25]
10
+ - @scalar/swagger-editor@0.7.1
11
+
12
+ ## 1.0.1
13
+
14
+ ### Patch Changes
15
+
16
+ - 68edf8c: feat: add oas version and spec version to title
17
+ - e482ce0: fix: don’t overwrite the content if there is nothing configured
18
+ - 6af9829: refactor: add a ApiReferenceLayout component to offer slots for everything
19
+ - 6bdc65b: Exported ApiReferenceLayout as separate component
20
+
3
21
  ## 1.0.0
4
22
 
5
23
  ### Minor Changes