Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: marimo-team/marimo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.21
Choose a base ref
...
head repository: marimo-team/marimo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.22
Choose a head ref
  • 10 commits
  • 38 files changed
  • 3 contributors

Commits on Nov 21, 2024

  1. style: add ids to elements to be more easily customized with css (#2925)

    Make #2918 a little bit easier to override
    mscolnick authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6d76a56 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    5240322 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a29755c View commit details
    Browse the repository at this point in the history
  3. fix: mo.ui.altair_chart when give by the user (#2924)

    Fixes #2901
    
    If selection params are already added by the users, we should not
    automatically the default chart/legend selection and just use the users.
    mscolnick authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    6a7f8f4 View commit details
    Browse the repository at this point in the history
  4. feat: add html_head_file to inject custom head scripts into the app (#…

    …2926)
    
    You can include a custom HTML head file to add additional functionality
    to your notebook, such as analytics, custom fonts, meta tags, or
    external scripts. The contents of this file will be injected into the
    `<head>` section of your notebook.
    
    To include a custom HTML head file, specify the relative file path in
    your app configuration. This can be done through the marimo editor UI in
    the notebook settings (top-right corner).
    
    Some examples:
    1. **Google Analytics**
    2. **Custom Fonts**
    3. **Meta Tags**
    4. **External Scripts and Libraries**
    mscolnick authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    12c3a11 View commit details
    Browse the repository at this point in the history
  5. improvement: allow <script src/> in html (#2931)

    This allows `<script src/>` tags to be properly created. This doesn't
    open up a new attack vector since this is already possible today with
    anywidget (running javascript)
    
    cc @koaning
    mscolnick authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    17f37f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d508e61 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f925a24 View commit details
    Browse the repository at this point in the history
  8. fix: marimo-base modification (#2935)

    unfortunately, `artifacts = [` need to be on the same line. i cannot get
    the `sed` command to work otherwise
    mscolnick authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    6559d12 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. release: 0.9.22

    akshayka committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    44f45f5 View commit details
    Browse the repository at this point in the history
Loading