Sourced from marimo's releases.
0.9.23
What's Changed
- improvement: support smart paste and drag of files by
@mscolnick
in marimo-team/marimo#2934- fix: add ref handling for useEventListener by
@Light2Dark
in marimo-team/marimo#2939- fix: fix focus element on hidden cells by
@mscolnick
in marimo-team/marimo#2942Full Changelog: https://github.com/marimo-team/marimo/compare/0.9.22...0.9.23
0.9.22
What's Changed
Highlights
🌐 Custom HTML head file. You can now attach a custom HTML head file to a marimo notebook, letting you for example load analytics, custom fonts, or external scripts or libraries.
⚡ Allow : marimo now lets notebooks create
<script src/>
tags; marimo already lets users run custom javascript (and Python), so this doesn't increase our threat surface.📦 Improved Poetry support. We fixed a bug in which packages weren't populated in the "Manage Packages" panel when running marimo with Poetry.
All changes
- style: add ids to elements to be more easily customized with css by
@mscolnick
in marimo-team/marimo#2925- Update Makefile for ".[dev]" by
@koaning
in marimo-team/marimo#2929- fix: poetry list packages by
@akshayka
in marimo-team/marimo#2927- fix: mo.ui.altair_chart when give by the user by
@mscolnick
in marimo-team/marimo#2924- feat: add html_head_file to inject custom head scripts into the app by
@mscolnick
in marimo-team/marimo#2926- improvement: allow in html by
@mscolnick
in marimo-team/marimo#2931- chore: lint for no print by
@mscolnick
in marimo-team/marimo#2930- fix: use import error, not name error by
@mscolnick
in marimo-team/marimo#2933- fix: marimo-base modification by
@mscolnick
in marimo-team/marimo#2935Full Changelog: https://github.com/marimo-team/marimo/compare/0.9.21...0.9.22
7271121
release: 0.9.23756b29e
fix: fix focus element on hidden cells (#2942)9768c26
fix: add ref handling for useEventListener (#2939)b9d7ed1
improvement: support smart paste and drag of files (#2934)44f45f5
release: 0.9.226559d12
fix: marimo-base modification (#2935)f925a24
fix: use import error, not name error (#2933)d508e61
chore: lint for no print (#2930)17f37f5
improvement: allow <script src/> in html (#2931)12c3a11
feat: add html_head_file to inject custom head scripts into the app (#2926)