Skip to content

v6.3.2

Choose a tag to compare

@childrentime childrentime released this 22 May 01:31
· 98 commits to main since this release

Bug Fixes

  • core: emit default values in the generated API docs. Five hooks used the non-standard @default JSDoc tag, which the doc generator silently dropped (rendering the default column as -). Switched to the TSDoc-standard @defaultValue tag so defaults now show correctly.
    • Affected hooks: useMicrophone, useElementBounding, useScroll, useScratch, useSpeechRecognition (and useInfiniteScroll, which reuses the useScroll options).

Docs

  • Add the useWakeLock API 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.