Releases: openpatch/hyperbook
Releases · openpatch/hyperbook
hyperbook@0.86.1
Patch Changes
bd5620bThanks @mikebarkmin! - Fix dark mode and overflow for consent banners
hyperbook-studio@0.49.25
Patch Changes
- Updated dependencies [
bd5620b]:- @hyperbook/markdown@0.58.1
@hyperbook/markdown@0.58.1
Patch Changes
bd5620bThanks @mikebarkmin! - Fix dark mode and overflow for consent banners
hyperbook@0.86.0
Minor Changes
7aa3666Thanks @mikebarkmin! - Add struktolab integration
hyperbook-studio@0.49.24
Patch Changes
- Updated dependencies [
7aa3666]:- @hyperbook/markdown@0.58.0
@hyperbook/markdown@0.58.0
Minor Changes
7aa3666Thanks @mikebarkmin! - Add struktolab integration
hyperbook@0.85.0
Minor Changes
bb3a336Thanks @mikebarkmin! - Add consent banner to embeds and youtube
hyperbook-studio@0.49.23
Patch Changes
- Updated dependencies [
bb3a336]:- @hyperbook/markdown@0.57.0
@hyperbook/markdown@0.57.0
Minor Changes
bb3a336Thanks @mikebarkmin! - Add consent banner to embeds and youtube
hyperbook@0.84.5
Patch Changes
-
b39a52aThanks @mikebarkmin! - Standardize client-side scripts to usehyperbook.*namespace pattern.- All scripts now use
hyperbook.X = (function() { return {...} })()IIFE pattern - Moved
var storeandvar i18nglobals underhyperbook.storeandhyperbook.i18n - Split
client.jsintobootstrap.js(init logic) andui.js(UI functions) - Grouped UI functions into sub-namespaces:
hyperbook.ui,hyperbook.qrcode,hyperbook.share - All directives now auto-init with
DOMContentLoadedandMutationObserver - Added JSDoc type definitions via
hyperbook.types.jsfor IDE support - Resolved
hyperbook.downloadnaming collision (archive directive renamed tohyperbook.archive)
- All scripts now use