Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 18:07
· 242 commits to main since this release
e239912
  • Examples now use scda.2022 instead of scda.2021.
  • Transferred data hashing step in FilteredDataset to teal.
  • Removed constructor of Queue class.

New features

  • Added a global turn on/off button for the Filter Panel.
  • Added ability to collapse Active Filter Display panel.
  • Added ability to collapse all filters of an individual dataset.

Enhancements

  • Improved filter state presentation in FilterState$format.

Bug fixes

  • Fixed an error where the RangeFilterState produced an error when using bootstrap 4.
  • Fixed a bug that caused the range slider to omit values selected programmatically through the filter API.

Miscellaneous

  • Calculation of step in slider for RangeFilterState now uses checkmate::test_integerish instead of is.integer.
  • Updated init_filtered_data to take into account the removal of CDISCTealData from teal.data package.
  • Added examples apps for ChoicesFilterState and DFFilterStates.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0