Skip to content

Releases: marimo-team/marimo

0.1.6

11 Sep 21:30
b1dec52

Choose a tag to compare

What's Changed

This release is compatible with our new VSCode Plugin

Features

Bug fixes

  • fix: catch exceptions when updating UIElement value by @akshayka in #77

Other changes

  • user config: use TOML instead of Python by @akshayka in #86

Full Changelog: 0.1.5...0.1.6

0.1.5

06 Sep 04:57
0785166

Choose a tag to compare

What's Changed

Features

Bug fixes

  • fix: dont open find/replace if another dialog is open by @mscolnick in #67

Enhancements

  • feat: add undo to Replace All by @mscolnick in #48
  • feat: tab to accept "import marimo as mo" placeholder by @akshayka in #60

Full Changelog: 0.1.4...0.1.5

0.1.4

31 Aug 00:24
24c86be

Choose a tag to compare

What's Changed

Features

Bug Fixes

  • fix: focus on the first cell when editing on startup by @mscolnick in #41
  • fix: dont allow scroll on number input by @mscolnick in #47
  • fix: remove cookie Secure=True to fix safari development by @mscolnick in #50

Other

  • api: make label a keyword-only arg to UI plugins by @akshayka in #45

Full Changelog: 0.1.3...0.1.4

0.1.3

29 Aug 23:06
8eab202

Choose a tag to compare

What's Changed

Features

Bug Fixes

  • Add logging for WebSocket closure. Try to reconnect on ws error by @mscolnick in #22
  • Add styling for blockquotes in markdown CSS by @mscolnick in #26

Full Changelog: 0.1.2...0.1.3

0.1.2

22 Aug 21:40
aa435a7

Choose a tag to compare

What's Changed

Features

  • Stop execution of a cell and its descendants with mo.stop(): @akshayka in #11

Bug fixes

  • Update hover area to extend left and right by @mscolnick in #15

Full Changelog: 0.1.1...0.1.2

0.1.1

18 Aug 22:48
b67b759

Choose a tag to compare

What's Changed

Features

Bug fixes

  • Fix favicon / manifest.json by @mscolnick in #4
  • Disallow autosave of 0 and wait until some code is loaded by @mscolnick in #5

Full Changelog: 0.1.0...0.1.1

0.1.0

14 Aug 19:30

Choose a tag to compare

Make reactive notebooks that double as apps: marimo is a new kind of Python notebook with interactivity built-in.