Skip to content

Commit 974048d

Browse files
committed
Merge branch 'main' of github.com:openpatch/hyperbook
2 parents c05d4d3 + 4010723 commit 974048d

7 files changed

Lines changed: 38 additions & 17 deletions

File tree

.changeset/standardize-hyperbook-namespace.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/hyperbook/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# hyperbook
22

3+
## 0.84.5
4+
5+
### Patch Changes
6+
7+
- [`b39a52a`](https://github.com/openpatch/hyperbook/commit/b39a52a0b1b1a37cb0b5b256ba7f43093e2ee946) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Standardize client-side scripts to use `hyperbook.*` namespace pattern.
8+
9+
- All scripts now use `hyperbook.X = (function() { return {...} })()` IIFE pattern
10+
- Moved `var store` and `var i18n` globals under `hyperbook.store` and `hyperbook.i18n`
11+
- Split `client.js` into `bootstrap.js` (init logic) and `ui.js` (UI functions)
12+
- Grouped UI functions into sub-namespaces: `hyperbook.ui`, `hyperbook.qrcode`, `hyperbook.share`
13+
- All directives now auto-init with `DOMContentLoaded` and `MutationObserver`
14+
- Added JSDoc type definitions via `hyperbook.types.js` for IDE support
15+
- Resolved `hyperbook.download` naming collision (archive directive renamed to `hyperbook.archive`)
16+
317
## 0.84.4
418

519
### Patch Changes

packages/hyperbook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperbook",
3-
"version": "0.84.4",
3+
"version": "0.84.5",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

packages/markdown/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @hyperbook/markdown
22

3+
## 0.56.0
4+
5+
### Minor Changes
6+
7+
- [`b39a52a`](https://github.com/openpatch/hyperbook/commit/b39a52a0b1b1a37cb0b5b256ba7f43093e2ee946) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Standardize client-side scripts to use `hyperbook.*` namespace pattern.
8+
9+
- All scripts now use `hyperbook.X = (function() { return {...} })()` IIFE pattern
10+
- Moved `var store` and `var i18n` globals under `hyperbook.store` and `hyperbook.i18n`
11+
- Split `client.js` into `bootstrap.js` (init logic) and `ui.js` (UI functions)
12+
- Grouped UI functions into sub-namespaces: `hyperbook.ui`, `hyperbook.qrcode`, `hyperbook.share`
13+
- All directives now auto-init with `DOMContentLoaded` and `MutationObserver`
14+
- Added JSDoc type definitions via `hyperbook.types.js` for IDE support
15+
- Resolved `hyperbook.download` naming collision (archive directive renamed to `hyperbook.archive`)
16+
317
## 0.55.4
418

519
### Patch Changes

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperbook/markdown",
3-
"version": "0.55.4",
3+
"version": "0.56.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

platforms/vscode/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @hyperbook/vscode-extension
22

3+
## 0.49.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b39a52a`](https://github.com/openpatch/hyperbook/commit/b39a52a0b1b1a37cb0b5b256ba7f43093e2ee946)]:
8+
- @hyperbook/markdown@0.56.0
9+
310
## 0.49.21
411

512
### Patch Changes

platforms/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"homepage": "https://hyperbook.openpatch.org",
1313
"main": "./out/extension.js",
14-
"version": "0.49.21",
14+
"version": "0.49.22",
1515
"engines": {
1616
"vscode": "^1.71.0"
1717
},

0 commit comments

Comments
 (0)