@a3s-lab/office 0.39.0 → 0.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -2
- package/dist/{0~7240.js → 0~2330.js} +897 -641
- package/dist/0~5024.js +240 -240
- package/dist/0~document-editor.js +1 -0
- package/dist/0~work-docx-export.js +1023 -922
- package/dist/0~work-docx-import.js +13 -4
- package/dist/0~work-office-diagnostics.js +96 -94
- package/dist/4174.js +497 -233
- package/dist/internal/features/work/work-document-format-change-tracking.d.ts +1 -1
- package/dist/internal/features/work/work-document-numbering-change-tracking.d.ts +7 -0
- package/dist/internal/features/work/work-document-numbering-changes.d.ts +29 -0
- package/dist/internal/features/work/work-docx-import.d.ts +7 -5
- package/dist/internal/features/work/work-docx-list-export.d.ts +1 -0
- package/dist/internal/features/work/work-docx-numbering-change-export.d.ts +13 -0
- package/dist/internal/features/work/work-docx-numbering-change-import.d.ts +17 -0
- package/dist/internal/features/work/work-types.d.ts +1 -1
- package/dist/office-kernel.wasm +0 -0
- package/dist/styles.css +13 -0
- package/package.json +8 -5
package/README.md
CHANGED
|
@@ -309,8 +309,15 @@ and [CLI reference](./docs/latest/en/cli-reference.md).
|
|
|
309
309
|
|
|
310
310
|
## Current release
|
|
311
311
|
|
|
312
|
-
Version `0.
|
|
313
|
-
|
|
312
|
+
Version `0.40.0` extends Writer's local, testable review workflow with atomic
|
|
313
|
+
ordered-list numbering revisions:
|
|
314
|
+
|
|
315
|
+
- Tracked numbering-style and starting-number changes now appear as one
|
|
316
|
+
Numbering review card per ordered-list range. Accept keeps the current list;
|
|
317
|
+
reject restores the exact bounded baseline; Undo, Yjs/Yrs collaboration, and
|
|
318
|
+
immutable decisions share the same intent identity. Common single-level
|
|
319
|
+
decimal, letter, and Roman `w:numberingChange` records round-trip through
|
|
320
|
+
DOCX, while malformed or structurally ambiguous records fail closed.
|
|
314
321
|
|
|
315
322
|
- A slide object can now own one entrance and one exit animation. The shared
|
|
316
323
|
object-centric Animation tab authors appear/disappear, fade in/out, fly in/out,
|