Commit Graph

441 Commits (838052be0fd25b5412863410e349eae5e360bedb)

Author SHA1 Message Date
renovate[bot] c44b62dac4
chore(deps): update dependency jest to v28.1.3 (#509)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-25 14:08:52 +09:00
bokuweb 2e8a7731d6
Fix image reader (#512)
* ignore table

* ignore unsupported image

* fix

* fix

* fix

* fix

Co-authored-by: bokuweb <bokuweb@bokuwebnombp.lan>
2022-07-22 11:46:07 +09:00
dependabot[bot] 453061b58e
build(deps): bump terser from 4.3.1 to 4.8.1 in /docx-wasm (#513)
Bumps [terser](https://github.com/terser/terser) from 4.3.1 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-21 17:44:20 +09:00
bokuweb aaec11c8e9
Update package.json 2022-07-06 10:49:21 +09:00
bokuweb a346cd1a16
Fix support hyperlink reader (#508)
* fix

* fix: support external link

* wip

* fix

Co-authored-by: bokuweb <bokuweb@bokuwebnombp.lan>
2022-07-06 10:47:15 +09:00
renovate[bot] 674499a436
chore(deps): update dependency jest to v28.1.2 (#507)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-30 23:39:40 +09:00
renovate[bot] d294869350
chore(deps): update dependency ts-loader to v9.3.1 (#505)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-26 00:42:50 +09:00
dependabot[bot] 8db2a8bd70
build(deps): bump shell-quote from 1.7.2 to 1.7.3 in /docx-wasm (#506)
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/substack/node-shell-quote/releases)
- [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md)
- [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3)

---
updated-dependencies:
- dependency-name: shell-quote
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-26 00:42:38 +09:00
renovate[bot] 2863e3b0cc
chore(deps): update dependency typescript to v4.7.4 (#503)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 00:10:17 +09:00
bokuweb be3e5a9860
fix: chaespace type (#498)
Co-authored-by: bokuweb <bokuweb@bokuwebnombp.lan>
2022-06-15 23:43:19 +09:00
bokuweb f08cefff0a
fix (#496)
* fix

* fix

* fix

* fix

* fix

* fix

* 0.0.271

* fix

* 0.0.272

Co-authored-by: bokuweb <bokuweb@bokuwebnombp.lan>
2022-06-15 23:28:30 +09:00
bokuweb 604bdb85f7
fix: support comment in nested table (#495)
* fix: support comment in nested table

* 0.0.268

Co-authored-by: bokuweb <bokuweb@bokuwebnombp.lan>
2022-06-14 18:36:54 +09:00
bokuweb fc2760c31a
Support png image converter (#494)
* fix

* 0.0.266

* 0.0.267

* update

Co-authored-by: bokuweb <bokuweb@bokuwebnombp.lan>
2022-06-14 18:11:52 +09:00
bokuweb 1f0877bbad
fix: collect images in nested table (#493)
* fix: collect images in nested table

* fix

Co-authored-by: bokuweb <bokuweb@bokuwebnombp.lan>
2022-06-13 19:02:19 +09:00
bokuweb 86cc64b2a4
0.0.264 (#492)
Co-authored-by: bokuweb <bokuweb@bokuwebnombp.lan>
2022-06-08 00:48:17 +09:00
bokuweb 2759cfdd31
0.0.263 (#491) 2022-06-08 00:45:17 +09:00
bokuweb 713c18fee2
fix: shape reader (#490)
Co-authored-by: bokuweb <bokuweb@bokuwebnombp.lan>
2022-06-08 00:44:51 +09:00
renovate[bot] 961d53e678
chore(deps): update dependency jest to v28.1.1 (#489)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-08 00:41:22 +09:00
renovate[bot] b6bef8019a
chore(deps): update dependency typescript to v4.7.3 (#488)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-07 16:01:12 +09:00
dependabot[bot] e45b1525a6
build(deps): bump eventsource from 1.0.7 to 1.1.1 in /docx-wasm (#485)
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
- [Commits](https://github.com/EventSource/eventsource/compare/v1.0.7...v1.1.1)

---
updated-dependencies:
- dependency-name: eventsource
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-03 10:54:28 +09:00
bokuweb 72b4c704a7
0.0.262 (#487) 2022-06-03 01:13:26 +09:00
bokuweb 6fcffc7cfd
fix: image writer with review (#486)
Co-authored-by: bokuweb <bokuweb@bokuwebnombp.lan>
2022-06-03 01:03:16 +09:00
renovate[bot] 37fec82fd8
chore(deps): update dependency typescript to v4.7.2 (#482)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-27 18:51:54 +09:00
bokuweb 473c58be04
Fix jpeg reader (#483)
* fix: jpeg reader

* fix: reader
2022-05-27 18:50:20 +09:00
bokuweb 442cbf7857
Add img js if (#481)
* fix: add image writer in js

* fix: test
2022-05-23 16:24:44 +09:00
bokuweb dc21e50877
Fix img reader (#480)
* fix: image reader

* fix: image
2022-05-20 17:00:24 +09:00
bokuweb 4165c8b107
0.0.259 (#479) 2022-05-20 11:31:25 +09:00
bokuweb 79841fca0c
Fix reader (#478)
* fix: numbering reader

* fix: test
2022-05-20 11:27:31 +09:00
bokuweb cd214fdaf5
0.0.258 (#477)
* 0.0.258

* published
2022-05-20 11:21:58 +09:00
renovate[bot] 5002960b33
chore(deps): update dependency ts-loader to v9.3.0 (#470)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-19 18:03:21 +09:00
dependabot[bot] 88a95c9895
build(deps): bump async from 2.6.3 to 2.6.4 in /docx-wasm (#468)
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-19 17:49:56 +09:00
renovate[bot] 5b2fde3574
chore(deps): update dependency jest to v28 (#469)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-19 17:49:46 +09:00
renovate[bot] af0295ecff
chore(deps): update dependency typescript to v4.6.4 (#471)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-19 17:49:30 +09:00
bokuweb 585c2b1770
fix: recursive style (#475) 2022-05-19 16:35:29 +09:00
bokuweb 19c5dbe913
0.0.257 (#474)
* 0.0.257

* update
2022-05-19 14:17:56 +09:00
bokuweb 1c2cae8352
udpate (#473) 2022-05-16 19:03:38 +09:00
bokuweb edfd4bb9c4
fix: page margein type (#472)
* fix: page margein type

* fix
2022-05-16 18:56:03 +09:00
bokuweb 66a5e7c71a
0.0.254 (#466)
* fix: ignore unexist image

* 0.0.254
2022-04-22 15:24:15 +09:00
bokuweb 44686ed567
0.0.253 (#462) 2022-04-02 00:47:19 +09:00
bokuweb 0af4da71b8
Fix anchor (#459)
* fix: textbox

* fix

* fix

* fix

* fix

* fix

* fix
2022-03-29 17:56:49 +09:00
bokuweb 6f787af9af
update json (#458) 2022-03-29 13:32:14 +09:00
bokuweb 9d58871287
0.0.249 (#457)
* fix

* 0.0.249
2022-03-29 11:08:37 +09:00
bokuweb 5dea38a6d1
feat: improve pic reader (#456)
* feat: improve pic reader

* feat: improve image reader
2022-03-28 19:40:32 +09:00
bokuweb 54990d5eb1
Fix width type case (#453)
* fix: add camelcase to width type

* update
2022-03-25 13:20:09 +09:00
dependabot[bot] f58fbacdcf
build(deps): bump minimist from 1.2.5 to 1.2.6 in /docx-wasm (#452)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-25 13:08:06 +09:00
renovate[bot] bda8a78546
chore(deps): update dependency typescript to v4.6.3 (#454)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-25 13:07:50 +09:00
bokuweb ca874e2065
fix: line spacing (#450)
* fix: line spacing

* update
2022-03-24 17:09:54 +09:00
bokuweb 8bc4e522aa
0.0.247 (#449)
* fix: js

* fix
2022-03-16 12:54:17 +09:00
bokuweb e243b5ce90
update (#448) 2022-03-16 12:30:16 +09:00
bokuweb 886113515b
feat: Support run style (#447)
* feat: Support run style

* update snaps
2022-03-16 12:24:12 +09:00
renovate[bot] 935d880839
chore(deps): update dependency cpy-cli to v4 (#446)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-16 12:09:58 +09:00
dependabot[bot] f7becb9c67
build(deps): bump url-parse from 1.5.3 to 1.5.10 in /docx-wasm (#438)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-16 12:09:50 +09:00
renovate[bot] 7fec79188f
chore(deps): update dependency typescript to v4.6.2 (#439)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-15 17:33:12 +09:00
bokuweb 68031502c4
0.0.245 (#445)
* update

* fix: update change log
2022-03-15 17:32:15 +09:00
bokuweb 5dd154d51d
fix: del in ins (#442) 2022-03-15 16:58:29 +09:00
renovate[bot] 2622147371
chore(deps): update dependency @types/file-saver to v2.0.5 (#404)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-15 16:56:21 +09:00
renovate[bot] 6a1f1122ae
chore(deps): update dependency ts-loader to v9.2.8 (#440)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-15 16:56:01 +09:00
renovate[bot] f74e79bc07
chore(deps): update dependency jest to v27.5.1 (#434)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-09 23:44:47 +09:00
dependabot[bot] 73764f7bf9
build(deps): bump ajv from 6.10.2 to 6.12.6 in /docx-wasm (#435)
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.10.2...v6.12.6)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-09 23:44:40 +09:00
dependabot[bot] b369ad03dc
build(deps): bump follow-redirects from 1.14.7 to 1.14.8 in /docx-wasm (#436)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-09 23:44:31 +09:00
bokuweb 7f23d5e7e8
0.0.243 (#433)
* 0.0.243

* fix: files

* 0.0.244
2022-02-08 01:46:04 +09:00
renovate[bot] a189e99727
chore(deps): update dependency jest to v27.5.0 (#432)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-07 00:23:50 +09:00
bokuweb 8b169c632c
Support table row ins (#431)
* fix: support table row ins

* 0.0.242
2022-02-04 18:37:04 +09:00
bokuweb 4e55970831
Fix fonts case (#428)
* fix: font case

* 0.0.241
2022-01-28 15:59:30 +09:00
bokuweb 26e2f2f169
gen bindings (#427)
* gen bindings

* fix: build

* fix

* 0.0.239

* 0.0.240
2022-01-28 15:36:03 +09:00
bokuweb 22aac7b457
fix: read theme (#425) 2022-01-27 17:23:30 +09:00
bokuweb cee207e407
fix: wasm (#423) 2022-01-27 15:16:40 +09:00
bokuweb 53aee2fa11
0.0.235 (#422) 2022-01-27 14:06:46 +09:00
renovate[bot] 6a62179178
chore(deps): update dependency @wasm-tool/wasm-pack-plugin to v1.6.0 (#319)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-25 22:13:12 +09:00
renovate[bot] 14ae9851db
chore(deps): update dependency webpack-dev-server to v3.11.3 (#361)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-25 22:13:03 +09:00
bokuweb f06f780e3c
Add table row del (#421)
* feat: add deleted table row

* fix: add del in table_row
2022-01-25 22:12:45 +09:00
renovate[bot] 6e69f3f37c
chore(deps): update dependency typescript to v4.5.5 (#416)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-24 23:17:40 +09:00
bokuweb c036c0e6a1
fix: tableRow and cell json type (#418) 2022-01-24 22:48:01 +09:00
bokuweb 515812ffc8
0.0.233 (#417)
* fix: level reader

* fix: level reader to read rpr

* 0.0.233

* fix: defs

* fix: changelog
2022-01-23 00:58:42 +09:00
bokuweb e1bd606480
0.0.231 (#414)
* fix: ppr reader

* 0.0.231
2022-01-19 19:59:18 +09:00
bokuweb c89c42dbe2
0.0.230 (#413)
* fix: del and ins

* fix
2022-01-19 18:55:23 +09:00
bokuweb fb99bd8f57
0.0.229 (#412)
* fix: del and ins type in run property

* 0.0.2300

* fix
2022-01-19 14:09:38 +09:00
bokuweb 447fcae3de
0.0.228 (#411)
* fix: numpr reader

* fix
2022-01-18 14:19:23 +09:00
bokuweb eb817c9fb2
0.0.227 (#410)
* fix: ppr change numbering api

* 0.0.227
2022-01-18 01:44:08 +09:00
bokuweb c233a6c32d
fix: change log (#409) 2022-01-17 15:34:43 +09:00
bokuweb 22c6724d05
fix: js ppr change if (#408) 2022-01-17 15:27:24 +09:00
bokuweb 87b0439ac8
Re fix numpr (#407)
* fix: numpr reader

* fix

* fix

* fix
2022-01-14 15:03:53 +09:00
bokuweb c857def7ef
Support ppr (#406)
* fix

* fix

* 0.0.222
2022-01-14 11:53:39 +09:00
dependabot[bot] c8605adc60
build(deps): bump follow-redirects from 1.13.0 to 1.14.7 in /docx-wasm (#405)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.0 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.13.0...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-14 11:50:08 +09:00
bokuweb cdb91be925
feat: Support styleWithLevels (#403) 2022-01-11 00:39:38 +09:00
bokuweb f51735babf
feat: Support pprchange (#402) 2022-01-08 01:28:34 +09:00
bokuweb 3c9615fc94
Fix font reader (#401)
* fix: snaps

* fix
2022-01-06 19:17:34 +09:00
renovate[bot] dc27747dea
chore(deps): update dependency typescript to v4.5.4 (#399)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-06 18:47:44 +09:00
renovate[bot] de3ee94b9d
fix(deps): update rust crate wasm-bindgen to 0.2.78 (#287)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-06 17:39:17 +09:00
renovate[bot] 6a95024abf
chore(deps): update dependency jest to v27.4.7 (#397)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-06 17:36:21 +09:00
bokuweb c602997ace
fix: (#398) 2022-01-06 17:36:10 +09:00
renovate[bot] 22a1ba669d
chore(deps): update dependency ts-loader to v9.2.6 (#321)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-06 16:51:00 +09:00
bokuweb c50db721b9
Read font (#396)
* feat: Read font

* fix: snaps

* fix: snaps

* fix: snaps

* fix
2022-01-06 16:50:43 +09:00
bokuweb 0260298f15
fix (#395) 2022-01-06 16:16:01 +09:00
bokuweb 21386cd1a7
Impl minimum ToC API for JS (#394)
* feat: Support dirty and disabled toc

* fix: js api

* feat: Add js minimum toc API

* fix:

* fix
2022-01-06 16:13:45 +09:00
bokuweb c89783e8d8
Improve toc writer2 (#389)
* fix: tab for toc

* fix:

* feat: Add paragraph.raw_text

* fix: improve toc item

* fix: toc item builder

* fix:

* fix

* feat: impl page ref for toc

* fix

* fix

* feat: Suppport hyperlink

* feat: Support alias

* feat: disable auto items

* feat: Add toc styles

* fix: clippy

* fix: test

* fix
2022-01-03 02:18:04 +09:00
bokuweb 31dacfb72a
0.0.217 (#392)
* fix: strike js if

* 0.0.217
2021-12-21 15:47:29 +09:00
bokuweb 2bdea2a519
fix (#391) 2021-12-21 11:58:54 +09:00
bokuweb a22abb3b4a
Support strike (#390)
* fix: spec

* fix: spec

* fix: strike
2021-12-21 11:54:27 +09:00
bokuweb 54c859ed76
fix: Some options for toc writer (#387)
* fix: Some options for toc writer

* fix: spec
2021-12-18 09:56:32 +09:00