v0.12.0
New features
- Added the support for custom
bslib
bootstrap themes inteal::init
apps, please read more in the newteal-bs-themes
vignette.
Enhancements
- Added the option to choose which variables can be filtered in the filter panel by using the
filterable
attributes for the per-dataset lists in thefilter
argument ofinit
. - Updated
teal_module
to havedata
argument which receives a list of reactive filter data with"code"
and"join_keys"
attributes. - Updated
teal_module
to havefilter_panel_api
argument which receives aFilterPanelAPI
object. - Updated the internals of
module_teal
to reflect changes inteal.slice
. - Updated vignettes and README content.
Breaking changes
- Updated
teal_module
to no longer receivedatasets
object in the...
argument. In order to usedatasets
in theteal_module
please specifydatasets
explicitly. - Deprecated
merge_expression
argument inget_rcode_srv
function and removed it inget_rcode
function. - Deprecated
session
argument inget_rcode
function.
Miscellaneous
- Enhanced the burger button so it is disabled when the filter panel is not used.
What's Changed
- [skip vbump] by @gogonzo in #666
- Contribution guide updates by @insights-engineering-bot in #671
- 443 rcycle@main by @Polkas in #637
- changes for filter panel constuctor by @nikolas-burkoff in #670
- docs: replaced links to github with links to API pkgdown sites by @kpagacz in #675
- revert - full input cycle by @Polkas in #677
- 654 pass reactive data@main by @gogonzo in #674
- DESC and README by @denisovan31415 in #684
- Update Rbuildignore and add auto-updates by @insights-engineering-bot in #685
- fix test by @mhallal1 in #688
- filter_panel_api by @mhallal1 in #692
- Fix when
module(..., filters = NULL)
by @gogonzo in #694 - feat: added support for events from the filter panel by @kpagacz in #681
- Update pre-commit config to detect
_pkgdown.y[a]ml
by @insights-engineering-bot in #699 - Update staged_dependencies.yaml for teal.modules.helios by @danielinteractive in #696
- pass join keys object into the module by @nikolas-burkoff in #697
- Update font awesome icon labels for FA 6 by @cicdguy in #704
- Remove _FILTERED by @nikolas-burkoff in #702
- Update documentation workflow by @insights-engineering-bot in #706
- review css by @Polkas in #703
- update vignettes by @mhallal1 in #705
- Update including-mae-data-in-teal.Rmd by @nikolas-burkoff in #725
- add set filter by @nikolas-burkoff in #724
- Update check.yaml by @arkadiuszbeer in #723
- fix R cmd check --as-cran by @nikolas-burkoff in #730
- teal - bs345 by @Polkas in #727
- NEWS by @mhallal1 in #745
- Update teal.Rmd by @Polkas in #759
- [skip vbump] Release for version 0.12.0 by @insights-engineering-bot in #761
Full Changelog: v0.11.1...v0.12.0