Pluto v0.18.2
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:
New features:
- ๐บ Show stdout and stderr in notebook (#1957) (@fonsp)
- Logs: format (ex, backtrace) as error (#1962) (@fonsp)
- improve support for benchmarktools (#1966) (@Pangoraw)
Performance improvements:
- add precompile statements to sessionactions (#1977) (@fonsp)
- MathJax.js: even lazier load (#1947) (@fonsp)
Fixes:
- โ๏ธ Progress bar in isolated cell view (#1950) (@fonsp)
- Ctrl+click global variable stopped working (#1960)
- @benchmark from BenchmarkTools.jl is not reactive (#1664)
- fix a bug where the stdout popup throws an error (#1968) (@Pangoraw)
- CompatHelper: bump compat for RelocatableFolders to 0.2, (keep existing compat) (#1953) (@github-actions[bot])
- reactive run of function definitions appends to @doc (#1708)
- Default not activating properly for MultiCheckBox on Pluto v0.14.8 (#1260)
- Display error with Catalyst.jl (#1347)
@bind
insidePlutoUI.combine
breaks everythingggg (#1929)- "Cyclic references" error despite different variables (#1863)
- Ignore .DS_Store files in file picker (#1785)
- JS API:
currentScript
does not work inside declarative shadow DOM (#1972)
Internal
- ๐ฌ Generalized PkgPopup to any popup type (#1956) (@fonsp)
- ๐งน Remove service worker (#1948) (@fonsp)
- Add a benchmark for compilation times (#1959) (@rikhuijzer)
- Pluto Session event listeners interface: Frontend extension (#1742) (@pankgeorg)
- Make css independent of position wrt body (#1975) (@fonsp)
- ๐งน refactor: Move initialisation code out of Editor component (#1974) (@fonsp)