Skip to content

v0.19.20

Compare
Choose a tag to compare
@fonsp fonsp released this 20 Jan 18:22

Pluto v0.19.20

Try this release in your browser! (Available 30 minutes after the release)

Binder logo

Generate your own binder links using pluto-on-binder.glitch.me!

Diff since v0.19.19

New features

  • Improved Julia 1.9 support (#2433) (@Pangoraw)
  • πŸ“š Tree viewer: Limit size of <pre> inside collapsed node (#2451) (@fonsp)
  • Suppress more interactive elements in PDF/print export (#2448)
  • Global variable links clickable in PDF exports (#2450) (@fonsp)
  • πŸ‘† Jump-to-definition on click without Ctrl/Cmd in static export (#2452) (@fonsp)

Performance improvements

Fixes

  • fix: don't use wslpath if path is a regular file (#2428) (@pankgeorg)
  • Bug with anonymous functions in Julia 1.9 (#2427)
  • Failed to guesstimate plot size (#2442)
  • Slider fails if in CommonMark string (#1807)

Internal changes