Skip to content

Commit

Permalink
chore(changelog): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gcornut committed Oct 28, 2020
1 parent e08647e commit 0c531bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Added component `SlideshowControls` to control a slideshow from the outside
- Add `linkAs` prop on `Button` and `IconButton` to customize the link component (can be used to inject the `Link` component from `react-router`).

### Changed

- `Link` prop type is now more permissive to accommodate for alternative components injected in `linkAs`.
- Add `linkAs` prop on `Button` and `IconButton` to customize the link component (can be used to inject the `Link` component from `react-router`).
- Expose component default props in React's `Component.defaultProps`
- Make it possible to override `tabIndex` and `role` props of `ListItem.linkProps`.

Expand Down

0 comments on commit 0c531bd

Please sign in to comment.