Releases
3.10.0
highlights of updates
general updates
all extensions dependencies were updated to ensure that we don't use vulnerable packages, so npm audit now reports 0 vulnerabilities in most cases
text search across entities content was added to the studio
improvements to pdf utils (support copy outlines when doing merge/append, add studio UI to handle pdfMeta custom metadata)
component helper now supports propagating hash parameters to component data
fixes for xlsx and pptx
core
mainReporter.executeWorkerAction
now supports cancellation with AbortController.signal
add support for specifying what are the main document properties of templates entitySet
studio
add support for text search across entities content
closing a main editor tab now also closes all dependant tabs (like pdf utils, chrome header/footer)
.openTab
method now supports opening dependant editor tabs (like chrome header/footer tabs) with the option docProp
define /studio/hierarchyMove
api endpoint as post route explicitly
data
add support for specifying what are the main document properties of data entitySet
express
update deps to fix npm audit
assets
add support for specifying what are the main document properties of assets entitySet
scripts
add support for specifying what are the main document properties of scripts entitySet
components
component helper hash data is not propagated/merged to component data
add support for specifying what are the main document properties of components entitySet
xlsx
add support for specifying what are the main document properties of xlsxTemplates entitySet
do not fail parsing cell found with error and no formula definition found
chrome-pdf
use Studio.openTab
with docProp
option to open chrome header/footer tabs
pdf-utils
support copy outlines when doing merge/append
add studio UI to handle pdfMeta custom metadata
fix typo in definition of sandbox hidden property
pptx
fix pptxSlides issues with updates after xmldom dep update
You can’t perform that action at this time.