v0.20.0
Try this release in your browser! (Available 30 minutes after the release)
Generate your own binder links using pluto-on-binder.glitch.me!
Breaking changes in 0.20
- Julia 1.10 is now the minimum compatible version (#3050). And after a lot of work, Pluto is compatible with Julia 1.11 (#2928).
The following deprecated methods have been removed from Pluto's API (#3051):
init_with_file_viewer
downstream_cells_map
upstream_cells_map(cell::Cell, notebook::Notebook)
delete_vars
where_referenced(notebook::Notebook, topology::NotebookTopology, something)
(drop thenotebook
arg)where_assigned(notebook::Notebook, topology::NotebookTopology, something)
(drop thenotebook
arg)
New features
- πΊ Pop out Live Docs tab into picture-in-picture (#3053) (@fonsp)
- Package URL (#3052) (@fonsp)
- Disable autocomplete commit characters
[",", "(", "[", "{"]
(#3055) (@fonsp) - autocomplete: handle definitions from other cells (#2991) (#3056) (@fonsp)
- autocomplete: use
public
over exported when available (#3058) (@Pangoraw) - docs: use JuliaMono (#3057) (@Pangoraw)