From b3f8c541eea4cfdc2bb677252d6c8ddf449e0ae5 Mon Sep 17 00:00:00 2001 From: Diego Fortes Date: Fri, 4 Dec 2020 10:26:51 -0300 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84aeca689..08e53b177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +# v14.0.0 +- [Theming] Adds theming logic to typography display, heading and title ([#589](https://github.com/curology/radiance-ui/pull/589)) +- [Colors] Complete refactor and cleanup of colors usage ([#584](https://github.com/curology/radiance-ui/pull/584)) + - **BREAKING**: `COLORS` cannot be imported as a constant anymore. Colors must be accessed via the theme object + # v13.3.0 - [Tab] Update Secondary inactive Tab color ([#588](https://github.com/curology/radiance-ui/pull/588)) - [Theming] Update Secondary button font-size and font-weight ([#585](https://github.com/curology/radiance-ui/pull/585))