From c732b4b96cf4ebb04f70d46ce8c5588aa3950eef Mon Sep 17 00:00:00 2001 From: Frankie Yan Date: Fri, 13 Dec 2024 20:50:33 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ec94495..e97f53f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Reactist follows [semantic versioning](https://semver.org/) and doesn't introduce breaking changes (API-wise) in minor or patch releases. However, the appearance of a component might change in a minor or patch release so keep an eye on redesigns and make sure your app still looks and feels like you expect it. +# Next + +- [Fix] Add top and bottom paddings to the `Tab` component. + # 26.2.4 - [Fix] The `Prose` component's horizontal rule color is now properly set to the primary divider color.