Skip to content

Commit

Permalink
Merge pull request #587 from City-of-Helsinki/release-1.7.0
Browse files Browse the repository at this point in the history
Release 1.7.0
  • Loading branch information
minevala authored Nov 25, 2021
2 parents ce358bd + f66e45f commit b1952f9
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 9 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.0] - Nov, 25, 2021

### React Components

#### Added
- Table
- [Date Input] Support disabling dates with custom logic
- [File Input] Support for tooltip

#### Fixed
- [Select] Accept null as component value
- [Date Input] Fix Datepicker dates keyboard navigation when min or max date is set
- [Linkbox] Pass custom className property to container element for easier styling

### Design kit

#### Added
- [Logo] Added logo language versions and size variants (40px and 60px) for Swedish and Russian
- [Tables] Symbols for table column sorting
- [Tables] Symbols for row selection (checkbox) cells
- [Tables] Symbols for empty header cells
- [Tables] Symbols for row selection column (default and zebra)
- [Tables] Detachable example tables for row selection

#### Changed
- Updated HDS Sketch libraries to Sketch version 80 (80.0)
- [Logo] Changed the component name to have a 2 letter prefix for all logo language variants. Simplified the symbol structure: logo symbols now have only three (3) colour variants; Black, White and Brand colour. The colour cannot be overridden for Black and White logos. If you need a brand colour Logo, use the “Logo/Brand colour” symbol and override with the desired brand colour.
- [Tables] Updated Table examples to show zebra colouring and selectable rows

#### Removed
- [Logo] Individual brand colour logo symbols. Use the new “Logo/Brand colour” symbol instead.

### Documentation

#### Added
- Favicon documentation to the Visual assets section
- [Tables] Documentation and examples of interactive (React) tables

#### Changed
- Updated Logo documentation to include the Russian language variant
- Updated Roadmap
- [Tables] Updated Table Playground examples to use React instead of HDS Core
- [DateInput] Added a small note to the documentation about disabling DateInput dates

## [1.6.0] - Oct, 28, 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.6.0",
"version": "1.7.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.6.0",
"hds-design-tokens": "1.7.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.6.0",
"version": "1.7.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.6.0",
"version": "1.7.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.6.0",
"hds-core": "1.7.0",
"lodash.isequal": "4.5.0",
"lodash.isfunction": "3.0.9",
"lodash.uniqueid": "4.0.1",
Expand Down
9 changes: 9 additions & 0 deletions site/docs/about/new.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ 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.7.0</strong> - <em>25.11.2021</em> - <Link href="https://github.com/City-of-Helsinki/helsinki-design-system/releases/tag/v1.7.0" external>Release notes</Link></p>

- **Added**: React Table component
- **Added**: Favicon documentation
- **Added**: DateInput supports disabling dates based on custom logic
- **Changed**: Logo language and size variants documentation
- **Fixed**: Resetting Select value to null
- **Fixed**: DateInput's datepicker keyboard navigation when min or max date is set

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

- **Added**: Table to HDS core
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.6.0",
"version": "1.7.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.6.0",
"hds-design-tokens": "1.6.0",
"hds-react": "1.6.0",
"hds-core": "1.7.0",
"hds-design-tokens": "1.7.0",
"hds-react": "1.7.0",
"react-helmet": "6.0.0",
"react-markdown": "^6.0.3",
"rimraf": "3.0.2"
Expand Down

0 comments on commit b1952f9

Please sign in to comment.