From c2d338c8c1062cad966eb9c874dff1c6e02af2fa Mon Sep 17 00:00:00 2001 From: Mika Nevalainen Date: Thu, 8 Sep 2022 15:30:43 +0300 Subject: [PATCH] Add missing documentation added section --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e21894731..fe6a367d91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,9 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [Table] Support for providing side effects before or after the Table component is done sorting - [Notification] Accepts a custom aria-label for the notification section element -#### Fixed +### Documentation -- [Notification] Accepts a custom aria-label for the notification section element +#### Added + +- Documentation for the React Pagination component +- Documentation for Table component's onSort property +- Documentation for Notification component's notificationAriaLabel property ## [2.1.1] - July, 12, 2022