v0.15.0
insights-engineering-bot
released this
09 Feb 16:23
·
221 commits
to main
since this release
New features
- Added
landing_popup_module
function which creates a module that will display a popup when the app starts. The popup will block access to the app until it is dismissed. - Filter state snapshots can now be uploaded from file. See
?snapshot
. - Added
as_tdata
function to facilitate migration of modules to the newteal_data
class. - Added
build_app_title
function to facilitate adding favicons to app title.
Breaking changes
data
argument ininit
now accepts onlyteal_data
andteal_data_module
.tdata
has been deprecated and replaced withteal_data
. Support fortdata
passed to thedata
argument inmodule(server)
will be removed in the next release.module(ui)
argument no longer acceptsdata
anddatasets
arguments. All data dependent logic should be set in the server function.module(server)
argument deprecateddatasets
argument.teal_module
s' server functions should acceptdata
(teal_data
) instead.- Changed the order of formal arguments in
init
.filter
now comes directly aftermodules
, beforetitle
.
Miscellaneous
- Enhanced a
module
validation checks so that it won't throw messages aboutdata
argument unnecessarily. - Added argument to
teal_slices
and made modifications toinit
to enable taggingteal_slices
with an app id to safely upload snapshots from disk. FilteredData
no longer stores pre-processing code in specific slots. Code is now attached as attribute. Adjusted appropriately.
Bug fixes
- Removed
Report previewer
module from mapping matrix display in filter manager. - Specified minimal version of package dependencies.