Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .changeset/add-layout-options.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/hyperbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# hyperbook

## 0.61.0

### Minor Changes

- [#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

- Added three layout options: default, wide, and standalone
- Wide layout provides full-width content with drawer-only navigation, ideal for tables, galleries, and code examples
- Standalone layout displays content only (no header, sidebar, footer) for clean iframe embedding
- Standalone mode can be activated via frontmatter (`layout: standalone`), URL parameter (`?standalone=true`), or automatic iframe detection
- Automatically hides TOC toggle and QR code buttons when in standalone mode
- Zero-configuration embedding: pages automatically switch to standalone mode when embedded in iframes
- Added comprehensive documentation in Advanced Features section with usage examples and demos
- All changes are backward compatible with existing pages

## 0.60.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hyperbook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyperbook",
"version": "0.60.0",
"version": "0.61.0",
"author": "Mike Barkmin",
"homepage": "https://github.com/openpatch/hyperbook#readme",
"license": "MIT",
Expand Down
15 changes: 15 additions & 0 deletions packages/markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @hyperbook/markdown

## 0.36.0

### Minor Changes

- [#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

- Added three layout options: default, wide, and standalone
- Wide layout provides full-width content with drawer-only navigation, ideal for tables, galleries, and code examples
- Standalone layout displays content only (no header, sidebar, footer) for clean iframe embedding
- Standalone mode can be activated via frontmatter (`layout: standalone`), URL parameter (`?standalone=true`), or automatic iframe detection
- Automatically hides TOC toggle and QR code buttons when in standalone mode
- Zero-configuration embedding: pages automatically switch to standalone mode when embedded in iframes
- Added comprehensive documentation in Advanced Features section with usage examples and demos
- All changes are backward compatible with existing pages

## 0.35.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperbook/markdown",
"version": "0.35.1",
"version": "0.36.0",
"author": "Mike Barkmin",
"homepage": "https://github.com/openpatch/hyperbook#readme",
"license": "MIT",
Expand Down
15 changes: 15 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @hyperbook/types

## 0.17.0

### Minor Changes

- [#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

- Added three layout options: default, wide, and standalone
- Wide layout provides full-width content with drawer-only navigation, ideal for tables, galleries, and code examples
- Standalone layout displays content only (no header, sidebar, footer) for clean iframe embedding
- Standalone mode can be activated via frontmatter (`layout: standalone`), URL parameter (`?standalone=true`), or automatic iframe detection
- Automatically hides TOC toggle and QR code buttons when in standalone mode
- Zero-configuration embedding: pages automatically switch to standalone mode when embedded in iframes
- Added comprehensive documentation in Advanced Features section with usage examples and demos
- All changes are backward compatible with existing pages

## 0.16.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperbook/types",
"version": "0.16.0",
"version": "0.17.0",
"author": "Mike Barkmin",
"homepage": "https://github.com/openpatch/hyperbook#readme",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions platforms/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hyperbook/vscode-extension

## 0.38.2

### Patch Changes

- Updated dependencies [[`ae25b60`](https://github.com/openpatch/hyperbook/commit/ae25b605ab2b4945c62d4d9e83955af57fa50b00)]:
- @hyperbook/[email protected]
- @hyperbook/[email protected]

## 0.38.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion platforms/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"homepage": "https://hyperbook.openpatch.org",
"main": "./out/extension.js",
"version": "0.38.1",
"version": "0.38.2",
"engines": {
"vscode": "^1.71.0"
},
Expand Down