Skip to content

Releases: rikhuijzer/PlutoStaticHTML.jl

v3.5.0

28 Feb 21:56
0889af9
Compare
Choose a tag to compare

PlutoStaticHTML v3.5.0

Diff since v3.4.2

Switches to the newest Pluto version and fixes the output block appearance in documenter_output. Also, drops append_cells which hopefully wasn't used by anyone. It was there for historic reasons.

Closed issues:

  • build crashes if a cell errors (#73)
  • Adding feature to switch between windows and linux/mac panels (#76)

Merged pull requests:

v3.4.2

17 Feb 08:11
87a6814
Compare
Choose a tag to compare

PlutoStaticHTML v3.4.2

Diff since v3.4.1

Closed issues:

  • Doesn't support external environment files? (#74)

Merged pull requests:

v3.4.1

13 Feb 18:15
Compare
Choose a tag to compare

PlutoStaticHTML v3.4.1

Diff since v3.4.0

Closed issues:

  • Documentation a little hard to read. (#68)

Merged pull requests:

v3.4.0

10 Feb 22:32
cce3c87
Compare
Choose a tag to compare

PlutoStaticHTML v3.4.0

Diff since v3.3.1

Make the error for a failing build dramatically more clear, update the docs and stop exporting notebook2html because parallel_build is more useful.

Closed issues:

  • # hide comment not implemented (#54)
  • Error is very cryptic (#57)

Merged pull requests:

v3.3.1

09 Feb 21:40
cac6acf
Compare
Choose a tag to compare

PlutoStaticHTML v3.3.1

Diff since v3.3.0

Merged pull requests:

  • Fix duplication happening when caching HTML files (#62) (@rikhuijzer)

v3.3.0

07 Feb 11:50
a09dd6d
Compare
Choose a tag to compare

PlutoStaticHTML v3.3.0

Diff since v3.2.2

Make converting of complex objects to HTML more robust by overriding the method inside Pluto which generated Pluto tree objects.

Closed issues:

  • Use disable_writing_notebook_files instead of creating a temp notebook (#40)
  • Add example of CI for the parallel build (#41)
  • Generate Markdown files (#47)
  • Disable the complex Julia objects in Pluto (#53)

Merged pull requests:

v3.2.2

04 Feb 14:13
eeaf9ce
Compare
Choose a tag to compare

PlutoStaticHTML v3.2.2

Diff since v3.2.1

Merged pull requests:

v3.2.1

03 Feb 19:24
018b81f
Compare
Choose a tag to compare

PlutoStaticHTML v3.2.1

Diff since v3.2.0

Add a flag for setting documenter_output which will generate Markdown files ready to be read by Documenter.jl.

Merged pull requests:

v3.2.0

02 Feb 16:06
2061e12
Compare
Choose a tag to compare

PlutoStaticHTML v3.2.0

Diff since v3.1.4

This release fixes a problem with how the notebooks were evaluated. The cell order was not always correctly executed. Also, this version is slightly breaking since run_notebook! is not an exported function anymore.

Merged pull requests:

v3.1.4

30 Jan 11:20
97937c1
Compare
Choose a tag to compare

PlutoStaticHTML v3.1.4

Diff since v3.1.3

Merged pull requests: