Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
📝 add missing PR links to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudWeyts committed Jun 16, 2021
1 parent dc81f89 commit 5e147a1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

### Fixed

- Firefox not correctly applying inheritance to each element of a monospaced class ([@ArnaudWeyts](https://github.com/ArnaudWeyts) in [#18])
- Firefox not correctly applying inheritance to each element of a monospaced class ([@ArnaudWeyts](https://github.com/ArnaudWeyts) in [#18](https://github.com/teamleadercrm/ui-typography/pull/18))

## [2.0.2] - 2021-06-03

Expand All @@ -26,31 +26,31 @@

### Added

- `@font-face`: added font weight range to the font face definition. ([@driesd](https://github.com/driesd) in [#16])
- `@font-face`: added font weight range to the font face definition. ([@driesd](https://github.com/driesd) in [#16](https://github.com/teamleadercrm/ui-typography/pull/16))

## [2.0.0] - 2021-03-03

### Added

- `Inter variable`: added variable font family (--font-family-inter). ([@driesd](https://github.com/driesd) in [#15])
- `Inter variable`: added variable font family (--font-family-inter). ([@driesd](https://github.com/driesd) in [#15](https://github.com/teamleadercrm/ui-typography/pull/15))

### Changed

- :boom: `Inter variable`: changed the usage of separate font-weight specific fonts to use one variable font instead. ([@driesd](https://github.com/driesd) in [#15])
- :boom: `Inter variable`: changed the usage of separate font-weight specific fonts to use one variable font instead. ([@driesd](https://github.com/driesd) in [#15](https://github.com/teamleadercrm/ui-typography/pull/15))

### Removed

- :boom: `Inter`: removed all font-weight specific font families and their CSS variables (`--font-family-regular`, `--font-family-medium`, `--font-family-semi-bold`, `--font-family-bold`, `--font-family-black`). ([@driesd](https://github.com/driesd) in [#15])
- :boom: `Inter`: removed all font-weight specific font families and their CSS variables (`--font-family-regular`, `--font-family-medium`, `--font-family-semi-bold`, `--font-family-bold`, `--font-family-black`). ([@driesd](https://github.com/driesd) in [#15](https://github.com/teamleadercrm/ui-typography/pull/15))

## [1.0.0] - 2020-11-19

### Changed

- `.heading-1`: changed font-family from SemiBold to Bold. ([@driesd](https://github.com/driesd) in [#14])
- `.heading-1`: changed font-family from SemiBold to Bold. ([@driesd](https://github.com/driesd) in [#14](https://github.com/teamleadercrm/ui-typography/pull/14))

### Fixed

- `strong`: fixed the font-weight of `strong` elements inside text & ui-text. ([@driesd](https://github.com/driesd) in [#14])
- `strong`: fixed the font-weight of `strong` elements inside text & ui-text. ([@driesd](https://github.com/driesd) in [#14](https://github.com/teamleadercrm/ui-typography/pull/14))

## [0.2.4] - 2020-03-25

Expand Down Expand Up @@ -82,7 +82,7 @@

### Added

- Added the `.overflow-ellipsis` selector which forces the text on one line and overflows with an ellipsis. ([@driesd](https://github.com/driesd) in [#10](https://github.com/teamleadercrm/ui-typography/pull/10))
- Added the `.overflow-ellipsis` selector which forces the text on one line and overflows with an ellipsis. ([@driesd](https://github.com/driesd) in [#10](https://github.com/teamleadercrm/ui-typography/pull/10))

## [0.2.0] - 2019-09-09

Expand Down

0 comments on commit 5e147a1

Please sign in to comment.