Script
will be renamed App
Blob
will be renamed File
dp.File
block will be split into dp.Media
and dp.Attachment
Group
will be renamed Project
Variables
will be combined with Docker images into a new Environment
systemdp.Blob.upload_file
gave an error for certain filetypesdp.Divider
) for more layout controldp.Table
default stylingdp.DataTable
for more advanced filtering and calculation logicreport.publish
is now called report.upload
dp.Markdown
replaced with dp.Text
for text contentdp.Page
must use title
parameter to set the page title, not label
scripts
, blobs
and variables
now keep their original name instead of being converted to lowercase slugs, for instance my variable
won't be renamed tomy_variable
. You may need to update any scripts to use the new names (or re-add variables / blobs with the older names). dp.Table
and dp.DataTable
. ID
column is no longer added by default, instead row numbers will appear to the left of the first columnSelect
and Date
column types addeddp.Select
blocks are now searchable, so they work better with many optionsHome
and Gallery
pagesDataTable: No objects to concatenate
dp.Select
option names{{block: formula, name: asset-1, value: x^2 + y^2 = z^2}}
report.save
datapane.yaml
file - these can be static value or user variables that are dynamically injected into your script e.g. DB parameters. See the docs for more info!format
option, which allows you to write a single block of Markdown (either in your report, or in a separate file), and template it with your other blocks.dp.Select
, which takes other blocks and turns them into tabs or drop downs.Select
component, click on the "Source code" tab.Table
component, and renaming our interactive component for larger datasets as DataTable
.BigNumber
component for you (built with the amazing TailwindCSS library).