Pluto v0.18.1
Try this release in your browser! (Available 30 minutes after the release)
Generate your own binder links using pluto-on-binder.glitch.me!
Merged pull requests:
Performance improvements:
- Fix #1781 - cell selection/move performance regression (#1944) (@pankgeorg)
- Use
precompile
forSessionActions.open
(#1934) (@rikhuijzer) - 🏃 Don't use body.classList for ctrl_down to avoid style recalc (#1945) (@fonsp)
- Disable CM highlighting in live docs / cell output (#1939) (@fonsp)
- Disable CM mixed parser (#1940) (@fonsp)
Fixes:
- Fix logging getting stuck when
maxlog
is specified and don't printmaxlog
, fixes #1902 (#1911) (@Joel-Dahne) - Open external links in new tab, fixes #1 (#1916) (@dralletje)
- make
GlobalRef
aliases local to the cell (#1904) (@Pangoraw)
Documentation:
- Remove duplicate "of" in Plots sample notebook (#1903) (@drkrynstrng)
- Update WebServer.jl (#1933) (@Moelf)
Internal changes:
- Store cell order in NotebookTopology (#1920) (@fonsp)
- fix frontend tests (#1943) (@fonsp)
- Fix frontend tests!! (#1922) (@fonsp)
- whitespace? (#1942) (@fonsp)
Closed issues:
- Make all a tags open in new tab (#1)
- Can't select multiple lines (#1492)
- New line gets created after Cmd+A, type (#1494)
- Live documentation of CairoMakie consumes 100% CPU (#1692)
- Several Performance issues (#1781)
- Too much indentation after inserting new line in the middle of a line (#1837)
- Incorrect highlighting when broadcasting is used (#1839)
- Too much indentation when calling broadcasted function (#1865)
- Weird messages with StatsPlots.jl (#1870)
- Syntax Highlighting Broken with macro in front of function def (#1880)
- Each file entry in the file open list has a scroll box (#1894)
- Using upticks to format code in markup leads sometimes to erratic behavior of the cursor and/or the editor (#1900)
- Notebooks hangs when
maxlog
is used in logging and includesmaxlog
in output (#1902) - Pluto Failed to register using Julia on Windows 11, Why? (#1907)
- notebook breaks in Pluto 0.18.0 while works in 0.17.3 (#1908)
- Log:
named_args
is not iterable (#1912) - How to avoid white space created by hidden cells? (#1924)
- Problem showing italic AND bold text
LaTeXString
(#1930) - Optional "edit or run notebook" button for HTML export. (#1931)
- Feature Request: Make better use of blank space on large displays (#1936)