Skip to content

v0.19.9

Compare
Choose a tag to compare
@fonsp fonsp released this 16 Jun 11:45

Pluto v0.19.9

Try this release in your browser! (Available 30 minutes after the release)

Binder logo

Generate your own binder links using pluto-on-binder.glitch.me!

Diff since v0.19.8

New features

  • Implement @skip_as_script functionality inside cell metadata (#2018) (@disberd)
    This features is subject to small changes. It currently needs to be enabled with a call to window.PLUTO_TOGGLE_SKIP_AS_SCRIPT() in the JavaScript console to enable on the frontend.
  • Add Copy output button to cell context menu (#2160) (@HirumalPriyashan)
  • Update MathJax to 3.2.2 (#2165) (@rikhuijzer)
  • ansi_up version update (#2152) (@HirumalPriyashan)
  • Allow customizing the :1234 "port hint" (#2173) (@fonsp)

Performance improvements

Fixes

  • TopologyUpdate: don't preserve identity when cells are removed (#2168) (@Pangoraw)
  • Simplify tuple handling in ExpressionExplorer (#2172) (@Pangoraw)
  • Prevent creating a notebook process during complete, docs, etc (#2149) (@fonsp)

Internal changes

Closed issues:

  • AbstractPlutoDingetjes.Bonds.transform_value does not work with workspace_use_distributed = false (#2056)
  • Table of content overlaps text (#2093)
  • Reading WebSocket client stream failed for unknown reason and Response function to message of type :complete failed (#2099)
  • A button to copy output to the cell context menu (#2151)
  • Unicode autocomplete takes long to respond (#2153)
  • Pluto crashes after incorrectly overwriting method from package (#2157)
  • Disabling a cell with a conflicting definition doesn't resolve the conflict (#2166)
  • Deleted variables still seem to exist? (#2167)
  • Splat operator in named tuple constructor (#2171)
  • Feature request: skip_as_script should propagate to cell dependencies (#2174)