What's Changed
This release includes a number of bug fixes and improvements, as well as a new feature: `mo.mermaid()`, which lets you render Mermaid diagrams. We also have a number of new contributors -- welcome pavelzw and bckmnn!
* Fix formatting in dataflow example by pavelzw in https://github.com/marimo-team/marimo/pull/549
* Update callout kinds by pavelzw in https://github.com/marimo-team/marimo/pull/551
* Use r-string to ignore escaping by pavelzw in https://github.com/marimo-team/marimo/pull/550
* improvement: make footer more visible by akshayka in https://github.com/marimo-team/marimo/pull/554
* improvement: add 'system' theme option by mscolnick in https://github.com/marimo-team/marimo/pull/556
* Fix JSON encodings - use utf-8 by akshayka in https://github.com/marimo-team/marimo/pull/557
* Add automatic typo checking by pavelzw in https://github.com/marimo-team/marimo/pull/559
* feat: support loading image from path by akshayka in https://github.com/marimo-team/marimo/pull/555
* Update description of cell movement in intro.py by bckmnn in https://github.com/marimo-team/marimo/pull/560
* Add typos as dev dependency, for local usage by akshayka in https://github.com/marimo-team/marimo/pull/561
* docs: editor features by akshayka in https://github.com/marimo-team/marimo/pull/563
* fix: fix native select background color on Linux, improve other dark more support by mscolnick in https://github.com/marimo-team/marimo/pull/565
* docs: Remove mo.pdf iframe to prevent autodownloads by akshayka in https://github.com/marimo-team/marimo/pull/567
* improvement: clip mo.ui.dataframe preview to 100 rows, add dropdown for pagination to find specific page by mscolnick in https://github.com/marimo-team/marimo/pull/566
* feat: mo.mermaid by mscolnick in https://github.com/marimo-team/marimo/pull/564
New Contributors
* pavelzw made their first contribution in https://github.com/marimo-team/marimo/pull/549
* bckmnn made their first contribution in https://github.com/marimo-team/marimo/pull/560
**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.76...0.1.77