What's Changed
Highlights
**SQL Reactivity! ⚡🛢** This release adds reactivity across SQL cells. When you run a cell that creates a table or view, or attaches a schema, cells that refer to the table, view, or schema are marked as stale. When you delete a cell, any _in-memory_ tables/views are dropped and schemas are detached, and SQL cells referring to them are invalidated.
All changes
* fix: admonition to display contents vertically by mscolnick in https://github.com/marimo-team/marimo/pull/2150
* feat: add anthropic support by mscolnick in https://github.com/marimo-team/marimo/pull/2147
* marimo.app_meta.theme and custom themers to auto switch plotting themes based on the display theme by metaboulie in https://github.com/marimo-team/marimo/pull/2126
* fix 2139: disable heading detection for carousel, accordion and tabs by metaboulie in https://github.com/marimo-team/marimo/pull/2154
* fix: islands render_html() head needs marimo tags by akshayka in https://github.com/marimo-team/marimo/pull/2156
* improvement: open the tutorials from the homepage by mscolnick in https://github.com/marimo-team/marimo/pull/2157
* improvement: parse sql CREATE table names by mscolnick akshayka in https://github.com/marimo-team/marimo/pull/2031
* fix: mo.ui.dataframe don't infer data types, use backend data types by mscolnick in https://github.com/marimo-team/marimo/pull/2155
* fix: fix browser freezing when rendering large dataframes by mscolnick in https://github.com/marimo-team/marimo/pull/2159
* 0.8.5 by akshayka in https://github.com/marimo-team/marimo/pull/2160
**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.8.4...0.8.5