Skip to content

Commit

Permalink
Merge pull request #536 from City-of-Helsinki/release-1.5.0
Browse files Browse the repository at this point in the history
Release 1.5.0
  • Loading branch information
minevala authored Sep 22, 2021
2 parents 3d71acf + 4a372a4 commit 931d172
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 18 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,47 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.5.0] - Sep, 22, 2021

### Core
- [Text Input] Added Info message to inform user of dynamic input value changes
- [Icons] New icons:
- Shopping cart

### React Components

#### Added
- File Input
- [Text Input, TextArea, Password Input, Number Input, Time Input, Date Input, File Input] Added Info message to inform user of dynamic input value changes
- [Icons] New icons:
- Shopping cart

#### Change
- [Accordion] Changed Accordion to open via header click
- [Accordion] Added support for accordion being open by default
- Use Date Input and Phone Input in the form examples
- Add Date Input and Phone Input validation in the form examples

### Design kit

#### Added
- [Form Components] File Input symbols
- [Form Components] New InfoMessage element that can be used with all form components
- Info message can be used to convey information to the user which otherwise could be left unnoticed. It is meant to inform the user if something has caused changes to the input.
- [Icons] Shopping cart icon

### Documentation

#### Added
- File Input documentation
- [Form validation pattern] Info message usage guidelines
- Missing components to form pattern documentation

#### Changed
- [Form pattern] Added missing form components to the form pattern documentation
- [Form pattern] Updated some of the images in the form pattern to use the current focus style
- Changed heading colour in all documentation site and Storybook examples from --color-bussi to --color-black-90

## [1.4.1] - Sep, 9, 2021

### React Components
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": "1.4.1",
"version": "1.5.0",
"description": "Core styles for the Helsinki Design System",
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"@storybook/html": "6.0.19",
"copyfiles": "2.2.0",
"cssnano": "4.1.10",
"hds-design-tokens": "1.4.1",
"hds-design-tokens": "1.5.0",
"normalize.css": "8.0.1",
"postcss": "8.2.15",
"postcss-cli": "8.3.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": "1.4.1",
"version": "1.5.0",
"description": "Design tokens for the Helsinki Design System",
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
"license": "MIT",
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": "1.4.1",
"version": "1.5.0",
"description": "React components for the Helsinki Design System",
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
"license": "MIT",
Expand Down Expand Up @@ -105,7 +105,7 @@
"@react-aria/visually-hidden": "3.2.0",
"date-fns": "2.16.1",
"downshift": "6.0.6",
"hds-core": "1.4.1",
"hds-core": "1.5.0",
"lodash.isequal": "4.5.0",
"lodash.isfunction": "3.0.9",
"lodash.uniqueid": "4.0.1",
Expand Down
7 changes: 7 additions & 0 deletions site/docs/about/new.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ 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>1.5.0</strong> - <em>22.9.2021</em> - <Link href="https://github.com/City-of-Helsinki/helsinki-design-system/releases/tag/v1.5.0" external>Release notes</Link></p>

- **Added**: File Input
- **Added**: Info text to inform user of dynamic input value changes
- **Added**: Shopping cart icon
- **Changed**: Accordion to open via header click

<p><strong>1.4.0</strong> - <em>7.9.2021</em> - <Link href="https://github.com/City-of-Helsinki/helsinki-design-system/releases/tag/v1.4.0" external>Release notes</Link></p>

- **Added**: Linkbox
Expand Down
17 changes: 8 additions & 9 deletions site/docs/about/roadmap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ For previously released features, see changelogs in the [What is new section](/a

~~- Component: Side navigation~~<br/>
~~- Component: Link box~~<br/>
- Component: File upload
~~- Component: File input~~<br/>


**Q4 2021**

- Component: Basic tables
- Component: Hero
- Component: Article highlights and quotes
Expand All @@ -59,17 +63,12 @@ For previously released features, see changelogs in the [What is new section](/a
- Pattern: Image usage instructions
- Pattern: Tone of voice instructions
- Pattern: Multi-step forms
- Pattern: Cookie consent
- Pattern: Cookie consent
- Pattern: Toimipisterekisteri -information
- Pattern: Full page templates

- Update: Navigation improvements
- Update: Footer improvements
- Update: Card examples and variations
- Update: Search improvements
- Update: Documentation improvement



**Q4 2021**

- Pattern: Toimipisterekisteri -information
- Pattern: Full page templates
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": "1.4.1",
"version": "1.5.0",
"private": true,
"description": "Documentation for Helsinki Design System",
"license": "MIT",
Expand All @@ -23,9 +23,9 @@
"date-fns": "^2.23.0",
"gatsby-cli": "2.12.29",
"gatsby-plugin-matomo": "0.8.3",
"hds-core": "1.4.1",
"hds-design-tokens": "1.4.1",
"hds-react": "1.4.1",
"hds-core": "1.5.0",
"hds-design-tokens": "1.5.0",
"hds-react": "1.5.0",
"react-helmet": "6.0.0",
"react-markdown": "^6.0.3",
"rimraf": "3.0.2"
Expand Down

0 comments on commit 931d172

Please sign in to comment.