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/assistant-chat-aria-busy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/assistant-form-overflow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/assistant-group-tool-calls.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cookieless-integration-content-host.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dvorak-shortcut-logical-key.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hint-wide-content-overflow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/link-tooltip-external-button.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/page-actions-items.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/page-reference-chip.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rich-chefs-dig.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/table-block-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-items-talk.md

This file was deleted.

4 changes: 2 additions & 2 deletions bun.lock

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

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

## 0.27.1

### Patch Changes

- acf2719: Mark the AI Assistant chat as `aria-busy` while it is generating a response (including the follow-up suggestion phase), so assistive technologies are notified of the in-progress state.
- 72a1596: Fix the AI assistant panel overflowing its frame when rendering single/multi-choice question forms with long option text.
- 77c717c: Assistant: group all of a turn's tool calls behind a single "Explored with N tools" expandable instead of rendering a separate single-item expandable for each client-side tool call.
- c44d822: Trust an optional cookieless integration content host (`GITBOOK_INTEGRATIONS_CONTENT_HOST`) for WebFrame postMessage, in preparation for isolating integration-rendered content onto a separate origin. Defaults to `GITBOOK_INTEGRATIONS_HOST`, so behavior is unchanged until the content host is configured.
- 7655041: Match keyboard shortcuts by the logical character typed instead of the physical key position, so that ⌘-C no longer opens the Assistant on the Dvorak layout (and other non-QWERTY layouts).
- af3cda1: Fix wide content (such as code blocks and tables) overflowing the edges of hint blocks instead of scrolling within them.
- 0ca4952: Remove the external link button from the link tooltip hover card, as its arrow read as clickable even though the preview card isn't interactive.
- 251630c: Drive page actions ordering and default action from the new `pageActions.items` list, including the reorderable assistant action
- ddba803: Add a page reference chip when opening the Assistant from the page action, so the assistant is informed about the page the reader is currently on.
- f4469b2: Support OpenAPI one-operation-per-page mode
- 6c967c9: Add a client-side search field to table blocks, with per-column filters for select and checkbox columns
- Updated dependencies [f4469b2]
- Updated dependencies [88b94b5]
- @gitbook/react-openapi@1.5.14

## 0.27.0

### Minor 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.27.0",
"version": "0.27.1",
"private": true,
"dependencies": {
"@cloudflare/workers-types": "^4.20251011.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gitbook/react-openapi

## 1.5.14

### Patch Changes

- f4469b2: Support OpenAPI one-operation-per-page mode
- 88b94b5: Handle circular oneOf with discriminator and allOf in OpenAPI schemas

## 1.5.13

### 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.13",
"version": "1.5.14",
"sideEffects": false,
"dependencies": {
"@gitbook/expr": "workspace:*",
Expand Down