Skip to content
Open
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
5 changes: 0 additions & 5 deletions .changeset/great-fans-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heading-anchor-alignment.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mermaid-fullscreen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perky-wings-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tooltip-non-interactive.md

This file was deleted.

18 changes: 9 additions & 9 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/cli": "^2.31.0",
"turbo": "^2.9.15",
"turbo": "^2.9.16",
"vercel": "50.37.3"
},
"packageManager": "bun@1.3.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/gitbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# gitbook

## 0.26.3

### Patch Changes

- 2885a13: Fix heading anchor alignment with heading text and translate its accessibility label.
- b9bb535: Allow Mermaid diagrams to be enlarged into a fullscreen dialog from a control in the bottom-right corner. Clicking outside the dialog, pressing Escape, or using the reduce control returns to the inline view.
- b116a0a: Fix OpenAPI CodeBlock scroll
- b9bb535: Make `Tooltip` content non-interactive when `disableHoverableContent` is set, so its portaled popper wrapper no longer steals pointer events (e.g. hover-revealed controls) from the trigger.
- Updated dependencies [f158064]
- @gitbook/react-openapi@1.5.13

## 0.26.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gitbook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitbook",
"version": "0.26.2",
"version": "0.26.3",
"private": true,
"dependencies": {
"@cloudflare/workers-types": "^4.20251011.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/react-openapi

## 1.5.13

### Patch Changes

- f158064: Match OpenAPI operation paths regardless of trailing slash

## 1.5.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"default": "./dist/index.js"
}
},
"version": "1.5.12",
"version": "1.5.13",
"sideEffects": false,
"dependencies": {
"@gitbook/expr": "workspace:*",
Expand Down