Skip to content

Releases: openpatch/hyperbook

hyperbook@0.86.1

17 Feb 16:46
0d5519f

Choose a tag to compare

Patch Changes

hyperbook-studio@0.49.25

17 Feb 16:46
0d5519f

Choose a tag to compare

Patch Changes

  • Updated dependencies [bd5620b]:
    • @hyperbook/markdown@0.58.1

@hyperbook/markdown@0.58.1

17 Feb 16:46
0d5519f

Choose a tag to compare

Patch Changes

hyperbook@0.86.0

15 Feb 10:16
4d65426

Choose a tag to compare

Minor Changes

hyperbook-studio@0.49.24

15 Feb 10:16
4d65426

Choose a tag to compare

Patch Changes

  • Updated dependencies [7aa3666]:
    • @hyperbook/markdown@0.58.0

@hyperbook/markdown@0.58.0

15 Feb 10:16
4d65426

Choose a tag to compare

Minor Changes

hyperbook@0.85.0

14 Feb 10:02
af75ee0

Choose a tag to compare

Minor Changes

hyperbook-studio@0.49.23

14 Feb 10:02
af75ee0

Choose a tag to compare

Patch Changes

  • Updated dependencies [bb3a336]:
    • @hyperbook/markdown@0.57.0

@hyperbook/markdown@0.57.0

14 Feb 10:02
af75ee0

Choose a tag to compare

Minor Changes

hyperbook@0.84.5

13 Feb 22:01
4010723

Choose a tag to compare

Patch Changes

  • b39a52a Thanks @mikebarkmin! - Standardize client-side scripts to use hyperbook.* namespace pattern.

    • All scripts now use hyperbook.X = (function() { return {...} })() IIFE pattern
    • Moved var store and var i18n globals under hyperbook.store and hyperbook.i18n
    • Split client.js into bootstrap.js (init logic) and ui.js (UI functions)
    • Grouped UI functions into sub-namespaces: hyperbook.ui, hyperbook.qrcode, hyperbook.share
    • All directives now auto-init with DOMContentLoaded and MutationObserver
    • Added JSDoc type definitions via hyperbook.types.js for IDE support
    • Resolved hyperbook.download naming collision (archive directive renamed to hyperbook.archive)