Commit Graph

56 Commits

Author SHA1 Message Date
32a84a5ad0 Merge branch 'master' into feat/math 2020-10-08 10:25:45 +01:00
09db2c528a added InsertedTextRun and DeletedTextRun for Revision Tracking 2020-10-06 11:05:52 +02:00
d18cfbc26f Update tslint to v6 2020-08-01 17:58:16 +01:00
437e83ab78 :feat: refine paragraph/run properties options 2020-07-14 15:42:45 +08:00
de03f19b46 Remove unused code and improve coverage 2019-12-24 00:44:15 +00:00
3fdbca939e Make internal hyperlink declarative 2019-12-21 03:31:09 +00:00
c68dc8c52a Make hyperlinks declarative 2019-12-18 21:11:15 +00:00
b37aefdc8d Correctly exporting methods 2019-11-23 02:26:59 +00:00
9b40b5e55e Add work for custom level id 2019-11-06 20:54:39 +00:00
9aab68a8f8 Merge branch 'master' into feat/math
# Conflicts:
#	src/file/paragraph/index.ts
#	src/file/paragraph/paragraph.ts
2019-11-01 02:43:14 +00:00
8eff6bd0cf Declarative numbering work 2019-11-01 01:57:01 +00:00
2bb7e08ade Remove unnecessary method 2019-10-10 01:19:55 +01:00
40d1a3a7c2 Multiple tab stops 2019-10-09 20:56:31 +01:00
2536fbe752 Merge branch 'master' of github.com:dolanmiu/docx into feat/declaritive-styles-and-tab-stop
# Conflicts:
#	src/file/paragraph/paragraph.ts
2019-10-03 20:48:34 +01:00
dfb910defb Add SymbolRun to allow adding symbols inline 2019-10-01 12:29:07 -05:00
04b6d8e54a Declarative hyperlinks, bookmarks, tab stops and page breaks 2019-09-30 22:56:21 +01:00
172c333357 Add tests and clean up code 2019-09-29 04:17:21 +01:00
a1b9be453b Add math run and fraction 2019-08-15 00:47:55 +01:00
c2c05b0140 Adding some documentation 2019-08-03 13:42:24 +01:00
dfe986331d Make media return a picture run instead 2019-06-23 22:36:01 +01:00
cb42c74a8d Make Paragraph declaritive 2019-06-12 01:03:36 +01:00
b0ee0305fb Add OutlineLevel Paragraph property 2019-01-15 15:39:48 +01:00
db7f27a88c Add more tests to paragraph 2019-01-11 00:16:25 +00:00
7980f14efb Introduce some functional programming techniques 2018-11-02 02:51:57 +00:00
23dee01f06 Created classes and methods needed to create Sequential Identifiers 2018-10-19 16:50:51 -03:00
2fb5845501 contextual spacing 2018-09-26 17:47:17 +03:00
4de6b51e76 removed getStyles and clearPageBreak that became useless 2018-09-25 00:10:27 -03:00
4ca81df401 TOC content generation aborted 2018-09-21 11:16:14 -03:00
8b463b3bb6 updated clone deep dependency and make fields dirty to be updated when word is opened 2018-09-21 10:26:28 -03:00
baf0f17bd6 added a method for clear the page breaks of a paragraph 2018-09-18 13:53:30 -03:00
8e911698a5 generating the content for a table of contents 2018-09-18 05:24:19 -03:00
33f87523e0 Merge from master 2018-08-21 23:50:58 +01:00
a7f6224fb2 Made demo files into typescript files 2018-08-21 02:46:21 +01:00
e97c432a64 added border specs, createBorder method, and color attribute to setProperties 2018-08-19 19:37:36 -04:00
0411153832 Added in the ability to create borders for paragraphs 2018-08-19 11:59:38 -04:00
d44b0d50d8 Merge pull request #118 from dolanmiu/feat/add-image-to-run
Add image to run
2018-08-09 23:06:05 +01:00
e10c20fa42 Add image to run 2018-08-09 01:55:50 +01:00
92da93a160 Rename to more readable names 2018-08-07 02:47:24 +01:00
e9aecfac1c Updated lint rules 2018-08-07 01:38:15 +01:00
696b5daf5c rtl 2018-07-25 15:02:58 +03:00
4dfce582c8 bidi support 2018-07-22 17:03:45 +03:00
5dc82d8176 Add styles to footnote 2018-06-28 03:01:25 +01:00
99290d646e Add footnote support to API 2018-06-25 19:49:46 +01:00
5de6617d10 Merge pull request #75 from h4buli/feature/page-break-before
paragraph: add support for 'page break before' format property
2018-05-28 02:33:59 +01:00
cbe9c3ac50 paragraph: add support for page break before format property 2018-05-10 19:43:58 +02:00
4b9a6a6735 Merge branch 'master' into feat/h4buli-update 2018-05-08 01:23:56 +01:00
9d7fd55e4c add hyperlink to paragraph and doc 2018-05-06 22:24:16 -05:00
af485c678d Merge branch 'master' of https://github.com/h4buli/docx into feat/h4buli-update
# Conflicts:
#	package.json
#	src/file/numbering/numbering.ts
2018-05-06 02:57:15 +01:00
c92cab5e5b Fix Numbering (#4)
* Version bump

* (fix): fixed issue with numbering in document
2018-04-17 15:33:53 +02:00
41f941728e Clean up and tests 2018-04-10 21:54:52 +01:00