v0.19.6
Pluto v0.19.6
Try this release in your browser! (Available 30 minutes after the release)
Generate your own binder links using pluto-on-binder.glitch.me!
New features
- Hide UndefVarError if the upstream cell errored (#1179)
- Allow JS state (
this
) inside DivElement (#1995) (@fonsp)
Fixes
- Fix bug where bonds freeze when
async
JS cells re-run too fast (#2125) (@fonsp, @ghaetinger) - Handle assignments in parameters expr (#2128) (@Pangoraw)
- Fix pasting plain text creating new cell (#2131) (@fonsp)
- Error: "Multiple Definitions" for a macro call (#2126)
- Fix freezing for
a = a
(#2142) (@HirumalPriyashan)
Internal changes
- Upgrade codemirror to 0.20 (#2107) (@dralletje)
- frontend tests: npm update (#2119) (@fonsp)
- Enable strictNullChecks and fix problems (#2125) (@fonsp)
- Create TypeScriptCheck.yml (#2134) (@fonsp)
- dev: Add docs&types&autocomplete for lodash import yay (#2135) (@fonsp)
- Refactor
load_notebook_nobackup
(#2137) (@rikhuijzer) - Replace all
Array{T,1}
byVector{T}
(#2138) (@rikhuijzer)