Commit Graph

297 Commits (a36498579a1d59e5ccad89ddea1b386887fb8eab)

Author SHA1 Message Date
renovate[bot] a36498579a
chore(deps): pin dependency cpy-cli to 3.1.1 (#251)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-19 00:14:32 +09:00
bokuweb f62d906cd2
0.0.159 (#250)
* 0.0.155

* 0.0.159
2021-03-18 23:02:51 +09:00
renovate[bot] 1c02892832
fix(deps): update rust crate wasm-bindgen to 0.2.71 (#129)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-18 19:03:27 +09:00
bokuweb 20361dac2d
Support table cell color (#249)
* feat: Add shd writer

* feat: Support shd

* fix: clippy

* 0.0.154
2021-03-18 19:02:28 +09:00
bokuweb 3075ffb506
Fix based on serialization (#247)
* fix: based on serialization

* 0.0.153

* update
2021-03-17 12:56:48 +09:00
bokuweb 65226e4098
-.0.152 (#246) 2021-03-16 17:45:42 +09:00
bokuweb 93b9f9baca
fix: bolf / italic (#245) 2021-03-16 17:41:36 +09:00
bokuweb ef63278e1f
fix: Add start and end (#244)
* fix: Add start and end

* update snaps
2021-03-16 16:32:02 +09:00
bokuweb 8890385f67
Improve cell borders (#243)
* feat: Support tl2br / tr2bl

* fix: some bugs

* fix: example

* update: snaps

* update
2021-03-16 16:09:39 +09:00
renovate[bot] a2ca156f83
chore(deps): update dependency ts-loader to v8.0.18 (#194)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-16 13:52:11 +09:00
renovate[bot] fe7c4e0a05
chore(deps): update dependency webpack-merge to v5.7.3 (#196)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-16 13:52:02 +09:00
renovate[bot] d2ce18e188
chore(deps): update dependency webpack to v4.46.0 (#223)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-15 16:47:30 +09:00
bokuweb 1f42839787
Table in table (#242)
* feat: Support nested table for now (comment is not supported)

* 0.0.149
2021-03-15 16:47:22 +09:00
bokuweb ffd03e0b12
Fix height rule (#241)
* use atLeast

* use atLeast

* fix: height rule

* fix: snaps

* fix

* fix

* 0.0.148

* update snaps
2021-03-15 15:54:14 +09:00
dependabot[bot] b900ff138c
build(deps): bump elliptic from 6.5.3 to 6.5.4 in /docx-wasm (#240)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-15 15:33:47 +09:00
renovate[bot] 1d05c55415
chore(deps): update rust crate pretty_assertions to 0.7.1 (#239)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-15 15:30:15 +09:00
renovate[bot] 0bf4123e81
chore(deps): update dependency webpack-dev-server to v3.11.2 (#220)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-05 11:29:02 +09:00
renovate[bot] 008cce9890
fix(deps): update rust crate image to 0.23.14 (#236)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-05 11:28:46 +09:00
renovate[bot] 3197754399
chore(deps): update dependency typescript to v4.2.3 (#237)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-05 11:28:39 +09:00
bokuweb f14fbdcb75
Support text direction (#235)
* fix: Add text direction

* fix: Add element

* fix: add js if and update test

* fix example

* spec: update snaps

* update
2021-03-03 10:35:50 +09:00
renovate[bot] c2a96f6952
chore(deps): update dependency @wasm-tool/wasm-pack-plugin to v1.3.3 (#228)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-02 12:32:52 +09:00
renovate[bot] 4b701588eb
chore(deps): update rust crate insta to 1.7 (#197)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-02 12:32:41 +09:00
renovate[bot] de3c7fa277
chore(deps): update dependency typescript to v4.2.2 (#202)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-02 12:32:30 +09:00
renovate[bot] 2faa3c33dc
chore(deps): update dependency html-webpack-plugin to v4.5.2 (#221)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-02 12:32:20 +09:00
renovate[bot] 4099951cd6
fix(deps): update rust crate image to 0.23.13 (#227)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-02 12:32:09 +09:00
bokuweb 23039556ac
feat: support hRule (#234)
* feat: support hRule

* 0.0.141

* 0.0.143

* fix
2021-03-02 12:31:46 +09:00
bokuweb ef3f2cbb3e
fix: ignore nested table (#233) 2021-03-01 17:18:42 +09:00
Luca Barbato 29b1823be3
Fix a typo (#232) 2021-02-25 21:24:34 +09:00
bokuweb 9587d47c38
fix: remove default border when read table (#231)
* fix: remove default border when read table

* env: update test
2021-02-25 16:16:20 +09:00
bokuweb ff03496182
fix: date (#230)
* fix: date

* 0.0.138
2021-02-25 10:27:59 +09:00
bokuweb 3a1e94caba
Fix comment importing (#229)
* fix: comment importing in delete

* 0.0.137
2021-02-09 10:13:19 +09:00
bokuweb 9069f08791
fix: comment importing in delete (#226) 2021-01-27 19:44:29 +09:00
bokuweb 17c669bdde
fix: read comment in ins (#222)
* fix: read comment in ins

* 0.0.135

* 0.0.136
2021-01-06 20:31:53 +09:00
dependabot[bot] 856b2b6660
build(deps): bump node-notifier from 8.0.0 to 8.0.1 in /docx-wasm (#219)
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases)
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-24 00:49:01 +09:00
bokuweb be821db19d
fix: json if (#218)
* fix: json if

* fix: use update comments

* 0.0.131

* fix: Add id

* 0.0.132

* fix: reset para id

* fix: test

* fix: num

* 0.0.134
2020-12-21 20:52:15 +09:00
bokuweb 727045c3be
Add json if (#217)
* fix: json

* fix: specs

* 0.0.127

* fix if

* fix: if

* 0.1.129
2020-12-21 18:44:31 +09:00
bokuweb 2e5a22fc53
Fix comment structure (#216)
* fix: Add comment children

* feat: Update snaps

* fix: specs

* spec: Add spec

* fix: js if
2020-12-21 17:30:42 +09:00
bokuweb e45e0431e9
Fix comment rw (#215)
* fix: comment

* 0.0.125
2020-12-18 16:09:48 +09:00
bokuweb d4b9e0b5e2
fix: json type (#214) 2020-12-16 11:59:48 +09:00
bokuweb 6133cffd21
0.0.123 (#213) 2020-12-16 10:20:20 +09:00
bokuweb 089772a12c
Impl comment reader (#212)
* feat: Impl comments reader

* feat: Impl comment extended reader

* feat: Fixup comment reader

* feat: Update snaps

* faet: Update snaps

* fix: comment overwritten bug

* fix: parent comment id seeker

* fix: update js reader snaps
2020-12-15 22:33:01 +09:00
bokuweb e346121dee
Support doc vars (#211)
* feat: Impl doc_var writer

* feat: Impl doc_vars reader

* update snaps
2020-12-15 15:38:17 +09:00
renovate[bot] 71991d97b8
chore(deps): update dependency jest to v26.6.3 (#193)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-15 10:33:35 +09:00
bokuweb 15702847a6
Fix json type (#210)
* fix: type

* 0.0.122
2020-12-14 17:44:47 +09:00
bokuweb 596ec30e31
Fix wasmbind gen version (#209)
* use 0.2.50

* revert bindgen
2020-12-14 16:21:41 +09:00
bokuweb 5d7fd94b98
chore: update version (#208) 2020-12-14 15:15:21 +09:00
bokuweb 688632bca2
Support default fonts (#207)
* feat: support default font writer

* feat: Support default font by js

* fix: update snaps

* fix: update snaps
2020-12-14 15:01:23 +09:00
renovate[bot] 1020f4bd04
fix(deps): update rust crate image to 0.23.12 (#198)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-14 11:50:58 +09:00
bokuweb 352c922a14
update wasm-bindgen (#206)
* update wasm-bindgen

* update npm
2020-12-14 11:50:20 +09:00
dependabot[bot] 02750230b4
build(deps): bump ini from 1.3.5 to 1.3.8 in /docx-wasm (#203)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-14 11:45:30 +09:00