Skip to content

Commit

Permalink
Merge pull request #383 from City-of-Helsinki/release-0.22.0
Browse files Browse the repository at this point in the history
Release 0.22.0
  • Loading branch information
VilleMiekkoja authored Mar 4, 2021
2 parents a44ed9c + a3ae437 commit 280cd4d
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 9 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.22.0] - March 3, 2021

### Design kit
#### Added
- Date field and date picker
#### Fixed
- Incorrect text color in TextInput Disabled state

### React Components
#### Added
- New date input with date picker

#### Fixed
- Remove unwanted footer border in Safari browser

#### Tooling
- Improve React component scaffolding script

### Documentation
#### Added
- Date input and date picker documentation

#### Changed
- HDS roadmap updated
- Add active link state to Navigation examples

#### Fixed
- Fix spelling in documentation
- Localisation page URL use British English
- Clarified data format guidelines for leading zeros for dates (leading zeros are not used for dates)

## [0.21.0] - January 19, 2021

### Core
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.21.0",
"version": "0.22.0",
"description": "Core styles for the Helsinki Design System",
"author": "Anssi Lehtonen <[email protected]>",
"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.21.0",
"hds-design-tokens": "0.22.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.21.0",
"version": "0.22.0",
"description": "Design tokens for the Helsinki Design System",
"author": "Niclas Liimatainen <[email protected]>",
"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.21.0",
"version": "0.22.0",
"description": "React components for the Helsinki Design System",
"author": "Anssi Lehtonen <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -104,7 +104,7 @@
"@react-aria/visually-hidden": "3.2.0",
"date-fns": "2.16.1",
"downshift": "6.0.6",
"hds-core": "0.21.0",
"hds-core": "0.22.0",
"lodash.isequal": "4.5.0",
"lodash.uniqueid": "4.0.1",
"react-merge-refs": "1.1.0",
Expand Down
5 changes: 5 additions & 0 deletions site/docs/about/new.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Link href="https://github.com/City-of-Helsinki/helsinki-design-system/releases" external>GitHub releases</Link>.
</LargeParagraph>

<p><strong>0.22.0 (beta)</strong> - <em>3.3.2021</em> - <Link href="https://github.com/City-of-Helsinki/helsinki-design-system/releases/tag/v0.22.0" external>Release notes</Link></p>

- **Added**: Date input with date picker to React package
- **Fixed**: Removed unwanted footer border in Safari browser

<p><strong>0.21.0 (beta)</strong> - <em>19.1.2021</em> - <Link href="https://github.com/City-of-Helsinki/helsinki-design-system/releases/tag/v0.21.0" external>Release notes</Link></p>

- **Added**: Search input to Core package
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.21.0",
"version": "0.22.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.21.0",
"hds-design-tokens": "0.21.0",
"hds-react": "0.21.0",
"hds-core": "0.22.0",
"hds-design-tokens": "0.22.0",
"hds-react": "0.22.0",
"react-helmet": "6.0.0",
"rimraf": "3.0.2"
}
Expand Down

0 comments on commit 280cd4d

Please sign in to comment.