Update dependency mercury to v3#106
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.3.10→^3.0.0Release Notes
mljar/mercury (mercury)
v3.1.2Compare Source
#Fixes
v3.1.1Compare Source
Fixes
v3.1.0Mercury 3.1.0
Mercury 3.1.0 focuses on widget stability, cleaner notebook files, better chat behavior, and smoother Docker deployments.
Highlights
Cleaner
.ipynbfilesMercury 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 inside
Columnsnow work correctly and trigger cell re-execution as expected. (#519)More control over append-style widgets
Widgets with append behavior, such as
Columns, now support controlling whether new content is appended or previous content is cleared, for example with anappendargument. (#536)Widgets
Expanderwithout border and header background. (#517)MultiSelectbehavior: removing an item from a chip no longer opens the dropdown list. (#538)Tablewidget configuration with options for setting height and controlling whether the table is displayed immediately after construction. (#510)Tablewidget UID handling after recent changes inWidgetsManager. (#509)Chat
ChatInputwhile the app is generating a response. (#516)Documentation and demos
Fixes
Columns.Tablewidget UID handling.MultiSelectchip removal behavior.v3.0.1Compare Source
🚀 Mercury 3.0.1
🐞 Bug Fixes
✨ Improvements
url_keysupport for widgets (#520)Thank you @dgtaillie @apjanusz @aplonska 💯 👍
v3.0.0Compare Source
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
ipywidgetsandanywidgetspackages 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! ❤️
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.