v0.5.0
·
92 commits
to main
since this release
Enhancements
- Simplified
init_filtered_data
to accept a named list of datasets.init_filtered_data
does not currently handle a list containingdataset
,metadata
,datalabel
andcode
.
Breaking changes
TealData
object is no longer supported byteal.slice
.set_filter_state
no longer accepts a nested list. Useteal_slices()
andteal_slice()
instead.- Renamed
FilteredDataset
subclass that handlesdata.frame
s fromDefaultFilteredDataset
toDataframeFilteredDataset
. Added new classDefaultFilteredDataset
that will store any type of object. Filtering will is not supported.
Miscellaneous
- Specified minimal version of package dependencies.
- Removed storing and restoring of
teal_slices
objects. - Update documentation and code to reflect the changes due to the refactor of
teal.data::JoinKeys
intoteal.data::join_keys
.
What's Changed
- add disabling and reenabling of rewind and reset buttons by @chlebowa in #444
- 435 filter card header style by @chlebowa in #441
- The RangeFilterState's x-axis tick labels are somewhat obstructed. by @kartikeyakirar in #442
- Workflow propagation by @walkowif in #446
- add .pre-commit-config.yaml cleanup by @m7pr in #448
- 450 align ui in
FilterStateExpr
by @chlebowa in #452 - 415 range selector colors by @chlebowa in #456
- Add/remove/restore custom expression by @averissimo in #454
- Restore primary color state when count_type is none by @vedhav in #460
- 455 bug in filter card reactivity by @chlebowa in #458
- 911 c.teal_slices by @chlebowa in #461
- add single onclick event to prevent default behavior which cause app to refresh by @averissimo in #463
- update readmes and description by @m7pr in #464
- Adds min package version by @averissimo in #405
- add no_browser hook in pre-commit by @donyunardi in #473
- Replace the broken showcase gif with a new gif by @vedhav in #475
- 373 slices_restore will restore Dates and POSIXT classes by @m7pr in #432
- 477 transfer slices store by @chlebowa in #478
- 302 fix filter card ui by @chlebowa in #481
- 466
bslib::bs_theme
dev version by @chlebowa in #485 - 479 improve documentation by @chlebowa in #484
- Introduce teal_data class by @gogonzo in #470
- Make
JoinKeys
related changes due to refactor by @vedhav in #486 - 471 remove
CodeClass
fromFilteredData
by @chlebowa in #488 - rm pkg name from bioc pkg refs in Config/Needs/verdepcheck by @pawelru in #489
- update repo roster link by @donyunardi in #491
tdata
toteal_data
by @gogonzo in #490- remove by @gogonzo in #494
- remove deprecated by @gogonzo in #495
- Workflow propagation by @walkowif in #496
- 493
FilteredDatasetDefault
class by @chlebowa in #497 - Corrects mapping of parent join_keys columns when merging 2 data frames by @averissimo in #503
- 490 error on GRAN by @chlebowa in #504
- 511 remove
check_ellipsis
function by @chlebowa in #515 - Pre-release activities by @kartikeyakirar in #506
- clean up after
pre-release-cleanup
by @chlebowa in #537 - 476 wrong counts in
ChoicesFilterState
by @chlebowa in #545 - Moves
{shiny}
to imports and updates examples/vignettes by @averissimo in #546 - final touches by @chlebowa in #549
- 457 update filter card summary by @chlebowa in #547
- [skip vbump] upversion to 0.5.0 by @donyunardi in #552
Full Changelog: v0.4.0...v0.5.0