Commit Graph

155 Commits

Author SHA1 Message Date
988987ddbe #1126 - Add all comptability options 2022-10-29 15:10:02 +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
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
a7d55a52f3 #1583 Comments to always write default data 2022-07-12 16:57:25 +01:00
9827ed30bb Write tests, improve API, create documentation 2022-06-22 23:35:46 +01:00
233a29bfef Fix tests and linting 2022-06-19 00:31:36 +01:00
b81086ab7a feat: transfer comments property to File CoreProperties like numbering. 2022-03-07 20:02:14 +08:00
b2a09b512f implement sample version of Comment feature. 2022-03-03 09:59:09 +08:00
47099d0468 Change type of revision to a number 2021-10-08 15:55:58 -06:00
60b7ce4785 clean up settings; BREAKING: TableOfContents requires Document features.updateFields = true setting 2021-05-26 08:36:05 +03:00
63cea76eac update file/document and section-properties 2021-05-25 03:43:16 +03:00
3299c557a0 Make .addSection fully declarative 2021-03-19 20:53:56 +00:00
c7075d740f #251 Turning off default headers by default 2021-03-16 01:23:23 +00:00
131183ae19 #613 #439 Even and odd headers 2021-03-16 00:57:27 +00:00
993782129c Simplify for loop 2021-03-08 04:33:15 +00:00
2d4a452d2e Merge branch 'master' into feat/right-indent
# Conflicts:
#	demo/21-bookmarks.ts
#	package-lock.json
#	src/file/core-properties/properties.ts
#	src/file/file.spec.ts
#	src/file/file.ts
#	src/file/footnotes/footnote/footnote.spec.ts
#	src/file/footnotes/footnote/footnote.ts
#	src/file/footnotes/footnotes.ts
2021-03-08 03:40:11 +00:00
5fc28cb67d Move custom properties to properties 2021-03-07 21:27:38 +00:00
603dd36458 Merge pull request #789 from dolanmiu/feat/compat-mode
#627 Add footnotes relationships
2021-03-02 00:43:00 +00:00
736ca6a46d Merge branch 'master' into custom-properties 2021-03-02 00:01:03 +00:00
f90e84a88d #627 Add footnotes relationships 2021-03-01 23:35:52 +00:00
655b40d418 Work on moving Document into its own wrapper 2021-02-28 16:04:21 +00:00
0de7116b78 #773 Better hyperlink and bookmark syntax
Allow for images to be hyperlinked as well
2021-02-27 19:23:29 +00:00
10455a534f #332 Compatability mode 2021-02-27 01:40:55 +00:00
30ab92652c move file options.defaultStyles to options.styles.default 2020-11-30 10:25:58 -06:00
8d4a07302b Add defaultStyles option to overwrite the core default styles (Heading 1-6, document, hyperlinks, etc) 2020-11-24 13:30:26 -06:00
34b2029efe Change API of track revisions to declarative 2020-11-04 00:00:16 +00:00
ed52ef358b Background color for document 2020-10-27 01:54:40 +00:00
870c222dd5 Allow custom text properties to be included 2020-08-03 17:08:04 +12:00
d18cfbc26f Update tslint to v6 2020-08-01 17:58:16 +01:00
9c11653313 Multiple paragraphs in footnotes 2020-01-01 20:22:42 +00:00
1a9e71bfa1 Add children and section tests for File 2019-12-27 01:21:19 +00:00
3591e11637 Add hyperlink cache test 2019-12-24 16:31:35 +00:00
b83d2c388f Make Bookmark declarative 2019-12-21 03:59:40 +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
2bece0bb61 Make create footnote declarative 2019-12-03 23:04:48 +00:00
e9d3853d93 Merge pull request #448 from Sraleik/master
fix hyperlink id
2019-11-12 00:48:21 +00:00
e8410ff692 fix lint 2019-11-08 11:22:27 +01:00
3427d220c7 fix hyperlink id 2019-11-08 11:01:26 +01:00
643e3c2f84 Finish making numbering declarative 2019-11-08 03:11:19 +00:00
8eff6bd0cf Declarative numbering work 2019-11-01 01:57:01 +00:00
10ab3c70bf Add back default styles 2019-10-04 02:37:22 +01:00
591b2f4e04 Declarative styles 2019-10-04 01:20:41 +01:00
ac5b15d0e3 Mandatory Sections 2019-07-31 08:48:02 +01:00
bf80311ef7 Add new section method 2019-07-07 20:23:42 +01:00
58346a8937 Section WIP 2019-07-07 03:54:29 +01:00
e2574ec23b Turn methods into "add()" 2019-06-25 23:17:56 +01:00
384d144a85 Simplify multiple addXXX methods into a single add method 2019-06-25 01:52:02 +01:00