Skip to content

Commit

Permalink
Merge pull request #351 from City-of-Helsinki/whats-new-0.20.0
Browse files Browse the repository at this point in the history
Release 0.20.0
  • Loading branch information
aleksik authored Jan 5, 2021
2 parents 326d940 + 1448efc commit 927b867
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 15 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.0] - January 5, 2021
### Design kit
#### Changed
- Renamed “HDS Pagination” to “HDS Tabs and Pages”
- [Cards] Optimized images to reduce library file size
- [Cards] Updated links to shared typography styles

#### Added
- New library HDS Tabs and Pages
- [Tabs and Pages] Tab list symbols of two sizes; Default and Small
- [Tabs and Pages] Overflow tab list variant. This can be used in smaller screens and spaces where all tabs do not fit horizontally on the view.
- [Tabs and Pages] Symbols for single tabs. These can be used to build tab lists with custom widths etc.
- Library also includes old pagination symbols but they are not yet implemented into HDS and the design is subject to change
- [Color] Shared style for a lighter (2px) focus border. This style can be used in tight spaces or when the default 3px focus border is too visually distractive.

### Documentation
#### Added
- Documentation for Tabs component

#### Changed
- [TextField] Added a note about autocomplete WCAG requirement

### React
#### Added
- New component: Tabs (in [#343](https://github.com/City-of-Helsinki/helsinki-design-system/pull/343))

## [0.19.0] - December 22, 2020
### Design kit
#### Added
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.19.0",
"version": "0.20.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.19.0",
"hds-design-tokens": "0.20.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.19.0",
"version": "0.20.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.19.0",
"version": "0.20.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.19.0",
"hds-core": "0.20.0",
"lodash.isequal": "4.5.0",
"lodash.uniqueid": "4.0.1",
"react-merge-refs": "1.1.0",
Expand Down
4 changes: 4 additions & 0 deletions site/docs/about/new.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ 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>

- **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
Expand Down
13 changes: 7 additions & 6 deletions site/docs/about/roadmap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,15 @@ import LargeParagraph from "../../src/components/LargeParagraph";
- ~~Component: Search field~~
- ~~Pattern: Form validation~~
- ~~Component: Accordion~~


- Component: Tabs
- Component: Time input field
- Component: Datepicker
- Component: Number input field
- ~~Component: Tabs~~


**Q1 2021**

- Component: Datepicker and date field
- Component: Dialog
- Component: Time input field
- Component: Number input field
- Component: Error template
- Component: Password input field
- Component: Phone number input field
Expand All @@ -89,6 +87,9 @@ import LargeParagraph from "../../src/components/LargeParagraph";
- Tokens: Media queries


- Icons: Next set of icons


- Update: Better scaling for mobile (typography and components)


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.19.0",
"version": "0.20.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.19.0",
"hds-design-tokens": "0.19.0",
"hds-react": "0.19.0",
"hds-core": "0.20.0",
"hds-design-tokens": "0.20.0",
"hds-react": "0.20.0",
"react-helmet": "6.0.0",
"rimraf": "3.0.2"
}
Expand Down

0 comments on commit 927b867

Please sign in to comment.