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 #549
- Update callout kinds by @pavelzw in #551
- Use r-string to ignore escaping by @pavelzw in #550
- improvement: make footer more visible by @akshayka in #554
- improvement: add 'system' theme option by @mscolnick in #556
- Fix JSON encodings - use utf-8 by @akshayka in #557
- Add automatic typo checking by @pavelzw in #559
- feat: support loading image from path by @akshayka in #555
- Update description of cell movement in intro.py by @bckmnn in #560
- Add typos as dev dependency, for local usage by @akshayka in #561
- docs: editor features by @akshayka in #563
- fix: fix native select background color on Linux, improve other dark more support by @mscolnick in #565
- docs: Remove mo.pdf iframe to prevent autodownloads by @akshayka in #567
- improvement: clip mo.ui.dataframe preview to 100 rows, add dropdown for pagination to find specific page by @mscolnick in #566
- feat: mo.mermaid by @mscolnick in #564
New Contributors
Full Changelog: 0.1.76...0.1.77