Skip to content

Commit

Permalink
Merge pull request #710 from City-of-Helsinki/release-1.13.0
Browse files Browse the repository at this point in the history
Release 1.13.0
  • Loading branch information
VilleMiekkoja authored Apr 21, 2022
2 parents 4c202be + f63036e commit 5ed9d5d
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 12 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.13.0] - Apr, 21, 2022

### Core

#### Added

- Pagination

### React Components

#### Fixed

- [Dialog] Prevent unnecessary re-rendering when content state changes

### Design kit

#### Added

- New library: HDS Pagination
- Includes symbols for a Pagination component

#### Changed

- Updated HDS Sketch libraries to Sketch 85 (85.1)
- [Table] Removed smart layout from the Table Checkbox cell symbol (this allows hiding the Checkbox without changing the cell height)

### Documentation

#### Added

- Documentation for the Pagination component

## [1.12.0] - Mar, 22, 2022

### Core
Expand Down
6 changes: 3 additions & 3 deletions new-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"sass": "^1.49.9"
},
"devDependencies": {
"hds-core": "^1.12.0",
"hds-design-tokens": "^1.12.0",
"hds-react": "^1.12.0",
"hds-core": "^1.13.0",
"hds-design-tokens": "^1.13.0",
"hds-react": "^1.13.0",
"prettier": "2.5.1"
},
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions new-site/src/docs/about/what-is-new.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ import LeadParagraph from '../../components/LeadParagraph';
Here you will find summarized patch notes of major releases of HDS. For full patch notes for each release, please refer to the <Link size="L" href="https://github.com/City-of-Helsinki/helsinki-design-system/releases" external>GitHub releases</Link>.
</LeadParagraph>

**1.13.0** - *20.4.2022* - <Link href="https://github.com/City-of-Helsinki/helsinki-design-system/releases/tag/v1.13.0" external>Release notes</Link>

- **Added**: Pagination Core component
- **Fixed**: Dialog re-rendering when content state changes

**1.12.0** - *22.3.2022* - <Link href="https://github.com/City-of-Helsinki/helsinki-design-system/releases/tag/v1.12.0" external>Release notes</Link>

- **Added**: Indeterminate Checkbox state
- **Added**: Tabs initiallyActiveTab and Tab onClick properties
- **Removed**: Node engine restriction

**1.11.1** - *8.3.2022* - <Link size="M" href="https://github.com/City-of-Helsinki/helsinki-design-system/releases/tag/v1.11.1" external>Release notes</Link>

- **Fixed**: Core table header's default background color
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.12.0",
"version": "1.13.0",
"description": "Core styles for the Helsinki Design System",
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
"@storybook/html": "6.4.18",
"copyfiles": "2.2.0",
"cssnano": "4.1.10",
"hds-design-tokens": "1.12.0",
"hds-design-tokens": "1.13.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.12.0",
"version": "1.13.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.12.0",
"version": "1.13.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 @@ -106,7 +106,7 @@
"@react-aria/visually-hidden": "3.2.0",
"date-fns": "2.16.1",
"downshift": "6.0.6",
"hds-core": "1.12.0",
"hds-core": "1.13.0",
"lodash.isequal": "4.5.0",
"lodash.isfunction": "3.0.9",
"lodash.uniqueid": "4.0.1",
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>1.13.0</strong> - <em>21.4.2022</em> - <Link href="https://github.com/City-of-Helsinki/helsinki-design-system/releases/tag/v1.13.0" external>Release notes</Link></p>

- **Added**: Pagination core component
- **Fixed**: Dialog re-rendering when content state changes

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

- **Added**: Indeterminate Checkbox state
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": "1.12.0",
"version": "1.13.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.12.0",
"hds-design-tokens": "1.12.0",
"hds-react": "1.12.0",
"hds-core": "1.13.0",
"hds-design-tokens": "1.13.0",
"hds-react": "1.13.0",
"react-helmet": "6.0.0",
"react-markdown": "^6.0.3",
"rimraf": "3.0.2"
Expand Down

0 comments on commit 5ed9d5d

Please sign in to comment.