Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update changelog #1212

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 7 additions & 68 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.X.X] - Month, XX, 202X
## [3.4.0] - January, 16, 2024

### React

#### Breaking

- [Component] What are the breaking changes?

#### Added

- [Component] What is added?

#### Changed

- [Header] Theme supports max-width and logo-height variables
Expand All @@ -26,43 +18,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Dropdown] Clearing values from disabled Dropdowns is prohibited
- [Header.ActionBarItem] Fix click event handling issue in icons

### Core

#### Breaking

- [Component] What are the breaking changes?

#### Added

- [Component] What is added?

#### Changed
- [IconX] New icon for X service

Changes that are not related to specific components

- [Component] What has been changed
### Core

#### Fixed
#### Added

- [Component] What bugs/typos are fixed?
- [Icon] New icon for X service

### Documentation

#### Breaking

- [Component] What are the breaking changes?

#### Added

- [Hero] Note about scaling to diagonal koros examples
- [ErrorSummary] Add documentation for Error Summary component
- [Focus colour] Use of Focus style widths

#### Changed

Changes that are not related to specific components

- [Component] What has been changed
- [Icons] New icon for X service added to assets list

#### Fixed

Expand All @@ -72,43 +45,9 @@ Changes that are not related to specific components

### Figma

#### Breaking

- [Component] What are the breaking changes?

#### Added

- [Component] What is added?

#### Changed

Changes that are not related to specific components

- [Component] What has been changed

#### Fixed

- [Component] What bugs/typos are fixed?

### Sketch/Abstract

#### Breaking

- [Component] What are the breaking changes?

#### Added

- [Component] What is added?

#### Changed

Changes that are not related to specific components

- [Component] What has been changed

#### Fixed

- [Component] What bugs/typos are fixed?
- [Icons] Old Twitter icon renamed back to its original name so that Glyphfig script works correctly

### Hds-js

Expand Down
1 change: 1 addition & 0 deletions site/src/docs/foundation/visual-assets/icons/list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ export default ({ children, pageContext }) => <TabsLayout pageContext={pageConte
| <HDS.IconTwitter /> | `twitter` | `IconTwitter` |
| <HDS.IconVimeo /> | `vimeo` | `IconVimeo` |
| <HDS.IconWhatsapp /> | `whatsapp` | `IconWhatsapp` |
| <HDS.IconX /> | `x` | `IconX` |
| <HDS.IconYle /> | `yle` | `IconYle` | Yle-tunnus account |
| <HDS.IconYoutube /> | `youtube` | `IconYoutube` |
| [Table 8:Social media icons] |
Loading