|
b4dca79d72
|
added optional name parameter to style constructor
|
2017-03-09 11:11:07 +01:00 |
|
|
e6e0658812
|
clean up style & components attributes
|
2017-03-09 11:11:07 +01:00 |
|
|
18ca93e50a
|
add paragraph#style method to quickly set the style
|
2017-03-09 11:11:07 +01:00 |
|
|
f5144e6d72
|
ts/styles linter warnings
|
2017-03-09 11:11:07 +01:00 |
|
|
2684f16579
|
move indent.ts over to paragraph and add a #indent method
|
2017-03-09 09:59:48 +01:00 |
|
|
77255c9d5e
|
modified build script and version bump
1.2.1
|
2017-03-08 23:35:22 +00:00 |
|
|
e10b8889f7
|
version bump
1.2.0
|
2017-03-08 23:27:55 +00:00 |
|
|
744b16b753
|
tslinting
|
2017-03-08 21:59:27 +00:00 |
|
|
77824ce1d2
|
tslinting fixes
|
2017-03-08 21:56:19 +00:00 |
|
|
d2f777c4e5
|
more listing
|
2017-03-08 21:54:52 +00:00 |
|
|
946a222d37
|
linting fixes
|
2017-03-08 21:49:41 +00:00 |
|
|
279a5a93f1
|
fixed failing test
|
2017-03-08 21:40:21 +00:00 |
|
|
0e89606ec9
|
lots of tslinting
|
2017-03-08 21:36:09 +00:00 |
|
|
72683ea990
|
fixed bug where snky badge wasn’t displaying
|
2017-03-08 20:42:56 +00:00 |
|
|
88cf5f5065
|
added vulnerability checker
|
2017-03-08 20:37:21 +00:00 |
|
|
540518bd54
|
more tslinting
|
2017-03-08 20:35:26 +00:00 |
|
|
03b34915c6
|
tslinting
|
2017-03-08 20:32:30 +00:00 |
|
|
f6eb412357
|
removed numbering.md in favour of Wiki
|
2017-03-08 20:26:08 +00:00 |
|
|
ca769cc849
|
Merge pull request #11 from felipeochoa/fonts
Fonts cleanup
|
2017-03-08 20:16:17 +00:00 |
|
|
727471b7e3
|
fix linter warnings in docx/run/index.ts
|
2017-03-08 20:52:37 +01:00 |
|
|
1a37242a3d
|
add #font method to Run
|
2017-03-08 20:47:36 +01:00 |
|
|
81e0d56918
|
fix linter warnings in runTest.ts
|
2017-03-08 20:47:35 +01:00 |
|
|
237be76d33
|
move run-fonts to docx/run and add a test
|
2017-03-08 20:47:35 +01:00 |
|
|
a454ff9643
|
Merge pull request #10 from felipeochoa/numbering
Numbering
|
2017-03-08 19:30:21 +00:00 |
|
|
f7b90d4ff3
|
add default argument "start" to createLevel
|
2017-03-08 19:18:24 +01:00 |
|
|
cee515e43f
|
added Numbering to top-level exports and added docs on usage
|
2017-03-08 19:07:44 +01:00 |
|
|
0e9532d835
|
added #setNumbering method to paragraph
|
2017-03-08 18:23:00 +01:00 |
|
|
4b300e4def
|
add fluent interface for defining abstract numbering levels
|
2017-03-08 18:03:39 +01:00 |
|
|
1fe7ab90f2
|
add createLevel method to AbstractNumbering
|
2017-03-08 18:03:24 +01:00 |
|
|
a3d2323254
|
rename methods from addXXX to createXXX
addXXX sounds like the argument should be XXX
|
2017-03-08 17:49:41 +01:00 |
|
|
0b2de737de
|
fix linter warnings in numbering/index.ts
|
2017-03-08 17:45:29 +01:00 |
|
|
0a70d932a0
|
fix numberingTest linter warnings
|
2017-03-08 17:45:29 +01:00 |
|
|
6b702c4bd6
|
add ID property to Num and test Numbering methods
|
2017-03-08 17:45:29 +01:00 |
|
|
709ff25702
|
add #addAbstractNumbering and #addConcreteNumbering to Numbering
|
2017-03-08 17:45:29 +01:00 |
|
|
82998d4f6b
|
record ID in AbstractNumbering
|
2017-03-08 17:45:29 +01:00 |
|
|
6e6a06eba4
|
fix numbering/num.ts linter warnings
|
2017-03-08 17:45:29 +01:00 |
|
|
ae70c2dfde
|
fix numbering/indent.ts linter warnings
|
2017-03-08 17:45:29 +01:00 |
|
|
28e11a9b08
|
fix numbering/multi-level-type linter warnings
|
2017-03-08 17:45:29 +01:00 |
|
|
f5e81f1dfc
|
fix numbering/level linter warnings
|
2017-03-08 17:45:29 +01:00 |
|
|
38138049fe
|
fix abstract-number linter warnings
|
2017-03-08 17:45:29 +01:00 |
|
|
5511024ca6
|
fix run-fonts for new numbering test (and linter warnings)
|
2017-03-08 17:45:29 +01:00 |
|
|
ef1407e640
|
add a test for numbering
|
2017-03-08 17:45:29 +01:00 |
|
|
f822bbb26f
|
fix typos in default numbering definition
|
2017-03-08 17:45:29 +01:00 |
|
|
52c4e3cabd
|
allow NumberProperties to specify custom id/level
This change allows callers to create custom numbering styles and
attach them to paragraphs
|
2017-03-08 16:20:44 +01:00 |
|
|
9ced196678
|
Merge pull request #8 from felipeochoa/npm-fix
Npm fixes - prepublish and files
|
2017-03-08 15:11:58 +00:00 |
|
|
ef6e195e89
|
add an .npmignore file which does not exclude the build dir
Per https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package,
npm automatically uses .gitignore if there is no .npmignore, which may
have been keeping the build dir out of the package
|
2017-03-08 14:17:46 +01:00 |
|
|
a77d520f41
|
add the build files to the npm package
|
2017-03-08 12:05:47 +01:00 |
|
|
8eb11bca29
|
fix npm prepublish-on-install warnings
|
2017-03-08 12:05:47 +01:00 |
|
|
660a81633f
|
removed copy and paste description
|
2017-03-07 23:15:26 +00:00 |
|
|
a917247b60
|
removed inverted comma
|
2017-03-07 23:13:04 +00:00 |
|