You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New more flexible bslib::card() based cards are now available along with the old grid cards being updated to reflect the new gridlayout wrapper gridlayout::grid_card().
You can now add plain text anywhere you can add normal elements. The new "Static Text" node lets you enter descriptions etc... The contents can also have basic styles applied, such as sizing and decoration.
Minor new features and improvements
Cards now have a simple header by default
Bug fixes
In vscode, if ui changes are made to the app, the selection of output definitions and addition of new output definitions no longer breaks.
Fixed a problem where making many quick updates to the state would cause the app to crash due to the backend and the client getting out of sync.
Cards' content can no longer spill over, obscuring other elements like grid tract resizers.
The visual indicator for swapping positions of items on the grid no longer flickers and is actually legible.
The main editor view now reflects the width argument of shiny text input elements.
plot outputs no longer have a fixed width of 200px when their width argument is unset, instead filling the container's width as they do in the running app.
Code/ functions that the editor doesn't know how to deal with (e.g. custom functions or non-implemented ui elements) no longer crash app to a blank screen.