Commit Graph

758 Commits (50e6eddb08d451dc5e956f0fd755ba14d9bf93c7)

Author SHA1 Message Date
renovate[bot] df9bd36132
chore(deps): update dependency typescript to v4.8.2 (#526)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-26 15:39:46 +09:00
bokuweb 69e5654872
0.0.276 rc8 (#524)
* fix: packagejson

* fix: changelog

* fix: js

* fix: table row rule

* fix
2022-08-26 11:14:16 +09:00
bokuweb b4be4bbe9b
Support adjust line height in table (#522)
* fix: support adjust_line_height_in_table in settings

* fix: read adjust in table

* fix
2022-08-25 16:27:55 +09:00
bokuweb 753c6d4d7e
0.4.2 (#523)
* 0.4.1

* 0.4.1

* 0.4.2
2022-08-25 15:49:26 +09:00
hayato-SMZ 7d026a4ee4
Support multi columns section (#521)
* Add variable space and transfer the role of columns

* Added attribute "w:num" to w:cols

* Update "docx-core" Test and snap updates

* Update "docx-wasm" snap

* Add columns method to Document struct.
2022-08-25 15:30:19 +09:00
renovate[bot] a8b2f25470
chore(deps): update dependency cpy-cli to v4.2.0 (#519)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-24 16:43:06 +09:00
bokuweb fec94fd5f5
Read hyperlink instr (#518)
* fix: read hyperlink instr

* fix

* fix

* fix

* rc7
2022-08-10 14:45:27 +09:00
bokuweb 0f5e1d1cdc
0.0.275 (#517)
* 0.0.275

* fix

* fix: hyperlink child types

* read hyperlink rels

* update snaps

* update

* 0.0.275

* fix
2022-08-09 15:32:17 +09:00
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
renovate[bot] e2ea4d2246
chore(deps): update rust crate insta to 1.16 (#514)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-22 11:46:21 +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
renovate[bot] 3a875e1d40
fix(deps): update rust crate image to 0.24.3 (#510)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-21 17:44:40 +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 81e22b5ac0
Update CHANGELOG.md 2022-07-06 10:50:10 +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
renovate[bot] 63292bafe5
chore(deps): update rust crate insta to 1.15 (#504)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 00:10:09 +09:00
P40b0s 8ea72ed5c9
fix author if it have <> chars (#501) 2022-06-16 22:38:59 +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 c43d5caf69
Update README.md 2022-05-25 14:50:56 +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
renovate[bot] 8657ed565c
fix(deps): update dependency glob to v8 (#465)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-19 17:50:15 +09:00
dependabot[bot] 918962128b
build(deps): bump async from 2.6.3 to 2.6.4 in /vrt (#467)
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:50:06 +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