Skip to content

Commit

Permalink
release-3.10.0 Clean up CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
NikoHelle committed Sep 4, 2024
1 parent 4f79813 commit 0fdf896
Showing 1 changed file with 1 addition and 113 deletions.
114 changes: 1 addition & 113 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,16 @@ 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.10.0] - Sep, 04, 2024

### React

#### Breaking

- [Component] What are the breaking changes?

#### Added

- [ssr] getCriticalHdsRulesSync, a syncronous version of the getCriticalHdsRules

#### Changed

Changes that are not related to specific components

- [Accordion] Component accepts all div element properties
- [Breadcrumb] Component accepts all nav element properties
- [Button] Component accepts all button element properties
Expand Down Expand Up @@ -81,127 +75,21 @@ Changes that are not related to specific components
- [Header] Fix broken layout in mobile menu animations
- [Dialog] Fix broken scrolling and zooming in mobile devices

### Core

#### 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?

### Documentation

#### Breaking

- [Component] What are the breaking changes?

#### Added

- [ssr] Solution to use HDS styles with Next.js app router.

#### Changed

Changes that are not related to specific components

- [ssr] Improved documentation about using HDS styles with Next.js pages router.
- [Header] Added more detailed documentation.

#### Fixed

- [Grids] Fixed breakpoint-xs margin value from 12px to 16px to match implementation

### 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?

### Icon kit

#### 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?

### Hds-js

#### 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?

## [3.9.0] - June, 2nd, 2024

### React
Expand Down

0 comments on commit 0fdf896

Please sign in to comment.