qbr
-> jqbr
to avoid a conflict with an existing CRAN package called qbr
#7is_na
and is_not_na
operators were not being displayed #4run_qbr_demo()
.Breaking changes
qbr
which used the htmlwidgets
framework. qbr
now provides shiny input bindings and adds several new features. The htmlwidgets
version can still be installed from the the old_widget branch on github.For more details on version 1.0.0, check out the documentation here,
New features
useQueryBuilder()
has a bs_version
argument that can be used to ensure the builder is compatible with the version of bootstrap used.updateQueryBuilder()
enables several method to update an existing querybuilder input, including adding new filters, reseting the builder and setting rules to the builderqueryBuilder()
gains a return_value
argument to control the return vaue from the builder.run_qbr_demo()
.NEWS.md
file to track changes to the package.