diff --git a/CHANGELOG.md b/CHANGELOG.md index a04da9c149..2d34372562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.6.0] - November, 9, 2022 + +### React Components + +#### Added + +- [SearchInput] Support for external value property +- [SearchInput] Search action label (or icon) on virtual keyboards + +#### Changed + +- Repository development guides content updated + +#### Fixed + +- [Combobox] Fix scrolling caused by moving the mouse +- [Select] Error icon is same as with other components + +### Core + +#### Changed + +- Repository development guides content updated + +### Design kit + +#### Changed + +- [Icons] Documentation examples updated – Work in progress +- [Logo] New favicons added +- Repository development guides content updated + ## [2.5.0] - November, 1, 2022 ### React Components diff --git a/packages/core/package.json b/packages/core/package.json index 8ecb599754..0cbe3f3511 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "hds-core", - "version": "2.5.0", + "version": "2.6.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.5.0", + "hds-design-tokens": "2.6.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 e197dced54..035d8426b1 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "hds-design-tokens", - "version": "2.5.0", + "version": "2.6.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 0223308c5a..61d5340aa0 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "hds-react", - "version": "2.5.0", + "version": "2.6.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.5.0", + "hds-core": "2.6.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 5f6cb41c96..eb883b19d8 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.5.0", + "version": "2.6.0", "workspaces": { "nohoist": [ "gatsby", @@ -39,9 +39,9 @@ }, "devDependencies": { "eslint-config-react-app": "^7.0.1", - "hds-core": "2.5.0", - "hds-design-tokens": "2.5.0", - "hds-react": "2.5.0", + "hds-core": "2.6.0", + "hds-design-tokens": "2.6.0", + "hds-react": "2.6.0", "postcss": "8", "prettier": "2.5.1", "stylelint": "^14.8.3",