@tomehq/theme 0.2.0 → 0.2.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 +11 -0
- package/dist/chunk-CTPOZMMK.js +1703 -0
- package/dist/entry.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
- package/src/Shell.tsx +1 -1
- package/src/entry.tsx +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @tomehq/theme
|
|
2
2
|
|
|
3
|
+
## 0.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Shell: logo links back to landing page, dynamic version in sidebar footer
|
|
8
|
+
- Shell: edit link support, table of contents depth config, changelog page layout
|
|
9
|
+
- Entry: pass new config fields (editLink, tableOfContents, plugins) to Shell
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- @tomehq/core@0.2.0
|
|
12
|
+
- @tomehq/components@0.2.0
|
|
13
|
+
|
|
3
14
|
## 0.1.2
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|