docxmlater 10.1.6 → 10.1.7
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 +5 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ A comprehensive, production-ready TypeScript/JavaScript framework for creating,
|
|
|
31
31
|
|
|
32
32
|
- Numbered lists (decimal, roman, alpha)
|
|
33
33
|
- Bulleted lists with various bullet styles
|
|
34
|
-
- Multi-level lists with custom numbering
|
|
34
|
+
- Multi-level lists with custom numbering and restart control
|
|
35
35
|
- Tables with formatting, borders, shading
|
|
36
36
|
- Cell spanning (merge cells horizontally and vertically)
|
|
37
37
|
- Advanced table properties (margins, widths, alignment)
|
|
@@ -362,8 +362,9 @@ Documents with tracked changes can cause Word corruption errors during round-tri
|
|
|
362
362
|
- `clearFootnotes()` / `clearEndnotes()` - Remove all notes
|
|
363
363
|
- `getFootnoteManager()` / `getEndnoteManager()` - Access note managers
|
|
364
364
|
|
|
365
|
-
**Numbering
|
|
365
|
+
**Numbering:**
|
|
366
366
|
|
|
367
|
+
- `restartNumbering(numId, level?, startValue?)` - Restart list numbering (creates new instance with startOverride)
|
|
367
368
|
- `cleanupUnusedNumbering()` - Remove unused numbering definitions (scans body, headers, footers, footnotes, endnotes)
|
|
368
369
|
- `consolidateNumbering(options?)` - Merge duplicate abstract numbering definitions
|
|
369
370
|
- `validateNumberingReferences()` - Fix orphaned numId references
|
|
@@ -608,7 +609,7 @@ const properties: DocumentProperties = {
|
|
|
608
609
|
|
|
609
610
|
## Version History
|
|
610
611
|
|
|
611
|
-
**Current Version: 10.
|
|
612
|
+
**Current Version: 10.1.7**
|
|
612
613
|
|
|
613
614
|
See [CHANGELOG.md](CHANGELOG.md) for detailed version history.
|
|
614
615
|
|
|
@@ -616,7 +617,7 @@ See [CHANGELOG.md](CHANGELOG.md) for detailed version history.
|
|
|
616
617
|
|
|
617
618
|
The framework includes comprehensive test coverage:
|
|
618
619
|
|
|
619
|
-
- **
|
|
620
|
+
- **3,084 test cases** across 143 test suites
|
|
620
621
|
- Tests cover all phases of implementation
|
|
621
622
|
- Integration tests for complex scenarios
|
|
622
623
|
- Performance benchmarks
|
package/package.json
CHANGED