From ae242abf6b031aa23c397ba6eb738797dd856aa2 Mon Sep 17 00:00:00 2001 From: Mika Nevalainen Date: Mon, 31 Jan 2022 13:08:38 +0200 Subject: [PATCH 01/10] Bump version numbers --- 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 d40746fe83..468f91dc11 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "hds-core", - "version": "1.9.0", + "version": "1.10.0", "description": "Core styles for the Helsinki Design System", "homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme", "license": "MIT", @@ -25,7 +25,7 @@ "@storybook/html": "6.0.19", "copyfiles": "2.2.0", "cssnano": "4.1.10", - "hds-design-tokens": "1.9.0", + "hds-design-tokens": "1.10.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 5dd5c429e3..055e6a2192 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "hds-design-tokens", - "version": "1.9.0", + "version": "1.10.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 daaa334609..ef3fc4ba65 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "hds-react", - "version": "1.9.0", + "version": "1.10.0", "description": "React components for the Helsinki Design System", "homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme", "license": "MIT", @@ -110,7 +110,7 @@ "@react-aria/visually-hidden": "3.2.0", "date-fns": "2.16.1", "downshift": "6.0.6", - "hds-core": "1.9.0", + "hds-core": "1.10.0", "lodash.isequal": "4.5.0", "lodash.isfunction": "3.0.9", "lodash.uniqueid": "4.0.1", diff --git a/site/package.json b/site/package.json index 1cd0bcec2e..cf57299a65 100644 --- a/site/package.json +++ b/site/package.json @@ -1,6 +1,6 @@ { "name": "site", - "version": "1.9.0", + "version": "1.10.0", "private": true, "description": "Documentation for Helsinki Design System", "license": "MIT", @@ -23,9 +23,9 @@ "date-fns": "^2.23.0", "gatsby-cli": "2.12.29", "gatsby-plugin-matomo": "0.8.3", - "hds-core": "1.9.0", - "hds-design-tokens": "1.9.0", - "hds-react": "1.9.0", + "hds-core": "1.10.0", + "hds-design-tokens": "1.10.0", + "hds-react": "1.10.0", "react-helmet": "6.0.0", "react-markdown": "^6.0.3", "rimraf": "3.0.2" From 7259295b83fb81ffce4ac5b9c1991fbdda77fde3 Mon Sep 17 00:00:00 2001 From: Mika Nevalainen Date: Mon, 31 Jan 2022 13:37:10 +0200 Subject: [PATCH 02/10] Update CHANGELOG --- CHANGELOG.md | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd3be1ba16..f7f6e7a434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,61 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.10.0] - Jan, 31, 2022 + +### Core + +#### Added + +- [Icons] Thumb icons + +#### Fixed + +- [Text Input, TextArea] Prevent rounded corners in iOS browsers + +### React + +#### Added + +- [Icons] Thumb icons + +#### Changed + +- [Tabs] Add support to use Tabs child components in Tabs namespace, for example, Tabs.TabList + +#### Fixed + +- [Text Input, TextArea] Prevent rounded corners in iOS browsers +- [Navigation] Back-to-top will focus on the first focusable element + +### Design kit + +#### Added + +- [Icons] Thumb icons + - Thumbs up + - Thumbs up filled + - Thumbs down + - Thumbs down filled + +#### Changed + +- Updated HDS Sketch libraries to Sketch 82 (82.1) + +### Documentation + +#### Added +- [Icons] Thumb icons to the Visual assets documentation +- [Koros] Guideline page on how to use Koro shapes + +#### Changed + +- [Tabs] Tabs child components use the Tabs namespace, for example, Tabs.TabList + +#### Fixed + +- [Koros] Remove confusing inline style rotate from example + ## [1.9.0] - Jan, 5, 2022 ### Core From b711bb53448d2e021ea725b83c1e07d0d309f75b Mon Sep 17 00:00:00 2001 From: Mika Nevalainen Date: Mon, 31 Jan 2022 13:42:23 +0200 Subject: [PATCH 03/10] Update what-is-new --- site/docs/about/new.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/docs/about/new.mdx b/site/docs/about/new.mdx index a9148c9c58..0db2fabe12 100644 --- a/site/docs/about/new.mdx +++ b/site/docs/about/new.mdx @@ -13,6 +13,14 @@ import Link from "../../src/components/Link"; Here you will find summarized patch notes of major releases of HDS. For full patch notes for each release, please refer to the GitHub releases. +

1.10.0 - 31.1.2022 - Release notes

+ +- **Added**: Thumb icons +- **Added**: Documentation guideline page for Koros +- **Changed**: Add support to use Tabs child components in Tabs namespace, for example, Tabs.TabList +- **Fixed**: Back-to-top will focus on the first focusable element +- **Fixed**: Prevent rounded corners in iOS +

1.9.0 - 5.1.2022 - Release notes

