- Task list element - Audio element - All elements can use the `.remove()` method to remove themselves from the UI - Can now use cloud auth with any data persistence mode (like local) - Microsoft auth
Fixed
- Files in app dir are now properly served (typical use case is displaying an image in the readme) - Add missing attribute `size` to Pyplot element
0.5.0
Not secure
Added
- Llama Index integration. Learn more [here](https://docs.chainlit.io/integrations/llama-index). - Langflow integration. Learn more [here](https://docs.chainlit.io/integrations/langflow).
Fixed
- AskUserMessage.remove() now works properly - Avatar element cannot be referenced in messages anymore
0.4.101
Not secure
Fixed
- Performance improvements and bug fixes on run_sync and asyncify
0.4.2
Not secure
Added
- New data persistence mode `local` and `custom` are available on top of the pre-existing `cloud` one. Learn more [here](https://docs.chainlit.io/data).
0.4.1
Not secure
Added
- File watcher now reloads the app when the config is updated - cl.cache to avoid wasting time reloading expensive resources every time the app reloads
Fixed
- Bug introduced by 0.4.0 preventing to run private apps - Long line content breaking the sidebar with Text elements - File watcher preventing to keyboard interrupt the chainlit process - Updated socket io to fix a security issue - Bug preventing config settings to be the default values for the settings in the UI
0.4.0
Not secure
Added
- Pyplot chart element - Config option `default_expand_messages` to enable the default expand message settings by default in the UI (breaking change)
Fixed
- Scoped elements sharing names are now correctly displayed - Clickable Element refs are now correctly displayed, even if another ref being a substring of it exists