What's Changed
This change includes important bug fixes. It also includes a big change under the hood -- we've migrated from tornado to starlette, an ASGI framework.
* Starlette migration by mscolnick akshayka in https://github.com/marimo-team/marimo/pull/606
* feat: documentation panel by mscolnick in https://github.com/marimo-team/marimo/pull/591
* chore: upgrade eslint, move off eslint-react-app by mscolnick in https://github.com/marimo-team/marimo/pull/642
* fix: set-ui-element-value on local variable by akshayka in https://github.com/marimo-team/marimo/pull/645
* chore: Cleanup app.py file, initialize empty App() by mscolnick in https://github.com/marimo-team/marimo/pull/644
* docs: type out some settings for searchability by mscolnick in https://github.com/marimo-team/marimo/pull/646
* fix: move WesocketHandler's class vars to instance vars by mscolnick in https://github.com/marimo-team/marimo/pull/650
* Store metadata about a cell's variables (including imports) by akshayka in https://github.com/marimo-team/marimo/pull/651
* fix: traceback should contain line number, stack trace by akshayka in https://github.com/marimo-team/marimo/pull/652
* fix: truncation of standard streams by akshayka in https://github.com/marimo-team/marimo/pull/653
**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.81...0.1.82