Releases: mljar/mercury
v3.1.1
v3.1.0
Mercury 3.1.0
Mercury 3.1.0 focuses on widget stability, cleaner notebook files, better chat behavior, and smoother Docker deployments.
Highlights
-
Cleaner
.ipynbfiles
Mercury no longer stores unnecessary widget ESM/CSS/runtime information directly in notebooks. Notebook files are treated more like application source code, keeping them cleaner and easier to version control. (#537) -
Improved Docker deployments
Fixed issues where widgets were rendered as plain string representations after Docker deployment. (#533)
Also fixed Docker-related"File Save Error"and"Shadow Notebook not found"messages. (#532) -
Better widget behavior inside layouts
Buttons placed insideColumnsnow work correctly and trigger cell re-execution as expected. (#519) -
More control over append-style widgets
Widgets with append behavior, such asColumns, now support controlling whether new content is appended or previous content is cleared, for example with anappendargument. (#536)
Widgets
- Added an option to create an
Expanderwithout border and header background. (#517) - Improved
MultiSelectbehavior: removing an item from a chip no longer opens the dropdown list. (#538) - Improved
Tablewidget configuration with options for setting height and controlling whether the table is displayed immediately after construction. (#510) - Fixed
Tablewidget UID handling after recent changes inWidgetsManager. (#509)
Chat
- Added a stop button to
ChatInputwhile the app is generating a response. (#516) - Improved chat scrolling when assistant messages are updated incrementally, such as during streaming responses. (#514)
Documentation and demos
- Added an option to open live demo applications from the documentation iframe in a separate tab / full-screen view. (#513)
Fixes
- Fixed widget rendering in Docker.
- Fixed Docker notebook save/shadow notebook errors.
- Fixed buttons inside
Columns. - Fixed
Tablewidget UID handling. - Fixed
MultiSelectchip removal behavior. - Fixed chat auto-scroll when appending streamed message content.
v3.0.1
v3.0.0
New architecture! The v3 of Mercury is based on Tornado server, and is using Jupyter Lab frontend to serve widgets in the same way as in Jupyter notebooks. Thanks to this we get greater flexibility in what we can do with app. We use ipywidgets and anywidgets packages to create easy to use and looking-great collection of widgets. The v3 version contains Mercury extension for Jupyter Lab and MLJAR Studio which allows you to preview app during development.
I hope you will be able to create amazing apps with Mercury! ❤️
v2.4.3 0 - Last v2 release
We are moving Mercury to the new architecture - version 3.0.0
The new Mercury will support all ipywidgets widgets and it will have improved layout control. The philosophy behind Mercury stays unchanged - we want to provide an easy way to serve Python notebooks as web apps.
v2.4.2
v2.4.1
v2.3.10
v2.3.9
v2.3.8
Changes
- added
sanitizein Text widget (#303) - added PDF widget for displaying PDF in Python notebooks