Skip to content

Commit 77952fe

Browse files
chore(release): 1.26.0 [skip ci]
### What's New - **Content extraction for RAG** — `doc.extract()` returns all document content in one call: blocks with full text and stable IDs, comments with anchored references, and tracked changes with excerpts. Every ID works directly with `scrollToElement()` for citation navigation. ### Improvements - Standardized heading-level detection across extraction and API methods. - Reused existing block-traversal logic to eliminate duplication and keep extraction consistent with the rest of the API. - Added required-field validation to extract output schema.
1 parent b4cbde9 commit 77952fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/superdoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "superdoc",
33
"type": "module",
4-
"version": "1.25.0",
4+
"version": "1.26.0",
55
"license": "AGPL-3.0",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)