Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko Helle committed Jun 28, 2023
1 parent b30ca16 commit 61c14bd
Showing 1 changed file with 64 additions and 7 deletions.
71 changes: 64 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,60 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.16.0] - June, 28, 2023

### React

#### Added

- [Select] New optional string property 'optionKeyField'
- [Combobox] New optional string property 'optionKeyField'

#### Fixed

- [FileInput] Max file size to accept sizes which equal the given limit
- [FileInput] Empty file.type prevented file uploads of unknown types

### Documentation

#### Changed

- Radio buttons should not have a default value

### Design kit

#### Changed

- [Accordion] Upgrade to Sketch version 97.1
- [Breadcrumbs] Upgrade to Sketch version 97.1
- [Buttons] Upgrade to Sketch version 97.1
- [Cards] Upgrade to Sketch version 97.1
- [Color] Upgrade to Sketch version 97.1
- [Cookies] Upgrade to Sketch version 97.1
- [Errors] Upgrade to Sketch version 97.1
- [Filters] Upgrade to Sketch version 97.1
- [Footer] Upgrade to Sketch version 97.1
- [Form Components] Upgrade to Sketch version 97.1
- [Grids and Breakpoints] Upgrade to Sketch version 97.1
- [Hero] Upgrade to Sketch version 97.1
- [Icons] Upgrade to Sketch version 97.1
- [Koros] Upgrade to Sketch version 97.1
- [Labels and Tags] Upgrade to Sketch version 97.1
- [Links] Upgrade to Sketch version 97.1 and update link-external icon
- [Loaders] Upgrade to Sketch version 97.1
- [Logo] Upgrade to Sketch version 97.1
- [Modals and Notifications] Upgrade to Sketch version 97.1
- [Navigation] Upgrade to Sketch version 97.1
- [Page templates] Upgrade to Sketch version 97.1
- [Pagination] Upgrade to Sketch version 97.1
- [Placeholders and templates] Upgrade to Sketch version 97.1
- [Shadow] Upgrade to Sketch version 97.1
- [Spacing] Upgrade to Sketch version 97.1
- [Step-by-step] Upgrade to Sketch version 97.1
- [Table] Upgrade to Sketch version 97.1
- [Tabs] Upgrade to Sketch version 97.1
- [Typography] Upgrade to Sketch version 97.1

## [2.15.0] - May, 25, 2023

### React
Expand Down Expand Up @@ -72,7 +126,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [Breadcrumbs] Breadcrumbs symbols for all HDS breakpoints
- [Hero] Eight Hero symbols for all HDS breakpoints
– [Icons] Added 16 new UI icons (arrow-right-dashed, bag-cogwheel, binoculars, cogwheels, collapse, graph-columns, hammers, history, lightbulb, money-bag, money-bag-fill, scroll, scroll-cogwheel, scroll-content, scroll-group, shield)
– [Icons] Added 16 new UI icons (arrow-right-dashed, bag-cogwheel, binoculars, cogwheels, collapse, graph-columns, hammers, history, lightbulb, money-bag, money-bag-fill, scroll, scroll-cogwheel, scroll-content, scroll-group, shield)
- [Step-by-step] Step-by-step symbols for top, middle and bottom parts (two sizes: small & extra-large)

#### Changed
Expand Down Expand Up @@ -112,17 +166,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

– [Icons] New icon for link-external


## [2.14.0] - May, 9, 2023

### React
### React

#### Fixed

- [Accordion] Prevent page scroll when accordion is opened with the spacebar
- [SearchInput] SearchInput uses hds-core's SearchInput styles instead of TextInput's

#### Changed

- [SelectionGroup] Refactor code using deprecating React.Children API
- [SideNavigation] Refactor code using deprecating React.Children API
- [Tabs] Refactor code using deprecating React.Children API
Expand All @@ -136,10 +190,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Documentation

#### Fixed

- [FileInput] Added missing import
- Repository's README files updated to match current branch policy

#### Changed

- [StatusLabel] Rectangular variant marked as deprected
- Refactor code using deprecating React.Children API

Expand All @@ -157,7 +213,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [2.13.0] - March, 27, 2023

### React
### React

#### Added

Expand Down Expand Up @@ -187,6 +243,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Documentation

#### Added

- [Tag] Deprecation warning for rectangular tag
- [Navigation] Deprecation warning for Navigation

Expand All @@ -208,7 +265,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [2.12.1] - February, 23, 2023

### React
### React

#### Fixed

Expand All @@ -221,7 +278,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [2.12.0] - February, 21, 2023

### React
### React

#### Changed

Expand All @@ -246,7 +303,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [2.11.0] - February, 9, 2023

### React
### React

#### Changed

Expand Down

0 comments on commit 61c14bd

Please sign in to comment.