Commit graph

27 commits

Author SHA1 Message Date
Jakub Jirutka
fbecff633a Release version 0.3.0 2020-10-28 18:51:56 +01:00
Jakub Jirutka
6ca8858d64 Disable ESLint rule @typescript-eslint/no-invalid-void-type 2020-06-21 12:29:08 +02:00
Jakub Jirutka
a31ddbe203 Enable more ESLint rules 2020-06-21 01:23:40 +02:00
Jakub Jirutka
49d16ec079 Use no delimiter for members in interfaces 2020-06-21 01:23:40 +02:00
Jakub Jirutka
d29f006090 Bump eslint and its plugins, update rules and fix new violations 2020-06-21 01:23:39 +02:00
Jakub Jirutka
110c8ca82a Use property signature syntax for methods
See 4c9293bd5e/packages/eslint-plugin/docs/rules/method-signature-style.md
2020-06-20 12:47:35 +02:00
Jakub Jirutka
3a312385f6 Wrap cells in <section> instead of <div> 2020-04-19 18:50:36 +02:00
Jakub Jirutka
cc2da7398e Release version 0.2.1 2020-04-10 17:40:21 +02:00
Jakub Jirutka
a901a0ad68 Release version 0.2.0 2020-04-08 17:45:57 +02:00
Jakub Jirutka
1f5e0fdab8 Strip math from generated alt, id, href, and title attributes 2020-04-08 17:23:18 +02:00
Jakub Jirutka
c13cb544cb Change structure of tsconfigs for tests to fix issues in VSCode 2020-04-07 22:49:45 +02:00
Jakub Jirutka
7e35810c7f Remove types/ from compilerOptions.paths in tsconfigs
It's not needed here and it breaks ESLint rule import/order.
2020-04-07 22:45:10 +02:00
Jakub Jirutka
56608c2704 Use ESLint cache 2020-02-07 01:08:25 +01:00
Jakub Jirutka
ddef7d0da5 Fix package script "lint" in packages/* 2020-02-07 00:59:07 +01:00
Jakub Jirutka
ed62ee01e3 Release version 0.1.0 2020-01-23 18:03:26 +01:00
Jakub Jirutka
fd5d79319c Bump eslint and its plugins, fix new code-style violations 2020-01-23 17:31:46 +01:00
Jakub Jirutka
712c0dbb0c Add prefix "render" to NbRenderer's methods 2020-01-22 16:57:27 +01:00
Jakub Jirutka
6c2fa15393 Refactor renderer object to class
It's more flexible in terms of extensibility and more familiar for devs.
Avoiding classes doesn't seem to be really worth it in this particular
case.
2020-01-22 16:19:07 +01:00
Jakub Jirutka
31173df623 Rename type Options in renderer to NbRendererOpts 2020-01-22 16:13:40 +01:00
Jakub Jirutka
93a559493f Rename dataRenderersOrder to dataTypesPriority 2019-11-08 19:31:27 +01:00
Jakub Jirutka
b7cbf2230b Remove CSS class nb-worksheet
I've added it only for backward compatibility with styles designed for
notebook.js, but actually even nbpreview (from the same author as
notebook.js) doesn't use it. Let's get rid of it.
2019-11-04 01:37:41 +01:00
Jakub Jirutka
e68d189879 Release version 0.1.0-beta.8 2019-10-29 01:32:48 +01:00
Jakub Jirutka
3154d20f2b Release version 0.1.0-beta.7 2019-10-23 18:29:12 +02:00
Jakub Jirutka
d8c18bd2c6 ipynb2html: Remove dependency on nodom, allow to provide any Document 2019-10-23 01:22:45 +02:00
Jakub Jirutka
af2ed64899 Release version 0.1.0-beta.6 2019-10-19 20:57:42 +02:00
Jakub Jirutka
91e8aafa10 Add script for converting README.adoc to Markdown before publishing
npmjs.com still doesn't support AsciiDoc for READMEs. >_<
2019-10-19 20:30:22 +02:00
Jakub Jirutka
1ae226918c Split package to ipynb2html and ipynb2html-core 2019-10-19 20:30:22 +02:00