v6.3.2
Bug Fixes
- core: emit default values in the generated API docs. Five hooks used the non-standard
@defaultJSDoc tag, which the doc generator silently dropped (rendering the default column as-). Switched to the TSDoc-standard@defaultValuetag so defaults now show correctly.- Affected hooks:
useMicrophone,useElementBounding,useScroll,useScratch,useSpeechRecognition(anduseInfiniteScroll, which reuses theuseScrolloptions).
- Affected hooks:
Docs
- Add the
useWakeLockAPI reference, which was never generated/committed when the hook landed (#194), so its docs page no longer renders an empty API table.
Note: runtime bundle is unchanged from v6.3.1 — this release only corrects JSDoc/type metadata (.d.ts) and the generated documentation tables.