Changes in version 0.7.2 - Resolve issue with reusing colors (#112). Changes in version 0.7.1 (2024-01-25) - Spellcheck and linting - Update tests - Fix shiny::req behaviour (See #85) - Always use autosize (see #84) Changes in version 0.7.0 (2023-08-30) - Change maintainership from Alicia Schep to Alan O'Callaghan. Changes in version 0.5.1 (2020-10-14) - Bug fix for column annotation labels - Bug fix for issues with merging colorbars Changes in version 0.5.0 (2020-07-07) - Remove dependencies on S4Vectors (problematic because it is a Bioconductor package) and plyr - Bug fix for single row or column inputs for main heatmap Changes in version 0.4.12 (2019-11-23) - Adjust tests to be compatible with newer version of scales package. Changes in version 0.4.11 - Fix issue for some subplots where an NA value prevents any plotting. Changes in version 0.4.10 - Exports to_plotly_list and adds new to_plotly_json to make it easier to convert to plotly spec Changes in version 0.4.9 - Adds an option to main_heatmap to show colorbar or not, by @fboehm Changes in version 0.4.8 (2019-03-16) - Update to fix error in tests due to change in R-devel random sample - Fix issue where add_col_groups uses continuous scale if all groups are equal - Fix for iheatmapr_event not working on relayout - Fix issue where show_colorbar was always set to be TRUE - Fix example for save_iheatmap Changes in version 0.4.3 (2017-12-08) - Minor bug fix for issue on R-devel. Changes in version 0.4.2 (2017-11-12) - Update tests for compatibility with new version of testthat Changes in version 0.4.1 (2017-10-14) - Bug fix -- actually show titles for add_row_groups, add_col_groups, etc. Changes in version 0.4.0 - Added option to customize text in tooltips for heatmaps. By default, only show three sig figs for values. This change will break rendering of Iheatmap objects created via older versions of iheatmapr. Changes in version 0.3.0 - Removed plotly r package dependency. iheatmapr now directly interfaces with plotlyjs instead. While this may mean having two copies of the plotly.js library, the benefit is that the htmlwidget for iheatmapr can be customized for plots created by iheatmapr and that iheatmapr now has more control over when the js component gets updated. Changes in version 0.2.1 - Added a NEWS.md file to track changes to the package.