diff --git a/packages/terra-framework-docs/CHANGELOG.md b/packages/terra-framework-docs/CHANGELOG.md index 6cadf42cdf9..83d394954f6 100644 --- a/packages/terra-framework-docs/CHANGELOG.md +++ b/packages/terra-framework-docs/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +* Added + * Added examples and test to `terra-table` for row selection mode. + * Fixed * Fixed the `terra-tabs` icon-only examples keyboard navigation issue. diff --git a/packages/terra-table/CHANGELOG.md b/packages/terra-table/CHANGELOG.md index 8b5f4e1164b..3206a2c381f 100644 --- a/packages/terra-table/CHANGELOG.md +++ b/packages/terra-table/CHANGELOG.md @@ -6,6 +6,7 @@ * Added * Added the ability to toggle zebra striping for table rows. + * Added row selection mode to the table component. * Changed * Updated the table component so that the cell dive-in logic would not execute when not in the grid context.