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_viewerdownstream_cells_mapupstream_cells_map(cell::Cell, notebook::Notebook)delete_varswhere_referenced(notebook::Notebook, topology::NotebookTopology, something)(drop thenotebookarg)where_assigned(notebook::Notebook, topology::NotebookTopology, something)(drop thenotebookarg)
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
publicover exported when available (#3058) (@Pangoraw) - docs: use JuliaMono (#3057) (@Pangoraw)