From 889662997bbf2322e826feef650b03f11a7fa6c0 Mon Sep 17 00:00:00 2001 From: Tuomo Kivinen Date: Tue, 6 Feb 2024 10:33:36 +0200 Subject: [PATCH] () update changelog --- CHANGELOG.md | 89 +++++++++------------------------------------------- 1 file changed, 14 insertions(+), 75 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 750940cb1e..4251d421ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,18 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [3.X.X] - Month, XX, 202X +## [3.5.0] - February, 6, 2024 ### React -#### Breaking - -- [Component] What are the breaking changes? - -#### Added - -- [Component] What is added? - #### Changed - [Hero] Add support for showing an arrow-icon in the bottom left corner with theming support @@ -29,101 +21,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Core -#### Breaking - -- [Component] What are the breaking changes? - -#### Added - -- [Component] What is added? - #### Changed -Changes that are not related to specific components -- [Component] What has been changed - [Hero] Add support for showing an arrow-icon in the bottom left corner with theming support - Normalize is now removed from the package, if it causes trouble, it can be included in projects separately. #### Fixed -- [Component] What bugs/typos are fixed? - [Text input] Hide native password reveal icon (Edge browser) ### Documentation -#### Breaking - -- [Component] What are the breaking changes? - #### Added - [Hero] Added examples and code of the arrow-icon -#### Changed - -Changes that are not related to specific components -- [Component] What has been changed - -#### Fixed - -- [Component] What bugs/typos are fixed? - ### Figma -#### Breaking - -- [Component] What are the breaking changes? - -#### Added - -- [Component] What is added? - -#### Changed - -Changes that are not related to specific components -- [Component] What has been changed - -#### Fixed - -- [Component] What bugs/typos are fixed? - -### Sketch/Abstract - -#### Breaking - -- [Component] What are the breaking changes? - #### Added -- [Component] What is added? +- [Hero] Added a visual arrow +- [Hero] Added a photographer information +- [Tag] Two new variants: Link (underlined) and Action (bordered) with interaction states +- [Icons] New icons in the Forms category: document-group, document-blank, document-blank-group, folder, folder-group & box #### Changed -Changes that are not related to specific components -- [Component] What has been changed +- [Hero] Variants named according to code implementation +- [Tag] Adjusted focus state offset to 2px #### Fixed -- [Component] What bugs/typos are fixed? +- [Hero] Fixes for multiple variants e.g fonts, colours, paddings and improved Koro element usage and layout structure. -### Hds-js - -#### Breaking - -- [Component] What are the breaking changes? - -#### Added - -- [Component] What is added? - -#### Changed +#### Removed -Changes that are not related to specific components -- [Component] What has been changed +- [Tag] Removed state variants for informative tags +- [Hero] Removed the "new value" variant as it was unnecessary. -#### Fixed +### Icon kit -- [Component] What bugs/typos are fixed? +#### Added: +- [Icons] New icons in the Forms category: document-group, document-blank, document-blank-group, folder, folder-group & box ## [3.4.0] - January, 16, 2024