What's Changed
This release adds support for using input()
and stdin
for reading user input when editing a notebook, as well as a number of bug fixes and improvements.
- docs: add diagrams section by @akshayka in #568
- fix(deps): update all non-major dependencies by @renovate in #570
- chore(deps): update all storybook dependencies to ^7.6.8 by @renovate in #569
- chore: skip playwright forks by @mscolnick in #578
- fix: correctly handle command palette short (fixes on Linux) by @mscolnick in #577
- Update plotting example to use vega_datasets module, replacing obsole altair.load_dataset() by @ideoforms in #579
- fix: stopPropagation on Ctrl-B when a cell is not focused by @mscolnick in #582
- improvement: add 'inline=bool' to mo.ui.radio by @mscolnick in #584
- fix: Add support for recognizing Alt key in shortcuts by @mscolnick in #589
- feat: support input() and stdin by @akshayka in #587
- 0.1.78 by @akshayka in #592
New Contributors
- @ideoforms made their first contribution in #579
Full Changelog: 0.1.77...0.1.78