- **Added**: Possibility to rotate Koros From 2bffe6ca6e65e89051e397f27e4c3e04b2632a10 Mon Sep 17 00:00:00 2001 From: Roni Jaakkola Date: Mon, 31 Jan 2022 14:29:51 +0200 Subject: [PATCH 04/10] Updated Roadmap --- site/docs/about/roadmap.mdx | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/site/docs/about/roadmap.mdx b/site/docs/about/roadmap.mdx index 9e8e783fdb..a2c3ba6324 100644 --- a/site/docs/about/roadmap.mdx +++ b/site/docs/about/roadmap.mdx @@ -53,23 +53,40 @@ For previously released features, see changelogs in the [What is new section](/a **Q4 2021** ~~- Component: Basic tables~~
-- Component: Breadcrumbs -- Component: File download +~~- Icons: Next set of icons~~
+~~- Update: Koros improvements~~
+~~- Update: Smaller improvements and fixes to multiple components~~
+ +**Q1 2022** - Pattern: Multi-step forms +- Component: Form stepper + + - Pattern: Cookie consent + +- Update: Typography - Update: Navigation improvements - Update: Footer improvements -**Q1 2022** + +- Component: Breadcrumbs +- Component: File download + + +**Q2 2022** +- Component: Hero - Component: Maps - Component: Slider - Component: Carousel -- Component: Hero - Component: Article highlights and quotes +- **HDS 2.0.0 Release** + + +**Q3/Q4 2022** - Pattern: Image usage instructions - Pattern: Tone of voice instructions - Pattern: Full page templates @@ -77,5 +94,4 @@ For previously released features, see changelogs in the [What is new section](/a - Update: Card examples and variations - Update: Search improvements -- Update: Documentation improvement -- Update: Typography +- Update: Documentation improvement \ No newline at end of file From d7851f59335d6ae618cea038c0eaa49d9083414e Mon Sep 17 00:00:00 2001 From: Roni Jaakkola Date: Mon, 31 Jan 2022 14:31:26 +0200 Subject: [PATCH 05/10] Updated CHANGELOG to include the Roadmap change --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7f6e7a434..e24f7df34f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Changed - [Tabs] Tabs child components use the Tabs namespace, for example, Tabs.TabList +- Updated Roadmap section #### Fixed From 82eeecf5e2570979e702728fdef757ea870d2a52 Mon Sep 17 00:00:00 2001 From: Mika Nevalainen Date: Mon, 31 Jan 2022 14:41:09 +0200 Subject: [PATCH 06/10] Fix newline --- site/docs/about/roadmap.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs/about/roadmap.mdx b/site/docs/about/roadmap.mdx index a2c3ba6324..b294c33fb0 100644 --- a/site/docs/about/roadmap.mdx +++ b/site/docs/about/roadmap.mdx @@ -64,7 +64,7 @@ For previously released features, see changelogs in the [What is new section](/a - Pattern: Cookie consent - +- Component: Cookie consent - Update: Typography - Update: Navigation improvements @@ -94,4 +94,4 @@ For previously released features, see changelogs in the [What is new section](/a - Update: Card examples and variations - Update: Search improvements -- Update: Documentation improvement \ No newline at end of file +- Update: Documentation improvement From 4040351b02e109b9447b07311b8675b3e3850065 Mon Sep 17 00:00:00 2001 From: Mika Nevalainen Date: Mon, 31 Jan 2022 15:02:01 +0200 Subject: [PATCH 07/10] Fix footer back-to-top --- CHANGELOG.md | 2 +- site/docs/about/new.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e24f7df34f..6a3a0e669a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Fixed - [Text Input, TextArea] Prevent rounded corners in iOS browsers -- [Navigation] Back-to-top will focus on the first focusable element +- [Footer] Back-to-top will focus on the first focusable element ### Design kit diff --git a/site/docs/about/new.mdx b/site/docs/about/new.mdx index 0db2fabe12..41928146d8 100644 --- a/site/docs/about/new.mdx +++ b/site/docs/about/new.mdx @@ -18,7 +18,7 @@ import Link from "../../src/components/Link"; - **Added**: Thumb icons - **Added**: Documentation guideline page for Koros - **Changed**: Add support to use Tabs child components in Tabs namespace, for example, Tabs.TabList -- **Fixed**: Back-to-top will focus on the first focusable element +- **Fixed**: Footer's back-to-top will focus on the first focusable element - **Fixed**: Prevent rounded corners in iOS

1.9.0 - 5.1.2022 - Release notes

From 75dfdd73f633d0717702b3264ec9c0ef3a44084f Mon Sep 17 00:00:00 2001 From: Mika Nevalainen Date: Mon, 31 Jan 2022 15:02:49 +0200 Subject: [PATCH 08/10] Add component type into what-is-new sentence --- site/docs/about/new.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/about/new.mdx b/site/docs/about/new.mdx index 41928146d8..d8c1d89b52 100644 --- a/site/docs/about/new.mdx +++ b/site/docs/about/new.mdx @@ -19,7 +19,7 @@ import Link from "../../src/components/Link"; - **Added**: Documentation guideline page for Koros - **Changed**: Add support to use Tabs child components in Tabs namespace, for example, Tabs.TabList - **Fixed**: Footer's back-to-top will focus on the first focusable element -- **Fixed**: Prevent rounded corners in iOS +- **Fixed**: Prevent text inputs' rounded corners in iOS

1.9.0 - 5.1.2022 - Release notes

From bb7c8ea91c127e08595204f04304366684d3c90e Mon Sep 17 00:00:00 2001 From: Mika Nevalainen Date: Mon, 31 Jan 2022 15:03:59 +0200 Subject: [PATCH 09/10] Fix naming of component --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3a0e669a..543e2fa1c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Fixed -- [Text Input, TextArea] Prevent rounded corners in iOS browsers +- [TextInput, TextArea] Prevent rounded corners in iOS browsers ### React From 85c3a7fe24ecc6ac5f9c557740bfe8e52e3d6a41 Mon Sep 17 00:00:00 2001 From: Mika Nevalainen Date: Mon, 31 Jan 2022 15:09:09 +0200 Subject: [PATCH 10/10] Fix naming of component --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 543e2fa1c2..36ffe1ced7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Fixed -- [Text Input, TextArea] Prevent rounded corners in iOS browsers +- [TextInput, TextArea] Prevent rounded corners in iOS browsers - [Footer] Back-to-top will focus on the first focusable element ### Design kit