@tomehq/theme 0.3.3 → 0.4.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.
- package/CHANGELOG.md +37 -0
- package/dist/chunk-2APCPR2Y.js +2110 -0
- package/dist/chunk-2AXAEADQ.js +2525 -0
- package/dist/chunk-2WNOJXK3.js +2581 -0
- package/dist/chunk-37JI6XGT.js +1720 -0
- package/dist/chunk-3A2LPGUL.js +1991 -0
- package/dist/chunk-3I2QTWTW.js +1948 -0
- package/dist/chunk-3I4SJMER.js +2538 -0
- package/dist/chunk-45M5UIAB.js +2110 -0
- package/dist/chunk-462AGU3S.js +1959 -0
- package/dist/chunk-5GVQFIPI.js +2581 -0
- package/dist/chunk-7MUTU5D4.js +1720 -0
- package/dist/chunk-7NQ4IMDY.js +2294 -0
- package/dist/chunk-ABNPB6BB.js +2133 -0
- package/dist/chunk-BZGWSKT2.js +573 -0
- package/dist/chunk-BZIB2LMI.js +2519 -0
- package/dist/chunk-CMQCNCSY.js +2127 -0
- package/dist/chunk-CTPOZMMK.js +1703 -0
- package/dist/chunk-DKSQZLWR.js +2569 -0
- package/dist/chunk-DO544M3G.js +1702 -0
- package/dist/chunk-DPKZBFQP.js +1777 -0
- package/dist/chunk-EK7PZUEB.js +2147 -0
- package/dist/chunk-FMOLIHQF.js +2182 -0
- package/dist/chunk-FWBTK5TL.js +1444 -0
- package/dist/chunk-GDQIBNX5.js +1962 -0
- package/dist/chunk-GHQ2MODM.js +2127 -0
- package/dist/chunk-GR2WCRGK.js +2182 -0
- package/dist/chunk-H5XZVNBW.js +2291 -0
- package/dist/chunk-HNLKDQ64.js +2139 -0
- package/dist/chunk-INUMUXN5.js +2095 -0
- package/dist/chunk-IW3NHNOQ.js +2187 -0
- package/dist/chunk-JA4PMX6M.js +1500 -0
- package/dist/chunk-JSPFS7G5.js +2102 -0
- package/dist/chunk-JZRT4WNC.js +1441 -0
- package/dist/chunk-KQBY2JDB.js +2112 -0
- package/dist/chunk-LIMYFTPC.js +1468 -0
- package/dist/chunk-LIY62BGC.js +2519 -0
- package/dist/chunk-MEP7P6A7.js +1500 -0
- package/dist/chunk-MHYKO7KM.js +2570 -0
- package/dist/chunk-NOZBIES7.js +1948 -0
- package/dist/chunk-O4GH3KYX.js +1712 -0
- package/dist/chunk-OEDJTH5F.js +2569 -0
- package/dist/chunk-OEXM3BEC.js +1702 -0
- package/dist/chunk-PGKSFQ7A.js +2459 -0
- package/dist/chunk-PIV6CPY2.js +2395 -0
- package/dist/chunk-Q7PYTVW3.js +1771 -0
- package/dist/chunk-QCWZYABW.js +1468 -0
- package/dist/chunk-QYINBNMJ.js +2545 -0
- package/dist/chunk-RDF25WB2.js +2085 -0
- package/dist/chunk-RKTT3ZEX.js +1500 -0
- package/dist/chunk-S47BRMNQ.js +1715 -0
- package/dist/chunk-S4ZH5F56.js +1949 -0
- package/dist/chunk-SRD7NJHS.js +1949 -0
- package/dist/chunk-SWFYJO5H.js +2187 -0
- package/dist/chunk-TQDWPSTO.js +2087 -0
- package/dist/chunk-TTRXRPP6.js +1941 -0
- package/dist/chunk-UKYFJSUA.js +509 -0
- package/dist/chunk-VKEQHP2E.js +2133 -0
- package/dist/chunk-VUT2FMSI.js +1937 -0
- package/dist/chunk-VVCC5JHK.js +1949 -0
- package/dist/chunk-W732TVBK.js +1944 -0
- package/dist/chunk-X4VQYPKO.js +1768 -0
- package/dist/chunk-YX7HV4EP.js +2568 -0
- package/dist/chunk-YXKONM3A.js +2192 -0
- package/dist/chunk-YZ3P3TNS.js +1760 -0
- package/dist/chunk-ZVZ7JN3V.js +2568 -0
- package/dist/chunk-ZXW4STTN.js +2568 -0
- package/dist/entry.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
- package/src/Shell.test.tsx +25 -0
- package/src/Shell.tsx +8 -8
- package/src/entry-helpers.test.ts +60 -12
- package/src/entry-helpers.ts +56 -30
- package/src/entry.test.tsx +208 -3
- package/src/entry.tsx +28 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# @tomehq/theme
|
|
2
2
|
|
|
3
|
+
## 0.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- c4eae3b: Fix client-side navigation race conditions, content flash, and feedback section disappearing
|
|
8
|
+
|
|
9
|
+
**Theme:**
|
|
10
|
+
|
|
11
|
+
- Replace AbortController with navigation counter pattern for reliable race condition protection during rapid sidebar navigation
|
|
12
|
+
- Switch content innerHTML update from `useEffect` to `useLayoutEffect` to prevent visual flash artifacts (thumbs up/down flicker)
|
|
13
|
+
- Add `key={currentPageId}` on content div to force DOM recreation on page change
|
|
14
|
+
- Change `overflow: hidden` to `overflow: clip` on root container to prevent feedback section from disappearing on scroll
|
|
15
|
+
- Move `setCurrentPageId` after page load completes (load-before-push) so sidebar highlighting stays correct during navigation
|
|
16
|
+
- Remove stale HTML comparison guard that prevented content updates during rapid navigation
|
|
17
|
+
- Add error classes (PageNotFoundError, PageLoadError, NavigationCancelledError) for better error handling
|
|
18
|
+
|
|
19
|
+
**Core:**
|
|
20
|
+
|
|
21
|
+
- Page loader virtual module now throws `Error("Unknown page: " + id)` for unknown page IDs instead of silently returning null
|
|
22
|
+
|
|
23
|
+
**CLI:**
|
|
24
|
+
|
|
25
|
+
- Restructure `tome init` scaffolding to use Diataxis framework (tutorials, guides, reference, concepts)
|
|
26
|
+
- Add comprehensive starter pages for each Diataxis category
|
|
27
|
+
- Add create-tome template with same Diataxis structure
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies [c4eae3b]
|
|
32
|
+
- @tomehq/core@0.3.4
|
|
33
|
+
|
|
34
|
+
## 0.3.4
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- f03e6c2: Fix page scrolling beyond viewport bounds in all directions. Lock layout to 100vh with overflow hidden on html, body, and root container.
|
|
39
|
+
|
|
3
40
|
## 0.3.3
|
|
4
41
|
|
|
5
42
|
### Patch Changes
|