97101adb10
Enabled declarations in tsconfig to be true
2017-07-07 14:31:08 +01:00
2ec171d4a8
Used my updated typings for archiver 1.3
2017-05-09 18:03:31 +01:00
8876bb1fea
updated readme about demos
2017-04-17 19:53:53 +01:00
96ca9d9c23
commented out the rm
2017-04-17 16:36:56 +01:00
74a65f02fa
remove exit code
2017-04-17 16:07:28 +01:00
339c017940
edited rm function
2017-04-17 15:41:03 +01:00
969b52ae05
added nojekyll to gh-pages
2017-04-17 13:24:43 +01:00
eb8f0f4033
added debugging to deployment
2017-04-17 13:05:02 +01:00
d7229eb049
removed rimraf
2017-04-16 12:41:24 +01:00
644819ed81
added deployment keys and scripts
2017-04-16 12:22:50 +01:00
96fd61d3e4
using stable version of node
2017-04-16 02:25:44 +01:00
b96cfe7b19
git fetch added
2017-04-16 01:29:29 +01:00
d0e7c97a88
added commit message with merge with gh pages
2017-04-16 01:18:22 +01:00
0ede54cfdc
added travis doc deployment solution
2017-04-16 01:12:42 +01:00
5be1163549
remove docs in gitignore
2017-04-16 01:07:11 +01:00
580f6eb633
fixed tests
2017-04-16 00:44:35 +01:00
321be35918
added docs in gitignore
2017-04-16 00:30:27 +01:00
45a18742d7
moved documentation to gh-pages branch
2017-04-16 00:22:29 +01:00
7e81da404a
updated readme
2017-04-16 00:09:07 +01:00
6c2abb4abc
added typedoc generated docs
2017-04-16 00:07:16 +01:00
e8b0dbf93b
added docs ignore to npmignore file
2017-04-16 00:04:29 +01:00
e59c255d85
added type to pack param
2017-04-15 23:45:27 +01:00
17b28cb724
fixed more linting issues
2017-04-15 20:11:54 +01:00
410152441b
fixed tslinting issues
2017-04-15 17:54:47 +01:00
dfff4b96bd
updated tslint to 5.1.0
2017-04-15 17:47:29 +01:00
72cb75a486
added comma
2017-04-15 17:46:56 +01:00
53fe1dd988
added typedoc support for generating documentation
2017-04-15 17:46:11 +01:00
043219f005
Merge pull request #32 from felipeochoa/keep-lines
...
add keepLines and keepNext support for paragraph formatting
2017-04-15 17:41:11 +01:00
0453f28951
add keepLines and keepNext support for paragraph formatting
...
This commit adds it to the three places where paragraph formatting can
be applied right now (directly on the paragraph, paragraph styles, and
bullets/numbering styles). I'm separately adding an entry to the wiki
regarding what these methods do (widow/orphan control)
2017-04-14 21:13:11 +02:00
94716e081b
Merge pull request #31 from felipeochoa/spacing-bugfix
...
Spacing bugfix
2017-04-14 17:30:54 +01:00
30f826fd3d
made a mini app which you can select the demo you want from a list with an interactive prompt.
2017-04-14 15:48:12 +01:00
99b7a03b8a
update demo2 to test space preservation
2017-04-14 11:09:08 +02:00
b1c8b2beb8
add xml:space="preserve" to text runs
...
In MS Word 2015 (and possibly others), leading and trailing spaces are
ignored in text runs. This means that calling TextRun with
leading/trailing space would result in a document that didn't include
those spaces. The fix here (per http://officeopenxml.com/WPtext.php )
is to include an extra attribute on the "w:t" element that forces word
to recognize those spaces.
2017-04-14 11:08:19 +02:00
a706455a7c
Merge pull request #30 from felipeochoa/overrides
...
Add support for numbering level overrides
2.0.1
2017-04-12 18:34:07 +01:00
8c388a95c4
bump patch version
2017-04-12 16:01:26 +02:00
9a41d78ecb
add an additional demo
2017-04-12 16:00:16 +02:00
6fc4ad782a
add #overrideLevel method to concrete numberings
2017-04-12 16:00:16 +02:00
16b9057ac6
prepare Level to be extended for overrides
2017-04-12 15:57:26 +02:00
28c62c1ee4
version 2.0.0
2.0.0
2017-04-01 13:31:24 +01:00
91a757619e
fixed unit tests
2017-04-01 12:30:27 +01:00
f89049e4c1
version bump
2017-04-01 12:23:01 +01:00
086f5f5d03
Merge branch 'image-support'
2017-04-01 12:22:23 +01:00
a2694f1d7d
edited demo code
2017-04-01 12:21:59 +01:00
fd350d53db
fixed some typescript compile issues
2017-04-01 12:18:23 +01:00
af48af2854
added error checking and updated demo
2017-03-29 22:57:52 +01:00
15009884e3
made image take in IData instead of image path
2017-03-29 22:47:34 +01:00
ad462dfe10
added relationships
2017-03-27 01:28:52 +01:00
68fe380575
renamed template constant
2017-03-27 01:28:31 +01:00
5b2a311ad4
media now adds object into docx /media folder
2017-03-26 20:57:43 +01:00
5db2503e7b
added media class and packer to handle it
2017-03-25 21:50:33 +00:00