v0.1.15
insights-engineering-bot
released this
14 Aug 13:45
·
103 commits
to main
since this release
Enhancements
- Updated encodings input checks to use
shinyvalidate::InputValidator
instead ofshiny::validate
for better UI experience. - Added a tooltip to value input of
ui_arbitrary_lines
to explain how to supply multiple values.
Breaking changes
- Constraints range is calculated on the filtered data instead of the unfiltered.
- Replaced
chunks
with simplerqenv
class. - Replaced
datasets
argument containingFilteredData
with the new argumentsdata
(tdata
object) andfilter_panel_api
(FilterPanelAPI
).
Miscellaneous
- Deprecated
tm_g_gh_scatterplot
. Usetm_g_gh_correlationplot
instead. - Removed
scda
package dependency from examples.
What's Changed
- [skip vbump] Dev version with 9xxx by @arkadiuszbeer in #201
- scda.2022 by @mhallal1 in #200
- Teal refactor by @nikolas-burkoff in #203
- Add coverage badge by @walkowif in #207
- Enable checks for
workflow_dispatch
event by @walkowif in #209 - Deprecate scatter plot in favor of correlation plot by @asbates in #208
- Badges and contribution guidelines by @insights-engineering-bot in #212
- Add tooltip to arbitrary lines UI by @asbates in #211
- Add shiny validate to teal.goshawk by @nikolas-burkoff in #213
- Update check as-cran and default landing page by @walkowif in #214
- Workflow updates by @walkowif in #215
- Update workflows by @walkowif in #217
- Workflow propagations by @walkowif in #220
- reduce the amount of spelling issues / WORDLIST by @m7pr in #221
- 222 decouple scda by @m7pr in #223
- remove scda from NEWS and README by @m7pr in #225
- 216 update teal.code version in dependencies by @m7pr in #224
- Move TealReportCard to teal by @gogonzo in #226
- #219 add facet_scales to plot aesthetics menu by @m7pr in #227
- empty by @gogonzo in #228
- Update install by @gogonzo in #230
- propagate argument name change in teal::module by @chlebowa in #231
- added required columns to docs by @denisovan31415 in #149
- release 0.1.15 [skip vbump] [skip spelling] by @donyunardi in #236
New Contributors
- @walkowif made their first contribution in #207
- @asbates made their first contribution in #208
- @m7pr made their first contribution in #221
- @chlebowa made their first contribution in #231
Full Changelog: v0.1.14...v0.1.15