|
4ce53a3d76
|
Fix failing test
|
2022-12-10 12:47:48 +02:00 |
|
|
f789f60e22
|
Optional background property
|
2022-12-09 21:07:08 +00:00 |
|
|
5a4fe5d5da
|
Formatting applied
|
2022-12-07 23:03:42 +02:00 |
|
|
e6af9b4b73
|
fix for tests && new tests for multi-level cases
|
2022-12-07 22:55:15 +02:00 |
|
|
361f9231d8
|
default numbering with overrideLevels
|
2022-12-07 22:54:51 +02:00 |
|
|
4215932550
|
overrideLevels as array impl instead of overrideLevel
|
2022-12-07 22:54:26 +02:00 |
|
|
29da523579
|
Interface (overrideLevel -> overrideLevels)
Breaking change
|
2022-12-07 22:11:34 +02:00 |
|
|
984e762a53
|
Fix test
|
2022-12-06 23:42:22 +00:00 |
|
|
1592aa7117
|
Add underline none
Add space options for Text
|
2022-12-06 22:04:30 +00:00 |
|
|
10dd36569d
|
#212 Add more levels support
|
2022-11-25 01:36:59 +00:00 |
|
|
9b874b0061
|
#1784 Add more alignment options according to spec
|
2022-11-19 20:14:15 +00:00 |
|
|
251eafe103
|
#1773 Add exact for spacing
|
2022-11-19 15:51:41 +00:00 |
|
|
1b06fc71cf
|
#1507 - Add scale for run
|
2022-11-03 00:30:16 +00:00 |
|
|
988987ddbe
|
#1126 - Add all comptability options
|
2022-10-29 15:10:02 +01:00 |
|
|
7d8cfc0382
|
Move SpaceType to shared
|
2022-10-29 03:10:29 +01:00 |
|
|
4cfb0ade88
|
#1744 - Add vanish and specVanish
|
2022-10-28 22:20:16 +01:00 |
|
|
75e064dd1d
|
#1281 - Tab feature
|
2022-10-27 00:17:02 +01:00 |
|
|
d2c0e656d0
|
Add tests
|
2022-10-26 23:43:51 +01:00 |
|
|
522b21862b
|
#756 Adding alt text feature
|
2022-10-26 23:09:36 +01:00 |
|
|
9bed303d34
|
#1529 - Word wrap feature
|
2022-10-25 18:53:00 +01:00 |
|
|
8a3ccdb196
|
Upgrade chai to 4.x
|
2022-10-25 01:08:54 +01:00 |
|
|
8282d76b87
|
Merge branch 'dolanmiu:master' into master
|
2022-10-17 14:25:48 +05:45 |
|
|
6dcf3f25e9
|
Fix test
|
2022-10-16 00:44:40 +01:00 |
|
|
e80acea63f
|
Add more MathIntegral tests
|
2022-10-16 00:38:02 +01:00 |
|
|
640639264d
|
Add MathIntegral tests
|
2022-10-16 00:33:44 +01:00 |
|
|
3ccdd2585c
|
Fix prettier and linting
|
2022-10-16 00:29:16 +01:00 |
|
|
2c4b55c692
|
Refactor code to simplify interface
|
2022-10-16 00:21:34 +01:00 |
|
|
70a3b25d54
|
Fix Prettier errors
|
2022-10-16 00:20:16 +01:00 |
|
|
d053baef03
|
FIX: added legacy support for TabStop
|
2022-10-14 17:01:41 +05:45 |
|
|
629c586014
|
FIX: multiple tabStop support for LibreWriter
|
2022-10-14 16:38:02 +05:45 |
|
|
9ab6df99b1
|
Add MathIntegral class
|
2022-10-08 12:56:35 +11:00 |
|
|
0ac23d0646
|
Add tests and bump coverage
|
2022-09-22 07:19:14 +01:00 |
|
|
5950055cca
|
Fix linting and add new lint rules
|
2022-09-19 20:48:50 +01:00 |
|
|
e90d97b813
|
Use new eslint-plugin-functional instead of tslint-immutable
|
2022-09-15 20:00:50 +01:00 |
|
|
d020d59b11
|
Merge branch 'master' into feat/tslint-to-eslint
# Conflicts:
# src/file/numbering/level.spec.ts
# src/file/numbering/level.ts
|
2022-09-15 18:04:48 +01:00 |
|
|
ebb3f8137e
|
#1660 Add w:isLgl
|
2022-09-15 13:08:49 +01:00 |
|
|
af7d275c27
|
Merge pull request #1636 from MLD5000/create-packer-stream
Create packer stream "toStream"
|
2022-09-15 13:04:15 +01:00 |
|
|
2b01a6006c
|
Fix linting
|
2022-09-15 12:39:30 +01:00 |
|
|
9f3940746a
|
Add tests for stream packer
|
2022-09-15 08:15:38 +01:00 |
|
|
ebcb37cbed
|
Fix ESLinting errors and remove TSLint
|
2022-08-31 08:59:27 +01:00 |
|
|
1bdf9a4987
|
Initial ESlint conversion
|
2022-08-31 07:52:27 +01:00 |
|
|
d5bd407802
|
Merge pull request #1601 from AdaEniac/patch-3
Update hyperlink.ts
|
2022-08-25 01:54:31 +01:00 |
|
|
ba4dc2ed54
|
Fix formatting
|
2022-08-25 01:40:14 +01:00 |
|
|
c982e64996
|
formatting
|
2022-08-24 13:01:15 -05:00 |
|
|
1a630bcb4d
|
Added toStream export function
New Function returns a NodeJS readable stream that allows piping DOCX document data to stream.
|
2022-08-22 13:25:59 -07:00 |
|
|
b6be05a931
|
Add test for Packer.toString
|
2022-08-22 19:08:29 +02:00 |
|
|
21f7662a77
|
Add toString to Packer
|
2022-08-17 18:52:19 +02:00 |
|
|
85bafb3eef
|
Update hyperlink.ts
ExternalHyperlink extends XmlComponent
|
2022-07-23 15:03:04 +08:00 |
|
|
440782e9cf
|
Merge pull request #1589 from dolanmiu/feat/1583-fix-comments-missing
#1583 Comments to always write default data
|
2022-07-12 18:33:13 +01:00 |
|
|
e84641c13c
|
#1583 Add more tests to media data
|
2022-07-12 18:11:44 +01:00 |
|