From ef43324413ac5e2fddbc5a7802b74d6b6d1c9e67 Mon Sep 17 00:00:00 2001 From: Mika Nevalainen Date: Wed, 24 Nov 2021 14:41:54 +0200 Subject: [PATCH 1/5] 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 cc38cb9844..5323d33384 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "hds-core", - "version": "1.6.0", + "version": "1.7.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.6.0", + "hds-design-tokens": "1.7.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 268fee29c8..4407422000 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "hds-design-tokens", - "version": "1.6.0", + "version": "1.7.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 642d812fa7..590ad9ec60 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "hds-react", - "version": "1.6.0", + "version": "1.7.0", "description": "React components for the Helsinki Design System", "homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme", "license": "MIT", @@ -105,7 +105,7 @@ "@react-aria/visually-hidden": "3.2.0", "date-fns": "2.16.1", "downshift": "6.0.6", - "hds-core": "1.6.0", + "hds-core": "1.7.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 666ca602e6..7fb621a3b7 100644 --- a/site/package.json +++ b/site/package.json @@ -1,6 +1,6 @@ { "name": "site", - "version": "1.6.0", + "version": "1.7.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.6.0", - "hds-design-tokens": "1.6.0", - "hds-react": "1.6.0", + "hds-core": "1.7.0", + "hds-design-tokens": "1.7.0", + "hds-react": "1.7.0", "react-helmet": "6.0.0", "react-markdown": "^6.0.3", "rimraf": "3.0.2" From 44675b8abe3c9766c23fafa25033a44f4cec5c7f Mon Sep 17 00:00:00 2001 From: Mika Nevalainen Date: Wed, 24 Nov 2021 15:13:27 +0200 Subject: [PATCH 2/5] Add initial changelog for 1.7.0 release --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af4130984c..ccdbccda78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.7.0] - Nov, 25, 2021 + +### React Components + +#### Added +- Table +- [Date Input] Support disabling dates with custom logic +- [File Input] Support for tooltip + +#### Fixed +- [Select] Accept null as component value +- [Date Input] Fix Datepicker dates keyboard navigation when min or max date is set +- [Linkbox] Pass custom className property to container element for easier styling + +### Design kit + +#### Added + +#### Changed + +#### Removed + +### Documentation + +#### Added +- Favicon documentation + +### Changed +- Update logo documentation + ## [1.6.0] - Oct, 28, 2021 ### React Components From ff9d95ef5b199c8dd3246fc7d54ca3ca0a8e5ee4 Mon Sep 17 00:00:00 2001 From: Mika Nevalainen Date: Thu, 25 Nov 2021 11:41:08 +0200 Subject: [PATCH 3/5] Update change-log --- CHANGELOG.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccdbccda78..51c690f7b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,18 +23,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Design kit #### Added +- [Logo] Added logo language versions and size variants (40px and 60px) for Swedish and Russian +- [Tables] Symbols for row selection (checkbox) cells +- [Tables] Symbols for empty header cells +- [Tables] Symbols for row selection column (default and zebra) +- [Tables] Detachable example tables for row selection #### Changed +- Updated HDS Sketch libraries to Sketch version 80 (80.0) +- [Logo] Changed the component name to have a 2 letter prefix for all logo language variants. Simplified the symbol structure: logo symbols now have only three (3) colour variants; Black, White and Brand colour. The colour cannot be overridden for Black and White logos. If you need a brand colour Logo, use the “Logo/Brand colour” symbol and override with the desired brand colour. +- [Tables] Updated Table examples to show zebra colouring and selectable rows #### Removed +- [Logo] Individual brand colour logo symbols. Use the new “Logo/Brand colour” symbol instead. ### Documentation #### Added -- Favicon documentation +- Favicon documentation to the Visual assets section +- [Tables] Documentation and examples of interactive (React) tables -### Changed -- Update logo documentation +#### Changed +- Updated Logo documentation to include the Russian language variant +- Updated Roadmap +- [Tables] Updated Table Playground examples to use React instead of HDS Core +- [DateInput] Added a small note to the documentation about disabling DateInput dates ## [1.6.0] - Oct, 28, 2021 From 90906e798d8cb50b50d72a22686c7ffb8dbb4531 Mon Sep 17 00:00:00 2001 From: Mika Nevalainen Date: Thu, 25 Nov 2021 11:50:06 +0200 Subject: [PATCH 4/5] Update what-is-new --- site/docs/about/new.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/site/docs/about/new.mdx b/site/docs/about/new.mdx index c3c160d955..917c34a14b 100644 --- a/site/docs/about/new.mdx +++ b/site/docs/about/new.mdx @@ -13,6 +13,15 @@ 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.7.0 - 25.11.2021 - Release notes

+ +- **Added**: React Table component +- **Added**: Favicon documentation +- **Added**: DateInput supports disabling dates based on custom logic +- **Changed**: Logo language and size variants documentation +- **Fixed**: Resetting Select value to null +- **Fixed**: DateInput's datepicker keyboard navigation when min or max date is set +

1.6.0 - 28.10.2021 - Release notes

- **Added**: Table to HDS core From f66e45f3eca076beb2f2053479f82212db8797d2 Mon Sep 17 00:00:00 2001 From: Roni Jaakkola Date: Thu, 25 Nov 2021 11:59:50 +0200 Subject: [PATCH 5/5] Added a missing change to Design kit changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51c690f7b9..5dc5365a77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Added - [Logo] Added logo language versions and size variants (40px and 60px) for Swedish and Russian +- [Tables] Symbols for table column sorting - [Tables] Symbols for row selection (checkbox) cells - [Tables] Symbols for empty header cells - [Tables] Symbols for row selection column (default and zebra)