Releases: Biogen-Inc/IDEAFilter
Releases · Biogen-Inc/IDEAFilter
v0.2.1
What's Changed
- Patch release:
v0.2.1by @aclark02-arcus in #33
New Contributors
- @aclark02-arcus made their first contribution in #33
Full Changelog: v0.2.0...v0.2.1
v0.2.0
IDEAFilter 0.2.0
New features
- Added a new module implementation
IDEAFilter()that is more modern and uses less resources. The old implementationshiny_data_filter()has been deprecated. - Added a feature to allow users to restrict the filter to a subset of columns
- Added an erase button to filter items to allow users to clear applied filters
Minor improvements and fixes
- Fixed a bug that was trying to assign an attribute to a NULL
- Fixed a bug that was causing inaccurate filtering for
datetimevectors - Fixed a bug that was not always including a selected NA filter for
logicalvectors - Fixed a bug that was causing the column selectize input to fail
- Upgraded
pillar::new_pillar_type()topillar::type_sum() - Added trash collector to delete inputs and observers from dynamic vector modules when removed from UI
-
What's Changed
- Devel by @AARON-CLARK in #7
- Cited works of others in LICENSE file by @AARON-CLARK in #11
- Patch w/ appropriate license info by @AARON-CLARK in #12
- Update shiny_data_filter.R by @jhk0530 in #16
- NULL cannot have attributes by @Jeff-Thompson12 in #19
- Use timezone of vector instead of trying to specify by @Jeff-Thompson12 in #21
- Utilize
moduleServer()by @Jeff-Thompson12 in #23 - Implement Column Subsetting by @Jeff-Thompson12 in #24
- Use
pillar::type_sum()by @Jeff-Thompson12 in #25 - Allow selection of vectors and filters upon initialization by @Jeff-Thompson12 in #20
- Clean up vector filter by @Jeff-Thompson12 in #26
- Test on
tidyCDISCby @Jeff-Thompson12 in #27 - Extend column subsetting by @Jeff-Thompson12 in #28
- Add a vignette by @Jeff-Thompson12 in #29
- v0.2.0 for CRAN by @AARON-CLARK in #30
- Next Release by @Jeff-Thompson12 in #18
New Contributors
Full Changelog: v0.1.2...v0.2.0
v0.1.2
v0.1.2 marks the first release of {IDEAFilter} on CRAN!
As such, turn your attention to the package documentation site to get all the details!
What's Changed
- JCT Cran Edits by @Jeff-Thompson12 in #4
- For cran by @AARON-CLARK in #3
New Contributors
- @Jeff-Thompson12 made their first contribution in #4
- @AARON-CLARK made their first contribution in #3
Full Changelog: https://github.com/Biogen-Inc/IDEAFilter/commits/v0.1.2