Jakub Jirutka
ed62ee01e3
Release version 0.1.0
2020-01-23 18:03:26 +01:00
Jakub Jirutka
9c452d370c
License: Bump year
2020-01-23 18:03:11 +01:00
Jakub Jirutka
0bf96274f9
Upgrade yarn.lock
2020-01-23 17:54:04 +01:00
Jakub Jirutka
28735b24c2
Replace rollup-plugin-node-resolve with @rollup/plugin-node-resolve
2020-01-23 17:50:56 +01:00
Jakub Jirutka
f7e794f0fe
Replace rollup-plugin-commonjs with @rollup/plugin-commonjs
2020-01-23 17:50:20 +01:00
Jakub Jirutka
063847f0c7
Bump wsrun from 5.0.2 to 5.2.0
2020-01-23 17:34:28 +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
b7d33396fb
Bump typescript from 3.6.4 to 3.7.5, ttypescript and ts-node
2020-01-23 17:05:14 +01:00
Jakub Jirutka
7e06fdc664
Bump babel from 7.6.3 to 7.8.3 and core-js from 3.2.1 to 3.6.4
2020-01-23 16:25:14 +01:00
Jakub Jirutka
bc4d2e1d9a
Bump jest and ts-jest from 24.x to 25.x
2020-01-23 15:29:06 +01:00
Jakub Jirutka
d863e8cbaf
Bump rollup and its plugins
2020-01-23 14:54:40 +01:00
Jakub Jirutka
35b26db42b
Bump common-path-prefix from 2.0.0 to 3.0.0
2020-01-23 14:40:42 +01:00
Jakub Jirutka
1b6d3b2524
Bump marked from 0.7.0 to 0.8.0
2020-01-23 12:34:38 +01:00
Jakub Jirutka
9e8c3752b0
Fix readNotebookTitle to be compatible with marked 0.8.0
2020-01-23 12:07:58 +01:00
Jakub Jirutka
049703e14c
Bump highlightjs, katex and source-map-support
2020-01-23 12:07:58 +01:00
Jakub Jirutka
1ccabd4d07
Add node_modules/ to .eslintignore
...
I thought that it's by default, but apparently it's not. Maybe only the
root node_modules/ is ignored by default? This change speeds up eslint
by factor 2.
2020-01-23 12:06:21 +01:00
dependabot[bot]
fb539853da
Bump handlebars from 4.2.0 to 4.5.3
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.2.0 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.5.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-01-23 10:59:41 +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
875e57639e
Rename template.ts to page.ts
2019-11-04 10:43:04 +01:00
Jakub Jirutka
842f652ca5
Increase margin before headings in CLI styles
2019-11-04 01:37:41 +01:00
Jakub Jirutka
d658d9b5b7
Use box-shadow on .nb-notebook in CLI styles
2019-11-04 01:37:41 +01:00
Jakub Jirutka
8427698e21
Improve CLI styles to be more consistent across different browsers
2019-11-04 01:37:41 +01:00
Jakub Jirutka
638666c723
Add rules for tables into CLI styles
2019-11-04 01:37:41 +01:00
Jakub Jirutka
eeee0decc6
Extract inline style from template.ts to page.css
2019-11-04 01:37:41 +01:00
Jakub Jirutka
74a27b318f
Improve styles responsivity
2019-11-04 01:37:41 +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
37ce69b9d1
Add reference stylesheet and use it instead of nbpreview's
2019-11-04 01:37:40 +01:00
Jakub Jirutka
1a8142f641
Fix running CLI directly from installed npm package
2019-11-03 23:25:46 +01:00
Jakub Jirutka
68e382d05b
Remove x permission from cli.ts
2019-11-03 23:25:46 +01:00
Jakub Jirutka
0da10ec702
Readme: Exclude section Installation from npm Readme
2019-10-29 01:43:43 +01:00
Jakub Jirutka
e68d189879
Release version 0.1.0-beta.8
2019-10-29 01:32:48 +01:00
Jakub Jirutka
7aadb665b6
CI: Create source tarball and deploy to GitHub Releases
2019-10-29 01:29:31 +01:00
Jakub Jirutka
1e8620a8e0
Readme: Add Installation and Usage for CLI
2019-10-29 01:29:31 +01:00
Jakub Jirutka
0afc6f755b
CI: Deploy tarball/zip with CLI to GitHub Releases
2019-10-29 01:29:31 +01:00
Jakub Jirutka
c687f528dc
Add License with info about bundled deps into release tarball/zip
2019-10-29 01:29:31 +01:00
Jakub Jirutka
e4f8f436f1
Pack CLI bundle into release tarball and zip
2019-10-29 01:29:31 +01:00
Jakub Jirutka
8d6614bccc
Build standalone bundle with CLI
2019-10-29 01:29:31 +01:00
Jakub Jirutka
8c924913cf
Create package ipynb2html-cli
2019-10-29 01:29:30 +01:00
Jakub Jirutka
aab57a8f48
Inject summary of bundled packages into the browser bundle
2019-10-28 22:16:03 +01:00
Jakub Jirutka
01865d5971
Add patch for rollup-plugin-add-git-msg to fix "vv" version prefix
2019-10-24 15:55:05 +02:00
Jakub Jirutka
731bd2c619
Add tool patch-package
2019-10-24 15:55:04 +02:00
Jakub Jirutka
1a092a2736
CI: Add yarn run bundle
2019-10-23 18:42:10 +02:00
Jakub Jirutka
4d3777725b
Exclude /packages/*/dist from linted files
2019-10-23 18:40:40 +02:00
Jakub Jirutka
3154d20f2b
Release version 0.1.0-beta.7
2019-10-23 18:29:12 +02:00
Jakub Jirutka
7129670f63
Add example pages for browser bundles
2019-10-23 18:28:18 +02:00
Jakub Jirutka
4705564489
Add specialized support for browser env. and build browser bundles
2019-10-23 18:28:18 +02:00
Jakub Jirutka
36faf95829
Add version attribute to Readme
2019-10-23 18:28:17 +02:00