Skip to content

Commit

Permalink
Merge pull request #505 from City-of-Helsinki/release-1.3.0
Browse files Browse the repository at this point in the history
Release 1.3.0
  • Loading branch information
VilleMiekkoja authored Aug 9, 2021
2 parents 3425ecf + 34f7694 commit 66cddc3
Show file tree
Hide file tree
Showing 9 changed files with 71 additions and 11 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,57 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.0] - Aug, 9, 2021

### Core

#### Added
- Link

### React Components

#### Added
- Link

#### Fixed
- [Form Components] Tooltip focus style
- [Form Components] Incorrect error icon
- [Notification] Inline notification z-index
- [TimeInput] Time input value on clear

### Design kit

#### Breaking
- Updated all HDS libraries to the Sketch version 74 (74.1)

#### Added
- [Links] New Link symbols
- Two main link variants
- Inline links are positioned within a text element
- Standalone links are used without an accompanying text element (similarly to buttons)
- Variants for different link types
- Internal/External
- File
- Phone number
- Email address
- [Color] Shared style for a visited link
- [Typography] Shared styles for a visited link

### Documentation

#### Added
- Link component documentation
- Upcoming breaking changes page which lists near future changes that may be considered breaking
- Guideline page for contributing for implementation
- Tutorial page for getting started with Abstract
- Links to Abstract collections to the Designers Getting started page

#### Changed
- Updated Roadmap
- Added a small note about Sketch Assistant link requiring Sketch to be installed
- Typo fixes
- Fixes to broken links

## [1.2.0] - June, 21, 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": "1.2.0",
"version": "1.3.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.2.0",
"hds-design-tokens": "1.3.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.2.0",
"version": "1.3.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.2.0",
"version": "1.3.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.2.0",
"hds-core": "1.3.0",
"lodash.isequal": "4.5.0",
"lodash.isfunction": "3.0.9",
"lodash.uniqueid": "4.0.1",
Expand Down
8 changes: 8 additions & 0 deletions site/docs/about/new.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ 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.3.0</strong> - <em>9.8.2021</em> - <Link href="https://github.com/City-of-Helsinki/helsinki-design-system/releases/tag/v1.3.0" external>Release notes</Link></p>

- **Added**: Link
- **Added**: Upcoming breaking changes page which lists near future changes that may be considered breaking
- **Added**: Guideline page for contributing for implementation
- **Added**: Tutorial page for getting started with Abstract
- **Fixed**: Multiple bug fixes

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

- **Added**: Fieldset
Expand Down
2 changes: 1 addition & 1 deletion site/docs/about/roadmap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ For previously released features, see changelogs in the [What is new section](/a
~~- Component: Password input field~~<br/>
~~- Component: Fieldset~~<br/>
~~- Component: Toggle Button~~<br/>
- Component: Link
~~- Component: Link~~<br/>
- Component: Side navigation


Expand Down
1 change: 1 addition & 0 deletions site/docs/components/component_overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Component | Status
[Fieldset](/components/fieldset) | <StatusLabel type="alert">Draft</StatusLabel> | [<IconCheck/>](/storybook/core/?path=/story/components-fieldset--default) | [<IconCheck/>](/storybook/react/?path=/story/components-fieldset--default)
[Footer](/components/footer) | <StatusLabel type="alert">Draft</StatusLabel> | | [<IconCheck/>](/storybook/react/?path=/story/components-footer--default)
[Icon](/components/icons) | <StatusLabel type="info">Stable</StatusLabel> | [<IconCheck/>](/storybook/core/?path=/story/icons-icons--discord) | [<IconCheck/>](/storybook/react/?path=/story/icons-some--icondiscord)
[Link](/components/link) | <StatusLabel type="alert">Draft</StatusLabel> | [<IconCheck/>](/storybook/core/?path=/story/components-link--default) | [<IconCheck/>](/storybook/react/?path=/story/components-link--default)
[Loading spinner](/components/spinner) | <StatusLabel type="info">Stable</StatusLabel> | [<IconCheck/>](/storybook/core/?path=/story/components-loading-spinner--default) | [<IconCheck/>](/storybook/react/?path=/story/components-loadingspinner--default)
[Logo](/components/logo) | <StatusLabel type="info">Stable</StatusLabel> | | [<IconCheck/>](/storybook/react/?path=/story/components-logo--playground)
[Navigation](/components/navigation) | <StatusLabel type="alert">Draft</StatusLabel> | | [<IconCheck/>](/storybook/react/?path=/story/components-navigation)
Expand Down
2 changes: 1 addition & 1 deletion site/docs/components/link.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Link
menu: Components
route: /components/link>
route: /components/link
---

import { Playground } from "docz";
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.2.0",
"version": "1.3.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.2.0",
"hds-design-tokens": "1.2.0",
"hds-react": "1.2.0",
"hds-core": "1.3.0",
"hds-design-tokens": "1.3.0",
"hds-react": "1.3.0",
"react-helmet": "6.0.0",
"react-markdown": "^6.0.3",
"rimraf": "3.0.2"
Expand Down

0 comments on commit 66cddc3

Please sign in to comment.