v0.12.5
Pluto v0.12.5
Closed issues:
- Cells with @Bind value run twice (#275)
- Backspace to delete cell is not ideal (#408)
- Notebook without cells (#444)
- Development: better VS Code experience (#460)
- Updating a variable interpolated into a MathJax equation scrolls notebook (#535)
- Don't assume Plutos deps are available from toplevel (#542)
- Shortcut to run all selected cells (#556)
- Input elements lead to too many cell evaluations (#567)
- Since v0.12.4 : browser JS error on notebook opening (#576)
- Pluto doesn't load if firebase did not initialize (#583)
- Pluto frontend doesn't display ligature fonts despite using JuliaMono (#584)
- Is macro incompatible with Pluto? (#585)
- tabs/indenting (#586)
- Output from commands not showing inside Pluto notebook but showing in Julia Terminal (#587)
- IPv6 address printing (#589)
- Failed to process update Error: BUFFER_SHORTAGE (#593)
using
wants to run ahead ofadd
(#595)- Bind canvas data to Julia array (#598)
- Is there a way to detect command line execution? (#603)
- Possible to autoreload packages which are devoloped in IDE like VS code? (Idea: no cluttering in notebook) (#604)
- Extra space in nested markdown lists (#605)
- CORS request did not succeed (#607)
- [feature request] begin...end button ? (#610)
- Cannot assign a value to variable IJulia.ans (#614)
- Printing using markdown (#618)
Merged pull requests:
- End-to-end tests using Puppeteer and Jest (#387) (@novoselrok)
- Sort autocomplete by showing lowercase first (#526) (@iboss-ptk)
- Implement a fix for the "splitting" that http.jl was doing on websocket messages (#580) (@dralletje)
- 🔆 Fancy JS animation magic support (#582) (@fonsp)
- Correct 5 spelling issues, all in strings, touching no logic. (#588) (@PhilipLoewen)
- Ligatures (#590) (@pankgeorg)
- FAQ link location (#591) (@pbouffard)
- Actually show the event that errored in the alert box (#594) (@Pocket-titan)
- Open a pluto notebook directly (#601) (@GiggleLiu)
- Shortcut to run selected cells (#602) (@pbouffard)
- Autocomplete improvements (#606) (@fonsp)
- IPv6 Address Printing (#608) (@UtkarshChemE)
- WS fix (#609) (@fonsp)
- jsdelivr for everything (#611) (@fonsp)