Skip to content

Commit

Permalink
Merge pull request #326 from City-of-Helsinki/v0.17.0-release
Browse files Browse the repository at this point in the history
v0.17.0 release
  • Loading branch information
aleksik authored Nov 24, 2020
2 parents a36f035 + 18425c5 commit 8338e63
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 9 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,55 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.17.0] - November 24, 2020
### Design kit
#### Changed
- Removed non-semantic rounded corners from HDS to more accurately match the brand guidelines
- [Form Components] Changed corner radius from 2px to 0px in Checkbox symbols
- [Form Components] Changed corner radius from 2px to 0px in Radio button symbols
- [Form Components] Changed corner radius from 2px to 0px in Combobox symbols
- [Form Components] Changed corner radius from 2px to 0px in Select symbols
- [Form Components] Changed corner radius from 2px to 0px in Text field symbols

#### Fixed
- [Form Components] Fixed an issue in Checkbox + Label symbols where the label was scaled incorrectly when the checkbox status was overridden
- [Modals and Notifications] Fixed incorrect scaling in Notification/Inline/Default symbols
- [Typography] Incorrect black colour in some of the shared body text styles

#### Removed
- [Form Components] Removed redundant internal symbols

### Documentation
#### Added
- Link to Koros Core documentation to the Koros documentation page
- Koros Core to Component overview page
- Note about the Container component to Breakpoint token page
- Note about the Container component to Grid guideline page

### Core
#### Changed
- [Checkbox] Removed rounded corners (in [#319](https://github.com/City-of-Helsinki/helsinki-design-system/pull/319))
- [Textarea] Removed rounded corners (in [#319](https://github.com/City-of-Helsinki/helsinki-design-system/pull/319))
- [Text input] Removed rounded corners (in [#319](https://github.com/City-of-Helsinki/helsinki-design-system/pull/319))

#### Added
- New component: Koros (in [#318](https://github.com/City-of-Helsinki/helsinki-design-system/pull/318))
- New component: Container (in [#312](https://github.com/City-of-Helsinki/helsinki-design-system/pull/312))

### React
#### Changed
- [Checkbox] Removed rounded corners (in [#319](https://github.com/City-of-Helsinki/helsinki-design-system/pull/319))
- [Combobox] Removed rounded corners (in [#319](https://github.com/City-of-Helsinki/helsinki-design-system/pull/319))
- [Select] Removed rounded corners (in [#319](https://github.com/City-of-Helsinki/helsinki-design-system/pull/319))
- [TextArea] Removed rounded corners (in [#319](https://github.com/City-of-Helsinki/helsinki-design-system/pull/319))
- [TextInput] Removed rounded corners (in [#319](https://github.com/City-of-Helsinki/helsinki-design-system/pull/319))

#### Fixed
- [Navigation] Added missing `aria-hidden` attribute to dropdown menu icon (in [#324](https://github.com/City-of-Helsinki/helsinki-design-system/pull/324))

#### Added
- New component: `Container` (in [#312](https://github.com/City-of-Helsinki/helsinki-design-system/pull/312))

## [0.16.1] - November 19, 2020
### React
#### Fixed
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hds-core",
"version": "0.16.1",
"version": "0.17.0",
"description": "Core styles for the Helsinki Design System",
"author": "Anssi Lehtonen <lehtovaaralainen@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"@storybook/html": "6.0.19",
"copyfiles": "2.2.0",
"cssnano": "4.1.10",
"hds-design-tokens": "0.16.1",
"hds-design-tokens": "0.17.0",
"normalize.css": "8.0.1",
"postcss": "7.0.30",
"postcss-cli": "7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hds-design-tokens",
"version": "0.16.1",
"version": "0.17.0",
"description": "Design tokens for the Helsinki Design System",
"author": "Niclas Liimatainen <niclas.liimatainen@gmail.com>",
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hds-react",
"version": "0.16.1",
"version": "0.17.0",
"description": "React components for the Helsinki Design System",
"author": "Anssi Lehtonen <lehtovaaralainen@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -94,7 +94,7 @@
"@popperjs/core": "2.5.3",
"@react-aria/visually-hidden": "3.2.0",
"downshift": "6.0.6",
"hds-core": "0.16.1",
"hds-core": "0.17.0",
"lodash.isequal": "4.5.0",
"lodash.uniqueid": "4.0.1",
"react-merge-refs": "1.1.0",
Expand Down
8 changes: 4 additions & 4 deletions site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "site",
"version": "0.16.1",
"version": "0.17.0",
"private": true,
"description": "Documentation for Helsinki Design System",
"license": "MIT",
Expand All @@ -22,9 +22,9 @@
"devDependencies": {
"gatsby-cli": "2.12.29",
"gatsby-plugin-matomo": "0.8.3",
"hds-core": "0.16.1",
"hds-design-tokens": "0.16.1",
"hds-react": "0.16.1",
"hds-core": "0.17.0",
"hds-design-tokens": "0.17.0",
"hds-react": "0.17.0",
"react-helmet": "6.0.0",
"rimraf": "3.0.2"
}
Expand Down

0 comments on commit 8338e63

Please sign in to comment.