From 80a66aef2b10273f8ea220a4e92e66793d2edf56 Mon Sep 17 00:00:00 2001 From: Mika Nevalainen Date: Tue, 7 Sep 2021 13:06:24 +0300 Subject: [PATCH] Update CHANGELOG - fix heading levels --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c162e7bc..bf8edf9154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Fixed - [Number Input] Using stepper button will call onChange callback -## Design kit +### Design kit #### Added - [Cards] Linkbox symbols, including @@ -38,17 +38,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Example navigation symbols both for Desktop and Mobile screen sizes - Side navigation item symbols for building custom content side navigations -### Changed +#### Changed - Updated all HDS libraries to the Sketch version 76 (76.1) - [Cards] Updated symbol structure so it is easier to differentiate regular Card and Linkbox custom examples - [Navigation] Renamed “Navigation” symbols to “Main navigation” to make them more easily distinguishable from the new side navigation symbols -### Fixed +#### Fixed - [Cards] Text + heading with border symbol smart layout scaling -## Documentation +### Documentation -### Added +#### Added - Side navigation documentation - Linkbox documentation - A guideline page about choosing between Checkbox, Radio button and Toggle button.