From af6c2efd44c5906b4eefb2a77d382bd51cf45f99 Mon Sep 17 00:00:00 2001 From: Tuomas Hatakka Date: Wed, 30 Nov 2022 15:23:34 +0200 Subject: [PATCH 1/5] Update CHANGELOG --- CHANGELOG.md | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d64cfbf791..321b6c5998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,52 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [2.7.0] - November, 22, 2022 +## [2.8.0] - November, 30, 2022 ### Design kit #### Added - [Icons] New icon UI/Navigation/swap-user + +### React Components + +#### Changed + +- [CookieConsent] Text changes for the Finnish and Swedish language versions + +#### Fixed + +- [Dropdown] Scrollbar becomes visible also with five options and the UI won't break +- [DateInput] No more errors when minDate is over ten years in the future +- [CookieConsent] No more errors from React.Portal if cookie consent modal is re-initialized or re-rendered after it has been closed. +- [TimeInput] No more console warning about time format + +### Core + +#### Changed + +- [CookieConsent] Text changes for the Finnish and Swedish language versions + +#### Fixed + +- [Dropdown] Scrollbar becomes visible also with five options and the UI won't break +- [DateInput] No more errors when minDate is over ten years in the future +- [CookieConsent] No more errors from React.Portal if cookie consent modal is re-initialized or re-rendered after it has been closed. +- [TimeInput] No more console warning about time format + +### Documentation + +#### Added + +- [Noscript pattern] Provides a consistent way of notifying the user to enable JavaScript to guarantee full functionality and coherent user experience + +## [2.7.0] - November, 22, 2022 + +### Design kit + +#### Added + - [Tags] New tag variants with rounded corners ### React Components From f0d20807d0be759bd7eed41fd6689ae7090bb204 Mon Sep 17 00:00:00 2001 From: Tuomas Hatakka Date: Wed, 30 Nov 2022 15:24:32 +0200 Subject: [PATCH 2/5] Bump up version numbers to 2.8.0 --- packages/core/package.json | 4 ++-- packages/design-tokens/package.json | 2 +- packages/react/package.json | 4 ++-- site/package.json | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 122ca0be81..21875f73a9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "hds-core", - "version": "2.7.0", + "version": "2.8.0", "description": "Core styles for the Helsinki Design System", "homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme", "license": "MIT", @@ -26,7 +26,7 @@ "@storybook/html": "6.4.18", "copyfiles": "2.2.0", "cssnano": "4.1.10", - "hds-design-tokens": "2.7.0", + "hds-design-tokens": "2.8.0", "normalize.css": "8.0.1", "postcss": "8.2.15", "postcss-cli": "8.3.1", diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 9126941e87..5d14fff695 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "hds-design-tokens", - "version": "2.7.0", + "version": "2.8.0", "description": "Design tokens for the Helsinki Design System", "homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme", "license": "MIT", diff --git a/packages/react/package.json b/packages/react/package.json index 3ca1768896..14ea5c2636 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "hds-react", - "version": "2.7.0", + "version": "2.8.0", "description": "React components for the Helsinki Design System", "homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme", "license": "MIT", @@ -115,7 +115,7 @@ "crc-32": "1.2.0", "date-fns": "2.16.1", "downshift": "6.0.6", - "hds-core": "2.7.0", + "hds-core": "2.8.0", "kashe": "1.0.4", "lodash.get": "^4.4.2", "lodash.isequal": "4.5.0", diff --git a/site/package.json b/site/package.json index f58edeb8d3..4c1a3990cc 100644 --- a/site/package.json +++ b/site/package.json @@ -2,7 +2,7 @@ "name": "site", "private": true, "description": "Documentation for Helsinki Design System", - "version": "2.7.0", + "version": "2.8.0", "workspaces": { "nohoist": [ "gatsby", @@ -39,9 +39,9 @@ }, "devDependencies": { "eslint-config-react-app": "^7.0.1", - "hds-core": "2.7.0", - "hds-design-tokens": "2.7.0", - "hds-react": "2.7.0", + "hds-core": "2.8.0", + "hds-design-tokens": "2.8.0", + "hds-react": "2.8.0", "postcss": "8", "prettier": "2.5.1", "stylelint": "^14.8.3", From a991e0d9eb13b8431ab898d36be312701762e3e1 Mon Sep 17 00:00:00 2001 From: Tuomas Hatakka Date: Wed, 30 Nov 2022 15:33:21 +0200 Subject: [PATCH 3/5] Remove the core section from changelog --- CHANGELOG.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 321b6c5998..a31dcb3370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,19 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [CookieConsent] No more errors from React.Portal if cookie consent modal is re-initialized or re-rendered after it has been closed. - [TimeInput] No more console warning about time format -### Core - -#### Changed - -- [CookieConsent] Text changes for the Finnish and Swedish language versions - -#### Fixed - -- [Dropdown] Scrollbar becomes visible also with five options and the UI won't break -- [DateInput] No more errors when minDate is over ten years in the future -- [CookieConsent] No more errors from React.Portal if cookie consent modal is re-initialized or re-rendered after it has been closed. -- [TimeInput] No more console warning about time format - ### Documentation #### Added From 371b62e4dde09b5b4d50f4816ed725293d18ac44 Mon Sep 17 00:00:00 2001 From: Tuomas Hatakka Date: Wed, 30 Nov 2022 15:40:14 +0200 Subject: [PATCH 4/5] Add the SwapUser to react & core sections in changelog --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a31dcb3370..db3b555e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,10 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Added -- [Icons] New icon UI/Navigation/swap-user +- [Icons] New icon SwapUser ### React Components +#### Added + +- [Icons] New icon SwapUser + #### Changed - [CookieConsent] Text changes for the Finnish and Swedish language versions @@ -28,6 +32,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [CookieConsent] No more errors from React.Portal if cookie consent modal is re-initialized or re-rendered after it has been closed. - [TimeInput] No more console warning about time format +### Core + +#### Added + +- [Icons] New icon SwapUser + ### Documentation #### Added From 8c3e6ee444758349ba9b8377084b19e4417f30ab Mon Sep 17 00:00:00 2001 From: Tuomas Hatakka Date: Wed, 30 Nov 2022 15:45:35 +0200 Subject: [PATCH 5/5] Update Dropdown component's fix description in changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db3b555e3c..9943a9bea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,9 +27,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Fixed -- [Dropdown] Scrollbar becomes visible also with five options and the UI won't break +- [Dropdown] Menu scrollbar becomes visible when needed and the UI won't break - [DateInput] No more errors when minDate is over ten years in the future -- [CookieConsent] No more errors from React.Portal if cookie consent modal is re-initialized or re-rendered after it has been closed. +- [CookieConsent] No more errors from React. Portal if cookie consent modal is re-initialized or re-rendered after it has been closed. - [TimeInput] No more console warning about time format ### Core