Changes in version 0.2.0.9000 Changes in version 0.2.0 (2026-05-01) - geom_histogram_rounded() no longer forwards deprecated stat_bin(drop = ) defaults, removing ggplot2 deprecation warnings in standard use. - Horizontal bar tests now coerce built ymin/ymax to numeric before comparison to avoid failures from ggplot2's mapped_discrete class tagging. - Horizontal bars now round the terminal bar edge correctly for both geom_col_rounded() and geom_bar_rounded(). - README examples now include a horizontal rounded bar example. Changes in version 0.1.0 (2026-04-10) - Breaking change: radius now uses normalized bar-relative values from 0 to 1 instead of grid::unit() inputs. - Rounded corners now scale with each bar's geometry and clamp automatically for dense bars, short bars, and negative bars. - geom_histogram_rounded() added for rounded histogram bins. Changes in version 0.0.3 (2023-05-11) - geom_bar_rounded added. Changes in version 0.0.2 (2023-05-08) - vdiffr moved from Imports to Suggests.