0.4.21
- fix: regenerate duplicate paragraph paraId on build by @bokuweb in https://github.com/bokuweb/docx-rs/pull/865
- chore(deps): update dependency webpack-merge to v5.10.0 by @renovate[bot] in https://github.com/bokuweb/docx-rs/pull/848
- chore(deps): update dependency ts-loader to v9.5.4 by @renovate[bot] in https://github.com/bokuweb/docx-rs/pull/842
- Rename xml-rs crate by @kornelski in https://github.com/bokuweb/docx-rs/pull/866
- Replace xml-rs with quick-xml by @bokuweb in https://github.com/bokuweb/docx-rs/pull/867
- perf: reduce clone overhead and add write benchmark by @bokuweb in https://github.com/bokuweb/docx-rs/pull/868
- feat: support fitText in run property reader/writer by @bokuweb in https://github.com/bokuweb/docx-rs/pull/869
- feat: support style visibility flags in style API by @bokuweb in https://github.com/bokuweb/docx-rs/pull/876
- feat: expose fitText in docx-wasm run bridge by @bokuweb in https://github.com/bokuweb/docx-rs/pull/877
- feat: expose section children via read-only getter by @Niedzwiedzw in https://github.com/bokuweb/docx-rs/pull/872
- feat: add fitText support to docx-wasm TypeScript API by @bokuweb in https://github.com/bokuweb/docx-rs/pull/870
- chore: 0.4.20-rc2 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/878
- fix: export paragraph shading field by @keiya01 in https://github.com/bokuweb/docx-rs/pull/880
- fix: support on/off boolean values in reader by @bokuweb in https://github.com/bokuweb/docx-rs/pull/883
- fix: changelog by @bokuweb in https://github.com/bokuweb/docx-rs/pull/884
- Support carriage return runs by @yuntara in https://github.com/bokuweb/docx-rs/pull/887
- fix: exclude MoveFrom ghost text from paragraph.raw_text() by @stevenobiajulu in https://github.com/bokuweb/docx-rs/pull/879
- chore(deps): update rust crate serde to v1.0.228 by @renovate[bot] in https://github.com/bokuweb/docx-rs/pull/875
- Make Paragraph.raw_text() include tabs and newlines by @sjeon87 in https://github.com/bokuweb/docx-rs/pull/886
- Reflect RunChild::CarriageReturn to Paragraph.raw_text() by @sjeon87 in https://github.com/bokuweb/docx-rs/pull/889
- Update zip dependency by @jh-block in https://github.com/bokuweb/docx-rs/pull/892
- feat(reader): convert embedded EMF images to SVG via emf-core by @bokuweb in https://github.com/bokuweb/docx-rs/pull/890
- chore(deps): update dependency ts-loader to v9.5.7 by @renovate[bot] in https://github.com/bokuweb/docx-rs/pull/888
- chore(deps): update dependency html-webpack-plugin to v5.6.7 by @renovate[bot] in https://github.com/bokuweb/docx-rs/pull/840
- feat(color): support w:themeColor / w:themeShade / w:themeTint by @gaugo123 in https://github.com/bokuweb/docx-rs/pull/895
- build(deps-dev): bump adm-zip from 0.5.14 to 0.6.0 in /docx-wasm by @dependabot[bot] in https://github.com/bokuweb/docx-rs/pull/898
- Update XML reader for quick-xml 0.41 and clean code warnings by @Sachin-Bhat in https://github.com/bokuweb/docx-rs/pull/894
- ci: harden workflow permissions and action refs by @bokuweb in https://github.com/bokuweb/docx-rs/pull/899
- Fix Dependabot and code scanning alerts by @bokuweb in https://github.com/bokuweb/docx-rs/pull/900
- Release 0.4.21 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/901
- @kornelski made their first contribution in https://github.com/bokuweb/docx-rs/pull/866
- @Niedzwiedzw made their first contribution in https://github.com/bokuweb/docx-rs/pull/872
- @keiya01 made their first contribution in https://github.com/bokuweb/docx-rs/pull/880
- @stevenobiajulu made their first contribution in https://github.com/bokuweb/docx-rs/pull/879
- @sjeon87 made their first contribution in https://github.com/bokuweb/docx-rs/pull/886
- @jh-block made their first contribution in https://github.com/bokuweb/docx-rs/pull/892
- @gaugo123 made their first contribution in https://github.com/bokuweb/docx-rs/pull/895
- @Sachin-Bhat made their first contribution in https://github.com/bokuweb/docx-rs/pull/894
Full Changelog: https://github.com/bokuweb/docx-rs/compare/0.4.19...0.4.21
0.4.19
- impl read_docx_from_xml by @bokuweb in https://github.com/bokuweb/docx-rs/pull/837
- Make compatible with the rust edition 2021 by @XenorInspire in https://github.com/bokuweb/docx-rs/pull/838
- fix: some errors by @bokuweb in https://github.com/bokuweb/docx-rs/pull/841
- 0.4.19-rc1 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/844
- Revert tsrs by @bokuweb in https://github.com/bokuweb/docx-rs/pull/846
- chore(deps): update dependency webpack-cli to v5.1.4 by @renovate[bot] in https://github.com/bokuweb/docx-rs/pull/845
- build(deps): bump cross-spawn from 6.0.5 to 6.0.6 in /docx-wasm by @dependabot[bot] in https://github.com/bokuweb/docx-rs/pull/786
- refactor: refine reader files by @bokuweb in https://github.com/bokuweb/docx-rs/pull/847
- for now support section by @bokuweb in https://github.com/bokuweb/docx-rs/pull/850
- fix: support section header by @bokuweb in https://github.com/bokuweb/docx-rs/pull/851
- fix: support footer in section by @bokuweb in https://github.com/bokuweb/docx-rs/pull/854
- Fix read numberings in xml by @bokuweb in https://github.com/bokuweb/docx-rs/pull/853
- Regen paraid by @bokuweb in https://github.com/bokuweb/docx-rs/pull/855
- Revert "Regen paraid" by @bokuweb in https://github.com/bokuweb/docx-rs/pull/856
- fix: numbering property by @bokuweb in https://github.com/bokuweb/docx-rs/pull/860
- 0.4.19-rc5 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/861
- Include LICENSE file for final crate by @r0x0d in https://github.com/bokuweb/docx-rs/pull/863
- fix: emit paragraph sectPr and update snapshots by @viktortnk in https://github.com/bokuweb/docx-rs/pull/862
- 0.4.19 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/864
- @git-noise made their first contribution in https://github.com/bokuweb/docx-rs/pull/718
- @revskill10 made their first contribution in https://github.com/bokuweb/docx-rs/pull/736
- @hackers267 made their first contribution in https://github.com/bokuweb/docx-rs/pull/722
- @yuntara made their first contribution in https://github.com/bokuweb/docx-rs/pull/755
- @xamgore made their first contribution in https://github.com/bokuweb/docx-rs/pull/764
- @unvalley made their first contribution in https://github.com/bokuweb/docx-rs/pull/767
- @morugetsm made their first contribution in https://github.com/bokuweb/docx-rs/pull/796
- @OssNass made their first contribution in https://github.com/bokuweb/docx-rs/pull/801
- @CMGSK made their first contribution in https://github.com/bokuweb/docx-rs/pull/814
- @shenhunluo made their first contribution in https://github.com/bokuweb/docx-rs/pull/813
- @Myriad-Dreamin made their first contribution in https://github.com/bokuweb/docx-rs/pull/817
- @NicFTK made their first contribution in https://github.com/bokuweb/docx-rs/pull/829
- @XenorInspire made their first contribution in https://github.com/bokuweb/docx-rs/pull/838
- @r0x0d made their first contribution in https://github.com/bokuweb/docx-rs/pull/863
- @viktortnk made their first contribution in https://github.com/bokuweb/docx-rs/pull/862
Full Changelog: https://github.com/bokuweb/docx-rs/compare/0.4.17...0.4.19
0.4.13
- Fix even header types by @bokuweb in https://github.com/bokuweb/docx-rs/pull/682
- Add sdt in header footer by @bokuweb in https://github.com/bokuweb/docx-rs/pull/683
- build(deps): bump ip from 1.1.5 to 1.1.9 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/681
- feat: Support pageNumType by @bokuweb in https://github.com/bokuweb/docx-rs/pull/684
- Support frame pr by @bokuweb in https://github.com/bokuweb/docx-rs/pull/687
- feat: Support w:textAlignment by @bokuweb in https://github.com/bokuweb/docx-rs/pull/690
- feat: Support adjust_right_ind by @bokuweb in https://github.com/bokuweb/docx-rs/pull/691
- Support tcmar by @bokuweb in https://github.com/bokuweb/docx-rs/pull/692
- build(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/689
- Support tblppr by @bokuweb in https://github.com/bokuweb/docx-rs/pull/693
- Fix header footer rels order by @bokuweb in https://github.com/bokuweb/docx-rs/pull/695
- build(deps): bump express from 4.18.2 to 4.19.2 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/694
- 0.4.13 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/697
Full Changelog: https://github.com/bokuweb/docx-rs/compare/0.4.8...0.4.13
0.4.8
- Improve js api by @bokuweb in https://github.com/bokuweb/docx-rs/pull/28
- Fix run props by @bokuweb in https://github.com/bokuweb/docx-rs/pull/29
- Create LICENSE by @bokuweb in https://github.com/bokuweb/docx-rs/pull/30
- Fix delete by @bokuweb in https://github.com/bokuweb/docx-rs/pull/31
- ignore example table.docx in https://github.com/bokuweb/docx-rs/pull/32
- Add reader by @bokuweb in https://github.com/bokuweb/docx-rs/pull/33
- fix: rels by @bokuweb in https://github.com/bokuweb/docx-rs/pull/34
- fix: add abstract numbering and numbering by @bokuweb in https://github.com/bokuweb/docx-rs/pull/35
- feat: style reader by @bokuweb in https://github.com/bokuweb/docx-rs/pull/36
- Read styles by @bokuweb in https://github.com/bokuweb/docx-rs/pull/37
- Read nums by @bokuweb in https://github.com/bokuweb/docx-rs/pull/38
- Update npm pkg by @bokuweb in https://github.com/bokuweb/docx-rs/pull/39
- Add json definitions by @bokuweb in https://github.com/bokuweb/docx-rs/pull/40
- feat: Add definition by @bokuweb in https://github.com/bokuweb/docx-rs/pull/41
- Fix js types by @bokuweb in https://github.com/bokuweb/docx-rs/pull/42
- support: num style link by @bokuweb in https://github.com/bokuweb/docx-rs/pull/43
- fix: indent by @bokuweb in https://github.com/bokuweb/docx-rs/pull/44
- Fix whitespace by @bokuweb in https://github.com/bokuweb/docx-rs/pull/45
- Fix breaking by @bokuweb in https://github.com/bokuweb/docx-rs/pull/46
- fix: bold and italic by @bokuweb in https://github.com/bokuweb/docx-rs/pull/47
- Re fix bold by @bokuweb in https://github.com/bokuweb/docx-rs/pull/48
- Fix read error by @bokuweb in https://github.com/bokuweb/docx-rs/pull/49
- Support start chars by @bokuweb in https://github.com/bokuweb/docx-rs/pull/51
- Fix reader error by @bokuweb in https://github.com/bokuweb/docx-rs/pull/52
- 0.0.53 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/53
- Fix reader error2 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/55
- Support table valign by @bokuweb in https://github.com/bokuweb/docx-rs/pull/56
- build(deps): bump acorn from 6.3.0 to 6.4.1 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/57
- Fix textbox import by @bokuweb in https://github.com/bokuweb/docx-rs/pull/58
- 0.2.3 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/59
- fix: read levelOverride by @bokuweb in https://github.com/bokuweb/docx-rs/pull/61
- Fix json num types by @bokuweb in https://github.com/bokuweb/docx-rs/pull/62
- feat: Support table cell border by @bokuweb in https://github.com/bokuweb/docx-rs/pull/63
- Read cel border by @bokuweb in https://github.com/bokuweb/docx-rs/pull/64
- fix: Support table borderrr writer by @bokuweb in https://github.com/bokuweb/docx-rs/pull/65
- 0.0.63 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/66
- 0.0.64 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/67
- 0.0.66 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/68
- Support image output by @bokuweb in https://github.com/bokuweb/docx-rs/pull/69
- fix: expose abstract numbering by @bokuweb in https://github.com/bokuweb/docx-rs/pull/70
- fix: numbering for js by @bokuweb in https://github.com/bokuweb/docx-rs/pull/71
- fix: change pStyle dfefault to null by @bokuweb in https://github.com/bokuweb/docx-rs/pull/72
- Fixed a bug where Delete / Insert can only have one Run by @bokuweb in https://github.com/bokuweb/docx-rs/pull/73
- fix: package.json by @bokuweb in https://github.com/bokuweb/docx-rs/pull/74
- Support floating image by @bokuweb in https://github.com/bokuweb/docx-rs/pull/75
- Support suff by @bokuweb in https://github.com/bokuweb/docx-rs/pull/76
- Support level override writer by @bokuweb in https://github.com/bokuweb/docx-rs/pull/77
- fix: level suff by @bokuweb in https://github.com/bokuweb/docx-rs/pull/78
- fix: 0.0.77 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/79
- build(deps): bump websocket-extensions from 0.1.3 to 0.1.4 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/80
- Support font and paragraph prop by @bokuweb in https://github.com/bokuweb/docx-rs/pull/81
- 0.0.78 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/82
- fix: Add end and distribute by @bokuweb in https://github.com/bokuweb/docx-rs/pull/83
- 0.0.81 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/84
- fix: ignore change property to import diff docx by @bokuweb in https://github.com/bokuweb/docx-rs/pull/85
- fix: size reader by @bokuweb in https://github.com/bokuweb/docx-rs/pull/86
- Add both by @bokuweb in https://github.com/bokuweb/docx-rs/pull/87
- Fix table align reader by @bokuweb in https://github.com/bokuweb/docx-rs/pull/88
- fix: ignore rPrChange by @bokuweb in https://github.com/bokuweb/docx-rs/pull/89
- Configure Renovate by @renovate in https://github.com/bokuweb/docx-rs/pull/92
- build(deps): bump lodash from 4.17.15 to 4.17.19 in /vrt by @dependabot in https://github.com/bokuweb/docx-rs/pull/90
- build(deps): bump lodash from 4.17.15 to 4.17.19 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/91
- build(deps): bump elliptic from 6.5.1 to 6.5.3 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/93
- chore(deps): pin dependencies by @renovate in https://github.com/bokuweb/docx-rs/pull/94
- chore(deps): update dependency @wasm-tool/wasm-pack-plugin to v1.3.1 by @renovate in https://github.com/bokuweb/docx-rs/pull/95
- chore(deps): update dependency libreoffice-convert to v1.1.1 by @renovate in https://github.com/bokuweb/docx-rs/pull/96
- chore(deps): update dependency ts-loader to v6.2.2 by @renovate in https://github.com/bokuweb/docx-rs/pull/97
- build(deps): bump lodash from 4.17.15 to 4.17.19 in /vrt by @dependabot in https://github.com/bokuweb/docx-rs/pull/98
- fix(deps): update rust crate xml-rs to 0.8.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/107
- fix(deps): update rust crate zip to 0.5.6 by @renovate in https://github.com/bokuweb/docx-rs/pull/108
- fix(deps): update rust crate image to 0.23.8 by @renovate in https://github.com/bokuweb/docx-rs/pull/105
- chore(deps): update rust crate insta to 0.16 by @renovate in https://github.com/bokuweb/docx-rs/pull/103
- chore(deps): update dependency typescript to v3.9.7 by @renovate in https://github.com/bokuweb/docx-rs/pull/99
- chore(deps): update dependency serialize-javascript to v4 by @renovate in https://github.com/bokuweb/docx-rs/pull/111
- chore(deps): update dependency filesaver.js to v2 by @renovate in https://github.com/bokuweb/docx-rs/pull/114
- chore(deps): update dependency ts-loader to v8 by @renovate in https://github.com/bokuweb/docx-rs/pull/112
- Support default section header by @bokuweb in https://github.com/bokuweb/docx-rs/pull/115
- Support nest comment by @bokuweb in https://github.com/bokuweb/docx-rs/pull/116
- 0.0.90 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/118
- Pin dependencies by @renovate in https://github.com/bokuweb/docx-rs/pull/117
- feat: Support doc_id by @bokuweb in https://github.com/bokuweb/docx-rs/pull/120
- fix(deps): update rust crate image to 0.23.9 by @renovate in https://github.com/bokuweb/docx-rs/pull/123
- chore(deps): update dependency typescript to v4 by @renovate in https://github.com/bokuweb/docx-rs/pull/121
- 0.0.93 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/127
- Support min section3 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/126
- feat: Support top level bookmark by @bokuweb in https://github.com/bokuweb/docx-rs/pull/133
- 0.0.94 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/134
- fix: width reader by @bokuweb in https://github.com/bokuweb/docx-rs/pull/135
- 0.0.95 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/136
- add workflow by @bokuweb in https://github.com/bokuweb/docx-rs/pull/128
- Update dependency webpack-dev-server to v3.11.0 by @renovate in https://github.com/bokuweb/docx-rs/pull/132
- Update dependency ts-loader to v8.0.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/131
- Update dependency webpack to v4.44.1 by @renovate in https://github.com/bokuweb/docx-rs/pull/100
- Update dependency html-webpack-plugin to v4 by @renovate in https://github.com/bokuweb/docx-rs/pull/110
- Update dependency webpack-merge to v5.1.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/119
- build(deps): bump http-proxy from 1.17.0 to 1.18.1 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/137
- chore(deps): update dependency webpack-cli to v3.3.12 by @renovate in https://github.com/bokuweb/docx-rs/pull/101
- Read docid and bookmark by @bokuweb in https://github.com/bokuweb/docx-rs/pull/138
- 0.0.96 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/139
- chore(deps): update dependency serialize-javascript to v5 by @renovate in https://github.com/bokuweb/docx-rs/pull/142
- chore(deps): update dependency webpack-merge to v5.1.4 by @renovate in https://github.com/bokuweb/docx-rs/pull/141
- Support del in ins by @bokuweb in https://github.com/bokuweb/docx-rs/pull/143
- fix: cell margin to 24 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/149
- fix: style run props bool value by @bokuweb in https://github.com/bokuweb/docx-rs/pull/153
- fix: tsc erropr by @bokuweb in https://github.com/bokuweb/docx-rs/pull/154
- Improve level override by @bokuweb in https://github.com/bokuweb/docx-rs/pull/155
- 0.0.101 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/157
- chore(deps): pin dependencies by @renovate in https://github.com/bokuweb/docx-rs/pull/156
- chore(deps): update rust crate insta to v1 by @renovate in https://github.com/bokuweb/docx-rs/pull/152
- chore(deps): update dependency typescript to v4.0.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/146
- update by @bokuweb in https://github.com/bokuweb/docx-rs/pull/158
- chore(deps): update dependency jest to v26.5.2 by @renovate in https://github.com/bokuweb/docx-rs/pull/159
- fix(deps): update rust crate image to 0.23.10 by @renovate in https://github.com/bokuweb/docx-rs/pull/150
- chore(deps): update dependency libreoffice-convert to v1.3.0 by @renovate in https://github.com/bokuweb/docx-rs/pull/144
- chore(deps): update dependency webpack-merge to v5.2.0 by @renovate in https://github.com/bokuweb/docx-rs/pull/160
- chore(deps): update dependency html-webpack-plugin to v4.5.0 by @renovate in https://github.com/bokuweb/docx-rs/pull/148
- chore(deps): update dependency ts-loader to v8.0.4 by @renovate in https://github.com/bokuweb/docx-rs/pull/147
- chore(deps): update dependency webpack to v4.44.2 by @renovate in https://github.com/bokuweb/docx-rs/pull/145
- Improve tr props by @bokuweb in https://github.com/bokuweb/docx-rs/pull/161
- 0.0.103 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/162
- Fix row prop case by @bokuweb in https://github.com/bokuweb/docx-rs/pull/163
- Fix default section page props by @bokuweb in https://github.com/bokuweb/docx-rs/pull/164
- 0.2.8 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/165
- feat: Add word compat to settings by @bokuweb in https://github.com/bokuweb/docx-rs/pull/166
- Expose section prop by @bokuweb in https://github.com/bokuweb/docx-rs/pull/173
- fix: settings by @bokuweb in https://github.com/bokuweb/docx-rs/pull/174
- Add page margin test by @bokuweb in https://github.com/bokuweb/docx-rs/pull/175
- chore(deps): update rust crate insta to 1.1 by @renovate in https://github.com/bokuweb/docx-rs/pull/171
- chore(deps): update dependency jest to v26.5.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/170
- fix: Add rowHeight func by @bokuweb in https://github.com/bokuweb/docx-rs/pull/177
- chore(deps): update dependency ts-loader to v8.0.5 by @renovate in https://github.com/bokuweb/docx-rs/pull/176
- Spacing by @bokuweb in https://github.com/bokuweb/docx-rs/pull/169
- Impl row height by @bokuweb in https://github.com/bokuweb/docx-rs/pull/183
- publish by @bokuweb in https://github.com/bokuweb/docx-rs/pull/182
- Fix spacing by @bokuweb in https://github.com/bokuweb/docx-rs/pull/184
- chore(deps): update dependency ts-loader to v8.0.6 by @renovate in https://github.com/bokuweb/docx-rs/pull/181
- chore(deps): update dependency jest to v26.6.0 by @renovate in https://github.com/bokuweb/docx-rs/pull/180
- fix: document error by @bokuweb in https://github.com/bokuweb/docx-rs/pull/188
- 0.0.115 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/189
- chore(deps): update dependency typescript to v4.0.5 by @renovate in https://github.com/bokuweb/docx-rs/pull/190
- Read table style by @bokuweb in https://github.com/bokuweb/docx-rs/pull/191
- fix(deps): update rust crate image to 0.23.11 by @renovate in https://github.com/bokuweb/docx-rs/pull/187
- chore(deps): update dependency jest to v26.6.2 by @renovate in https://github.com/bokuweb/docx-rs/pull/185
- chore(deps): update dependency webpack-merge to v5.3.0 by @renovate in https://github.com/bokuweb/docx-rs/pull/192
- chore(deps): update dependency ts-loader to v8.0.7 by @renovate in https://github.com/bokuweb/docx-rs/pull/186
- chore(deps): update dependency libreoffice-convert to v1.3.1 by @renovate in https://github.com/bokuweb/docx-rs/pull/179
- Support abstract num font by @bokuweb in https://github.com/bokuweb/docx-rs/pull/204
- build(deps): bump ini from 1.3.5 to 1.3.8 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/203
- update wasm-bindgen by @bokuweb in https://github.com/bokuweb/docx-rs/pull/206
- fix(deps): update rust crate image to 0.23.12 by @renovate in https://github.com/bokuweb/docx-rs/pull/198
- Support default fonts by @bokuweb in https://github.com/bokuweb/docx-rs/pull/207
- chore: update version by @bokuweb in https://github.com/bokuweb/docx-rs/pull/208
- Fix wasmbind gen version by @bokuweb in https://github.com/bokuweb/docx-rs/pull/209
- Fix json type by @bokuweb in https://github.com/bokuweb/docx-rs/pull/210
- chore(deps): update dependency jest to v26.6.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/193
- Support doc vars by @bokuweb in https://github.com/bokuweb/docx-rs/pull/211
- Impl comment reader by @bokuweb in https://github.com/bokuweb/docx-rs/pull/212
- 0.0.123 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/213
- fix: json type by @bokuweb in https://github.com/bokuweb/docx-rs/pull/214
- Fix comment rw by @bokuweb in https://github.com/bokuweb/docx-rs/pull/215
- Fix comment structure by @bokuweb in https://github.com/bokuweb/docx-rs/pull/216
- Add json if by @bokuweb in https://github.com/bokuweb/docx-rs/pull/217
- fix: json if by @bokuweb in https://github.com/bokuweb/docx-rs/pull/218
- build(deps): bump node-notifier from 8.0.0 to 8.0.1 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/219
- fix: read comment in ins by @bokuweb in https://github.com/bokuweb/docx-rs/pull/222
- fix: comment importing in delete by @bokuweb in https://github.com/bokuweb/docx-rs/pull/226
- Fix comment importing by @bokuweb in https://github.com/bokuweb/docx-rs/pull/229
- fix: date by @bokuweb in https://github.com/bokuweb/docx-rs/pull/230
- fix: remove default border when read table by @bokuweb in https://github.com/bokuweb/docx-rs/pull/231
- Fix a typo by @lu-zero in https://github.com/bokuweb/docx-rs/pull/232
- fix: ignore nested table by @bokuweb in https://github.com/bokuweb/docx-rs/pull/233
- feat: support hRule by @bokuweb in https://github.com/bokuweb/docx-rs/pull/234
- fix(deps): update rust crate image to 0.23.13 by @renovate in https://github.com/bokuweb/docx-rs/pull/227
- chore(deps): update dependency html-webpack-plugin to v4.5.2 by @renovate in https://github.com/bokuweb/docx-rs/pull/221
- chore(deps): update dependency typescript to v4.2.2 by @renovate in https://github.com/bokuweb/docx-rs/pull/202
- chore(deps): update rust crate insta to 1.7 by @renovate in https://github.com/bokuweb/docx-rs/pull/197
- chore(deps): update dependency @wasm-tool/wasm-pack-plugin to v1.3.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/228
- Support text direction by @bokuweb in https://github.com/bokuweb/docx-rs/pull/235
- chore(deps): update dependency typescript to v4.2.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/237
- fix(deps): update rust crate image to 0.23.14 by @renovate in https://github.com/bokuweb/docx-rs/pull/236
- chore(deps): update dependency webpack-dev-server to v3.11.2 by @renovate in https://github.com/bokuweb/docx-rs/pull/220
- chore(deps): update rust crate pretty_assertions to 0.7.1 by @renovate in https://github.com/bokuweb/docx-rs/pull/239
- build(deps): bump elliptic from 6.5.3 to 6.5.4 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/240
- Fix height rule by @bokuweb in https://github.com/bokuweb/docx-rs/pull/241
- Table in table by @bokuweb in https://github.com/bokuweb/docx-rs/pull/242
- chore(deps): update dependency webpack to v4.46.0 by @renovate in https://github.com/bokuweb/docx-rs/pull/223
- chore(deps): update dependency webpack-merge to v5.7.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/196
- chore(deps): update dependency ts-loader to v8.0.18 by @renovate in https://github.com/bokuweb/docx-rs/pull/194
- Improve cell borders by @bokuweb in https://github.com/bokuweb/docx-rs/pull/243
- fix: Add start and end by @bokuweb in https://github.com/bokuweb/docx-rs/pull/244
- fix: bolf / italic by @bokuweb in https://github.com/bokuweb/docx-rs/pull/245
- -.0.152 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/246
- Fix based on serialization by @bokuweb in https://github.com/bokuweb/docx-rs/pull/247
- Support table cell color by @bokuweb in https://github.com/bokuweb/docx-rs/pull/249
- fix(deps): update rust crate wasm-bindgen to 0.2.71 by @renovate in https://github.com/bokuweb/docx-rs/pull/129
- 0.0.159 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/250
- chore(deps): pin dependency cpy-cli to 3.1.1 by @renovate in https://github.com/bokuweb/docx-rs/pull/251
- chore(deps): update dependency filesaver.js to v2.0.5 by @renovate in https://github.com/bokuweb/docx-rs/pull/200
- chore(deps): update dependency libreoffice-convert to v1.3.2 by @renovate in https://github.com/bokuweb/docx-rs/pull/195
- Fix shd type by @bokuweb in https://github.com/bokuweb/docx-rs/pull/253
- fix(deps): update rust crate wasm-bindgen to 0.2.72 by @renovate in https://github.com/bokuweb/docx-rs/pull/252
- revert by @bokuweb in https://github.com/bokuweb/docx-rs/pull/254
- update by @bokuweb in https://github.com/bokuweb/docx-rs/pull/255
- feat: Add doc grid type by @bokuweb in https://github.com/bokuweb/docx-rs/pull/248
- 0.0.170 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/256
- Support text border by @bokuweb in https://github.com/bokuweb/docx-rs/pull/257
- fix: tl2br by @bokuweb in https://github.com/bokuweb/docx-rs/pull/258
- Support table layout by @bokuweb in https://github.com/bokuweb/docx-rs/pull/259
- 0.2.10 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/260
- Support orientation by @bokuweb in https://github.com/bokuweb/docx-rs/pull/261
- Read text border by @bokuweb in https://github.com/bokuweb/docx-rs/pull/262
- Fix bold and italic by @bokuweb in https://github.com/bokuweb/docx-rs/pull/263
- Read table cell prop in style by @bokuweb in https://github.com/bokuweb/docx-rs/pull/264
- Expose settings json by @bokuweb in https://github.com/bokuweb/docx-rs/pull/265
- update snaps by @bokuweb in https://github.com/bokuweb/docx-rs/pull/266
- build(deps): bump y18n from 4.0.0 to 4.0.1 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/269
- chore(deps): update dependency ts-loader to v8.1.0 by @renovate in https://github.com/bokuweb/docx-rs/pull/267
- chore(deps): update dependency typescript to v4.2.4 by @renovate in https://github.com/bokuweb/docx-rs/pull/271
- Read hanging chars by @bokuweb in https://github.com/bokuweb/docx-rs/pull/273
- spec: update snaps by @bokuweb in https://github.com/bokuweb/docx-rs/pull/272
- Update ppr by @bokuweb in https://github.com/bokuweb/docx-rs/pull/276
- Support table cell margin by @bokuweb in https://github.com/bokuweb/docx-rs/pull/275
- Expose table cell margins by @bokuweb in https://github.com/bokuweb/docx-rs/pull/277
- chore(deps): update dependency ts-loader to v8.2.0 by @renovate in https://github.com/bokuweb/docx-rs/pull/280
- chore(deps): update rust crate pretty_assertions to 0.7.2 by @renovate in https://github.com/bokuweb/docx-rs/pull/278
- chore(deps): update dependency @wasm-tool/wasm-pack-plugin to v1.4.0 by @renovate in https://github.com/bokuweb/docx-rs/pull/270
- build(deps): bump ssri from 6.0.1 to 6.0.2 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/281
- chore(deps): update dependency ts-loader to v9 by @renovate in https://github.com/bokuweb/docx-rs/pull/279
- feat: Support level restart reader by @bokuweb in https://github.com/bokuweb/docx-rs/pull/282
- 0.0.194 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/283
- feat: Support grid before by @bokuweb in https://github.com/bokuweb/docx-rs/pull/292
- 0.0.195 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/293
- build(deps): bump dns-packet from 1.3.1 to 1.3.4 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/297
- chore(deps): update dependency typescript to v4.3.2 by @renovate in https://github.com/bokuweb/docx-rs/pull/296
- chore(deps): update dependency jest to v27 by @renovate in https://github.com/bokuweb/docx-rs/pull/295
- build(deps): bump hosted-git-info from 2.8.5 to 2.8.9 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/294
- build(deps): bump lodash from 4.17.19 to 4.17.21 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/291
- build(deps): bump lodash from 4.17.19 to 4.17.21 in /vrt by @dependabot in https://github.com/bokuweb/docx-rs/pull/290
- build(deps): bump url-parse from 1.4.7 to 1.5.1 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/289
- build(deps): bump ws from 6.2.1 to 6.2.2 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/298
- chore(deps): update dependency webpack-merge to v5.8.0 by @renovate in https://github.com/bokuweb/docx-rs/pull/300
- chore(deps): update dependency jest to v27.0.4 by @renovate in https://github.com/bokuweb/docx-rs/pull/299
- chore(deps): update dependency ts-loader to v9.2.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/284
- chore(deps): update dependency adm-zip to v0.5.5 by @renovate in https://github.com/bokuweb/docx-rs/pull/201
- Read ins del inrpr by @bokuweb in https://github.com/bokuweb/docx-rs/pull/301
- chore(deps): update dependency @types/file-saver to v2.0.2 by @renovate in https://github.com/bokuweb/docx-rs/pull/274
- Support vertalign by @bokuweb in https://github.com/bokuweb/docx-rs/pull/302
- build(deps): bump trim-newlines from 3.0.0 to 3.0.1 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/303
- chore(deps): update dependency serialize-javascript to v6 by @renovate in https://github.com/bokuweb/docx-rs/pull/305
- chore(deps): update dependency typescript to v4.3.4 by @renovate in https://github.com/bokuweb/docx-rs/pull/304
- chore(deps): update dependency jest to v27.0.5 by @renovate in https://github.com/bokuweb/docx-rs/pull/306
- Support custom props by @bokuweb in https://github.com/bokuweb/docx-rs/pull/307
- 0.0.198 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/308
- 0.0.199 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/309
- Support taskpane settings by @bokuweb in https://github.com/bokuweb/docx-rs/pull/311
- chore(deps): update dependency jest to v27.0.6 by @renovate in https://github.com/bokuweb/docx-rs/pull/310
- chore(deps): update dependency typescript to v4.3.5 by @renovate in https://github.com/bokuweb/docx-rs/pull/312
- Improve web props by @bokuweb in https://github.com/bokuweb/docx-rs/pull/313
- fix: by @bokuweb in https://github.com/bokuweb/docx-rs/pull/314
- chore(deps): update dependency @types/file-saver to v2.0.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/315
- Support custom xml by @bokuweb in https://github.com/bokuweb/docx-rs/pull/316
- Fix duplicated extended by @bokuweb in https://github.com/bokuweb/docx-rs/pull/317
- fix(deps): update rust crate xml-rs to 0.8.4 by @renovate in https://github.com/bokuweb/docx-rs/pull/320
- chore(deps): update dependency ts-loader to v9.2.4 by @renovate in https://github.com/bokuweb/docx-rs/pull/318
- build(deps): bump path-parse from 1.0.6 to 1.0.7 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/323
- build(deps): bump tar from 4.4.10 to 4.4.19 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/332
- build(deps): bump url-parse from 1.5.1 to 1.5.3 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/325
- chore(deps): update dependency typescript to v4.4.2 by @renovate in https://github.com/bokuweb/docx-rs/pull/330
- chore(deps): update dependency jest to v27.1.0 by @renovate in https://github.com/bokuweb/docx-rs/pull/331
- chore(deps): update dependency jest to v27.1.1 by @renovate in https://github.com/bokuweb/docx-rs/pull/334
- build(deps): bump minimist from 1.2.0 to 1.2.5 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/333
- add paragraph propertie outlineLvl support by @14sxlin in https://github.com/bokuweb/docx-rs/pull/335
- Outline by @bokuweb in https://github.com/bokuweb/docx-rs/pull/336
- chore(deps): update dependency jest to v27.2.0 by @renovate in https://github.com/bokuweb/docx-rs/pull/340
- chore(deps): update dependency adm-zip to v0.5.6 by @renovate in https://github.com/bokuweb/docx-rs/pull/339
- chore(deps): update rust crate insta to 1.8 by @renovate in https://github.com/bokuweb/docx-rs/pull/338
- chore(deps): update dependency typescript to v4.4.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/337
- chore(deps): update dependency jest to v27.2.2 by @renovate in https://github.com/bokuweb/docx-rs/pull/341
- build(deps): bump tmpl from 1.0.4 to 1.0.5 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/342
- Support for Paragraph's Line Spacing by @lkadalski in https://github.com/bokuweb/docx-rs/pull/346
- chore(deps): update rust crate pretty_assertions to v1 by @renovate in https://github.com/bokuweb/docx-rs/pull/347
- chore(deps): update dependency jest to v27.2.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/345
- Fix wrong property name of InsertJSON and DeleteJSON by @inokawa in https://github.com/bokuweb/docx-rs/pull/349
- chore(deps): update dependency typescript to v4.4.4 by @renovate in https://github.com/bokuweb/docx-rs/pull/353
- chore(deps): update dependency jest to v27.2.5 by @renovate in https://github.com/bokuweb/docx-rs/pull/350
- 0.2.14 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/348
- add contributing by @bokuweb in https://github.com/bokuweb/docx-rs/pull/355
- chore(deps): update dependency jest to v27.3.1 by @renovate in https://github.com/bokuweb/docx-rs/pull/354
- chore(deps): update dependency libreoffice-convert to v1.3.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/352
- chore(deps): update dependency adm-zip to v0.5.9 by @renovate in https://github.com/bokuweb/docx-rs/pull/351
- fix: outline lvl by @bokuweb in https://github.com/bokuweb/docx-rs/pull/356
- 0.0.208 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/357
- Fix deltext escape by @bokuweb in https://github.com/bokuweb/docx-rs/pull/358
- update by @bokuweb in https://github.com/bokuweb/docx-rs/pull/359
- 0.0.210 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/360
- chore(deps): update dependency typescript to v4.5.2 by @renovate in https://github.com/bokuweb/docx-rs/pull/363
- Support default footer by @bokuweb in https://github.com/bokuweb/docx-rs/pull/366
- Improve spacing by @bokuweb in https://github.com/bokuweb/docx-rs/pull/367
- 0.3 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/368
- fix: disabled empty header by @bokuweb in https://github.com/bokuweb/docx-rs/pull/369
- 0.3.1 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/370
- impl: Add header writer with js by @bokuweb in https://github.com/bokuweb/docx-rs/pull/371
- 0.0.213 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/372
- Improve line spacing json by @bokuweb in https://github.com/bokuweb/docx-rs/pull/373
- impl first and even header/footer with rust/JS by @bokuweb in https://github.com/bokuweb/docx-rs/pull/374
- fix: remove unused rel by @bokuweb in https://github.com/bokuweb/docx-rs/pull/375
- impl header reader with rust by @bokuweb in https://github.com/bokuweb/docx-rs/pull/376
- chore(deps): update dependency @types/file-saver to v2.0.4 by @renovate in https://github.com/bokuweb/docx-rs/pull/362
- chore(deps): update dependency jest to v27.4.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/377
- feat: impl footer reader by @bokuweb in https://github.com/bokuweb/docx-rs/pull/378
- fix: Add test and support table by @bokuweb in https://github.com/bokuweb/docx-rs/pull/379
- feat: impl sdt writer by @bokuweb in https://github.com/bokuweb/docx-rs/pull/380
- Add fldchar and instrtext by @bokuweb in https://github.com/bokuweb/docx-rs/pull/381
- feat: Impl dataBinding by @bokuweb in https://github.com/bokuweb/docx-rs/pull/383
- chore: 0.3.2 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/384
- feat: try to read sdt by @bokuweb in https://github.com/bokuweb/docx-rs/pull/382
- Add some instr text by @bokuweb in https://github.com/bokuweb/docx-rs/pull/385
- feat: Added a hyperlink element by @bokuweb in https://github.com/bokuweb/docx-rs/pull/386
- fix: Some options for toc writer by @bokuweb in https://github.com/bokuweb/docx-rs/pull/387
- Support strike by @bokuweb in https://github.com/bokuweb/docx-rs/pull/390
- fix by @bokuweb in https://github.com/bokuweb/docx-rs/pull/391
- 0.0.217 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/392
- Improve toc writer2 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/389
- Impl minimum ToC API for JS by @bokuweb in https://github.com/bokuweb/docx-rs/pull/394
- fix by @bokuweb in https://github.com/bokuweb/docx-rs/pull/395
- Read font by @bokuweb in https://github.com/bokuweb/docx-rs/pull/396
- chore(deps): update dependency ts-loader to v9.2.6 by @renovate in https://github.com/bokuweb/docx-rs/pull/321
- fix: by @bokuweb in https://github.com/bokuweb/docx-rs/pull/398
- chore(deps): update dependency jest to v27.4.7 by @renovate in https://github.com/bokuweb/docx-rs/pull/397
- fix(deps): update rust crate wasm-bindgen to 0.2.78 by @renovate in https://github.com/bokuweb/docx-rs/pull/287
- chore(deps): update rust crate insta to 1.10 by @renovate in https://github.com/bokuweb/docx-rs/pull/400
- chore(deps): update dependency typescript to v4.5.4 by @renovate in https://github.com/bokuweb/docx-rs/pull/399
- chore(deps): update dependency libreoffice-convert to v1.3.5 by @renovate in https://github.com/bokuweb/docx-rs/pull/364
- Fix font reader by @bokuweb in https://github.com/bokuweb/docx-rs/pull/401
- feat: Support pprchange by @bokuweb in https://github.com/bokuweb/docx-rs/pull/402
- Support style with levels by @bokuweb in https://github.com/bokuweb/docx-rs/pull/403
- build(deps): bump follow-redirects from 1.13.0 to 1.14.7 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/405
- Support ppr by @bokuweb in https://github.com/bokuweb/docx-rs/pull/406
- Re fix numpr by @bokuweb in https://github.com/bokuweb/docx-rs/pull/407
- fix: js ppr change if by @bokuweb in https://github.com/bokuweb/docx-rs/pull/408
- fix: change log by @bokuweb in https://github.com/bokuweb/docx-rs/pull/409
- 0.0.227 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/410
- 0.0.228 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/411
- 0.0.229 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/412
- 0.0.230 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/413
- 0.0.231 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/414
- 0.0.233 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/417
- fix: tableRow and cell json type by @bokuweb in https://github.com/bokuweb/docx-rs/pull/418
- chore(deps): update dependency typescript to v4.5.5 by @renovate in https://github.com/bokuweb/docx-rs/pull/416
- Add table row del by @bokuweb in https://github.com/bokuweb/docx-rs/pull/421
- chore(deps): update rust crate insta to 1.11 by @renovate in https://github.com/bokuweb/docx-rs/pull/419
- chore(deps): update dependency webpack-dev-server to v3.11.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/361
- chore(deps): update dependency @wasm-tool/wasm-pack-plugin to v1.6.0 by @renovate in https://github.com/bokuweb/docx-rs/pull/319
- 0.0.235 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/422
- fix: replace backslash before read_zip by @lll9p in https://github.com/bokuweb/docx-rs/pull/420
- fix: impl font hint by @bokuweb in https://github.com/bokuweb/docx-rs/pull/423
- fix: read theme by @bokuweb in https://github.com/bokuweb/docx-rs/pull/425
- chore(deps): update rust crate insta to 1.12 by @renovate in https://github.com/bokuweb/docx-rs/pull/426
- gen bindings by @bokuweb in https://github.com/bokuweb/docx-rs/pull/427
- Fix fonts case by @bokuweb in https://github.com/bokuweb/docx-rs/pull/428
- Support table row ins by @bokuweb in https://github.com/bokuweb/docx-rs/pull/431
- chore(deps): update dependency jest to v27.5.0 by @renovate in https://github.com/bokuweb/docx-rs/pull/432
- chore(deps): update rust crate pretty_assertions to 1.1.0 by @renovate in https://github.com/bokuweb/docx-rs/pull/430
- 0.0.243 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/433
- build(deps): bump follow-redirects from 1.14.7 to 1.14.8 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/436
- build(deps): bump ajv from 6.10.2 to 6.12.6 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/435
- chore(deps): update dependency jest to v27.5.1 by @renovate in https://github.com/bokuweb/docx-rs/pull/434
- docs: fontsize example by @bokuweb in https://github.com/bokuweb/docx-rs/pull/441
- chore(deps): update dependency ts-loader to v9.2.8 by @renovate in https://github.com/bokuweb/docx-rs/pull/440
- chore(deps): update dependency @types/file-saver to v2.0.5 by @renovate in https://github.com/bokuweb/docx-rs/pull/404
- fix: del in ins by @bokuweb in https://github.com/bokuweb/docx-rs/pull/442
- 0.0.245 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/445
- chore(deps): update rust crate pretty_assertions to 1.2.0 by @renovate in https://github.com/bokuweb/docx-rs/pull/444
- chore(deps): update dependency typescript to v4.6.2 by @renovate in https://github.com/bokuweb/docx-rs/pull/439
- chore(deps): update rust crate insta to 1.13 by @renovate in https://github.com/bokuweb/docx-rs/pull/443
- build(deps): bump url-parse from 1.5.3 to 1.5.10 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/438
- chore(deps): update dependency cpy-cli to v4 by @renovate in https://github.com/bokuweb/docx-rs/pull/446
- feat: Support run style by @bokuweb in https://github.com/bokuweb/docx-rs/pull/447
- update by @bokuweb in https://github.com/bokuweb/docx-rs/pull/448
- 0.0.247 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/449
- fix: line spacing by @bokuweb in https://github.com/bokuweb/docx-rs/pull/450
- chore(deps): update dependency typescript to v4.6.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/454
- build(deps): bump minimist from 1.2.5 to 1.2.6 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/452
- Fix width type case by @bokuweb in https://github.com/bokuweb/docx-rs/pull/453
- chore(deps): update rust crate insta to 1.14 by @renovate in https://github.com/bokuweb/docx-rs/pull/455
- feat: improve pic reader by @bokuweb in https://github.com/bokuweb/docx-rs/pull/456
- fix(deps): update rust crate zip to 0.6.0 by @renovate in https://github.com/bokuweb/docx-rs/pull/288
- 0.0.249 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/457
- update json by @bokuweb in https://github.com/bokuweb/docx-rs/pull/458
- Fix anchor by @bokuweb in https://github.com/bokuweb/docx-rs/pull/459
- fix: remove \n in text by @bokuweb in https://github.com/bokuweb/docx-rs/pull/461
- 0.0.253 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/462
- chore(deps): update rust crate pretty_assertions to 1.2.1 by @renovate in https://github.com/bokuweb/docx-rs/pull/464
- fix(deps): update rust crate zip to 0.6.2 by @renovate in https://github.com/bokuweb/docx-rs/pull/463
- 0.0.254 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/466
- fix: page margein type by @bokuweb in https://github.com/bokuweb/docx-rs/pull/472
- udpate by @bokuweb in https://github.com/bokuweb/docx-rs/pull/473
- 0.0.257 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/474
- fix: recursive style by @bokuweb in https://github.com/bokuweb/docx-rs/pull/475
- chore(deps): update dependency typescript to v4.6.4 by @renovate in https://github.com/bokuweb/docx-rs/pull/471
- chore(deps): update dependency jest to v28 by @renovate in https://github.com/bokuweb/docx-rs/pull/469
- build(deps): bump async from 2.6.3 to 2.6.4 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/468
- build(deps): bump async from 2.6.3 to 2.6.4 in /vrt by @dependabot in https://github.com/bokuweb/docx-rs/pull/467
- fix(deps): update dependency glob to v8 by @renovate in https://github.com/bokuweb/docx-rs/pull/465
- chore(deps): update dependency ts-loader to v9.3.0 by @renovate in https://github.com/bokuweb/docx-rs/pull/470
- 0.0.258 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/477
- Fix reader by @bokuweb in https://github.com/bokuweb/docx-rs/pull/478
- 0.0.259 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/479
- Fix img reader by @bokuweb in https://github.com/bokuweb/docx-rs/pull/480
- Add img js if by @bokuweb in https://github.com/bokuweb/docx-rs/pull/481
- Fix jpeg reader by @bokuweb in https://github.com/bokuweb/docx-rs/pull/483
- chore(deps): update dependency typescript to v4.7.2 by @renovate in https://github.com/bokuweb/docx-rs/pull/482
- fix: image writer with review by @bokuweb in https://github.com/bokuweb/docx-rs/pull/486
- 0.0.262 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/487
- build(deps): bump eventsource from 1.0.7 to 1.1.1 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/485
- chore(deps): update dependency typescript to v4.7.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/488
- chore(deps): update dependency jest to v28.1.1 by @renovate in https://github.com/bokuweb/docx-rs/pull/489
- fix: shape reader by @bokuweb in https://github.com/bokuweb/docx-rs/pull/490
- 0.0.263 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/491
- 0.0.264 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/492
- fix: collect images in nested table by @bokuweb in https://github.com/bokuweb/docx-rs/pull/493
- Support png image converter by @bokuweb in https://github.com/bokuweb/docx-rs/pull/494
- fix: support comment in nested table by @bokuweb in https://github.com/bokuweb/docx-rs/pull/495
- fix by @bokuweb in https://github.com/bokuweb/docx-rs/pull/496
- fix: chaespace type by @bokuweb in https://github.com/bokuweb/docx-rs/pull/498
- fix author if it have <> chars by @P40b0s in https://github.com/bokuweb/docx-rs/pull/501
- chore(deps): update rust crate insta to 1.15 by @renovate in https://github.com/bokuweb/docx-rs/pull/504
- chore(deps): update dependency typescript to v4.7.4 by @renovate in https://github.com/bokuweb/docx-rs/pull/503
- build(deps): bump shell-quote from 1.7.2 to 1.7.3 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/506
- chore(deps): update dependency ts-loader to v9.3.1 by @renovate in https://github.com/bokuweb/docx-rs/pull/505
- chore(deps): update dependency jest to v28.1.2 by @renovate in https://github.com/bokuweb/docx-rs/pull/507
- Fix support hyperlink reader by @bokuweb in https://github.com/bokuweb/docx-rs/pull/508
- build(deps): bump terser from 4.3.1 to 4.8.1 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/513
- fix(deps): update rust crate image to 0.24.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/510
- Fix image reader by @bokuweb in https://github.com/bokuweb/docx-rs/pull/512
- chore(deps): update rust crate insta to 1.16 by @renovate in https://github.com/bokuweb/docx-rs/pull/514
- chore(deps): update dependency jest to v28.1.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/509
- 0.0.275 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/517
- Read hyperlink instr by @bokuweb in https://github.com/bokuweb/docx-rs/pull/518
- chore(deps): update dependency cpy-cli to v4.2.0 by @renovate in https://github.com/bokuweb/docx-rs/pull/519
- Support multi columns section by @hayato-SMZ in https://github.com/bokuweb/docx-rs/pull/521
- 0.4.2 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/523
- Support adjust line height in table by @bokuweb in https://github.com/bokuweb/docx-rs/pull/522
- 0.0.276 rc8 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/524
- chore(deps): update dependency typescript to v4.8.2 by @renovate in https://github.com/bokuweb/docx-rs/pull/526
- 0.0.276 rc10 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/527
- chore(deps): update rust crate pretty_assertions to 1.3.0 by @renovate in https://github.com/bokuweb/docx-rs/pull/529
- fix: use instrTextString in reader by @bokuweb in https://github.com/bokuweb/docx-rs/pull/528
- Support table style by @hayato-SMZ in https://github.com/bokuweb/docx-rs/pull/531
- chore(deps): update dependency typescript to v4.8.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/532
- Add style properties by @bokuweb in https://github.com/bokuweb/docx-rs/pull/530
- Read section props in paragraph by @bokuweb in https://github.com/bokuweb/docx-rs/pull/533
- Read section props in paragraph by @bokuweb in https://github.com/bokuweb/docx-rs/pull/536
- fix: level reader by @bokuweb in https://github.com/bokuweb/docx-rs/pull/535
- feat: support rot by @bokuweb in https://github.com/bokuweb/docx-rs/pull/540
- 0.4.3 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/541
- fix: changelog by @bokuweb in https://github.com/bokuweb/docx-rs/pull/542
- fix(deps): update rust crate image to 0.24.4 by @renovate in https://github.com/bokuweb/docx-rs/pull/539
- chore(deps): update dependency typescript to v4.8.4 by @renovate in https://github.com/bokuweb/docx-rs/pull/543
- fix: escape url by @bokuweb in https://github.com/bokuweb/docx-rs/pull/538
- Support textdirection by @hayato-SMZ in https://github.com/bokuweb/docx-rs/pull/545
- 0.4.5 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/547
- chore(deps): update dependency ts-loader to v9.4.1 by @renovate in https://github.com/bokuweb/docx-rs/pull/537
- fix(deps): update rust crate zip to 0.6.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/544
- Read sdt by @bokuweb in https://github.com/bokuweb/docx-rs/pull/546
- fix(deps): update rust crate base64 to 0.13.1 by @renovate in https://github.com/bokuweb/docx-rs/pull/548
- refactor: define type instead of IndexAccessType by @skanehira in https://github.com/bokuweb/docx-rs/pull/549
- 0.0.276-rc27 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/550
- fix: missing replace json types IndexAccessType by @skanehira in https://github.com/bokuweb/docx-rs/pull/551
- Issue393 by @hayato-SMZ in https://github.com/bokuweb/docx-rs/pull/552
- rc28 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/557
- fix: escape hyperlink by @bokuweb in https://github.com/bokuweb/docx-rs/pull/556
- Fix table row height by @bokuweb in https://github.com/bokuweb/docx-rs/pull/558
- [#553] feat: Support specVanish by @bokuweb in https://github.com/bokuweb/docx-rs/pull/559
- rc31 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/560
- fix: types by @bokuweb in https://github.com/bokuweb/docx-rs/pull/561
- [#555] feat: Support isLgl by @bokuweb in https://github.com/bokuweb/docx-rs/pull/563
- Issue554 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/565
- Support image align by @hayato-SMZ in https://github.com/bokuweb/docx-rs/pull/564
- Rc34 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/566
- fix: alignemnt type by @bokuweb in https://github.com/bokuweb/docx-rs/pull/567
- chore(deps): update dependency typescript to v4.9.3 by @renovate in https://github.com/bokuweb/docx-rs/pull/571
- build(deps): bump loader-utils from 1.2.3 to 1.4.2 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/570
- fix: line spacing type by @bokuweb in https://github.com/bokuweb/docx-rs/pull/572
- Rc36 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/573
- chore(deps): update dependency webpack-cli to v5 by @renovate in https://github.com/bokuweb/docx-rs/pull/574
- fix: js adjust line table settings by @bokuweb in https://github.com/bokuweb/docx-rs/pull/577
- chore(deps): update dependency ts-loader to v9.4.2 by @renovate in https://github.com/bokuweb/docx-rs/pull/578
- [#584] fix: remove % by @bokuweb in https://github.com/bokuweb/docx-rs/pull/585
- fix: add before/after contents and with_instr_text in toc by @bokuweb in https://github.com/bokuweb/docx-rs/pull/582
- build(deps): bump express from 4.17.1 to 4.18.2 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/586
- chore(deps): update dependency webpack-cli to v5.0.1 by @renovate in https://github.com/bokuweb/docx-rs/pull/583
- build(deps): bump minimatch from 3.0.4 to 3.1.2 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/581
- build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/580
- build(deps): bump minimatch from 3.0.4 to 3.1.2 in /vrt by @dependabot in https://github.com/bokuweb/docx-rs/pull/579
- fix: expose outline level by @bokuweb in https://github.com/bokuweb/docx-rs/pull/590
- fix: after contents in toc by @bokuweb in https://github.com/bokuweb/docx-rs/pull/594
- Support deleted toc by @bokuweb in https://github.com/bokuweb/docx-rs/pull/595
- [#587] feat: Support link in style by @bokuweb in https://github.com/bokuweb/docx-rs/pull/596
- fix: duplicated based on by @bokuweb in https://github.com/bokuweb/docx-rs/pull/604
- fix: circular reference when using module that built with esbuild by @skanehira in https://github.com/bokuweb/docx-rs/pull/605
- 0.0.277-rc4 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/606
- build(deps): bump bumpalo from 3.7.0 to 3.12.0 by @dependabot in https://github.com/bokuweb/docx-rs/pull/602
- fix: read sdt in cell by @bokuweb in https://github.com/bokuweb/docx-rs/pull/601
- build(deps): bump json5 from 1.0.1 to 1.0.2 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/600
- chore(deps): update dependency html-webpack-plugin to v5 by @renovate in https://github.com/bokuweb/docx-rs/pull/592
- chore(deps): update dependency adm-zip to v0.5.10 by @renovate in https://github.com/bokuweb/docx-rs/pull/609
- fix: escape style name by @bokuweb in https://github.com/bokuweb/docx-rs/pull/612
- chore(deps): update dependency serialize-javascript to v6.0.1 by @renovate in https://github.com/bokuweb/docx-rs/pull/610
- fix: link output by @bokuweb in https://github.com/bokuweb/docx-rs/pull/616
- Wasm feature gate by @arifd in https://github.com/bokuweb/docx-rs/pull/622
- feat: Support sym by @bokuweb in https://github.com/bokuweb/docx-rs/pull/625
- fix: changelog by @bokuweb in https://github.com/bokuweb/docx-rs/pull/626
- fix json type by @bokuweb in https://github.com/bokuweb/docx-rs/pull/631
- fix: make docGrid optional by @bokuweb in https://github.com/bokuweb/docx-rs/pull/630
- Support indent right by @bokuweb in https://github.com/bokuweb/docx-rs/pull/632
- fix widow_control xml, add character_spacing_control by @Griklit in https://github.com/bokuweb/docx-rs/pull/633
- fix: character congtrol for js by @bokuweb in https://github.com/bokuweb/docx-rs/pull/634
- fix: add missing if by @bokuweb in https://github.com/bokuweb/docx-rs/pull/635
- fix: snaps by @bokuweb in https://github.com/bokuweb/docx-rs/pull/636
- Support char spacing by @bokuweb in https://github.com/bokuweb/docx-rs/pull/637
- Make doc grid optional by @bokuweb in https://github.com/bokuweb/docx-rs/pull/639
- fix: number type by @bokuweb in https://github.com/bokuweb/docx-rs/pull/641
- fix: caps by @bokuweb in https://github.com/bokuweb/docx-rs/pull/643
- add Paragraph borders by @Griklit in https://github.com/bokuweb/docx-rs/pull/642
- Fix caps by @bokuweb in https://github.com/bokuweb/docx-rs/pull/645
- fix: spacing type by @bokuweb in https://github.com/bokuweb/docx-rs/pull/644
- build(deps): bump semver from 5.7.1 to 5.7.2 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/640
- Escape author by @bokuweb in https://github.com/bokuweb/docx-rs/pull/646
- fix: escape by @bokuweb in https://github.com/bokuweb/docx-rs/pull/650
- Add Support for Parsing Lists by @mridul262 in https://github.com/bokuweb/docx-rs/pull/654
- [https://github.com/bokuweb/docx-rs/issues/655] fix: tabs by @bokuweb in https://github.com/bokuweb/docx-rs/pull/656
- 0.0.278-rc24 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/657
- build(deps): bump fsevents from 1.2.9 to 1.2.13 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/658
- chore(deps): update dependency html-webpack-plugin to v5.5.3 - autoclosed by @renovate in https://github.com/bokuweb/docx-rs/pull/649
- fix: json types by @bokuweb in https://github.com/bokuweb/docx-rs/pull/660
- fix: https://github.com/bokuweb/docx-rs/issues/665 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/666
- 0.0.278 rc26 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/667
- Support ppr default by @bokuweb in https://github.com/bokuweb/docx-rs/pull/673
- chore: rc27 by @bokuweb in https://github.com/bokuweb/docx-rs/pull/674
- fix: some clippy by @bokuweb in https://github.com/bokuweb/docx-rs/pull/677
- Define header footer by @bokuweb in https://github.com/bokuweb/docx-rs/pull/678
- build(deps): bump follow-redirects from 1.14.8 to 1.15.4 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/672
- build(deps): bump browserify-sign from 4.0.4 to 4.2.2 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/661
- build(deps): bump @babel/traverse from 7.14.2 to 7.23.2 in /docx-wasm by @dependabot in https://github.com/bokuweb/docx-rs/pull/659
- Read header and footer image by @bokuweb in https://github.com/bokuweb/docx-rs/pull/679
- Support image in header footer by @bokuweb in https://github.com/bokuweb/docx-rs/pull/680
- @dependabot made their first contribution in https://github.com/bokuweb/docx-rs/pull/57
- @lu-zero made their first contribution in https://github.com/bokuweb/docx-rs/pull/232
- @14sxlin made their first contribution in https://github.com/bokuweb/docx-rs/pull/335
- @lkadalski made their first contribution in https://github.com/bokuweb/docx-rs/pull/346
- @inokawa made their first contribution in https://github.com/bokuweb/docx-rs/pull/349
- @lll9p made their first contribution in https://github.com/bokuweb/docx-rs/pull/420
- @P40b0s made their first contribution in https://github.com/bokuweb/docx-rs/pull/501
- @hayato-SMZ made their first contribution in https://github.com/bokuweb/docx-rs/pull/521
- @skanehira made their first contribution in https://github.com/bokuweb/docx-rs/pull/549
- @arifd made their first contribution in https://github.com/bokuweb/docx-rs/pull/622
- @Griklit made their first contribution in https://github.com/bokuweb/docx-rs/pull/633
- @mridul262 made their first contribution in https://github.com/bokuweb/docx-rs/pull/654
Full Changelog: https://github.com/bokuweb/docx-rs/compare/0.2.0...0.4.8