v0.19.9
Pluto v0.19.9
Try this release in your browser! (Available 30 minutes after the release)
Generate your own binder links using pluto-on-binder.glitch.me!
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 towindow.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
- Also trigger compilation for Unicode (#2161) (@rikhuijzer)
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
- Revert making
compute_symbolreferences
concrete (#2158) (@rikhuijzer) - Make
compute_symbolreferences
signature concrete (#2154) (@rikhuijzer) - Add crossorigin to auto generated SRI (#2150) (@fonsp)
- Include secret search param in WS connect (#2164) (@fonsp)
- Refactor
ExpressionExplorer.explore!
(#2155) (@rikhuijzer)
Closed issues:
AbstractPlutoDingetjes.Bonds.transform_value
does not work withworkspace_use_distributed = false
(#2056)- Table of content overlaps text (#2093)
Reading WebSocket client stream failed for unknown reason
andResponse 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)