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
5 changes: 0 additions & 5 deletions .changeset/allow-llm-crawling-non-indexed-sites.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-kiwis-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-rice-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-wombats-raise.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/updates-tag-filter.md

This file was deleted.

16 changes: 8 additions & 8 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.14",
"turbo": "^2.9.15",
"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.2

### Patch Changes

- 67f31aa: Allow user-triggered AI assistants (ChatGPT-User, Claude-User, Perplexity-User) to read pages on non-indexable sites, so end-users can pull content into an LLM without an MCP connection. Search engines and training crawlers remain blocked.
- 0c577a0: Allow CORS for the same root domain
- 51fef84: Remove the date-gated header logo height logic and always apply the compact logo size to prevent size shifts between sections and translations.
- f405fff: Add icon support in tab items
- 3697dfe: Add support for hiding page actions from page layout options.
- 127ef54: Add tag filtering controls for Updates blocks.

## 0.26.1

### 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.1",
"version": "0.26.2",
"private": true,
"dependencies": {
"@cloudflare/workers-types": "^4.20251011.0",
Expand Down
Loading