v0.3.0
- Examples now use
scda.2022
instead ofscda.2021
. - Transferred data hashing step in
FilteredDataset
toteal
. - 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 usingbootstrap 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 usescheckmate::test_integerish
instead ofis.integer
. - Updated
init_filtered_data
to take into account the removal ofCDISCTealData
fromteal.data
package. - Added examples apps for
ChoicesFilterState
andDFFilterStates
.
What's Changed
- [skip vbump] Dev version with 9xxx by @arkadiuszbeer in #117
- white space formatting in filter state by @chlebowa in #118
- use scda.2022 by @nikolas-burkoff in #119
- Add coverage badge by @walkowif in #122
- Enable checks for
workflow_dispatch
event by @walkowif in #125 - 15 Enable / disable filters on a variable level (but not removing it) by @BFalquet in #124
- remove hashing by @mhallal1 in #126
- Filter Panel - global turn on/off button by @Polkas in #123
- Use
test_integerish
instead ofis.integer
by @nikolas-burkoff in #128 - Badges and contribution guidelines by @insights-engineering-bot in #139
- reorg of the files. No changes in the namespace by @gogonzo in #145
- Collapse filters for a single dataset by @nikolas-burkoff in #146
- 129 filter state card@main by @gogonzo in #153
- check to assert by @pawelru in #152
- 134 remove shiny inputs after removal@main by @BLAZEWIM in #154
- Fix bs4 error by @nikolas-burkoff in #150
- Simplified reactivity of the FilterState by @gogonzo in #155
- removed standalone eval_expr by @BLAZEWIM in #149
- display filter count by @chlebowa in #156
- replace
ReactiveQueue
withreactiveVal
by @chlebowa in #170 - fix keep Inf checkbox by @gogonzo in #177
- remove superfluous methods by @chlebowa in #171
- update init_filtered_data by @mhallal1 in #169
- 175 replace input output@main by @BLAZEWIM in #176
- slider snaps from edge in
RangedFilterState
by @chlebowa in #189 - Update check as-cran and default landing page by @walkowif in #192
- fix for warnings and errors in test due to values comparison by @BLAZEWIM in #208
- example apps for filter panel backend by @chlebowa in #200
- drop unused(?) internal (191) by @chlebowa in #193
- Review teal.slice documentation before release by @BLAZEWIM in #243
- update teal.data version by @donyunardi in #246
- Workflow updates by @walkowif in #240
- Update token name by @walkowif in #270
- release 0.3.0 [skip vbump] by @donyunardi in #295
New Contributors
Full Changelog: v0.2.0...v0.3.0