Skip to content

Commit 1dc9902

Browse files
committed
Merge branch 'main' of github.com:openpatch/hyperbook
2 parents e7fa21c + 1d3a19f commit 1dc9902

File tree

9 files changed

+57
-20
lines changed

9 files changed

+57
-20
lines changed

.changeset/add-layout-options.md

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

packages/hyperbook/CHANGELOG.md

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

3+
## 0.61.0
4+
5+
### Minor Changes
6+
7+
- [#1017](https://github.com/openpatch/hyperbook/pull/1017) [`ae25b60`](https://github.com/openpatch/hyperbook/commit/ae25b605ab2b4945c62d4d9e83955af57fa50b00) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add page layout options with automatic iframe detection
8+
9+
- Added three layout options: default, wide, and standalone
10+
- Wide layout provides full-width content with drawer-only navigation, ideal for tables, galleries, and code examples
11+
- Standalone layout displays content only (no header, sidebar, footer) for clean iframe embedding
12+
- Standalone mode can be activated via frontmatter (`layout: standalone`), URL parameter (`?standalone=true`), or automatic iframe detection
13+
- Automatically hides TOC toggle and QR code buttons when in standalone mode
14+
- Zero-configuration embedding: pages automatically switch to standalone mode when embedded in iframes
15+
- Added comprehensive documentation in Advanced Features section with usage examples and demos
16+
- All changes are backward compatible with existing pages
17+
318
## 0.60.0
419

520
### Minor 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.60.0",
3+
"version": "0.61.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

packages/markdown/CHANGELOG.md

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

3+
## 0.36.0
4+
5+
### Minor Changes
6+
7+
- [#1017](https://github.com/openpatch/hyperbook/pull/1017) [`ae25b60`](https://github.com/openpatch/hyperbook/commit/ae25b605ab2b4945c62d4d9e83955af57fa50b00) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add page layout options with automatic iframe detection
8+
9+
- Added three layout options: default, wide, and standalone
10+
- Wide layout provides full-width content with drawer-only navigation, ideal for tables, galleries, and code examples
11+
- Standalone layout displays content only (no header, sidebar, footer) for clean iframe embedding
12+
- Standalone mode can be activated via frontmatter (`layout: standalone`), URL parameter (`?standalone=true`), or automatic iframe detection
13+
- Automatically hides TOC toggle and QR code buttons when in standalone mode
14+
- Zero-configuration embedding: pages automatically switch to standalone mode when embedded in iframes
15+
- Added comprehensive documentation in Advanced Features section with usage examples and demos
16+
- All changes are backward compatible with existing pages
17+
318
## 0.35.1
419

520
### 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.35.1",
3+
"version": "0.36.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

packages/types/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @hyperbook/types
22

3+
## 0.17.0
4+
5+
### Minor Changes
6+
7+
- [#1017](https://github.com/openpatch/hyperbook/pull/1017) [`ae25b60`](https://github.com/openpatch/hyperbook/commit/ae25b605ab2b4945c62d4d9e83955af57fa50b00) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add page layout options with automatic iframe detection
8+
9+
- Added three layout options: default, wide, and standalone
10+
- Wide layout provides full-width content with drawer-only navigation, ideal for tables, galleries, and code examples
11+
- Standalone layout displays content only (no header, sidebar, footer) for clean iframe embedding
12+
- Standalone mode can be activated via frontmatter (`layout: standalone`), URL parameter (`?standalone=true`), or automatic iframe detection
13+
- Automatically hides TOC toggle and QR code buttons when in standalone mode
14+
- Zero-configuration embedding: pages automatically switch to standalone mode when embedded in iframes
15+
- Added comprehensive documentation in Advanced Features section with usage examples and demos
16+
- All changes are backward compatible with existing pages
17+
318
## 0.16.0
419

520
### Minor Changes

packages/types/package.json

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

platforms/vscode/CHANGELOG.md

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

3+
## 0.38.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ae25b60`](https://github.com/openpatch/hyperbook/commit/ae25b605ab2b4945c62d4d9e83955af57fa50b00)]:
8+
- @hyperbook/markdown@0.36.0
9+
- @hyperbook/fs@0.20.0
10+
311
## 0.38.1
412

513
### 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.38.1",
14+
"version": "0.38.2",
1515
"engines": {
1616
"vscode": "^1.71.0"
1717
},

0 commit comments

Comments
 (0)