Skip to content

Releases: marimo-team/marimo

0.1.12

21 Sep 00:54
6cd7800
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • fix: fix remounting of editor, remove initialContents by @mscolnick in #133

Full Changelog: 0.1.11...0.1.12

0.1.11

20 Sep 22:27
8b94f17
Compare
Choose a tag to compare

What's Changed

Features

Full Changelog: 0.1.10...0.1.11

0.1.10

19 Sep 22:49
ac3c110
Compare
Choose a tag to compare

What's Changed

Features

Bug fixes

Full Changelog: 0.1.9...0.1.10

0.1.9

19 Sep 02:40
af8a058
Compare
Choose a tag to compare

What's Changed

Features

Bug fixes

  • add event listeners to send copy/paste to vscode by @mscolnick in #94
  • fix: form styles by @mscolnick in #101
  • fix: Decrease max transmittable output from 10MB to 5MB by @akshayka in #108
  • fix: extend dataclass parsing to handle container types by @akshayka in #111
  • fix: Add black as a dependency for formatting by @akshayka in #118

Full Changelog: 0.1.8...0.1.9

0.1.8

12 Sep 18:48
5e8b002
Compare
Choose a tag to compare

What's Changed

This release includes an important bug fix for notebooks using mo.state.

Bug fix

  • fix: check for state getter using is operator by @akshayka in #97

Full Changelog: 0.1.7...0.1.8

0.1.7

11 Sep 23:00
Compare
Choose a tag to compare

What's Changed

Bug fix

  • fix: fixes an issue in importing some packages @akshayka in #93

Full Changelog: 0.1.6...0.1.7

0.1.6

11 Sep 21:30
b1dec52
Compare
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
Compare
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
Compare
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
Compare
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