# March 19, 2024

### New Features

1. Add `default_editing_mode` to Streamlit, to allow users to configure for easier data editing. See details of parameter in Streamlit API docs [here](/mito-for-streamlit/api-reference.md).

#### Bug Fixes

1. Reduce scroll bars on Windows for split text to column taskpane.
2. Fix bug when opening graph and pressing undo.
3. Format int columns by default
4. Don't scroll on focus when clicking on the Mito spreadsheet


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.trymito.io/misc/release-notes/march-19-2024.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
