From 064e9f1ff28e830b240887eebea749ccfa179dfb Mon Sep 17 00:00:00 2001 From: Mika Nevalainen Date: Tue, 19 Apr 2022 15:22:43 +0300 Subject: [PATCH 1/8] Update CHANGELOG --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc0e25cf1..94511faf5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.13.0] - Apr, 20, 2022 + +### Core + +#### Added + +- Pagination + +### React Components + +#### Fixed + +- [Dialog] Prevent unnecessary re-rendering when content state changes + +### Design kit + +#### Added + +- Pagination + +### Documentation + +#### Added + +- [Pagination] Documentation + ## [1.12.0] - Mar, 22, 2022 ### Core From 7b2950a592889f83b3d8ae7d3a6b943db5c4a33c Mon Sep 17 00:00:00 2001 From: Mika Nevalainen Date: Tue, 19 Apr 2022 15:23:23 +0300 Subject: [PATCH 2/8] 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 4fe8685ddf..56941f1043 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "hds-core", - "version": "1.12.0", + "version": "1.13.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": "1.12.0", + "hds-design-tokens": "1.13.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 64f574ea76..5d0537f991 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "hds-design-tokens", - "version": "1.12.0", + "version": "1.13.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 5e5f117bf7..5d1b175b2e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "hds-react", - "version": "1.12.0", + "version": "1.13.0", "description": "React components for the Helsinki Design System", "homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme", "license": "MIT", @@ -106,7 +106,7 @@ "@react-aria/visually-hidden": "3.2.0", "date-fns": "2.16.1", "downshift": "6.0.6", - "hds-core": "1.12.0", + "hds-core": "1.13.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 6398e3ef90..cfbaecfbad 100644 --- a/site/package.json +++ b/site/package.json @@ -1,6 +1,6 @@ { "name": "site", - "version": "1.12.0", + "version": "1.13.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.12.0", - "hds-design-tokens": "1.12.0", - "hds-react": "1.12.0", + "hds-core": "1.13.0", + "hds-design-tokens": "1.13.0", + "hds-react": "1.13.0", "react-helmet": "6.0.0", "react-markdown": "^6.0.3", "rimraf": "3.0.2" From 7e3282b663cba58db4bab43b08ec337fabd7fa29 Mon Sep 17 00:00:00 2001 From: Mika Nevalainen Date: Tue, 19 Apr 2022 15:23:59 +0300 Subject: [PATCH 3/8] Bump version numbers also in new site package.json --- new-site/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/new-site/package.json b/new-site/package.json index 11e3a8c711..e515633e02 100644 --- a/new-site/package.json +++ b/new-site/package.json @@ -29,9 +29,9 @@ "sass": "^1.49.9" }, "devDependencies": { - "hds-core": "^1.12.0", - "hds-design-tokens": "^1.12.0", - "hds-react": "^1.12.0", + "hds-core": "^1.13.0", + "hds-design-tokens": "^1.13.0", + "hds-react": "^1.13.0", "prettier": "2.5.1" }, "keywords": [ From 5a31fe1b29088455b83870e94185a46c2b219107 Mon Sep 17 00:00:00 2001 From: Mika Nevalainen Date: Tue, 19 Apr 2022 15:28:32 +0300 Subject: [PATCH 4/8] Update what-is-new --- site/docs/about/new.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/docs/about/new.mdx b/site/docs/about/new.mdx index 460c0c217c..447f78e5ed 100644 --- a/site/docs/about/new.mdx +++ b/site/docs/about/new.mdx @@ -13,6 +13,11 @@ 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.13.0 - 20.4.2022 - Release notes

+ +- **Added**: Pagination core component +- **Fixed**: Dialog re-rendering when content state changes +

1.12.0 - 22.3.2022 - Release notes

- **Added**: Indeterminate Checkbox state From f47315fdd3cd2fb7adde6dd441f7349e118dbddf Mon Sep 17 00:00:00 2001 From: Mika Nevalainen Date: Tue, 19 Apr 2022 15:34:31 +0300 Subject: [PATCH 5/8] Update what-is-new in new site --- new-site/src/docs/about/what-is-new.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/new-site/src/docs/about/what-is-new.mdx b/new-site/src/docs/about/what-is-new.mdx index 990832ea32..168fca0af6 100644 --- a/new-site/src/docs/about/what-is-new.mdx +++ b/new-site/src/docs/about/what-is-new.mdx @@ -12,6 +12,17 @@ import LeadParagraph from '../../components/LeadParagraph'; 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.13.0** - *20.4.2022* - Release notes + +- **Added**: Pagination core component +- **Fixed**: Dialog re-rendering when content state changes + +**1.12.0** - *22.3.2022* - Release notes + +- **Added**: Indeterminate Checkbox state +- **Added**: Tabs initiallyActiveTab and Tab onClick properties +- **Removed**: Node engine restriction + **1.11.1** - *8.3.2022* - Release notes - **Fixed**: Core table header's default background color From 3a884eebbbab8bf4f15d74a41646d0fead6dad22 Mon Sep 17 00:00:00 2001 From: Mika Nevalainen Date: Tue, 19 Apr 2022 16:04:56 +0300 Subject: [PATCH 6/8] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94511faf5f..be27d9c06e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,13 +24,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Added -- Pagination +- New library: HDS Pagination +- Includes symbols for a Pagination component + +#### Changed + +- Updated HDS Sketch libraries to Sketch 85 (85.1) +- [Table] Removed smart layout from the Table Checkbox cell symbol (this allows hiding the Checkbox without changing the cell height) ### Documentation #### Added -- [Pagination] Documentation +- Documentation for the Pagination component ## [1.12.0] - Mar, 22, 2022 From be55bc9967f0cd0d8ea2818b6169cc8eb234989d Mon Sep 17 00:00:00 2001 From: Mika Nevalainen Date: Thu, 21 Apr 2022 10:28:14 +0300 Subject: [PATCH 7/8] Fix release dates --- 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 be27d9c06e..8ebc2fe831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.13.0] - Apr, 20, 2022 +## [1.13.0] - Apr, 21, 2022 ### Core diff --git a/site/docs/about/new.mdx b/site/docs/about/new.mdx index 447f78e5ed..7acaa49adc 100644 --- a/site/docs/about/new.mdx +++ b/site/docs/about/new.mdx @@ -13,7 +13,7 @@ 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.13.0 - 20.4.2022 - Release notes

+

1.13.0 - 21.4.2022 - Release notes

- **Added**: Pagination core component - **Fixed**: Dialog re-rendering when content state changes From f63036e523bb2010c4a21293b44127a4e627cc67 Mon Sep 17 00:00:00 2001 From: Roni Jaakkola Date: Thu, 21 Apr 2022 10:48:54 +0300 Subject: [PATCH 8/8] Typo fix to the What's new section --- new-site/src/docs/about/what-is-new.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-site/src/docs/about/what-is-new.mdx b/new-site/src/docs/about/what-is-new.mdx index 168fca0af6..a6ac41690c 100644 --- a/new-site/src/docs/about/what-is-new.mdx +++ b/new-site/src/docs/about/what-is-new.mdx @@ -14,7 +14,7 @@ import LeadParagraph from '../../components/LeadParagraph'; **1.13.0** - *20.4.2022* - Release notes -- **Added**: Pagination core component +- **Added**: Pagination Core component - **Fixed**: Dialog re-rendering when content state changes **1.12.0** - *22.3.2022* - Release notes