Skip to content

Commit

Permalink
Merge pull request #362 from City-of-Helsinki/release-0.21.0
Browse files Browse the repository at this point in the history
v0.21.0 release
  • Loading branch information
aleksik authored Jan 19, 2021
2 parents 0c41853 + b416162 commit 4cee25c
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 15 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.21.0] - January 19, 2021

### Core
#### Added
- New component: Search input (in [#345](https://github.com/City-of-Helsinki/helsinki-design-system/pull/345))

### React
#### Added
- Added `autocomplete` attribute for applicable fields in form validation examples (in [#359](https://github.com/City-of-Helsinki/helsinki-design-system/pull/359))

#### Fixed
- [LoadingSpinner] Fixed a bug related to cleaning of the notification area (in [#355](https://github.com/City-of-Helsinki/helsinki-design-system/pull/355))
- [TextInput, TextArea] Fixed focus outline animation glitch inside grid layout (in [#356](https://github.com/City-of-Helsinki/helsinki-design-system/pull/356))

### Documentation
#### Changed
- Updated status of multiple components to reflect their current completeness
- Tooltip from `Pre-release` to `Stable`
- Accordion from `Pre-release` to `Stable`
- Card from `Pre-release` to `Stable`
- Tag from `Pre-release` to `Stable`
- SelectionGroup from `Pre-release` to `Stable`
- Removed `New` status from components that have been released more than 1 major release ago

## [0.20.0] - January 5, 2021
### Design kit
#### Changed
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.20.0",
"version": "0.21.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.20.0",
"hds-design-tokens": "0.21.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.20.0",
"version": "0.21.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.20.0",
"version": "0.21.0",
"description": "React components for the Helsinki Design System",
"author": "Anssi Lehtonen <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -103,7 +103,7 @@
"@popperjs/core": "2.5.3",
"@react-aria/visually-hidden": "3.2.0",
"downshift": "6.0.6",
"hds-core": "0.20.0",
"hds-core": "0.21.0",
"lodash.isequal": "4.5.0",
"lodash.uniqueid": "4.0.1",
"react-merge-refs": "1.1.0",
Expand Down
18 changes: 12 additions & 6 deletions site/docs/about/new.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,21 @@ 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.20.0 (beta)</strong> - <em>05.01.2021</em> - <Link href="https://github.com/City-of-Helsinki/helsinki-design-system/releases/tag/v0.20.0" external>Release notes</Link></p>
<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
- **Changed**: Updated statuses of multiple components
- **Fixed**: Multiple bug fixes

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

- **Added**: New component Tabs

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

- **Added**: New component Accordion

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

- **Added**: New component Search field
- **Added**: New pattern Form validation
Expand Down Expand Up @@ -53,15 +59,15 @@ import Link from "../../src/components/Link";
- **Reworked**: Dropdown has gone through a complete overhaul, and the component was divided into two components; Select and Combobox.
- **Fixed**: Multiple accessibility improvements to existing components

<p><strong>0.13.0 (alpha)</strong> - <em>01.09.2020</em> - <Link href="https://github.com/City-of-Helsinki/helsinki-design-system/releases/tag/v0.13.0" external>Release notes</Link></p>
<p><strong>0.13.0 (alpha)</strong> - <em>1.9.2020</em> - <Link href="https://github.com/City-of-Helsinki/helsinki-design-system/releases/tag/v0.13.0" external>Release notes</Link></p>

- **Added**: New components Navigation, Logo
- **Reworked**: Notification component
- **Changed**: You can now import specific hds-react components instead of having to import the whole package
- **Changed**: Breakpoint and container width tokens slightly changed to allow bigger outside margins in edge cases
- **Fixed**: Multiple bug fixes and improvements to existing components

<p><strong>0.12.0 (alpha)</strong> - <em>14.08.2020</em> - <Link href="https://github.com/City-of-Helsinki/helsinki-design-system/releases/tag/v0.12.0" external>Release notes</Link></p>
<p><strong>0.12.0 (alpha)</strong> - <em>14.8.2020</em> - <Link href="https://github.com/City-of-Helsinki/helsinki-design-system/releases/tag/v0.12.0" external>Release notes</Link></p>

- **Added**: New component Status label
- **Added**: Core `.css` files are now available as minified and non-minified version
Expand All @@ -72,13 +78,13 @@ import Link from "../../src/components/Link";
- **Changed**: Changes to breakpoint and content width tokens
- **Changed**: Small changes to UI status colours to achieve better accessibility

<p><strong>0.11.0 (alpha)</strong> - <em>02.06.2020</em> - <Link href="https://github.com/City-of-Helsinki/helsinki-design-system/releases/tag/v0.11.0" external>Release notes</Link></p>
<p><strong>0.11.0 (alpha)</strong> - <em>2.6.2020</em> - <Link href="https://github.com/City-of-Helsinki/helsinki-design-system/releases/tag/v0.11.0" external>Release notes</Link></p>

- **Added**: New icons
- **Added**: New design tokens for breakpoints and maximum content widths
- **Changed**: Updated HDS icon library and documentation

<p><strong>0.10.0 (alpha)</strong> - <em>26.05.2020</em> - <Link href="https://github.com/City-of-Helsinki/helsinki-design-system/releases/tag/v0.10.0" external>Release notes</Link></p>
<p><strong>0.10.0 (alpha)</strong> - <em>26.5.2020</em> - <Link href="https://github.com/City-of-Helsinki/helsinki-design-system/releases/tag/v0.10.0" external>Release notes</Link></p>

- **Added**: New components Button, Checkbox, Dropdown, Koros, Radio button, Text input and Text area
- **Added**: New design tokens for Colour, Typography and Spacing
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.20.0",
"version": "0.21.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.20.0",
"hds-design-tokens": "0.20.0",
"hds-react": "0.20.0",
"hds-core": "0.21.0",
"hds-design-tokens": "0.21.0",
"hds-react": "0.21.0",
"react-helmet": "6.0.0",
"rimraf": "3.0.2"
}
Expand Down

0 comments on commit 4cee25c

Please sign in to comment.